[arch-commits] Commit in zaz/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 23:11:46 UTC 2015


    Date: Monday, December 7, 2015 @ 00:11:45
  Author: bpiotrowski
Revision: 149344

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

Added:
  zaz/repos/community-staging-i686/
  zaz/repos/community-staging-i686/PKGBUILD
    (from rev 149343, zaz/trunk/PKGBUILD)
  zaz/repos/community-staging-i686/zaz.install
    (from rev 149343, zaz/trunk/zaz.install)
  zaz/repos/community-staging-x86_64/
  zaz/repos/community-staging-x86_64/PKGBUILD
    (from rev 149343, zaz/trunk/PKGBUILD)
  zaz/repos/community-staging-x86_64/zaz.install
    (from rev 149343, zaz/trunk/zaz.install)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   32 ++++++++++++++++++++++++++++++++
 community-staging-i686/zaz.install   |   13 +++++++++++++
 community-staging-x86_64/PKGBUILD    |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/zaz.install |   13 +++++++++++++
 4 files changed, 90 insertions(+)

Copied: zaz/repos/community-staging-i686/PKGBUILD (from rev 149343, zaz/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 23:11:45 UTC (rev 149344)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Adrián Chaves Fernández (aka Gallaecio) <adriyetichaves at gmail.com>
+# Contributor: Todd Partridge (aka Gen2ly) <toddrpartridge at gmail.com>
+
+pkgname=zaz
+pkgver=1.0.0
+pkgrel=6
+pkgdesc="Puzzle game where the player has to arrange balls in triplets"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/zaz/"
+license=('GPL3' 'custom:CCBYSA')
+depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora' 'desktop-file-utils')
+source=(http://download.sourceforge.net/sourceforge/zaz/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('d92a043780d06c699da0ba04aab32a6b')
+install=zaz.install
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-splash
+  make ZAZ_LIBS+=" -lvorbis -logg -lSDL -lvorbisfile -ltheora -ltheoradec -ltheoraenc"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 data/copyright.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE_DATA
+}

Copied: zaz/repos/community-staging-i686/zaz.install (from rev 149343, zaz/trunk/zaz.install)
===================================================================
--- community-staging-i686/zaz.install	                        (rev 0)
+++ community-staging-i686/zaz.install	2015-12-06 23:11:45 UTC (rev 149344)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: zaz/repos/community-staging-x86_64/PKGBUILD (from rev 149343, zaz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 23:11:45 UTC (rev 149344)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Adrián Chaves Fernández (aka Gallaecio) <adriyetichaves at gmail.com>
+# Contributor: Todd Partridge (aka Gen2ly) <toddrpartridge at gmail.com>
+
+pkgname=zaz
+pkgver=1.0.0
+pkgrel=6
+pkgdesc="Puzzle game where the player has to arrange balls in triplets"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/zaz/"
+license=('GPL3' 'custom:CCBYSA')
+depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora' 'desktop-file-utils')
+source=(http://download.sourceforge.net/sourceforge/zaz/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('d92a043780d06c699da0ba04aab32a6b')
+install=zaz.install
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-splash
+  make ZAZ_LIBS+=" -lvorbis -logg -lSDL -lvorbisfile -ltheora -ltheoradec -ltheoraenc"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 data/copyright.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE_DATA
+}

Copied: zaz/repos/community-staging-x86_64/zaz.install (from rev 149343, zaz/trunk/zaz.install)
===================================================================
--- community-staging-x86_64/zaz.install	                        (rev 0)
+++ community-staging-x86_64/zaz.install	2015-12-06 23:11:45 UTC (rev 149344)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list