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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Dec 2 01:38:14 UTC 2013


    Date: Monday, December 2, 2013 @ 02:38:14
  Author: svenstaro
Revision: 101832

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  blobby2/repos/community-staging-i686/
  blobby2/repos/community-staging-i686/PKGBUILD
    (from rev 101831, blobby2/trunk/PKGBUILD)
  blobby2/repos/community-staging-i686/blobby2.desktop
    (from rev 101831, blobby2/trunk/blobby2.desktop)
  blobby2/repos/community-staging-i686/blobby2.png
    (from rev 101831, blobby2/trunk/blobby2.png)
  blobby2/repos/community-staging-x86_64/
  blobby2/repos/community-staging-x86_64/PKGBUILD
    (from rev 101831, blobby2/trunk/PKGBUILD)
  blobby2/repos/community-staging-x86_64/blobby2.desktop
    (from rev 101831, blobby2/trunk/blobby2.desktop)
  blobby2/repos/community-staging-x86_64/blobby2.png
    (from rev 101831, blobby2/trunk/blobby2.png)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   36 +++++++++++++++++++++++++++++
 community-staging-i686/blobby2.desktop   |   11 ++++++++
 community-staging-x86_64/PKGBUILD        |   36 +++++++++++++++++++++++++++++
 community-staging-x86_64/blobby2.desktop |   11 ++++++++
 4 files changed, 94 insertions(+)

Copied: blobby2/repos/community-staging-i686/PKGBUILD (from rev 101831, blobby2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-12-02 01:38:14 UTC (rev 101832)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Urs Wolfer <uwolfer @ fwo.ch>
+
+pkgname=blobby2
+pkgver=1.0rc4
+arch=('x86_64' 'i686')
+pkgrel=1
+pkgdesc="A beach ball game with blobs of goo"
+url="http://sourceforge.net/projects/blobby/"
+license=('GPL')
+depends=('sdl' 'sdl2' 'physfs' 'libgl')
+makedepends=('cmake' 'boost' 'mesa' 'zip')
+source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
+	    $pkgname.desktop
+        $pkgname.png)
+md5sums=('0124ebbb6cf06d053d6a1bcc12b1a89d'
+         'ab05bed794ee78db693fd3036393275a'
+         'c1bc427b41a0a3facd771ac83c7fb412')
+
+build() {
+  cd $srcdir/blobby-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/blobby-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # 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-staging-i686/blobby2.desktop (from rev 101831, blobby2/trunk/blobby2.desktop)
===================================================================
--- community-staging-i686/blobby2.desktop	                        (rev 0)
+++ community-staging-i686/blobby2.desktop	2013-12-02 01:38:14 UTC (rev 101832)
@@ -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

Copied: blobby2/repos/community-staging-i686/blobby2.png (from rev 101831, blobby2/trunk/blobby2.png)
===================================================================
(Binary files differ)

Copied: blobby2/repos/community-staging-x86_64/PKGBUILD (from rev 101831, blobby2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-12-02 01:38:14 UTC (rev 101832)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Urs Wolfer <uwolfer @ fwo.ch>
+
+pkgname=blobby2
+pkgver=1.0rc4
+arch=('x86_64' 'i686')
+pkgrel=1
+pkgdesc="A beach ball game with blobs of goo"
+url="http://sourceforge.net/projects/blobby/"
+license=('GPL')
+depends=('sdl' 'sdl2' 'physfs' 'libgl')
+makedepends=('cmake' 'boost' 'mesa' 'zip')
+source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
+	    $pkgname.desktop
+        $pkgname.png)
+md5sums=('0124ebbb6cf06d053d6a1bcc12b1a89d'
+         'ab05bed794ee78db693fd3036393275a'
+         'c1bc427b41a0a3facd771ac83c7fb412')
+
+build() {
+  cd $srcdir/blobby-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/blobby-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # 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-staging-x86_64/blobby2.desktop (from rev 101831, blobby2/trunk/blobby2.desktop)
===================================================================
--- community-staging-x86_64/blobby2.desktop	                        (rev 0)
+++ community-staging-x86_64/blobby2.desktop	2013-12-02 01:38:14 UTC (rev 101832)
@@ -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

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




More information about the arch-commits mailing list