SOURCES: kdegames-disable_install-exec-hook.patch - updated

arekm arekm at pld-linux.org
Mon Nov 14 13:39:53 CET 2005


Author: arekm                        Date: Mon Nov 14 12:39:53 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   kdegames-disable_install-exec-hook.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/kdegames-disable_install-exec-hook.patch
diff -u SOURCES/kdegames-disable_install-exec-hook.patch:1.6 SOURCES/kdegames-disable_install-exec-hook.patch:1.7
--- SOURCES/kdegames-disable_install-exec-hook.patch:1.6	Sat Jul 23 14:35:05 2005
+++ SOURCES/kdegames-disable_install-exec-hook.patch	Mon Nov 14 13:39:48 2005
@@ -1,7 +1,56 @@
-diff -urbB kdegames-3.4.2.org/kfouleggs/Makefile.am kdegames-3.4.2/kfouleggs/Makefile.am
---- kdegames-3.4.2.org/kfouleggs/Makefile.am	2005-07-20 10:00:23.000000000 +0000
-+++ kdegames-3.4.2/kfouleggs/Makefile.am	2005-07-23 12:06:08.390563920 +0000
-@@ -25,44 +25,4 @@
+diff -urbB kdegames-3.5.0.org/kbounce/Makefile.am kdegames-3.5.0/kbounce/Makefile.am
+--- kdegames-3.5.0.org/kbounce/Makefile.am	2005-11-08 23:24:52.000000000 +0100
++++ kdegames-3.5.0/kbounce/Makefile.am	2005-11-14 14:41:27.333111500 +0100
+@@ -31,45 +31,4 @@
+ DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
+ DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
+ 
+-install-data-local:
+-	@(test x$(HIGHSCORE_DIRECTORY) != x \
+-	&& echo "********************************************************" \
+-	&& echo "" \
+-	&& echo "This game is installed sgid \"games\" to use the" \
+-	&& echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
+-	&& echo "" \
+-	&& echo "If the system-wide highscore file does not exist, it is" \
+-        && echo "created with the correct ownership and permissions. See the" \
+-        && echo "INSTALL file in \"kdegames/libkdegames/highscore\" for details." \
+-	&& echo "" \
+-	&& echo "********************************************************" \
+-	) || true
+-
+-install-exec-hook:
+-	@(test x$(HIGHSCORE_DIRECTORY) != x \
+-        && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
+-	|| echo "Error: Could not install the game with correct permissions !!" \
+-	)) || true
+-
+-	@(test x$(HIGHSCORE_DIRECTORY) != x \
+-		&& ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
+-		&& chmod 750 $(DESTHIGHSCORES)) \
+-	|| echo "Error: Could not create the highscore directory with correct permissions !!" \
+-	)) || true
+-
+-	@(test x$(HIGHSCORE_DIRECTORY) != x \
+-        && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
+-	|| echo "Error: Could not install the game with correct permissions !!" \
+-	)) || true
+-
+-	@(test ${setgid} = true \
+-        && ((chmod 2755  $(DESTBIN)) \
+-	|| echo "Error: Could not install the game with correct permissions !!" \
+-	)) || true
+-
+-	@(test x$(HIGHSCORE_DIRECTORY) != x \
+-        && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \
+-	&& chmod 0660 $(DESTSCORES)) \
+-	|| echo "Error: Could not create system-wide highscore file with correct permissions !!" \
+-	)) || true
+ 
+diff -urbB kdegames-3.5.0.org/kfouleggs/Makefile.am kdegames-3.5.0/kfouleggs/Makefile.am
+--- kdegames-3.5.0.org/kfouleggs/Makefile.am	2005-09-10 10:18:28.000000000 +0200
++++ kdegames-3.5.0/kfouleggs/Makefile.am	2005-11-14 14:36:28.630443750 +0100
+@@ -27,44 +27,4 @@
  DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
  DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
  
