mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add go-for-it 1.4.7, stylish to-do list with built-in productivity
timer. PR: 212990 Submitted by: neel@neelc.org
This commit is contained in:
parent
913383cfa7
commit
6cf4fdab83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428675
@ -94,6 +94,7 @@
|
||||
SUBDIR += gnote
|
||||
SUBDIR += gnotime
|
||||
SUBDIR += gnustep-wrapper
|
||||
SUBDIR += go-for-it
|
||||
SUBDIR += gourmet
|
||||
SUBDIR += griffith
|
||||
SUBDIR += growl-for-linux
|
||||
|
30
deskutils/go-for-it/Makefile
Normal file
30
deskutils/go-for-it/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= go-for-it
|
||||
PORTVERSION= 1.4.7
|
||||
DISTVERSIONPREFIX= release_
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= Stylish to-do list with built-in productivity timer
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= valac:lang/vala
|
||||
LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mank319
|
||||
GH_PROJECT= Go-For-It
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake gettext-runtime pkgconfig
|
||||
USE_GNOME= cairo glib20 gtk30
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/data/go-for-it.desktop \
|
||||
${STAGEDIR}${PREFIX}/share/applications
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/go-for-it/distinfo
Normal file
3
deskutils/go-for-it/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1481883163
|
||||
SHA256 (mank319-Go-For-It-release_1.4.7_GH0.tar.gz) = f935ac3c1bb82095f5b4910b440a54c8e7b00d844154572beacf03294dd81c21
|
||||
SIZE (mank319-Go-For-It-release_1.4.7_GH0.tar.gz) = 301310
|
4
deskutils/go-for-it/pkg-descr
Normal file
4
deskutils/go-for-it/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Go For It! is a simple and stylish productivity app, featuring a to-do list,
|
||||
merged with a timer that keeps your focus on the current task.
|
||||
|
||||
WWW: http://manuel-kehl.de/projects/go-for-it/
|
12
deskutils/go-for-it/pkg-plist
Normal file
12
deskutils/go-for-it/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/go-for-it
|
||||
share/icons/hicolor/16x16/apps/go-for-it.svg
|
||||
share/icons/hicolor/24x24/apps/go-for-it.svg
|
||||
share/icons/hicolor/32x32/apps/go-for-it.svg
|
||||
share/icons/hicolor/48x48/apps/go-for-it.svg
|
||||
share/icons/hicolor/64x64/apps/go-for-it.svg
|
||||
share/icons/hicolor/128x128/apps/go-for-it.svg
|
||||
share/icons/hicolor/24x24/actions/go-for-it-open-menu-fallback.svg
|
||||
share/go-for-it/style/go-for-it-3.20.css
|
||||
share/go-for-it/style/go-for-it-3.10.css
|
||||
share/go-for-it/style/go-for-it-legacy.css
|
||||
share/applications/go-for-it.desktop
|
Loading…
Reference in New Issue
Block a user