From fd407cbe103f9bd15495e888208e00b85b4f70be Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 19 Dec 2012 13:19:21 +0000 Subject: [PATCH] DeforaOS desktop todo list PR: ports/172997 Submitted by: Olivier Cochard-Labbe --- deskutils/Makefile | 1 + deskutils/deforaos-todo/Makefile | 24 ++++++++++++++++++++++++ deskutils/deforaos-todo/distinfo | 2 ++ deskutils/deforaos-todo/pkg-descr | 3 +++ deskutils/deforaos-todo/pkg-plist | 6 ++++++ 5 files changed, 36 insertions(+) create mode 100644 deskutils/deforaos-todo/Makefile create mode 100644 deskutils/deforaos-todo/distinfo create mode 100644 deskutils/deforaos-todo/pkg-descr create mode 100644 deskutils/deforaos-todo/pkg-plist 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 +# $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 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