]> git.pld-linux.org Git - packages/clutter-gtk.git/commitdiff
- build fix for gtk/gtk.h: No such file or directory auto/ti/clutter-gtk-0_10_8-2
authorhawk <hawk@pld-linux.org>
Thu, 18 Nov 2010 09:36:29 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clutter-gtk-fix.patch -> 1.1
    clutter-gtk.spec -> 1.27

clutter-gtk-fix.patch [new file with mode: 0644]
clutter-gtk.spec

diff --git a/clutter-gtk-fix.patch b/clutter-gtk-fix.patch
new file mode 100644 (file)
index 0000000..a8d6d3c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur clutter-gtk-0.10.8.orig//clutter-gtk/Makefile.am clutter-gtk-0.10.8.fix//clutter-gtk/Makefile.am
+--- clutter-gtk-0.10.8.orig//clutter-gtk/Makefile.am   2010-11-18 10:33:53.000000000 +0100
++++ clutter-gtk-0.10.8.fix//clutter-gtk/Makefile.am    2010-11-18 10:35:02.501676737 +0100
+@@ -49,7 +49,7 @@
+               --namespace GtkClutter --nsversion=@CLUTTER_GTK_API_VERSION@ \
+               --identifier-prefix=GtkClutter \
+               --symbol-prefix=gtk_clutter \
+-              $(INCLUDES) $(AM_CPPFLAGS) \
++              $(INCLUDES) $(AM_CPPFLAGS) $(GTK_CFLAGS) \
+               --add-include-path=$(srcdir) --add-include=path=. \
+               --include=Clutter-1.0 \
+               --include=GdkPixbuf-2.0 \
index 0a652a9c82eb399e21f95259a6d356e64e80b3d7..b8ca6ddad7c7514ee3cabb4f2577787ad138829f 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Library integrating clutter with GTK+
 Summary(pl.UTF-8):     Biblioteka integrujÄ…ca clutter z GTK+
 Name:          clutter-gtk
 Version:       0.10.8
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         X11/Libraries
 Source0:       http://www.clutter-project.org/sources/clutter-gtk/0.10/%{name}-%{version}.tar.gz
 # Source0-md5: 2233c7f92535f5017accea04701131cd
 Patch0:                gobject-introspection.patch
+Patch1:                %{name}-fix.patch
 URL:           http://www.clutter-project.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
@@ -69,6 +70,7 @@ Dokumentacja API clutter-gtk.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
This page took 0.034925 seconds and 4 git commands to generate.