]> git.pld-linux.org Git - packages/gnome-games.git/commitdiff
- gnome-games-pixbuf_cflags.patch: add missing include paths gnome-games-1_4_0_3-1
authorqrczak <qrczak@pld-linux.org>
Sun, 25 Nov 2001 12:24:08 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-games-pixbuf_cflags.patch -> 1.1
    gnome-games.spec -> 1.51

gnome-games-pixbuf_cflags.patch [new file with mode: 0644]
gnome-games.spec

diff --git a/gnome-games-pixbuf_cflags.patch b/gnome-games-pixbuf_cflags.patch
new file mode 100644 (file)
index 0000000..95cdd70
--- /dev/null
@@ -0,0 +1,23 @@
+--- gnome-games-1.4.0.3/freecell/gdk-card-image/Makefile.am~   Sat Feb 20 22:02:30 1999
++++ gnome-games-1.4.0.3/freecell/gdk-card-image/Makefile.am    Sun Nov 25 09:41:46 2001
+@@ -27,7 +27,7 @@
+ cardslotdir = $(datadir)/pixmaps/cards/slots/
+ cardslot_DATA = hand.png plain.png
+-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR)
++INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS)
+ EXTRA_DIST = $(cardback_DATA) $(cardhonor_DATA) $(cardjoker_DATA) \
+       $(cardrank_DATA) $(cardsuitsmall_DATA) $(cardsuitlarge_DATA)\
+--- gnome-games-1.4.0.3/gnome-stones/objects/Makefile.am~      Tue Nov 10 05:55:56 1998
++++ gnome-games-1.4.0.3/gnome-stones/objects/Makefile.am       Sun Nov 25 10:08:15 2001
+@@ -6,7 +6,8 @@
+       -I$(GSTONES_SRC_DIR)                            \
+       -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
+       -I$(includedir)                                 \
+-      $(GNOME_INCLUDEDIR)
++      $(GNOME_INCLUDEDIR)                             \
++      $(GDK_PIXBUF_CFLAGS)
+ object_LTLIBRARIES = libgnome-stones.la libgnomekoban.la
index 0af6c0307283d73907205b01d89f40aa323dd013..339abc71e07f6fb7cee432552a62b83d9a59657e 100644 (file)
@@ -15,6 +15,7 @@ Source0:      ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-games/%{name}-%{vers
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-scrollkeeper.patch
 Patch2:                %{name}-ac_fix.patch
+Patch3:                %{name}-pixbuf_cflags.patch
 Icon:          gnome-games.gif
 BuildRequires: ORBit >= 0.4.3
 BuildRequires: audiofile-devel >= 0.1.5
@@ -86,6 +87,7 @@ Biblioteki statyczne do GNOME games.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
This page took 0.066167 seconds and 4 git commands to generate.