Page MenuHomeSolus

D2880.id7067.diff
No OneTemporary

D2880.id7067.diff

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 <cstring>
++#include <ostream>
+
+ #include "UserConfig.h"
+ #include "SpeedController.h"
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,28 @@
+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
+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 @@
+<PISI>
+ <Source>
+ <Name>blobby2</Name>
+ <Packager>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Packager>
+ <License>GPL-2.0-only</License>
+ <PartOf>games.arcade</PartOf>
+ <Summary xml:lang="en">Blobby Volley is a simple arcade game with two blobs of goo.</Summary>
+ <Description xml:lang="en">In Blobby Volley 2 you can play beach volleyball against friends via LAN or computer enemies with variable strength.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>blobby2</Name>
+ <Summary xml:lang="en">Blobby Volley is a simple arcade game with two blobs of goo.</Summary>
+ <Description xml:lang="en">In Blobby Volley 2 you can play beach volleyball against friends via LAN or computer enemies with variable strength.
+</Description>
+ <PartOf>games.arcade</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/blobby2.desktop</Path>
+ <Path fileType="data">/usr/share/blobby/Icon.bmp</Path>
+ <Path fileType="data">/usr/share/blobby/backgrounds.zip</Path>
+ <Path fileType="data">/usr/share/blobby/config.xml</Path>
+ <Path fileType="data">/usr/share/blobby/gfx.zip</Path>
+ <Path fileType="data">/usr/share/blobby/inputconfig.xml</Path>
+ <Path fileType="data">/usr/share/blobby/lang_de.xml</Path>
+ <Path fileType="data">/usr/share/blobby/lang_en.xml</Path>
+ <Path fileType="data">/usr/share/blobby/lang_fr.xml</Path>
+ <Path fileType="data">/usr/share/blobby/rules.zip</Path>
+ <Path fileType="data">/usr/share/blobby/scripts.zip</Path>
+ <Path fileType="data">/usr/share/blobby/server.xml</Path>
+ <Path fileType="data">/usr/share/blobby/sounds.zip</Path>
+ <Path fileType="data">/usr/share/pixmaps/blobby2.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-05-07</Date>
+ <Version>1.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 23 2023, 8:22 PM (11 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832005
Default Alt Text
D2880.id7067.diff (5 KB)

Event Timeline