diff options
author | wg <wg@FreeBSD.org> | 2013-11-05 04:46:19 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-05 04:46:19 +0800 |
commit | c6a90ce360847732c11de5cf632d8cf3fe1833a9 (patch) | |
tree | e5a0063f87511a771fb04fa7b4b8fa439c6d5cdb | |
parent | c4859f678b8983677a91beaaf3b242070e3d517c (diff) | |
download | freebsd-ports-gnome-c6a90ce360847732c11de5cf632d8cf3fe1833a9.tar.gz freebsd-ports-gnome-c6a90ce360847732c11de5cf632d8cf3fe1833a9.tar.zst freebsd-ports-gnome-c6a90ce360847732c11de5cf632d8cf3fe1833a9.zip |
deskutils/deforaos-todo: bump revision and modernize
- Bump revision for libdesktop update
- Allow staging
- USES desktop-file-utils
PR: ports/183640
Submitted by: maintainer
-rw-r--r-- | deskutils/deforaos-todo/Makefile | 10 | ||||
-rw-r--r-- | deskutils/deforaos-todo/pkg-plist | 8 |
2 files changed, 13 insertions, 5 deletions
diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile index bd5f9903a5ff..d2f387586e6a 100644 --- a/deskutils/deforaos-todo/Makefile +++ b/deskutils/deforaos-todo/Makefile @@ -3,6 +3,7 @@ PORTNAME= todo PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.defora.org/os/download/download/3506/ PKGNAMEPREFIX= deforaos- @@ -13,13 +14,12 @@ COMMENT= DeforaOS desktop todo list LICENSE= GPLv3 -LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ - Desktop:${PORTSDIR}/x11/deforaos-libdesktop +LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop -USES= pkgconfig gettext -USE_GNOME= gtk20 desktopfileutils +USES= desktop-file-utils gettext pkgconfig +USE_GNOME= gtk20 INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/deskutils/deforaos-todo/pkg-plist b/deskutils/deforaos-todo/pkg-plist index 3f1edf19f54a..5463a9dab9f5 100644 --- a/deskutils/deforaos-todo/pkg-plist +++ b/deskutils/deforaos-todo/pkg-plist @@ -4,3 +4,11 @@ share/icons/hicolor/16x16/apps/todo.png share/icons/hicolor/24x24/apps/todo.png share/icons/hicolor/48x48/apps/todo.png share/locale/fr/LC_MESSAGES/Todo.mo +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons |