[arch-commits] Commit in blobby2/repos/community-x86_64 (8 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:31:02 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:31:01
  Author: felixonmars
Revision: 339452

archrelease: copy trunk to community-x86_64

Added:
  blobby2/repos/community-x86_64/PKGBUILD
    (from rev 339451, blobby2/trunk/PKGBUILD)
  blobby2/repos/community-x86_64/blobby2.desktop
    (from rev 339451, blobby2/trunk/blobby2.desktop)
  blobby2/repos/community-x86_64/blobby2.png
    (from rev 339451, blobby2/trunk/blobby2.png)
  blobby2/repos/community-x86_64/ostream-include.patch
    (from rev 339451, blobby2/trunk/ostream-include.patch)
Deleted:
  blobby2/repos/community-x86_64/PKGBUILD
  blobby2/repos/community-x86_64/blobby2.desktop
  blobby2/repos/community-x86_64/blobby2.png
  blobby2/repos/community-x86_64/ostream-include.patch

-----------------------+
 PKGBUILD              |   94 ++++++++++++++++++++++++------------------------
 blobby2.desktop       |   22 +++++------
 ostream-include.patch |   20 +++++-----
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:30:44 UTC (rev 339451)
+++ PKGBUILD	2018-06-03 17:31:01 UTC (rev 339452)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Urs Wolfer <uwolfer @ fwo.ch>
-
-pkgname=blobby2
-pkgver=1.0
-arch=('x86_64' 'i686')
-pkgrel=2
-pkgdesc="A beach ball game with blobs of goo"
-url="http://sourceforge.net/projects/blobby/"
-license=('GPL')
-depends=('sdl2' 'physfs' 'libgl')
-makedepends=('cmake' 'boost' 'mesa' 'zip')
-source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
-        ostream-include.patch
-        $pkgname.desktop
-        $pkgname.png)
-md5sums=('a6c89ae64693490385fa05c0a01b0a3b'
-         '926f1e5760769548562c2a569fe18196'
-         'ab05bed794ee78db693fd3036393275a'
-         'c1bc427b41a0a3facd771ac83c7fb412')
-
-prepare() {
-  cd $srcdir/blobby-$pkgver
-  patch -Np2 -i ../ostream-include.patch # r1542 upstream
-  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
-}
-
-build() {
-  cd $srcdir/blobby-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/blobby-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 data/Icon.bmp ${pkgdir}/usr/share/blobby/Icon.bmp
-
-  # install .desktop file and icon
-  install -dm755 $pkgdir/usr/share/{applications,pixmaps}
-  install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications
-  install -m644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps
-}

Copied: blobby2/repos/community-x86_64/PKGBUILD (from rev 339451, blobby2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:31:01 UTC (rev 339452)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Urs Wolfer <uwolfer @ fwo.ch>
+
+pkgname=blobby2
+pkgver=1.0
+arch=('x86_64')
+pkgrel=3
+pkgdesc="A beach ball game with blobs of goo"
+url="http://sourceforge.net/projects/blobby/"
+license=('GPL')
+depends=('sdl2' 'physfs' 'libgl')
+makedepends=('cmake' 'boost' 'mesa' 'zip')
+source=(https://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
+        ostream-include.patch
+        $pkgname.desktop
+        $pkgname.png)
+sha512sums=('b9e36de4a44e482c9d0742b95034c2979d7a51512ac5e3fd8f4933655132028dfc9642c3580e5523b5b95d38acc169932d24808cee236710731c2571321337fa'
+            '9373f67f619b089c374396cde8240a9667497bb8aae12e891da6bcbb2fc2543f382c3d2d7c5f4c0be16843f942d24553d790333b972276a4bc8cd98c444eb936'
+            '715b4337dc868cf51ca69c01476e1fa3a3dd631397fca91dc55f4d45e241b35dd0850f4be3e12a0afd7c2a94b6adfa623c633d4ce79ca6098f8e7ee6e69b3917'
+            '8b7b85d8e02f8174054a724752d5d40c609820be1e5e06c4868dc0e383d4cf4befe73ab0e910e9838b70be3f7e106ee71ef1e04f0560fdde7bff6ca473fa81ec')
+
+prepare() {
+  cd $srcdir/blobby-$pkgver
+  patch -Np2 -i ../ostream-include.patch # r1542 upstream
+  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
+}
+
+build() {
+  cd $srcdir/blobby-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/blobby-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 data/Icon.bmp ${pkgdir}/usr/share/blobby/Icon.bmp
+
+  # install .desktop file and icon
+  install -dm755 $pkgdir/usr/share/{applications,pixmaps}
+  install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications
+  install -m644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps
+}

Deleted: blobby2.desktop
===================================================================
--- blobby2.desktop	2018-06-03 17:30:44 UTC (rev 339451)
+++ blobby2.desktop	2018-06-03 17:31:01 UTC (rev 339452)
@@ -1,11 +0,0 @@
-[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

Copied: blobby2/repos/community-x86_64/blobby2.desktop (from rev 339451, blobby2/trunk/blobby2.desktop)
===================================================================
--- blobby2.desktop	                        (rev 0)
+++ blobby2.desktop	2018-06-03 17:31:01 UTC (rev 339452)
@@ -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

Deleted: blobby2.png
===================================================================
(Binary files differ)

Copied: blobby2/repos/community-x86_64/blobby2.png (from rev 339451, blobby2/trunk/blobby2.png)
===================================================================
(Binary files differ)

Deleted: ostream-include.patch
===================================================================
--- ostream-include.patch	2018-06-03 17:30:44 UTC (rev 339451)
+++ ostream-include.patch	2018-06-03 17:31:01 UTC (rev 339452)
@@ -1,10 +0,0 @@
---- 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"

Copied: blobby2/repos/community-x86_64/ostream-include.patch (from rev 339451, blobby2/trunk/ostream-include.patch)
===================================================================
--- ostream-include.patch	                        (rev 0)
+++ ostream-include.patch	2018-06-03 17:31:01 UTC (rev 339452)
@@ -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"



More information about the arch-commits mailing list