@@ -46,10 +95,11 @@
 -	&& chmod 0660 $(DESTSCORES)) \
 -	|| echo "Error: Could not create system-wide highscore file with correct permissions !!" \
 -	)) || true
-diff -urbB kdegames-3.4.2.org/klickety/Makefile.am kdegames-3.4.2/klickety/Makefile.am
---- kdegames-3.4.2.org/klickety/Makefile.am	2005-07-20 10:00:21.000000000 +0000
-+++ kdegames-3.4.2/klickety/Makefile.am	2005-07-23 12:05:08.278702312 +0000
-@@ -25,44 +25,3 @@
+Tylko w kdegames-3.5.0/kfouleggs: Makefile.am.orig
+diff -urbB kdegames-3.5.0.org/klickety/Makefile.am kdegames-3.5.0/klickety/Makefile.am
+--- kdegames-3.5.0.org/klickety/Makefile.am	2005-09-10 10:18:05.000000000 +0200
++++ kdegames-3.5.0/klickety/Makefile.am	2005-11-14 14:36:28.630443750 +0100
+@@ -27,44 +27,3 @@
  DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
  DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
  
@@ -94,10 +144,11 @@
 -	&& chmod 0660 $(DESTSCORES)) \
 -	|| echo "Error: Could not create system-wide highscore file with correct permissions !!" \
 -	)) || true
-diff -urbB kdegames-3.4.2.org/kmines/Makefile.am kdegames-3.4.2/kmines/Makefile.am
---- kdegames-3.4.2.org/kmines/Makefile.am	2005-07-20 10:00:23.000000000 +0000
-+++ kdegames-3.4.2/kmines/Makefile.am	2005-07-23 12:05:56.938304928 +0000
-@@ -20,45 +20,3 @@
+Tylko w kdegames-3.5.0/klickety: Makefile.am.orig
+diff -urbB kdegames-3.5.0.org/kmines/Makefile.am kdegames-3.5.0/kmines/Makefile.am
+--- kdegames-3.5.0.org/kmines/Makefile.am	2005-09-10 10:18:28.000000000 +0200
++++ kdegames-3.5.0/kmines/Makefile.am	2005-11-14 14:36:28.630443750 +0100
+@@ -22,45 +22,3 @@
  DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
  DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
  
@@ -143,10 +194,11 @@
 -	|| echo "Error: Could not create system-wide highscore file with correct permissions !!" \
 -	)) || true
 -
-diff -urbB kdegames-3.4.2.org/ksirtet/ksirtet/Makefile.am kdegames-3.4.2/ksirtet/ksirtet/Makefile.am
---- kdegames-3.4.2.org/ksirtet/ksirtet/Makefile.am	2005-07-20 10:00:21.000000000 +0000
-+++ kdegames-3.4.2/ksirtet/ksirtet/Makefile.am	2005-07-23 12:05:43.798302512 +0000
-@@ -30,44 +30,3 @@
+Tylko w kdegames-3.5.0/kmines: Makefile.am.orig
+diff -urbB kdegames-3.5.0.org/ksirtet/ksirtet/Makefile.am kdegames-3.5.0/ksirtet/ksirtet/Makefile.am
+--- kdegames-3.5.0.org/ksirtet/ksirtet/Makefile.am	2005-09-10 10:18:08.000000000 +0200
++++ kdegames-3.5.0/ksirtet/ksirtet/Makefile.am	2005-11-14 14:36:28.634444000 +0100
+@@ -33,44 +33,3 @@
  DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
  DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
  
@@ -191,3 +243,4 @@
 -	&& chmod 0660 $(DESTSCORES)) \
 -	|| echo "Error: Could not create system-wide highscore file with correct permissions !!" \
 -	)) || true
+Tylko w kdegames-3.5.0/ksirtet/ksirtet: Makefile.am.orig
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kdegames-disable_install-exec-hook.patch?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list