svn commit: r332715 - head/deskutils/xfce4-notes-plugin
Olivier Duchateau
olivierd at FreeBSD.org
Mon Nov 4 13:28:28 UTC 2013
Author: olivierd
Date: Mon Nov 4 13:28:27 2013
New Revision: 332715
URL: http://svnweb.freebsd.org/changeset/ports/332715
Log:
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Rewrite COMMENT entry and pkg-descr
- Add LICENSE blob
- Switch to USES= gmake
Modified:
head/deskutils/xfce4-notes-plugin/Makefile
head/deskutils/xfce4-notes-plugin/pkg-descr (contents, props changed)
head/deskutils/xfce4-notes-plugin/pkg-plist
Modified: head/deskutils/xfce4-notes-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-notes-plugin/Makefile Mon Nov 4 13:23:11 2013 (r332714)
+++ head/deskutils/xfce4-notes-plugin/Makefile Mon Nov 4 13:28:27 2013 (r332715)
@@ -10,18 +10,18 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${P
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= Sticky notes panel plugin for Xfce4
+COMMENT= Notes plugin for the Xfce panel
-LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique
+LICENSE= GPLv2
+
+LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext pathfix pkgconfig
-USE_GMAKE= yes
+USES= gettext pkgconfig gmake
USE_AUTOTOOLS= libtool
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libgui libutil panel xfconf
INSTALLS_ICONS= yes
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/deskutils/xfce4-notes-plugin/pkg-descr
==============================================================================
--- head/deskutils/xfce4-notes-plugin/pkg-descr Mon Nov 4 13:23:11 2013 (r332714)
+++ head/deskutils/xfce4-notes-plugin/pkg-descr Mon Nov 4 13:28:27 2013 (r332715)
@@ -1,3 +1,3 @@
-A sticky notes panel plugin for Xfce4.
+A sticky notes plugin for the Xfce panel.
-WWW: http://www.xfce.org/
+WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
Modified: head/deskutils/xfce4-notes-plugin/pkg-plist
==============================================================================
--- head/deskutils/xfce4-notes-plugin/pkg-plist Mon Nov 4 13:23:11 2013 (r332714)
+++ head/deskutils/xfce4-notes-plugin/pkg-plist Mon Nov 4 13:28:27 2013 (r332715)
@@ -72,10 +72,12 @@ share/xfce4/panel-plugins/xfce4-notes-pl
@dirrmtry %%DATADIR%%/pixmaps
@dirrmtry %%DATADIR%%/gtk-2.0/scrollbars
@dirrmtry %%DATADIR%%/gtk-2.0
- at dirrm %%DATADIR%%
+ at dirrmtry %%DATADIR%%
@dirrmtry share/xfce4
@dirrmtry share/locale/ur_PK/LC_MESSAGES
@dirrmtry share/locale/ur_PK
+ at dirrmtry share/locale/ur/LC_MESSAGES
+ at dirrmtry share/locale/ur
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/kk/LC_MESSAGES
More information about the svn-ports-head
mailing list