diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
commit | 0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf (patch) | |
tree | e17d1cc4d0c6d562cc7b6f5e056a6fd66aac0ea2 /multimedia | |
parent | Update to 1.2 (diff) |
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs
Approved by: maintainer [1]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfce4-xmms-controller-plugin/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 6 | ||||
-rw-r--r-- | multimedia/xfce4-xmms-plugin/pkg-plist | 5 |
3 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile index 4e084cea1758..a22dc37b938e 100644 --- a/multimedia/xfce4-xmms-controller-plugin/Makefile +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-xmms-controller-plugin PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= multimedia audio xfce MASTER_SITES= http://eoin.angrystickman.com/files/ DIST_SUBDIR= xfce4 @@ -16,7 +17,7 @@ COMMENT= XMMS controller plugin for the xfce4 panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ xmms.4:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index 23c2cf37fc32..4c1480a08de8 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ @@ -17,7 +17,7 @@ COMMENT= XFce 4 xmms control plugin for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ xmms-config:${PORTSDIR}/multimedia/xmms LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ @@ -26,7 +26,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ USE_BZIP2= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER= 15 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ diff --git a/multimedia/xfce4-xmms-plugin/pkg-plist b/multimedia/xfce4-xmms-plugin/pkg-plist index 27fec1f5ea18..038799e69564 100644 --- a/multimedia/xfce4-xmms-plugin/pkg-plist +++ b/multimedia/xfce4-xmms-plugin/pkg-plist @@ -1,10 +1,9 @@ -lib/xfce4/panel-plugins/libxmms_plugin.a -lib/xfce4/panel-plugins/libxmms_plugin.la lib/xfce4/panel-plugins/libxmms_plugin.so share/xfce4/xmms-plugin/xmms-plugin-prev.png share/xfce4/xmms-plugin/xmms-plugin-play.png share/xfce4/xmms-plugin/xmms-plugin-pause.png share/xfce4/xmms-plugin/xmms-plugin-stop.png share/xfce4/xmms-plugin/xmms-plugin-next.png -@unexec rmdir %D/share/xfce4/xmms-plugin 2>/dev/null || true +@dirrm share/xfce4/xmms-plugin +@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true @unexec rmdir %D/lib/xfce4 2>/dev/null || true |