diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 21:19:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 21:19:21 +0800 |
commit | 8480f0afc01f5b22dcc13bd204c095a0f595176e (patch) | |
tree | 73ad34fe3b662448bc15d2295c27bb0bfe384087 /deskutils | |
parent | acc06d84c7143de92688be3981ac7f4935aa1726 (diff) | |
download | freebsd-ports-gnome-8480f0afc01f5b22dcc13bd204c095a0f595176e.tar.gz freebsd-ports-gnome-8480f0afc01f5b22dcc13bd204c095a0f595176e.tar.zst freebsd-ports-gnome-8480f0afc01f5b22dcc13bd204c095a0f595176e.zip |
DeforaOS desktop todo list
PR: ports/172997
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/deforaos-todo/Makefile | 24 | ||||
-rw-r--r-- | deskutils/deforaos-todo/distinfo | 2 | ||||
-rw-r--r-- | deskutils/deforaos-todo/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/deforaos-todo/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index ebea299639c4..2d8b332a3a76 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -34,6 +34,7 @@ SUBDIR += contacts SUBDIR += cycle SUBDIR += dailystrips + SUBDIR += deforaos-todo SUBDIR += deskbar-applet SUBDIR += devd-notifier SUBDIR += displaycalibrator diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile new file mode 100644 index 000000000000..fa745bedd31d --- /dev/null +++ b/deskutils/deforaos-todo/Makefile @@ -0,0 +1,24 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= todo +PORTVERSION= 0.1.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.defora.org/os/download/download/3506/ +DISTNAME= Todo-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS desktop todo list + +LICENSE= GPLv3 + +LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ + Desktop:${PORTSDIR}/x11/deforaos-libdesktop + +USE_GNOME= gtk20 desktopfileutils +USE_PKGCONFIG= build +USE_GETTEXT= yes +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/deskutils/deforaos-todo/distinfo b/deskutils/deforaos-todo/distinfo new file mode 100644 index 000000000000..32d63ba15d35 --- /dev/null +++ b/deskutils/deforaos-todo/distinfo @@ -0,0 +1,2 @@ +SHA256 (Todo-0.1.2.tar.gz) = febf0191e55b7b28447d4f2b9199a23b09ffa1ead10953f081f418edf84301f1 +SIZE (Todo-0.1.2.tar.gz) = 33195 diff --git a/deskutils/deforaos-todo/pkg-descr b/deskutils/deforaos-todo/pkg-descr new file mode 100644 index 000000000000..ff08b107fb9a --- /dev/null +++ b/deskutils/deforaos-todo/pkg-descr @@ -0,0 +1,3 @@ +DeforaOS desktop todo list + +WWW: http://www.defora.org/ diff --git a/deskutils/deforaos-todo/pkg-plist b/deskutils/deforaos-todo/pkg-plist new file mode 100644 index 000000000000..3f1edf19f54a --- /dev/null +++ b/deskutils/deforaos-todo/pkg-plist @@ -0,0 +1,6 @@ +bin/todo +share/applications/todo.desktop +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 |