summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Turenko <totktonada.ru@gmail.com>2016-12-27 23:44:29 +0300
committerAlexander Turenko <totktonada.ru@gmail.com>2016-12-27 23:44:29 +0300
commit3b850aba481dccb2e6fe066e165c6f7c76734df1 (patch)
tree16cf0f0f59dd777c5eaf8441377cee4a64a02ad0
parentsupermeatboy: bump (diff)
downloadgamerlay-3b850aba481dccb2e6fe066e165c6f7c76734df1.tar.gz
gamerlay-3b850aba481dccb2e6fe066e165c6f7c76734df1.tar.bz2
gamerlay-3b850aba481dccb2e6fe066e165c6f7c76734df1.zip
games-action/d[12]x-rebirth: clean up, fix indent
-rw-r--r--games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch21
-rw-r--r--games-action/d1x-rebirth/metadata.xml4
-rw-r--r--games-action/d2x-rebirth/metadata.xml4
3 files changed, 4 insertions, 25 deletions
diff --git a/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch b/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch
deleted file mode 100644
index b8aaa72..0000000
--- a/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- d1x-rebirth_v0.57.3-src/SConstruct
-+++ d1x-rebirth_v0.57.3-src/SConstruct
-@@ -390,7 +390,6 @@
- env.Append(CPPFLAGS = ['-g'])
- else:
- env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
-- env.Append(CPPFLAGS = ['-O2'])
-
- # profiler?
- if (profiler == 1):
-@@ -419,8 +418,9 @@
- print '\n'
-
- env.Append(CPPDEFINES = [('SHAREPATH', '\\"' + str(sharepath) + '\\"')])
-+env.Append(LINKFLAGS = [str(lflags)])
- # finally building program...
--env.Program(target=str(target), source = common_sources, LIBS = libs, LINKFLAGS = str(lflags))
-+env.Program(target=str(target), source = common_sources, LIBS = libs)
- if (sys.platform != 'darwin'):
- env.Install(BIN_DIR, str(target))
- env.Alias('install', BIN_DIR)
diff --git a/games-action/d1x-rebirth/metadata.xml b/games-action/d1x-rebirth/metadata.xml
index f41ce91..7a44d1e 100644
--- a/games-action/d1x-rebirth/metadata.xml
+++ b/games-action/d1x-rebirth/metadata.xml
@@ -17,7 +17,7 @@
music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
<flag name="textures">Include high resolution (640x480) backgrounds,
briefing images and fonts</flag>
- <flag name="music">Adds music support</flag>
- <flag name="data">Install data files</flag>
+ <flag name="music">Adds music support</flag>
+ <flag name="data">Install data files</flag>
</use>
</pkgmetadata>
diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml
index 0078f1c..d1e4c62 100644
--- a/games-action/d2x-rebirth/metadata.xml
+++ b/games-action/d2x-rebirth/metadata.xml
@@ -19,7 +19,7 @@
music, recorded with the Yamaha YMF262 OPL3 soundchip</flag>
<flag name="sc55-musicpack">Include alternate version of the game's
music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
- <flag name="music">Adds music support</flag>
- <flag name="data">Install data files</flag>
+ <flag name="music">Adds music support</flag>
+ <flag name="data">Install data files</flag>
</use>
</pkgmetadata>