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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Mar 26 05:52:44 UTC 2014


    Date: Wednesday, March 26, 2014 @ 06:52:44
  Author: svenstaro
Revision: 108282

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

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

----------------------------------+
 /PKGBUILD                        |   88 +++++++++++++++++++++++++++++++++++++
 /blobby2.desktop                 |   22 +++++++++
 community-i686/PKGBUILD          |   36 ---------------
 community-i686/blobby2.desktop   |   11 ----
 community-x86_64/PKGBUILD        |   36 ---------------
 community-x86_64/blobby2.desktop |   11 ----
 6 files changed, 110 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-26 05:52:30 UTC (rev 108281)
+++ community-i686/PKGBUILD	2014-03-26 05:52:44 UTC (rev 108282)
@@ -1,36 +0,0 @@
-# $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-i686/PKGBUILD (from rev 108281, blobby2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-26 05:52:44 UTC (rev 108282)
@@ -0,0 +1,44 @@
+# $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=1
+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
+	    $pkgname.desktop
+        $pkgname.png)
+md5sums=('a6c89ae64693490385fa05c0a01b0a3b'
+         'ab05bed794ee78db693fd3036393275a'
+         'c1bc427b41a0a3facd771ac83c7fb412')
+
+prepare() {
+  cd $srcdir/blobby-$pkgver
+  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: community-i686/blobby2.desktop
===================================================================
--- community-i686/blobby2.desktop	2014-03-26 05:52:30 UTC (rev 108281)
+++ community-i686/blobby2.desktop	2014-03-26 05:52:44 UTC (rev 108282)
@@ -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-i686/blobby2.desktop (from rev 108281, blobby2/trunk/blobby2.desktop)
===================================================================
--- community-i686/blobby2.desktop	                        (rev 0)
+++ community-i686/blobby2.desktop	2014-03-26 05:52:44 UTC (rev 108282)
@@ -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: community-i686/blobby2.png
===================================================================
(Binary files differ)

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-26 05:52:30 UTC (rev 108281)
+++ community-x86_64/PKGBUILD	2014-03-26 05:52:44 UTC (rev 108282)
@@ -1,36 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 108281, blobby2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-26 05:52:44 UTC (rev 108282)
@@ -0,0 +1,44 @@
+# $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=1
+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
+	    $pkgname.desktop
+        $pkgname.png)
+md5sums=('a6c89ae64693490385fa05c0a01b0a3b'
+         'ab05bed794ee78db693fd3036393275a'
+         'c1bc427b41a0a3facd771ac83c7fb412')
+
+prepare() {
+  cd $srcdir/blobby-$pkgver
+  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: community-x86_64/blobby2.desktop
===================================================================
--- community-x86_64/blobby2.desktop	2014-03-26 05:52:30 UTC (rev 108281)
+++ community-x86_64/blobby2.desktop	2014-03-26 05:52:44 UTC (rev 108282)
@@ -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 108281, blobby2/trunk/blobby2.desktop)
===================================================================
--- community-x86_64/blobby2.desktop	                        (rev 0)
+++ community-x86_64/blobby2.desktop	2014-03-26 05:52:44 UTC (rev 108282)
@@ -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: community-x86_64/blobby2.png
===================================================================
(Binary files differ)

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




More information about the arch-commits mailing list