]> git.pld-linux.org Git - packages/funguloids.git/commitdiff
- init (I forgot to add them)
authorarvenil <arvenil@pld-linux.org>
Mon, 28 May 2007 07:35:34 +0000 (07:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    funguloids-lua51.patch -> 1.1
    funguloids-path.patch -> 1.1

funguloids-lua51.patch [new file with mode: 0644]
funguloids-path.patch [new file with mode: 0644]

diff --git a/funguloids-lua51.patch b/funguloids-lua51.patch
new file mode 100644 (file)
index 0000000..179bb3d
--- /dev/null
@@ -0,0 +1,12 @@
+--- x/configure.ac     2007-05-21 23:00:56.000000000 +0200
++++ x/configure.ac     2007-05-27 12:57:34.000000000 +0200
+@@ -64,7 +64,8 @@
+ else
+       CFLAGS="$CFLAGS $FUNGU_FOUND_HEADER"
+       CPPFLAGS="$CPPFLAGS $FUNGU_FOUND_HEADER"
+-      LDFLAGS="$LDFLAGS -llua5.1"
++      LDFLAGS="$LDFLAGS -L${FUNGU_FOUND_PREFIX}/lib"
++      LIBS="$LIBS -llua51"
+ fi
+ AC_LANG_POP
diff --git a/funguloids-path.patch b/funguloids-path.patch
new file mode 100644 (file)
index 0000000..22f7388
--- /dev/null
@@ -0,0 +1,41 @@
+--- x/bin/music/Makefile.am    2007-05-21 16:44:29.000000000 +0200
++++ x/bin/music/Makefile.am    2007-05-27 14:05:12.000000000 +0200
+@@ -1,14 +1,11 @@
+-musicinstall_DATA = playlist.lua
++musicinstall_DATA = playlist.lua \
++      MarylandInMay.ogg
+ EXTRA_DIST = playlist.lua.in
+ playlist.lua: playlist.lua.in
+       cat playlist.lua.in | sed 's,%%musicinstalldir%%,@musicinstalldir@,' > playlist.lua
+-install-data-hook:
+-      if test -r MarylandInMay.ogg; then cp MarylandInMay.ogg "@musicinstalldir@"; fi;
+-
+-
+ distclean: clean
+ clean:
+--- x/bin/Makefile.am  2007-05-05 14:41:16.000000000 +0200
++++ x/bin/Makefile.am  2007-05-27 20:36:46.000000000 +0200
+@@ -4,7 +4,7 @@
+ dist_pixmapinstall_DATA = funguloids.png
+ dist_gameinstall_DATA = gamesettings.cfg
+ dist_docinstall_DATA = readme.html
+-gameinstall_DATA = plugins.cfg resources.cfg
++gameinstall_DATA = plugins.cfg resources.cfg funguloids.mpk bootstrap.mpk
+ plugins.cfg: plugins.cfg.in
+       cat plugins.cfg.in | sed 's,%%ogreplugindir%%,@ogreplugindir@/,' > plugins.cfg
+@@ -22,9 +22,7 @@
+               if test ! -e "@highscoredir@/hiscore.lst"; then cp hiscore.lst.in "@highscoredir@/hiscore.lst"; fi; \
+               chgrp -R @highscoregroup@ "@highscoredir@"; \
+               chmod -R g+w "@highscoredir@"; \
+-      fi; \
+-      if test -r bootstrap.mpk; then cp bootstrap.mpk "@gameinstalldir@"; fi; \
+-      if test -r funguloids.mpk; then cp funguloids.mpk "@gameinstalldir@"; fi
++      fi;
+ uninstall-hook:
+       rm -rf "@docinstalldir@"
This page took 0.084806 seconds and 4 git commands to generate.