mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
DeforaOS desktop todo list
PR: ports/172997 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
This commit is contained in:
parent
11730101f0
commit
fd407cbe10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309239
@ -34,6 +34,7 @@
|
||||
SUBDIR += contacts
|
||||
SUBDIR += cycle
|
||||
SUBDIR += dailystrips
|
||||
SUBDIR += deforaos-todo
|
||||
SUBDIR += deskbar-applet
|
||||
SUBDIR += devd-notifier
|
||||
SUBDIR += displaycalibrator
|
||||
|
24
deskutils/deforaos-todo/Makefile
Normal file
24
deskutils/deforaos-todo/Makefile
Normal file
@ -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>
|
2
deskutils/deforaos-todo/distinfo
Normal file
2
deskutils/deforaos-todo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Todo-0.1.2.tar.gz) = febf0191e55b7b28447d4f2b9199a23b09ffa1ead10953f081f418edf84301f1
|
||||
SIZE (Todo-0.1.2.tar.gz) = 33195
|
3
deskutils/deforaos-todo/pkg-descr
Normal file
3
deskutils/deforaos-todo/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DeforaOS desktop todo list
|
||||
|
||||
WWW: http://www.defora.org/
|
6
deskutils/deforaos-todo/pkg-plist
Normal file
6
deskutils/deforaos-todo/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user