[packages/gnome-tweak-tool] Update to 3.8.0

megabajt megabajt at pld-linux.org
Wed Apr 10 23:30:17 CEST 2013


commit 4fb95e0f1faf7e4916064d617555c23baa5e2af4
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Wed Apr 10 23:22:57 2013 +0200

    Update to 3.8.0
    
    - added -import-gobject.patch to fix crash at startup
      (import GObject before Gtk module)

 gnome-tweak-tool-import-gobject.patch | 10 ++++++++++
 gnome-tweak-tool.spec                 | 11 +++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec
index ee3964a..69858da 100644
--- a/gnome-tweak-tool.spec
+++ b/gnome-tweak-tool.spec
@@ -1,13 +1,14 @@
 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.6.1
+Version:	3.8.0
 Release:	1
 License:	GPL v3
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.6/%{name}-%{version}.tar.xz
-# Source0-md5:	82ea8aeb1a1d7fd8532695b743b3a437
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.8/%{name}-%{version}.tar.xz
+# Source0-md5:	e0dc97aaad321db3172423faad00d8f2
 Patch0:		pyc.patch
+Patch1:		%{name}-import-gobject.patch
 URL:		http://live.gnome.org/GnomeTweakTool
 BuildRequires:	GConf2-devel
 BuildRequires:	gettext-devel >= 0.17
@@ -21,7 +22,8 @@ BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
 Requires(post,postun):	gtk-update-icon-cache
 Requires:	GConf2-libs
-Requires:	gnome-desktop >= 3.6.0
+Requires:	gnome-desktop >= 3.8.0
+Requires:	gnome-shell >= 3.8.0
 Requires:	gobject-introspection
 Requires:	gsettings-desktop-schemas >= 3.4.0
 Requires:	gtk+3 >= 3.0.0
@@ -39,6 +41,7 @@ Narzędzie do dostosowywania zaawansowanych opcji GNOME 3.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure
diff --git a/gnome-tweak-tool-import-gobject.patch b/gnome-tweak-tool-import-gobject.patch
new file mode 100644
index 0000000..30b1507
--- /dev/null
+++ b/gnome-tweak-tool-import-gobject.patch
@@ -0,0 +1,10 @@
+--- gnome-tweak-tool-3.8.0/gtweak/mainwindow.py.old	2013-04-10 23:06:30.179200530 +0200
++++ gnome-tweak-tool-3.8.0/gtweak/mainwindow.py	2013-04-10 23:06:38.552488501 +0200
+@@ -17,6 +17,7 @@
+ 
+ import os.path
+ 
++from gi.repository import GObject
+ from gi.repository import Gtk
+ 
+ import gtweak
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-tweak-tool.git/commitdiff/4fb95e0f1faf7e4916064d617555c23baa5e2af4



More information about the pld-cvs-commit mailing list