summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-showdesktop-plugin
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-08-06 14:28:09 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-08-06 14:28:09 +0000
commit01b9057a7726c2b47e2f5c4b33008666eb83601e (patch)
tree8500ad7436dc09f5b3d1e4cb2aa35988dd0a33aa /sysutils/xfce4-showdesktop-plugin
parentAdd patch that enables portell to run correctly with Python 2.3 (diff)
Add xfce4-showdesktop-plugin 0.1.1,
xfce 4 Plugin to minimize/unminimize all windows. PR: 55254 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Notes
Notes: svn path=/head/; revision=86381
Diffstat (limited to 'sysutils/xfce4-showdesktop-plugin')
-rw-r--r--sysutils/xfce4-showdesktop-plugin/Makefile30
-rw-r--r--sysutils/xfce4-showdesktop-plugin/distinfo1
-rw-r--r--sysutils/xfce4-showdesktop-plugin/files/patch-configure21
-rw-r--r--sysutils/xfce4-showdesktop-plugin/pkg-descr4
-rw-r--r--sysutils/xfce4-showdesktop-plugin/pkg-plist3
5 files changed, 59 insertions, 0 deletions
diff --git a/sysutils/xfce4-showdesktop-plugin/Makefile b/sysutils/xfce4-showdesktop-plugin/Makefile
new file mode 100644
index 000000000000..81a9d0201470
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xfce-showdesktop-plugin
+# Date created: 04 August 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-showdesktop-plugin
+PORTVERSION= 0.1.1
+CATEGORIES= sysutils
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= Xfce 4 Plugin to minimize/unminimize all windows
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gtk20
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-showdesktop-plugin/distinfo b/sysutils/xfce4-showdesktop-plugin/distinfo
new file mode 100644
index 000000000000..5459babcb962
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/distinfo
@@ -0,0 +1 @@
+MD5 (xfce4/xfce4-showdesktop-plugin-0.1.1.tar.gz) = 5cba924aa73564d59258192d374eff34
diff --git a/sysutils/xfce4-showdesktop-plugin/files/patch-configure b/sysutils/xfce4-showdesktop-plugin/files/patch-configure
new file mode 100644
index 000000000000..927b970a84f0
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/files/patch-configure
@@ -0,0 +1,21 @@
+--- configure.orig Mon Aug 4 21:43:10 2003
++++ configure Mon Aug 4 21:44:17 2003
+@@ -19318,7 +19318,8 @@
+
+
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -19612,7 +19613,7 @@
+
+ echo "$as_me:$LINENO: checking where to install panel plugins" >&5
+ echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6
+- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins
+
+ echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5
+ echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6
diff --git a/sysutils/xfce4-showdesktop-plugin/pkg-descr b/sysutils/xfce4-showdesktop-plugin/pkg-descr
new file mode 100644
index 000000000000..025181e94d14
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/pkg-descr
@@ -0,0 +1,4 @@
+This is a little XFCE Plugin, to minimize and unminimize all windows on the
+current workspace.
+
+WWW: http://www.xfce.org
diff --git a/sysutils/xfce4-showdesktop-plugin/pkg-plist b/sysutils/xfce4-showdesktop-plugin/pkg-plist
new file mode 100644
index 000000000000..93c4b49fbe14
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/pkg-plist
@@ -0,0 +1,3 @@
+lib/xfce4/panel-plugins/libshowdesktop.so
+@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
+@unexec rmdir %D/lib/xfce4 2>/dev/null || true