]> git.pld-linux.org Git - packages/gnome-tweaks.git/commitdiff
Update to 3.8.0 auto/th/gnome-tweak-tool-3.8.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 10 Apr 2013 21:22:57 +0000 (23:22 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 10 Apr 2013 21:22:57 +0000 (23:22 +0200)
- added -import-gobject.patch to fix crash at startup
  (import GObject before Gtk module)

gnome-tweak-tool-import-gobject.patch [new file with mode: 0644]
gnome-tweak-tool.spec

diff --git a/gnome-tweak-tool-import-gobject.patch b/gnome-tweak-tool-import-gobject.patch
new file mode 100644 (file)
index 0000000..30b1507
--- /dev/null
@@ -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
index ee3964a9abb031506f59332163bda061336be1d2..69858daf858485b8818d44575ee0e9652631cb0c 100644 (file)
@@ -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
This page took 0.043775 seconds and 4 git commands to generate.