From nobody Fri Nov 19 12:49:46 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2AC2C188FC85; Fri, 19 Nov 2021 12:49:47 +0000 (UTC) (envelope-from git@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 4Hwc230hj6z3lX0; Fri, 19 Nov 2021 12:49:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDB166F2; Fri, 19 Nov 2021 12:49:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AJCnke7090906; Fri, 19 Nov 2021 12:49:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AJCnk66090905; Fri, 19 Nov 2021 12:49:46 GMT (envelope-from git) Date: Fri, 19 Nov 2021 12:49:46 GMT Message-Id: <202111191249.1AJCnk66090905@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Hiroki Tagato Subject: git: a89da5904e4e - main - deskutils/gnome-pomodoro: update to 0.20.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tagattie X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a89da5904e4e673ca206aa7065f273d9e0d295a6 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=a89da5904e4e673ca206aa7065f273d9e0d295a6 commit a89da5904e4e673ca206aa7065f273d9e0d295a6 Author: Hiroki Tagato AuthorDate: 2021-11-19 12:48:22 +0000 Commit: Hiroki Tagato CommitDate: 2021-11-19 12:49:37 +0000 deskutils/gnome-pomodoro: update to 0.20.0 Changelog: https://github.com/gnome-pomodoro/gnome-pomodoro/blob/0.20.0/NEWS --- deskutils/gnome-pomodoro/Makefile | 16 +++-------- deskutils/gnome-pomodoro/distinfo | 6 ++--- deskutils/gnome-pomodoro/pkg-plist | 54 +++++++++++++++++++------------------- 3 files changed, 34 insertions(+), 42 deletions(-) diff --git a/deskutils/gnome-pomodoro/Makefile b/deskutils/gnome-pomodoro/Makefile index 90dfd9c8e5ed..51fbc94c9125 100644 --- a/deskutils/gnome-pomodoro/Makefile +++ b/deskutils/gnome-pomodoro/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnome-pomodoro -PORTVERSION= 0.18.0 +PORTVERSION= 0.20.0 CATEGORIES= deskutils gnome MAINTAINER= tagattie@FreeBSD.org @@ -9,27 +9,22 @@ 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 +USES= desktop-file-utils gettext-tools gmake gnome libtool meson \ + pkgconfig sqlite USE_GITHUB= yes -GNU_CONFIGURE= yes - # clang fails to compile a C source (gnome-shell-extension.c) generated # from vala source. USE_GCC=yes is a temporary workaround to this issue. 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 \ @@ -37,10 +32,7 @@ GLIB_SCHEMAS= org.gnome.pomodoro.gschema.xml \ PORTDOCS= NEWS README.md -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes - -NLS_CONFIGURE_ENABLE= nls +OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/deskutils/gnome-pomodoro/distinfo b/deskutils/gnome-pomodoro/distinfo index ede991082bbf..05da179a5fd4 100644 --- a/deskutils/gnome-pomodoro/distinfo +++ b/deskutils/gnome-pomodoro/distinfo @@ -1,3 +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 +TIMESTAMP = 1637306229 +SHA256 (gnome-pomodoro-gnome-pomodoro-0.20.0_GH0.tar.gz) = 3fed04c14fe4f07cc412d75cc84d1348e7a9c51c91283bc1d7d57e63ac45d276 +SIZE (gnome-pomodoro-gnome-pomodoro-0.20.0_GH0.tar.gz) = 6195266 diff --git a/deskutils/gnome-pomodoro/pkg-plist b/deskutils/gnome-pomodoro/pkg-plist index 25a1a4ae70a0..889505076640 100644 --- a/deskutils/gnome-pomodoro/pkg-plist +++ b/deskutils/gnome-pomodoro/pkg-plist @@ -2,16 +2,12 @@ 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/notifications.plugin 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 @@ -27,6 +23,9 @@ 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/icons/hicolor/scalable/actions/gnome-pomodoro-pause-symbolic.svg +share/gnome-shell/extensions/pomodoro@arun.codito.in/icons/hicolor/scalable/actions/gnome-pomodoro-start-symbolic.svg +share/gnome-shell/extensions/pomodoro@arun.codito.in/icons/hicolor/scalable/actions/gnome-pomodoro-stop-symbolic.svg 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 @@ -41,26 +40,27 @@ 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/icons/hicolor/symbolic/apps/gnome-pomodoro-symbolic.svg +share/locale/ca/LC_MESSAGES/gnome-pomodoro.mo +share/locale/cs/LC_MESSAGES/gnome-pomodoro.mo +share/locale/de/LC_MESSAGES/gnome-pomodoro.mo +share/locale/el/LC_MESSAGES/gnome-pomodoro.mo +share/locale/es/LC_MESSAGES/gnome-pomodoro.mo +share/locale/fa/LC_MESSAGES/gnome-pomodoro.mo +share/locale/fi/LC_MESSAGES/gnome-pomodoro.mo +share/locale/fr/LC_MESSAGES/gnome-pomodoro.mo +share/locale/hu/LC_MESSAGES/gnome-pomodoro.mo +share/locale/id/LC_MESSAGES/gnome-pomodoro.mo +share/locale/it/LC_MESSAGES/gnome-pomodoro.mo +share/locale/kk/LC_MESSAGES/gnome-pomodoro.mo +share/locale/ko/LC_MESSAGES/gnome-pomodoro.mo +share/locale/lt/LC_MESSAGES/gnome-pomodoro.mo +share/locale/nb/LC_MESSAGES/gnome-pomodoro.mo +share/locale/nl/LC_MESSAGES/gnome-pomodoro.mo +share/locale/pl/LC_MESSAGES/gnome-pomodoro.mo +share/locale/pt_BR/LC_MESSAGES/gnome-pomodoro.mo +share/locale/ru/LC_MESSAGES/gnome-pomodoro.mo +share/locale/sv/LC_MESSAGES/gnome-pomodoro.mo +share/locale/tr/LC_MESSAGES/gnome-pomodoro.mo +share/locale/zh_CN/LC_MESSAGES/gnome-pomodoro.mo share/metainfo/org.gnome.Pomodoro.appdata.xml