[packages/baobab] Updated to 3.30.0

jareq jareq at pld-linux.org
Sun Jan 27 11:40:17 CET 2019


commit 02edaa672c360ebb59429e6693e7486d7428522a
Author: Jaroslaw Kruk <kruk.jaroslaw at gmail.com>
Date:   Sun Jan 27 11:39:58 2019 +0100

    Updated to 3.30.0

 baobab-desktop.patch |  9 +++++----
 baobab.spec          | 28 +++++++++++-----------------
 2 files changed, 16 insertions(+), 21 deletions(-)
---
diff --git a/baobab.spec b/baobab.spec
index 5afe3a5..c6e2be2 100644
--- a/baobab.spec
+++ b/baobab.spec
@@ -1,20 +1,20 @@
 Summary:	Graphical directory tree analyzer
 Summary(pl.UTF-8):	Graficzny analizator drzew katalogów
 Name:		baobab
-Version:	3.26.1
+Version:	3.30.0
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/baobab/3.26/%{name}-%{version}.tar.xz
-# Source0-md5:	abdca08093597cf1855b7f1525896d09
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/baobab/3.30/%{name}-%{version}.tar.xz
+# Source0-md5:	a0ef355b575b6c63e95dfe75ee3c39f9
 Patch0:		%{name}-desktop.patch
 URL:		https://wiki.gnome.org/Apps/Baobab
 BuildRequires:	appstream-glib-devel
-BuildRequires:	autoconf >= 2.63
-BuildRequires:	automake >= 1:1.11
 BuildRequires:	gettext-tools >= 0.19.8
 BuildRequires:	glib2-devel >= 1:2.39.90
 BuildRequires:	gtk+3-devel >= 3.20.0
+BuildRequires:	meson
+BuildRequires:	ninja
 BuildRequires:	pkgconfig >= 1:0.22
 BuildRequires:	rpmbuild(find_lang) >= 1.35
 BuildRequires:	rpmbuild(macros) >= 1.592
@@ -40,19 +40,13 @@ baobab jest graficznym analizatorem drzew katalogów.
 %patch0 -p1
 
 %build
-%{__aclocal} -I m4
-%{__autoheader}
-%{__autoconf}
-%{__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
 
@@ -69,12 +63,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/baobab
 %{_desktopdir}/org.gnome.baobab.desktop
 %{_iconsdir}/hicolor/*x*/apps/baobab.png
-%{_iconsdir}/hicolor/scalable/apps/baobab-symbolic.svg
+%{_iconsdir}/hicolor/symbolic/apps/baobab-symbolic.svg
 %{_datadir}/dbus-1/services/org.gnome.baobab.service
 %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
 %{_mandir}/man1/baobab.1*
-%{_datadir}/appdata/org.gnome.baobab.appdata.xml
+%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
diff --git a/baobab-desktop.patch b/baobab-desktop.patch
index c15e4bb..32f0c2b 100644
--- a/baobab-desktop.patch
+++ b/baobab-desktop.patch
@@ -1,10 +1,11 @@
---- baobab-3.8.1/data/org.gnome.baobab.desktop.in.in.old	2013-04-23 21:28:28.404066193 +0200
-+++ baobab-3.8.1/data/org.gnome.baobab.desktop.in.in	2013-04-23 21:28:33.610704653 +0200
-@@ -8,7 +8,6 @@ Icon=baobab
+diff -urN baobab-3.30.0.orig/data/org.gnome.baobab.desktop.in baobab-3.30.0/data/org.gnome.baobab.desktop.in
+--- baobab-3.30.0.orig/data/org.gnome.baobab.desktop.in	2018-09-02 16:38:11.000000000 +0200
++++ baobab-3.30.0/data/org.gnome.baobab.desktop.in	2019-01-27 11:38:00.427295656 +0100
+@@ -10,7 +10,6 @@
  Terminal=false
  Type=Application
  StartupNotify=true
 -MimeType=inode/directory;
  Categories=GTK;GNOME;System;Filesystem;X-GNOME-Utilities;
  NotShowIn=KDE;
- X-GNOME-Bugzilla-Bugzilla=GNOME
+ DBusActivatable=true
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/baobab.git/commitdiff/02edaa672c360ebb59429e6693e7486d7428522a



More information about the pld-cvs-commit mailing list