Page MenuHomeSolus

D1473.id3659.diff
No OneTemporary

D1473.id3659.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,19 @@
+libGL.so.1
+libGLEW.so.1.12
+libSDL2-2.0.so.0
+libc.so.6
+libcurl.so.4
+libdl.so.2
+libfreetype.so.6
+libgcc_s.so.1
+libjpeg.so.8
+liblua.so.5.3
+libm.so.6
+libminizip.so.1
+libogg.so.0
+libpthread.so.0
+libsqlite3.so.0
+libstdc++.so.6
+libtheora.so.0
+libvorbis.so.0
+libvorbisfile.so.3
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,51 @@
+name : etlegacy
+version : 2.75
+release : 1
+source :
+ - https://github.com/etlegacy/etlegacy/archive/v2.75.tar.gz : 846027d9bf3ca1a410bd2d3e1e72da9ae4686dbf5194dbc34bca92ab5964ffc4
+license : GPL-3.0
+component : games.action
+summary : "Wolfenstein: Enemy Territory compatible client/server"
+description: |
+ ET: Legacy is based on the source code of the Wolfenstein: Enemy Territory.
+ The main goal of this project is to fix bugs, remove old dependencies and
+ make it playable on all major operating systems while still remaining
+ compatible with the ET 2.60b version and as many of its mods as possible.
+builddeps :
+ - pkgconfig(freetype2)
+ - pkgconfig(gl)
+ - pkgconfig(glew)
+ - pkgconfig(libcurl)
+ - pkgconfig(libjpeg)
+ - pkgconfig(lua)
+ - pkgconfig(minizip)
+ - pkgconfig(openal)
+ - pkgconfig32(sdl2)
+ - pkgconfig(sqlite3)
+ - pkgconfig(theora)
+ - pkgconfig(vorbis)
+setup : |
+ %cmake . \
+ -DCROSS_COMPILE32=0 \
+ -DBUILD_SERVER=1 \
+ -DBUILD_CLIENT=1 \
+ -DBUNDLED_LIBS=0 \
+ -DFEATURE_AUTOUPDATE=0 \
+ -DINSTALL_OMNIBOT=0 \
+ -DINSTALL_DEFAULT_BASEDIR=/usr/share/etlegacy \
+ -DINSTALL_DEFAULT_MODDIR=share/etlegacy
+build : |
+ %make
+install : |
+ %make_install
+
+ install -D -m00644 docs/game/anticheat.html $installdir/usr/share/doc/etlegacy/anticheat.html
+ install -D -m00644 docs/INSTALL.txt $installdir/usr/share/doc/etlegacy/INSTALL.txt
+
+ install -D -m00644 misc/etlegacy.conf $installdir/etc/xdg/etlegact/etlegacy.conf
+ install -D -m00644 misc/etlegacy.service $installdir/%libdir%/systemd/system/etlegacy.service
+
+ install -d -m00755 $installdir/usr/share/etlegacy/legacy/
+ install -m00644 legacy/*.{pk3,so} $installdir/usr/share/etlegacy/legacy
+
+ rm $installdir/usr/share/etlegacy/*.txt
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,48 @@
+<PISI>
+ <Source>
+ <Name>etlegacy</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>games.action</PartOf>
+ <Summary xml:lang="en">Wolfenstein: Enemy Territory compatible client/server</Summary>
+ <Description xml:lang="en">ET: Legacy is based on the source code of the Wolfenstein: Enemy Territory.
+The main goal of this project is to fix bugs, remove old dependencies and
+make it playable on all major operating systems while still remaining
+compatible with the ET 2.60b version and as many of its mods as possible.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>etlegacy</Name>
+ <Summary xml:lang="en">Wolfenstein: Enemy Territory compatible client/server</Summary>
+ <Description xml:lang="en">ET: Legacy is based on the source code of the Wolfenstein: Enemy Territory.
+The main goal of this project is to fix bugs, remove old dependencies and
+make it playable on all major operating systems while still remaining
+compatible with the ET 2.60b version and as many of its mods as possible.
+</Description>
+ <PartOf>games.action</PartOf>
+ <Files>
+ <Path fileType="config">/etc/xdg/etlegact/etlegacy.conf</Path>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/etlegacy.service</Path>
+ <Path fileType="data">/usr/share/applications/etlegacy.desktop</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/etlegacy</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/etl.svg</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/mime/packages/etlegacy.xml</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-28</Date>
+ <Version>2.75</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 7:22 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5852478
Default Alt Text
D1473.id3659.diff (5 KB)

Event Timeline