mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
deskutils/gnome-pomodoro: update to 0.20.0
Changelog: https://github.com/gnome-pomodoro/gnome-pomodoro/blob/0.20.0/NEWS
This commit is contained in:
parent
403f2c501d
commit
a89da5904e
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user