diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-08-10 03:37:58 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-08-10 03:37:58 +0800 |
commit | a88f856bf50a682806cf46f6b1313523f79dec81 (patch) | |
tree | d41851cf655918cf188a75d818df6a14340dcbf2 /x11-wm | |
parent | 37eb189a09dd84b8d6fa6cb8f2a54a09b6ad5c9b (diff) | |
download | freebsd-ports-gnome-a88f856bf50a682806cf46f6b1313523f79dec81.tar.gz freebsd-ports-gnome-a88f856bf50a682806cf46f6b1313523f79dec81.tar.zst freebsd-ports-gnome-a88f856bf50a682806cf46f6b1313523f79dec81.zip |
- Use USE_PKGCONFIG macro
- Add patch when NLS is unset
- Remove USE_AUTOTOOLS (libtool) macro
Submitted by: myself
Approved by: miwi, rene (mentors)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 12 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/pkg-plist | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index cb57687b8dea..f72eb629d49f 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-panel PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -21,15 +21,14 @@ LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 gtk20 intltool intlhack pkgconfig \ - desktopfileutils +USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils USE_LDCONFIG= yes USE_PERL5= yes USE_XFCE= configenv garcon libexo libmenu libutil xfconf USE_XORG= x11 sm +USE_PKGCONFIG= build CONFIGURE_ARGS+=--enable-gio-unix \ --disable-gtk-doc-html @@ -55,6 +54,11 @@ CONFIGURE_ARGS+=--without-html-dir PLIST_SUB+= APIDOCS="@comment " .endif +.if empty(PORT_OPTIONS:MNLS) + @${REINPLACE_CMD} -e 's| icons \\| icons| ; \ + s| po||' ${WRKSRC}/Makefile.in +.endif + post-install: @-update-desktop-database diff --git a/x11-wm/xfce4-panel/pkg-plist b/x11-wm/xfce4-panel/pkg-plist index 1a11bd83e2a0..92d5f33efead 100644 --- a/x11-wm/xfce4-panel/pkg-plist +++ b/x11-wm/xfce4-panel/pkg-plist @@ -15,42 +15,30 @@ include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros-46.h include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros.h include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin-provider.h include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin.h -lib/libxfce4panel-1.0.a lib/libxfce4panel-1.0.la lib/libxfce4panel-1.0.so lib/libxfce4panel-1.0.so.4 lib/xfce4/panel/migrate -lib/xfce4/panel/plugins/libactions.a lib/xfce4/panel/plugins/libactions.la lib/xfce4/panel/plugins/libactions.so -lib/xfce4/panel/plugins/libapplicationsmenu.a lib/xfce4/panel/plugins/libapplicationsmenu.la lib/xfce4/panel/plugins/libapplicationsmenu.so -lib/xfce4/panel/plugins/libclock.a lib/xfce4/panel/plugins/libclock.la lib/xfce4/panel/plugins/libclock.so -lib/xfce4/panel/plugins/libdirectorymenu.a lib/xfce4/panel/plugins/libdirectorymenu.la lib/xfce4/panel/plugins/libdirectorymenu.so -lib/xfce4/panel/plugins/liblauncher.a lib/xfce4/panel/plugins/liblauncher.la lib/xfce4/panel/plugins/liblauncher.so -lib/xfce4/panel/plugins/libpager.a lib/xfce4/panel/plugins/libpager.la lib/xfce4/panel/plugins/libpager.so -lib/xfce4/panel/plugins/libseparator.a lib/xfce4/panel/plugins/libseparator.la lib/xfce4/panel/plugins/libseparator.so -lib/xfce4/panel/plugins/libshowdesktop.a lib/xfce4/panel/plugins/libshowdesktop.la lib/xfce4/panel/plugins/libshowdesktop.so -lib/xfce4/panel/plugins/libsystray.a lib/xfce4/panel/plugins/libsystray.la lib/xfce4/panel/plugins/libsystray.so -lib/xfce4/panel/plugins/libtasklist.a lib/xfce4/panel/plugins/libtasklist.la lib/xfce4/panel/plugins/libtasklist.so -lib/xfce4/panel/plugins/libwindowmenu.a lib/xfce4/panel/plugins/libwindowmenu.la lib/xfce4/panel/plugins/libwindowmenu.so lib/xfce4/panel/wrapper |