From owner-svn-ports-all@freebsd.org Fri Feb 12 10:54:47 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33AF554A6C1; Fri, 12 Feb 2021 10:54:47 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DcVkb0xwGz4k5G; Fri, 12 Feb 2021 10:54:47 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F64122A2D; Fri, 12 Feb 2021 10:54:47 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11CAskSW076547; Fri, 12 Feb 2021 10:54:46 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11CAsjEd076542; Fri, 12 Feb 2021 10:54:45 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202102121054.11CAsjEd076542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Fri, 12 Feb 2021 10:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565004 - in head/deskutils: . gnome-pomodoro X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: in head/deskutils: . gnome-pomodoro X-SVN-Commit-Revision: 565004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 10:54:47 -0000 Author: tagattie Date: Fri Feb 12 10:54:45 2021 New Revision: 565004 URL: https://svnweb.freebsd.org/changeset/ports/565004 Log: Add a new port deskutils/gnome-pomodoro GNOME Pomodoro is a small application that helps managing time according to Pomodoro Technique. It intends to improve productivity and focus by taking short breaks. It uses GNOME technologies, and so it has complete integration with the GNOME desktop environment. WWW: https://gnomepomodoro.org Added: head/deskutils/gnome-pomodoro/ head/deskutils/gnome-pomodoro/Makefile (contents, props changed) head/deskutils/gnome-pomodoro/distinfo (contents, props changed) head/deskutils/gnome-pomodoro/pkg-descr (contents, props changed) head/deskutils/gnome-pomodoro/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Feb 12 10:41:53 2021 (r565003) +++ head/deskutils/Makefile Fri Feb 12 10:54:45 2021 (r565004) @@ -72,6 +72,7 @@ SUBDIR += gnome-initial-setup SUBDIR += gnome-maps SUBDIR += gnome-photos + SUBDIR += gnome-pomodoro SUBDIR += gnome-screenshot SUBDIR += gnome-search-tool SUBDIR += gnome-shell-extension-audio-output-switcher Added: head/deskutils/gnome-pomodoro/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gnome-pomodoro/Makefile Fri Feb 12 10:54:45 2021 (r565004) @@ -0,0 +1,50 @@ +# $FreeBSD$ + +PORTNAME= gnome-pomodoro +PORTVERSION= 0.18.0 +CATEGORIES= deskutils gnome + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Time management utility for GNOME + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= appstream-util:devel/appstream-glib \ + autoconf-archive>0:devel/autoconf-archive \ + valac:lang/vala +LIB_DEPENDS= libcanberra.so:audio/libcanberra \ + libgom-1.0.so:databases/gom \ + libpeas-1.0.so:devel/libpeas + +USES= autoreconf desktop-file-utils gettext-tools gmake gnome \ + libtool pkgconfig sqlite + +USE_GITHUB= yes + +GNU_CONFIGURE= yes + +USE_GCC= yes +USE_GNOME= cairo glib20 gtk30 introspection +USE_GSTREAMER1= yes + +INSTALL_TARGET= install-strip + +GLIB_SCHEMAS= org.gnome.pomodoro.gschema.xml \ + org.gnome.pomodoro.plugins.actions.gschema.xml \ + org.gnome.pomodoro.plugins.gnome.gschema.xml \ + org.gnome.pomodoro.plugins.sounds.gschema.xml +INSTALLS_ICONS= yes + +PORTDOCS= NEWS README.md + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/deskutils/gnome-pomodoro/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gnome-pomodoro/distinfo Fri Feb 12 10:54:45 2021 (r565004) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612702013 +SHA256 (gnome-pomodoro-gnome-pomodoro-0.18.0_GH0.tar.gz) = 16cb0a772a5e0adad1519dbc63f98a6959887b4e65f8db512a9b7a4d24fcc52d +SIZE (gnome-pomodoro-gnome-pomodoro-0.18.0_GH0.tar.gz) = 6203162 Added: head/deskutils/gnome-pomodoro/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gnome-pomodoro/pkg-descr Fri Feb 12 10:54:45 2021 (r565004) @@ -0,0 +1,6 @@ +GNOME Pomodoro is a small application that helps managing time +according to Pomodoro Technique. It intends to improve productivity +and focus by taking short breaks. It uses GNOME technologies, and so +it has complete integration with the GNOME desktop environment. + +WWW: https://gnomepomodoro.org Added: head/deskutils/gnome-pomodoro/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/gnome-pomodoro/pkg-plist Fri Feb 12 10:54:45 2021 (r565004) @@ -0,0 +1,66 @@ +bin/gnome-pomodoro +lib/gnome-pomodoro/plugins/actions.plugin +lib/gnome-pomodoro/plugins/dark-theme.plugin +lib/gnome-pomodoro/plugins/gnome.plugin +lib/gnome-pomodoro/plugins/libactions.a +lib/gnome-pomodoro/plugins/libactions.so +lib/gnome-pomodoro/plugins/libdark-theme.a +lib/gnome-pomodoro/plugins/libdark-theme.so +lib/gnome-pomodoro/plugins/libgnome.a +lib/gnome-pomodoro/plugins/libgnome.so +lib/gnome-pomodoro/plugins/libsounds.a +lib/gnome-pomodoro/plugins/libsounds.so +lib/gnome-pomodoro/plugins/sounds.plugin +lib/libgnome-pomodoro.a +lib/libgnome-pomodoro.so +lib/libgnome-pomodoro.so.0 +lib/libgnome-pomodoro.so.0.0.0 +share/applications/org.gnome.Pomodoro.desktop +share/dbus-1/services/org.gnome.Pomodoro.service +%%DATADIR%%/sounds/bell.ogg +%%DATADIR%%/sounds/birds.ogg +%%DATADIR%%/sounds/clock.ogg +%%DATADIR%%/sounds/loud-bell.ogg +%%DATADIR%%/sounds/timer.ogg +share/gnome-shell/extensions/pomodoro@arun.codito.in/capabilities.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/config.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/dbus.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/dialogs.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/extension.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/indicator.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/metadata.json +share/gnome-shell/extensions/pomodoro@arun.codito.in/notifications.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/presence.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/settings.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/stylesheet.css +share/gnome-shell/extensions/pomodoro@arun.codito.in/timer.js +share/gnome-shell/extensions/pomodoro@arun.codito.in/utils.js +share/icons/hicolor/16x16/apps/gnome-pomodoro.png +share/icons/hicolor/24x24/apps/gnome-pomodoro.png +share/icons/hicolor/256x256/apps/gnome-pomodoro.png +share/icons/hicolor/32x32/apps/gnome-pomodoro.png +share/icons/hicolor/48x48/apps/gnome-pomodoro.png +share/icons/hicolor/512x512/apps/gnome-pomodoro.png +share/icons/hicolor/scalable/apps/gnome-pomodoro-symbolic.svg +%%NLS%%share/locale/ca/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/cs/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/de/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/el/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/es/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/fa/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/fi/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/fr/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/hu/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/id/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/it/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/kk/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/lt/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/nb/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/nl/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/pl/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/ru/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/sv/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/tr/LC_MESSAGES/gnome-pomodoro.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnome-pomodoro.mo +share/metainfo/org.gnome.Pomodoro.appdata.xml