Date: Fri, 16 Dec 2016 13:07:26 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428675 - in head/deskutils: . go-for-it Message-ID: <201612161307.uBGD7Q83096145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Dec 16 13:07:26 2016 New Revision: 428675 URL: https://svnweb.freebsd.org/changeset/ports/428675 Log: Add go-for-it 1.4.7, stylish to-do list with built-in productivity timer. PR: 212990 Submitted by: neel@neelc.org Added: head/deskutils/go-for-it/ head/deskutils/go-for-it/Makefile (contents, props changed) head/deskutils/go-for-it/distinfo (contents, props changed) head/deskutils/go-for-it/pkg-descr (contents, props changed) head/deskutils/go-for-it/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Dec 16 12:46:01 2016 (r428674) +++ head/deskutils/Makefile Fri Dec 16 13:07:26 2016 (r428675) @@ -94,6 +94,7 @@ SUBDIR += gnote SUBDIR += gnotime SUBDIR += gnustep-wrapper + SUBDIR += go-for-it SUBDIR += gourmet SUBDIR += griffith SUBDIR += growl-for-linux Added: head/deskutils/go-for-it/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/go-for-it/Makefile Fri Dec 16 13:07:26 2016 (r428675) @@ -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> Added: head/deskutils/go-for-it/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/go-for-it/distinfo Fri Dec 16 13:07:26 2016 (r428675) @@ -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 Added: head/deskutils/go-for-it/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/go-for-it/pkg-descr Fri Dec 16 13:07:26 2016 (r428675) @@ -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/ Added: head/deskutils/go-for-it/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/go-for-it/pkg-plist Fri Dec 16 13:07:26 2016 (r428675) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612161307.uBGD7Q83096145>