Date: Thu, 17 Sep 2020 09:36:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548832 - head/audio/goobox Message-ID: <202009170936.08H9aKfS077073@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Sep 17 09:36:20 2020 New Revision: 548832 URL: https://svnweb.freebsd.org/changeset/ports/548832 Log: Update to 3.6.0 Modified: head/audio/goobox/Makefile head/audio/goobox/distinfo head/audio/goobox/pkg-plist Modified: head/audio/goobox/Makefile ============================================================================== --- head/audio/goobox/Makefile Thu Sep 17 09:25:58 2020 (r548831) +++ head/audio/goobox/Makefile Thu Sep 17 09:36:20 2020 (r548832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goobox -PORTVERSION= 3.4.2 +PORTVERSION= 3.6.0 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,14 +19,15 @@ LIB_DEPENDS= libdiscid.so:audio/libdiscid \ libbrasero-media3.so:sysutils/brasero \ libunique-1.0.so:x11-toolkits/unique -USES= desktop-file-utils gettext gmake gnome localbase pkgconfig \ - tar:xz xorg +USES= desktop-file-utils gettext gnome meson pkgconfig \ + python:3.5+,build tar:xz xorg USE_GNOME= glib20 gtk30 intlhack +USE_MESON= yes USE_XORG= x11 USE_GSTREAMER1= yes -GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip +BINARY_ALIAS= python3=${PYTHON_CMD} GLIB_SCHEMAS= org.gnome.Goobox.gschema.xml @@ -34,6 +35,6 @@ OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify -NOTIFY_CONFIGURE_ENABLE=notification +NOTIFY_MESON_TRUE=disable-libnotify .include <bsd.port.mk> Modified: head/audio/goobox/distinfo ============================================================================== --- head/audio/goobox/distinfo Thu Sep 17 09:25:58 2020 (r548831) +++ head/audio/goobox/distinfo Thu Sep 17 09:36:20 2020 (r548832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491084534 -SHA256 (gnome3/goobox-3.4.2.tar.xz) = e0d2cead2597d652ea2b4655498ad8d26e3b175a5c5a12381ef521b045421d38 -SIZE (gnome3/goobox-3.4.2.tar.xz) = 563420 +TIMESTAMP = 1591948647 +SHA256 (gnome3/goobox-3.6.0.tar.xz) = 5c4cd30463a82dd873f297f27774867ede3e6a8679ee12a12d790508dc46b046 +SIZE (gnome3/goobox-3.6.0.tar.xz) = 384812 Modified: head/audio/goobox/pkg-plist ============================================================================== --- head/audio/goobox/pkg-plist Thu Sep 17 09:25:58 2020 (r548831) +++ head/audio/goobox/pkg-plist Thu Sep 17 09:36:20 2020 (r548832) @@ -1,7 +1,5 @@ bin/goobox -share/GConf/gsettings/goobox.convert -share/appdata/goobox.appdata.xml -share/applications/goobox.desktop +share/applications/org.gnome.Goobox.desktop share/help/C/goobox/index.page share/help/C/goobox/legal.xml share/help/C/goobox/preferences.page @@ -34,6 +32,18 @@ share/help/oc/goobox/index.page share/help/oc/goobox/legal.xml share/help/oc/goobox/preferences.page share/help/oc/goobox/shortcuts.page +share/help/pl/goobox/index.page +share/help/pl/goobox/legal.xml +share/help/pl/goobox/preferences.page +share/help/pl/goobox/shortcuts.page +share/help/pt_BR/goobox/index.page +share/help/pt_BR/goobox/legal.xml +share/help/pt_BR/goobox/preferences.page +share/help/pt_BR/goobox/shortcuts.page +share/help/ro/goobox/index.page +share/help/ro/goobox/legal.xml +share/help/ro/goobox/preferences.page +share/help/ro/goobox/shortcuts.page share/help/sl/goobox/index.page share/help/sl/goobox/legal.xml share/help/sl/goobox/preferences.page @@ -60,6 +70,7 @@ share/locale/es/LC_MESSAGES/goobox.mo share/locale/eu/LC_MESSAGES/goobox.mo share/locale/fi/LC_MESSAGES/goobox.mo share/locale/fr/LC_MESSAGES/goobox.mo +share/locale/fur/LC_MESSAGES/goobox.mo share/locale/gl/LC_MESSAGES/goobox.mo share/locale/he/LC_MESSAGES/goobox.mo share/locale/hu/LC_MESSAGES/goobox.mo @@ -89,3 +100,4 @@ share/locale/tr/LC_MESSAGES/goobox.mo share/locale/vi/LC_MESSAGES/goobox.mo share/locale/zh_CN/LC_MESSAGES/goobox.mo share/locale/zh_TW/LC_MESSAGES/goobox.mo +share/metainfo/org.gnome.Goobox.appdata.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009170936.08H9aKfS077073>