]> git.pld-linux.org Git - packages/baobab.git/commitdiff
Update to 3.8.0 auto/th/baobab-3.8.1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 23 Apr 2013 20:06:12 +0000 (22:06 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 23 Apr 2013 20:06:12 +0000 (22:06 +0200)
- added -desktop.patch to remove inode/directory from MimeType

baobab-desktop.patch [new file with mode: 0644]
baobab.spec

diff --git a/baobab-desktop.patch b/baobab-desktop.patch
new file mode 100644 (file)
index 0000000..b16368a
--- /dev/null
@@ -0,0 +1,10 @@
+--- baobab-3.8.1/data/baobab.desktop.in.in.old 2013-04-23 21:28:28.404066193 +0200
++++ baobab-3.8.1/data/baobab.desktop.in.in     2013-04-23 21:28:33.610704653 +0200
+@@ -8,7 +8,6 @@ Icon=baobab
+ Terminal=false
+ Type=Application
+ StartupNotify=true
+-MimeType=inode/directory;
+ Categories=GTK;GNOME;System;Filesystem;
+ NotShowIn=KDE;
+ X-GNOME-Bugzilla-Bugzilla=GNOME
index d56da68ab4c0145b542cda59196a54d1ce9e7a95..ec730117bebf4600e8e4076cc1b65ec9e2a0cb4f 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       Graphical directory tree analyzer
 Summary(pl.UTF-8):     Graficzny analizator drzew katalogów
 Name:          baobab
-Version:       3.6.4
+Version:       3.8.1
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/baobab/3.6/%{name}-%{version}.tar.xz
-# Source0-md5: a6d595f7fbf6c319717c8b39536f546e
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/baobab/3.8/%{name}-%{version}.tar.xz
+# Source0-md5: 2e581b3c65ffd25ea22c76e7d12c2f0f
+Patch0:                %{name}-desktop.patch
 URL:           http://live.gnome.org/GnomeUtils
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
 BuildRequires: gettext-devel >= 0.17
 BuildRequires: glib2-devel >= 1:2.30.0
-BuildRequires: gtk+3-devel >= 3.6.0
+BuildRequires: gtk+3-devel >= 3.8.0
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libgtop-devel
 BuildRequires: pkgconfig >= 1:0.22
@@ -22,7 +23,7 @@ BuildRequires:        yelp-tools
 Requires(post,postun): glib2 >= 1:2.26.0
 Requires(post,postun): gtk-update-icon-cache
 Requires:      glib2 >= 1:2.30.0
-Requires:      gtk+3 >= 3.6.0
+Requires:      gtk+3 >= 3.8.0
 Requires:      hicolor-icon-theme
 Provides:      gnome-utils-baobab = 1:%{version}-%{release}
 Obsoletes:     gnome-utils-baobab < 1:3.3.2-1
@@ -36,6 +37,7 @@ baobab jest graficznym analizatorem drzew katalogów.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -59,10 +61,12 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
+%update_icon_cache HighContrast
 %update_icon_cache hicolor
 %glib_compile_schemas
 
 %postun
+%update_icon_cache HighContrast
 %update_icon_cache hicolor
 %glib_compile_schemas
 
@@ -73,5 +77,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/baobab.desktop
 %{_iconsdir}/hicolor/*/*/*.png
 %{_iconsdir}/hicolor/*/*/*.svg
+%{_iconsdir}/HighContrast/*/*/*.png
 %{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
 %{_mandir}/man1/baobab.1*
This page took 0.155444 seconds and 4 git commands to generate.