svn commit: r330340 - in head/deskutils: xfce4-notifyd xfce4-tumbler
Olivier Duchateau
olivierd at FreeBSD.org
Mon Oct 14 18:48:20 UTC 2013
Author: olivierd
Date: Mon Oct 14 18:48:19 2013
New Revision: 330340
URL: http://svnweb.freebsd.org/changeset/ports/330340
Log:
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES=gmake (deskutils/xfce4-tumbler)
Approved by: ehaupt@ (maintainer of deskutils/xfce4-notifyd)
Modified:
head/deskutils/xfce4-notifyd/Makefile
head/deskutils/xfce4-notifyd/pkg-plist
head/deskutils/xfce4-tumbler/Makefile
Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile Mon Oct 14 17:49:26 2013 (r330339)
+++ head/deskutils/xfce4-notifyd/Makefile Mon Oct 14 18:48:19 2013 (r330340)
@@ -13,8 +13,8 @@ COMMENT= Visually-appealing notification
LICENSE= GPLv3
-LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \
- notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libnotify.so:${PORTSDIR}/devel/libnotify
USES= pkgconfig gmake
USE_AUTOTOOLS= libtool
@@ -27,11 +27,8 @@ USE_XORG= x11
CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]*
-MAN1= xfce4-notifyd-config.1
-
OPTIONS_DEFINE= NLS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
Modified: head/deskutils/xfce4-notifyd/pkg-plist
==============================================================================
--- head/deskutils/xfce4-notifyd/pkg-plist Mon Oct 14 17:49:26 2013 (r330339)
+++ head/deskutils/xfce4-notifyd/pkg-plist Mon Oct 14 18:48:19 2013 (r330340)
@@ -1,5 +1,6 @@
bin/xfce4-notifyd-config
lib/xfce4/notifyd/xfce4-notifyd
+man/man1/xfce4-notifyd-config.1.gz
share/applications/xfce4-notifyd-config.desktop
share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
share/icons/hicolor/48x48/apps/xfce4-notifyd.png
Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile Mon Oct 14 17:49:26 2013 (r330339)
+++ head/deskutils/xfce4-tumbler/Makefile Mon Oct 14 18:48:19 2013 (r330340)
@@ -13,13 +13,12 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
COMMENT= Thumbnail service for Xfce desktop
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gmake
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_GNOME= glib20 intltool intlhack
USE_LDCONFIG= yes
USE_XFCE= configenv
@@ -36,7 +35,6 @@ GSTREAMER_DESC= GStreamer (1.0) thumbnai
SUB_FILES= pkg-message
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -72,7 +70,7 @@ USE_GNOME+= gdkpixbuf2
CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer
PLIST_SUB+= PIXBUF=""
.endif
-LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
CONFIGURE_ARGS+=--enable-font-thumbnailer
PLIST_SUB+= FONTS=""
.else
@@ -86,8 +84,8 @@ USE_GNOME+= gdkpixbuf2
CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer
PLIST_SUB+= PIXBUF=""
.endif
-LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
- exif:${PORTSDIR}/graphics/exif
+LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libexif.so:${PORTSDIR}/graphics/exif
CONFIGURE_ARGS+=--enable-jpeg-thumbnailer
PLIST_SUB+= JPEG=""
.else
@@ -101,7 +99,7 @@ USE_GNOME+= gdkpixbuf2
CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer
PLIST_SUB+= PIXBUF=""
.endif
-LIB_DEPENDS+= ffmpegthumbnailer:${PORTSDIR}/multimedia/ffmpegthumbnailer
+LIB_DEPENDS+= libffmpegthumbnailer.so:${PORTSDIR}/multimedia/ffmpegthumbnailer
CONFIGURE_ARGS+=--enable-ffmpeg-thumbnailer
PLIST_SUB+= FFMPEG=""
.else
@@ -115,7 +113,7 @@ USE_GNOME+= gdkpixbuf2
CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer
PLIST_SUB+= PIXBUF=""
.endif
-LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib
+LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
CONFIGURE_ARGS+=--enable-poppler-thumbnailer
PLIST_SUB+= POPPLER=""
.else
@@ -157,7 +155,7 @@ USE_GNOME+= gdkpixbuf2
CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer
PLIST_SUB+= PIXBUF=""
.endif
-LIB_DEPENDS+= openraw:${PORTSDIR}/graphics/libopenraw
+LIB_DEPENDS+= libopenraw.so:${PORTSDIR}/graphics/libopenraw
CONFIGURE_ARGS+=--enable-raw-thumbnailer
PLIST_SUB+= RAW=""
.else
@@ -171,7 +169,7 @@ USE_GNOME+= gdkpixbuf2
CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer
PLIST_SUB+= PIXBUF=""
.endif
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--enable-cover-thumbnailer
PLIST_SUB+= COVER=""
.else
@@ -179,9 +177,4 @@ CONFIGURE_ARGS+=--disable-cover-thumbnai
PLIST_SUB+= COVER="@comment "
.endif
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list