From 01b9057a7726c2b47e2f5c4b33008666eb83601e Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 6 Aug 2003 14:28:09 +0000 Subject: Add xfce4-showdesktop-plugin 0.1.1, xfce 4 Plugin to minimize/unminimize all windows. PR: 55254 Submitted by: Thorsten Greiner --- sysutils/Makefile | 1 + sysutils/xfce4-showdesktop-plugin/Makefile | 30 ++++++++++++++++++++++ sysutils/xfce4-showdesktop-plugin/distinfo | 1 + .../xfce4-showdesktop-plugin/files/patch-configure | 21 +++++++++++++++ sysutils/xfce4-showdesktop-plugin/pkg-descr | 4 +++ sysutils/xfce4-showdesktop-plugin/pkg-plist | 3 +++ 6 files changed, 60 insertions(+) create mode 100644 sysutils/xfce4-showdesktop-plugin/Makefile create mode 100644 sysutils/xfce4-showdesktop-plugin/distinfo create mode 100644 sysutils/xfce4-showdesktop-plugin/files/patch-configure create mode 100644 sysutils/xfce4-showdesktop-plugin/pkg-descr create mode 100644 sysutils/xfce4-showdesktop-plugin/pkg-plist (limited to 'sysutils') diff --git a/sysutils/Makefile b/sysutils/Makefile index 32e576409467..85585d17f563 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -338,6 +338,7 @@ SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-mcs-manager SUBDIR += xfce4-mcs-plugins + SUBDIR += xfce4-showdesktop-plugin SUBDIR += xfce4-systemload-plugin SUBDIR += xfce4-utils SUBDIR += xfsm 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 +# +# $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 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 -- cgit v1.2.3