Fri Jul 31 08:41:30 2015 UTC ()
Import xfce4-wmdock-plugin-0.6.0 as x11/xfce4-wmdock-plugin.

The WMdock plugin is a compatibility layer for running WindowMaker dockapps on
he XFCE desktop. It integrates the dockapps into a panel, closely resembling
the look and feel of the WindowMaker dock or clip, respectively.


(youri)
diff -r0 -r1.1 pkgsrc/x11/xfce4-wmdock-plugin/DESCR
diff -r0 -r1.1 pkgsrc/x11/xfce4-wmdock-plugin/Makefile
diff -r0 -r1.1 pkgsrc/x11/xfce4-wmdock-plugin/PLIST
diff -r0 -r1.1 pkgsrc/x11/xfce4-wmdock-plugin/distinfo
diff -r0 -r1.1 pkgsrc/x11/xfce4-wmdock-plugin/patches/patch-panel-plugin_Makefile.in
diff -r0 -r1.1 pkgsrc/x11/xfce4-wmdock-plugin/patches/patch-panel-plugin_wmdock.desktop.in.in

File Added: pkgsrc/x11/xfce4-wmdock-plugin/Attic/DESCR
The WMdock plugin is a compatibility layer for running WindowMaker dockapps on
he XFCE desktop. It integrates the dockapps into a panel, closely resembling
the look and feel of the WindowMaker dock or clip, respectively.

File Added: pkgsrc/x11/xfce4-wmdock-plugin/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2015/07/31 08:41:30 youri Exp $
#
.include "../../meta-pkgs/xfce4/Makefile.common"

DISTNAME=		xfce4-wmdock-plugin-0.6.0
CATEGORIES=		x11
MASTER_SITES=	http://archive.xfce.org/src/panel-plugins/xfce4-wmdock-plugin/0.6/

HOMEPAGE=		http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
COMMENT=		Xfce wmdock plugin

.include "../../devel/libwnck/buildlink3.mk"
.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/x11/xfce4-wmdock-plugin/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2015/07/31 08:41:30 youri Exp $
libexec/xfce4/panel/plugins/xfce4-wmdock-plugin
share/icons/hicolor/48x48/apps/xfce4-wmdock.png
share/locale/ast/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/ca/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/cs/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/da/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/de/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/el/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/en_GB/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/eu/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/fr/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/gl/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/hu/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/id/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/it/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/ja/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/kk/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/lv/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/pt/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/pt_BR/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/ru/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/sv/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/ug/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/uk/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/ur/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/ur_PK/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-wmdock-plugin.mo
share/xfce4/panel/plugins/wmdock.desktop

File Added: pkgsrc/x11/xfce4-wmdock-plugin/Attic/distinfo
$NetBSD: distinfo,v 1.1 2015/07/31 08:41:30 youri Exp $

SHA1 (xfce4-wmdock-plugin-0.6.0.tar.bz2) = 9ee9b9e4923efd6e7d98e73d7726d8e4b8f5151a
RMD160 (xfce4-wmdock-plugin-0.6.0.tar.bz2) = d681dbd744d6913069cc85aefaa7035392947981
Size (xfce4-wmdock-plugin-0.6.0.tar.bz2) = 344743 bytes
SHA1 (patch-panel-plugin_Makefile.in) = 59105abbfaefc348dbd1f8d74c731230027967e8
SHA1 (patch-panel-plugin_wmdock.desktop.in.in) = ebff5b2b70c62d7cb9caa837b5d88bbec709a877

File Added: pkgsrc/x11/xfce4-wmdock-plugin/patches/Attic/patch-panel-plugin_Makefile.in
$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/07/31 08:41:30 youri Exp $

Adjust panel plugin path to the newer convention
--- panel-plugin/Makefile.in.orig	2013-10-20 20:31:10.000000000 +0000
+++ panel-plugin/Makefile.in
@@ -309,7 +309,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-plugindir = $(libexecdir)/xfce4/panel-plugins
+plugindir = $(libexecdir)/xfce4/panel/plugins
 xfce4_wmdock_plugin_SOURCES = \
 	catchwindow.h							\
 	catchwindow.c							\
@@ -350,7 +350,7 @@ xfce4_wmdock_plugin_LDADD = \
 #
 # Desktop file
 #
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_in_in_files = wmdock.desktop.in.in
 desktop_in_files = \
 	$(desktop_in_in_files:.desktop.in.in=.desktop.in)

File Added: pkgsrc/x11/xfce4-wmdock-plugin/patches/Attic/patch-panel-plugin_wmdock.desktop.in.in
$NetBSD: patch-panel-plugin_wmdock.desktop.in.in,v 1.1 2015/07/31 08:41:30 youri Exp $

Adjust panel plugin path to the newer convention
--- panel-plugin/wmdock.desktop.in.in.orig	2012-08-15 16:32:07.000000000 +0000
+++ panel-plugin/wmdock.desktop.in.in
@@ -4,4 +4,4 @@ Encoding=UTF-8
 _Name=WMdock
 _Comment=Plugin for WindowMaker dockapps
 Icon=xfce4-wmdock
-X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-wmdock-plugin
+X-XFCE-Exec=@libexecdir@/xfce4/panel/plugins/xfce4-wmdock-plugin