Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11053135
D2880.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D2880.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/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
diff --git a/files/blobby2.desktop b/files/blobby2.desktop
new file mode 100644
--- /dev/null
+++ b/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
diff --git a/files/blobby2.png b/files/blobby2.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/files/ostream-include.patch b/files/ostream-include.patch
new file mode 100644
--- /dev/null
+++ b/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"
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,27 @@
+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
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/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
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 10:45 PM (2 h, 57 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850346
Default Alt Text
D2880.diff (5 KB)
Attached To
Mode
D2880: Initial commit of blobby2
Attached
Detach File
Event Timeline
Log In to Comment