Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,8 @@ +libGL.so.1 +libSDL2-2.0.so.0 +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libphysfs.so.1 +libpthread.so.0 +libstdc++.so.6 Index: files/blobby2.desktop =================================================================== --- /dev/null +++ files/blobby2.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Blobby Volley 2 +Exec=blobby +Icon=blobby2 +Terminal=false +Type=Application +Categories=Game;ArcadeGame; +StartupNotify=false +Comment=Volley game with network support +GenericName=Volley Game Index: files/ostream-include.patch =================================================================== --- /dev/null +++ files/ostream-include.patch @@ -0,0 +1,10 @@ +--- a/trunk/src/NetworkMessage.cpp ++++ b/trunk/src/NetworkMessage.cpp +@@ -23,6 +23,7 @@ + + /* includes */ + #include ++#include + + #include "UserConfig.h" + #include "SpeedController.h" Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,29 @@ +name : blobby2 +version : 1.0 +release : 1 +source : + - https://sourceforge.net/projects/blobby/files/Blobby%20Volley%202%20%28Linux%29/1.0/blobby2-linux-1.0.tar.gz/download : ba7a049e298aaa2014c1e1ac1faf3b0256b4c66266cd4db06e7939e8695bf5e2 +license : GPL-2.0-only +component : games.arcade +summary : Blobby Volley is a simple arcade game with two blobs of goo. +description: | + In Blobby Volley 2 you can play beach volleyball against friends via LAN or computer enemies with variable strength. +builddeps : + - pkgconfig(gl) + - pkgconfig(sdl2) + - libboost-devel + - physfs-devel + - subversion +setup : | + %patch -Np2 -i $pkgfiles/ostream-include.patch + sed -i "s|data|/usr/share/blobby|g" src/main.cpp + sed -i "s|file\(filename\)|file(\"/usr/share/blobby\" + filename|g" src/main.cpp + %cmake -DCMAKE_INSTALL_PREFIX=/usr . +build : | + %make +install : | + %make_install + install -Dm644 data/Icon.bmp $installdir/usr/share/blobby/Icon.bmp + install -Dm644 $pkgfiles/blobby2.desktop $installdir/usr/share/applications/blobby2.desktop + install -Dm644 $pkgfiles/blobby2.png $installdir/usr/share/pixmaps/blobby2.png + Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + blobby2 + + Philipp Trulson + philipp@trulson.de + + GPL-2.0-only + games.arcade + Blobby Volley is a simple arcade game with two blobs of goo. + In Blobby Volley 2 you can play beach volleyball against friends via LAN or computer enemies with variable strength. + + https://solus-project.com/sources/README.Solus + + + blobby2 + Blobby Volley is a simple arcade game with two blobs of goo. + In Blobby Volley 2 you can play beach volleyball against friends via LAN or computer enemies with variable strength. + + games.arcade + + /usr/bin + /usr/share/applications/blobby2.desktop + /usr/share/blobby/Icon.bmp + /usr/share/blobby/backgrounds.zip + /usr/share/blobby/config.xml + /usr/share/blobby/gfx.zip + /usr/share/blobby/inputconfig.xml + /usr/share/blobby/lang_de.xml + /usr/share/blobby/lang_en.xml + /usr/share/blobby/lang_fr.xml + /usr/share/blobby/rules.zip + /usr/share/blobby/scripts.zip + /usr/share/blobby/server.xml + /usr/share/blobby/sounds.zip + /usr/share/pixmaps/blobby2.png + + + + + 2018-05-07 + 1.0 + Packaging update + Philipp Trulson + philipp@trulson.de + + + \ No newline at end of file