diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-19 11:23:57 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-19 11:23:57 +0000 |
commit | 3749fb97fb897e5ce64df385a0940a71c7fd3e92 (patch) | |
tree | 25479a74aa90cc2dcef8dd454a110dd06ccce83d /packages/scummvm/files/makefile-nostrip.patch | |
parent | cf0a5ca841a4aa19c8d71d8f4d31d114bcdeec7c (diff) |
scummvm-0.9.1: update packaging, make default, openmoko integration
* remove DEFAULT_PREFERENCE="-1"
* don't strip executable during install, we do that while packaging
* add openmoko-scummvm script for fic-gta01 and scummvm.desktop file.
* package the modern theme by default - maybe this should go
into a separate scummvm-theme package, RRECOMMENDED by scummvm
Diffstat (limited to 'packages/scummvm/files/makefile-nostrip.patch')
-rw-r--r-- | packages/scummvm/files/makefile-nostrip.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/scummvm/files/makefile-nostrip.patch b/packages/scummvm/files/makefile-nostrip.patch new file mode 100644 index 0000000000..7f9c8b49d2 --- /dev/null +++ b/packages/scummvm/files/makefile-nostrip.patch @@ -0,0 +1,13 @@ +Index: scummvm-0.9.1/Makefile +=================================================================== +--- scummvm-0.9.1.orig/Makefile 2007-08-18 13:02:07.000000000 +0200 ++++ scummvm-0.9.1/Makefile 2007-08-18 13:02:24.000000000 +0200 +@@ -45,7 +45,7 @@ + + install: all + $(INSTALL) -d "$(DESTDIR)$(BINDIR)" +- $(INSTALL) -c -s -m 755 "$(srcdir)/scummvm$(EXEEXT)" "$(DESTDIR)$(BINDIR)/scummvm$(EXEEXT)" ++ $(INSTALL) -c -m 755 "$(srcdir)/scummvm$(EXEEXT)" "$(DESTDIR)$(BINDIR)/scummvm$(EXEEXT)" + $(INSTALL) -d "$(DESTDIR)$(MANDIR)/man6/" + $(INSTALL) -c -m 644 "$(srcdir)/dists/scummvm.6" "$(DESTDIR)$(MANDIR)/man6/scummvm.6" + $(INSTALL) -d "$(DESTDIR)$(PREFIX)/share/pixmaps/" |