[packages/gnome-tweak-tool] Updated to 3.6.0
megabajt
megabajt at pld-linux.org
Wed Oct 10 12:40:14 CEST 2012
commit db1eb1a8a09ceb8bb3862cbd036c57ab94d2717c
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date: Wed Oct 10 12:40:03 2012 +0200
Updated to 3.6.0
gnome-tweak-tool.spec | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec
index 13fdd17..d40becf 100644
--- a/gnome-tweak-tool.spec
+++ b/gnome-tweak-tool.spec
@@ -1,30 +1,33 @@
Summary: A tool to customize advanced GNOME 3 options
Summary(pl.UTF-8): Narzędzie do dostosowywania zaawansowanych opcji GNOME 3
Name: gnome-tweak-tool
-Version: 3.4.0.1
+Version: 3.6.0
Release: 1
License: GPL v3
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.4/%{name}-%{version}.tar.xz
-# Source0-md5: f1abe010c2b2235cb86718134c0219ce
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.6/%{name}-%{version}.tar.xz
+# Source0-md5: d62297feae5079bd923af6797ed2f17e
Patch0: pyc.patch
URL: http://live.gnome.org/GnomeTweakTool
BuildRequires: GConf2-devel
BuildRequires: gettext-devel >= 0.17
-BuildRequires: gsettings-desktop-schemas-devel >= 3.2.0
+BuildRequires: gsettings-desktop-schemas-devel >= 3.4.0
BuildRequires: intltool >= 0.40.0
BuildRequires: pkgconfig
BuildRequires: python >= 1:2.6
-BuildRequires: python-pygobject3-devel >= 3.0.0
-BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: python-pygobject3-devel >= 3.2.1
+BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: tar >= 1:1.22
BuildRequires: xz
+Requires(post,postun): gtk-update-icon-cache
Requires: GConf2-libs
+Requires: gnome-desktop >= 3.6.0
Requires: gobject-introspection
-Requires: gsettings-desktop-schemas >= 3.2.0
+Requires: gsettings-desktop-schemas >= 3.4.0
Requires: gtk+3 >= 3.0.0
+Requires: hicolor-icon-theme
Requires: python >= 1:2.6
-Requires: python-pygobject3 >= 3.0.0
+Requires: python-pygobject3 >= 3.2.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -54,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc NEWS README
@@ -64,3 +73,4 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitescriptdir}/gtweak/tweaks/*.py[co]
%{_datadir}/gnome-tweak-tool
%{_desktopdir}/gnome-tweak-tool.desktop
+%{_iconsdir}/hicolor/*/*/*.png
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-tweak-tool.git/commitdiff/db1eb1a8a09ceb8bb3862cbd036c57ab94d2717c
More information about the pld-cvs-commit
mailing list