mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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>
This commit is contained in:
parent
54c4af6fc6
commit
01b9057a77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86381
6 changed files with 60 additions and 0 deletions
|
@ -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
|
||||
|
|
30
sysutils/xfce4-showdesktop-plugin/Makefile
Normal file
30
sysutils/xfce4-showdesktop-plugin/Makefile
Normal file
|
@ -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>
|
1
sysutils/xfce4-showdesktop-plugin/distinfo
Normal file
1
sysutils/xfce4-showdesktop-plugin/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xfce4/xfce4-showdesktop-plugin-0.1.1.tar.gz) = 5cba924aa73564d59258192d374eff34
|
21
sysutils/xfce4-showdesktop-plugin/files/patch-configure
Normal file
21
sysutils/xfce4-showdesktop-plugin/files/patch-configure
Normal file
|
@ -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
|
4
sysutils/xfce4-showdesktop-plugin/pkg-descr
Normal file
4
sysutils/xfce4-showdesktop-plugin/pkg-descr
Normal file
|
@ -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
|
3
sysutils/xfce4-showdesktop-plugin/pkg-plist
Normal file
3
sysutils/xfce4-showdesktop-plugin/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue