diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-11-04 21:28:27 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-11-04 21:28:27 +0800 |
commit | ff87d996d8ec634558ae03031f9430bfeb7efd8e (patch) | |
tree | ad8f053fd4df71a9013b3522d7522072f016c565 /deskutils | |
parent | bb513befa664e7c78e29b496810ae557eeff92a1 (diff) | |
download | freebsd-ports-gnome-ff87d996d8ec634558ae03031f9430bfeb7efd8e.tar.gz freebsd-ports-gnome-ff87d996d8ec634558ae03031f9430bfeb7efd8e.tar.zst freebsd-ports-gnome-ff87d996d8ec634558ae03031f9430bfeb7efd8e.zip |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Rewrite COMMENT entry and pkg-descr
- Add LICENSE blob
- Switch to USES= gmake
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 10 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/pkg-plist | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index c95d60eee25d..034a798f673c 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -10,18 +10,18 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@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> diff --git a/deskutils/xfce4-notes-plugin/pkg-descr b/deskutils/xfce4-notes-plugin/pkg-descr index 7bb94c17cab6..705feb910aa0 100644 --- a/deskutils/xfce4-notes-plugin/pkg-descr +++ b/deskutils/xfce4-notes-plugin/pkg-descr @@ -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 diff --git a/deskutils/xfce4-notes-plugin/pkg-plist b/deskutils/xfce4-notes-plugin/pkg-plist index f6447ffe6b87..aa0afaf6571b 100644 --- a/deskutils/xfce4-notes-plugin/pkg-plist +++ b/deskutils/xfce4-notes-plugin/pkg-plist @@ -72,10 +72,12 @@ share/xfce4/panel-plugins/xfce4-notes-plugin-47.desktop @dirrmtry %%DATADIR%%/pixmaps @dirrmtry %%DATADIR%%/gtk-2.0/scrollbars @dirrmtry %%DATADIR%%/gtk-2.0 -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%% @dirrmtry share/xfce4 @dirrmtry share/locale/ur_PK/LC_MESSAGES @dirrmtry share/locale/ur_PK +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug @dirrmtry share/locale/kk/LC_MESSAGES |