fix gtk dep
This commit is contained in:
parent
7ed613de52
commit
ba944a1844
@ -35,12 +35,18 @@ Requires(pre): GConf2
|
||||
# The context menu API changed in 2.2.0:
|
||||
Conflicts: nautilus < 2.2.0
|
||||
|
||||
Patch0: gtk-dep.patch
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
File Roller is an application for creating and viewing archives files,
|
||||
such as tar or zip files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gtk-dep
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
%configure --disable-scrollkeeper \
|
||||
|
12
gtk-dep.patch
Normal file
12
gtk-dep.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up file-roller-2.91.0/configure.ac.gtk-dep file-roller-2.91.0/configure.ac
|
||||
--- file-roller-2.91.0/configure.ac.gtk-dep 2010-10-06 23:29:47.169208007 -0400
|
||||
+++ file-roller-2.91.0/configure.ac 2010-10-06 23:31:18.921208009 -0400
|
||||
@@ -28,7 +28,7 @@ dnl ====================================
|
||||
|
||||
GLIB_REQUIRED=2.25.5
|
||||
GIO_REQUIRED=2.25.5
|
||||
-GTK_REQUIRED=2.91.1
|
||||
+GTK_REQUIRED=2.91.0
|
||||
NAUTILUS_REQUIRED=2.22.2
|
||||
|
||||
AC_SUBST(GLIB_REQUIRED)
|
Loading…
Reference in New Issue
Block a user