[packages/goobox] - updated to 3.6.0
qboosh
qboosh at pld-linux.org
Mon Jan 6 17:44:14 CET 2020
commit 15b20b7e4119dc4d1205d751774aef03dc2ab1e1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Jan 6 17:44:12 2020 +0100
- updated to 3.6.0
goobox-desktop.patch | 10 +++++-----
goobox.spec | 50 +++++++++++++++++++-------------------------------
2 files changed, 24 insertions(+), 36 deletions(-)
---
diff --git a/goobox.spec b/goobox.spec
index 4402049..f60b5e4 100644
--- a/goobox.spec
+++ b/goobox.spec
@@ -1,40 +1,36 @@
Summary: CD player and ripper for GNOME
Summary(pl.UTF-8): Odtwarzacz i ripper CD dla GNOME
Name: goobox
-Version: 3.4.2
-Release: 2
+Version: 3.6.0
+Release: 1
License: GPL v2+
Group: X11/Applications/Multimedia
-Source0: http://ftp.gnome.org/pub/GNOME/sources/goobox/3.4/%{name}-%{version}.tar.xz
-# Source0-md5: 931789db5167b0b7c36020518c60ab78
+Source0: http://ftp.gnome.org/pub/GNOME/sources/goobox/3.6/%{name}-%{version}.tar.xz
+# Source0-md5: 4597122bd8f0b3acc5ee0e31e0e14b5a
Patch0: %{name}-desktop.patch
URL: https://people.gnome.org/~paobac/goobox/
-BuildRequires: autoconf >= 2.61
-BuildRequires: automake >= 1:1.11
BuildRequires: brasero-devel >= 3
BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.36
-BuildRequires: gnome-common >= 2.12.0
+BuildRequires: glib2-devel >= 1:2.40
BuildRequires: gstreamer-devel >= 1.0.0
-BuildRequires: gtk+3-devel >= 3.10.0
-BuildRequires: intltool >= 0.35.0
+BuildRequires: gtk+3-devel >= 3.22.0
BuildRequires: libcoverart-devel >= 1.0.0
BuildRequires: libdiscid-devel
BuildRequires: libmusicbrainz5-devel >= 5.0.0
BuildRequires: libnotify-devel >= 0.4.3
-BuildRequires: libstdc++-devel
-BuildRequires: libtool
+BuildRequires: meson >= 0.43
+BuildRequires: ninja >= 1.5
BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.596
+BuildRequires: rpmbuild(macros) >= 1.736
BuildRequires: tar >= 1:1.22
BuildRequires: xz
BuildRequires: yelp-tools
-Requires(post,postun): glib2 >= 1:2.36
+Requires(post,postun): glib2 >= 1:2.40
Requires(post,postun): gtk-update-icon-cache
Requires: dbus(org.freedesktop.Notifications)
-Requires: glib2 >= 1:2.36
+Requires: glib2 >= 1:2.40
Requires: gstreamer-cdparanoia >= 1.0.0
-Requires: gtk+3 >= 3.10.0
+Requires: gtk+3 >= 3.22.0
Requires: hicolor-icon-theme
Requires: libcoverart >= 1.0.0
Requires: libnotify >= 0.4.3
@@ -51,21 +47,14 @@ Odtwarzacz i ripper CD dla GNOME.
%patch0 -p1
%build
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
- --disable-silent-rules
-%{__make}
+%meson build
+
+%ninja_build -C build
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
%find_lang %{name} --with-gnome
@@ -90,11 +79,10 @@ EOF
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog MAINTAINERS NEWS README
+%doc AUTHORS MAINTAINERS NEWS README
%attr(755,root,root) %{_bindir}/goobox
-%{_datadir}/GConf/gsettings/goobox.convert
-%{_datadir}/appdata/goobox.appdata.xml
%{_datadir}/glib-2.0/schemas/org.gnome.Goobox.gschema.xml
-%{_desktopdir}/goobox.desktop
+%{_datadir}/metainfo/org.gnome.Goobox.appdata.xml
+%{_desktopdir}/org.gnome.Goobox.desktop
%{_iconsdir}/hicolor/*x*/apps/goobox.png
%{_iconsdir}/hicolor/scalable/apps/goobox-symbolic.svg
diff --git a/goobox-desktop.patch b/goobox-desktop.patch
index d9ea0c0..36f310f 100644
--- a/goobox-desktop.patch
+++ b/goobox-desktop.patch
@@ -1,11 +1,11 @@
---- goobox-3.4.1/data/goobox.desktop.in.orig 2015-11-17 21:33:37.041995326 +0100
-+++ goobox-3.4.1/data/goobox.desktop.in 2015-11-17 21:50:38.245285848 +0100
+--- goobox-3.6.0/data/org.gnome.Goobox.desktop.in.in.orig 2015-11-17 21:33:37.041995326 +0100
++++ goobox-3.6.0/data/org.gnome.Goobox.desktop.in.in 2015-11-17 21:50:38.245285848 +0100
@@ -1,7 +1,7 @@
[Desktop Entry]
- _Name=CD Player
- _Comment=Play and extract CDs
+ Name=CD Player
+ Comment=Play and extract CDs
-Categories=GNOME;GTK;AudioVideo;Audio;
+Categories=GNOME;GTK;AudioVideo;Audio;Player;
Encoding=UTF-8
Exec=goobox
- Icon=goobox
+ # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/goobox.git/commitdiff/15b20b7e4119dc4d1205d751774aef03dc2ab1e1
More information about the pld-cvs-commit
mailing list