]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games-makefile.patch
- rpm-build >= 4.1-7 is reqired by %%gconf_schema_install
[packages/gnome-games.git] / gnome-games-makefile.patch
1 diff -urN gnome-games-2.1.3.orig/freecell/src/Makefile.in gnome-games-2.1.3/freecell/src/Makefile.in
2 --- gnome-games-2.1.3.orig/freecell/src/Makefile.in     Mon Nov 25 21:39:34 2002
3 +++ gnome-games-2.1.3/freecell/src/Makefile.in  Mon Nov 25 21:54:43 2002
4 @@ -454,7 +454,6 @@
5  @INTLTOOL_SCHEMAS_RULE@
6  
7  install-data-local:
8 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
9  
10  # Tell versions [3.59,3.63) of GNU make to not export all variables.
11  # Otherwise a system limit (for SysV at least) may be exceeded.
12 diff -urN gnome-games-2.1.3.orig/gataxx/Makefile.in gnome-games-2.1.3/gataxx/Makefile.in
13 --- gnome-games-2.1.3.orig/gataxx/Makefile.in   Mon Nov 25 21:39:32 2002
14 +++ gnome-games-2.1.3/gataxx/Makefile.in        Mon Nov 25 21:55:45 2002
15 @@ -594,7 +594,6 @@
16  @INTLTOOL_SOUNDLIST_RULE@
17  
18  install-data-local:
19 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
20  
21  # Tell versions [3.59,3.63) of GNU make to not export all variables.
22  # Otherwise a system limit (for SysV at least) may be exceeded.
23 diff -urN gnome-games-2.1.3.orig/gnometris/Makefile.in gnome-games-2.1.3/gnometris/Makefile.in
24 --- gnome-games-2.1.3.orig/gnometris/Makefile.in        Mon Nov 25 21:39:34 2002
25 +++ gnome-games-2.1.3/gnometris/Makefile.in     Mon Nov 25 21:56:27 2002
26 @@ -536,7 +536,6 @@
27  @INTLTOOL_SCHEMAS_RULE@
28  
29  install-data-local:
30 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
31         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
32         touch $(DESTDIR)$(scoredir)/gnometris.scores
33         -chown games.games $(DESTDIR)$(scoredir)/gnometris.scores
34 diff -urN gnome-games-2.1.3.orig/gnomine/Makefile.in gnome-games-2.1.3/gnomine/Makefile.in
35 --- gnome-games-2.1.3.orig/gnomine/Makefile.in  Mon Nov 25 21:39:31 2002
36 +++ gnome-games-2.1.3/gnomine/Makefile.in       Mon Nov 25 21:56:41 2002
37 @@ -540,7 +540,6 @@
38  @INTLTOOL_DESKTOP_RULE@
39  
40  install-data-local:
41 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
42         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
43         -touch $(DESTDIR)$(scoredir)/gnomine.Tiny.scores
44         -chown games.games $(DESTDIR)$(scoredir)/gnomine.Tiny.scores
45 diff -urN gnome-games-2.1.3.orig/gtali/Makefile.in gnome-games-2.1.3/gtali/Makefile.in
46 --- gnome-games-2.1.3.orig/gtali/Makefile.in    Mon Nov 25 21:39:32 2002
47 +++ gnome-games-2.1.3/gtali/Makefile.in Mon Nov 25 21:57:39 2002
48 @@ -540,7 +540,6 @@
49  @INTLTOOL_DESKTOP_RULE@
50  
51  install-data-local:
52 -       -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
53         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
54         -touch $(DESTDIR)$(scoredir)/gtali.scores
55         -chown games.games $(DESTDIR)$(scoredir)/gtali.scores
56 diff -urN gnome-games-2.1.3.orig/iagno/Makefile.in gnome-games-2.1.3/iagno/Makefile.in
57 --- gnome-games-2.1.3.orig/iagno/Makefile.in    Mon Nov 25 21:39:33 2002
58 +++ gnome-games-2.1.3/iagno/Makefile.in Mon Nov 25 21:57:32 2002
59 @@ -595,7 +595,6 @@
60  @INTLTOOL_SCHEMAS_RULE@
61  
62  install-data-local:
63 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
64         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
65         touch $(DESTDIR)$(scoredir)/iagno.w1.scores
66         touch $(DESTDIR)$(scoredir)/iagno.w2.scores
67 diff -urN gnome-games-2.1.3.orig/mahjongg/Makefile.in gnome-games-2.1.3/mahjongg/Makefile.in
68 --- gnome-games-2.1.3.orig/mahjongg/Makefile.in Mon Nov 25 21:39:31 2002
69 +++ gnome-games-2.1.3/mahjongg/Makefile.in      Mon Nov 25 21:57:44 2002
70 @@ -591,7 +591,6 @@
71  @INTLTOOL_DESKTOP_RULE@
72  
73  install-data-local:
74 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
75         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
76         $(mkinstalldirs) $(DESTDIR)$(bgdir)
77         touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores
78 diff -urN gnome-games-2.1.3.orig/same-gnome/Makefile.in gnome-games-2.1.3/same-gnome/Makefile.in
79 --- gnome-games-2.1.3.orig/same-gnome/Makefile.in       Mon Nov 25 21:39:31 2002
80 +++ gnome-games-2.1.3/same-gnome/Makefile.in    Mon Nov 25 21:57:49 2002
81 @@ -536,7 +536,6 @@
82  @INTLTOOL_DESKTOP_RULE@
83  
84  install-data-local:
85 -       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
86         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
87         touch $(DESTDIR)$(scoredir)/same-gnome.scores
88         -chown games.games $(DESTDIR)$(scoredir)/same-gnome.scores
This page took 0.077329 seconds and 3 git commands to generate.