mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
deskutils/deforaos-todo: bump revision and modernize
- Bump revision for libdesktop update - Allow staging - USES desktop-file-utils PR: ports/183640 Submitted by: maintainer
This commit is contained in:
parent
976b9be527
commit
21945daceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332779
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user