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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 05:55:45 UTC 2014


    Date: Saturday, July 5, 2014 @ 07:55:44
  Author: fyan
Revision: 115040

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

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

------------------------------+
 /PKGBUILD                    |   64 +++++++++++++++++++++++++++++++++++++++++
 /zaz.install                 |   26 ++++++++++++++++
 community-i686/PKGBUILD      |   32 --------------------
 community-i686/zaz.install   |   13 --------
 community-x86_64/PKGBUILD    |   32 --------------------
 community-x86_64/zaz.install |   13 --------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 05:55:13 UTC (rev 115039)
+++ community-i686/PKGBUILD	2014-07-05 05:55:44 UTC (rev 115040)
@@ -1,32 +0,0 @@
-# $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=3
-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
-}
-
-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-i686/PKGBUILD (from rev 115039, zaz/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 05:55:44 UTC (rev 115040)
@@ -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=5
+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
+}

Deleted: community-i686/zaz.install
===================================================================
--- community-i686/zaz.install	2014-07-05 05:55:13 UTC (rev 115039)
+++ community-i686/zaz.install	2014-07-05 05:55:44 UTC (rev 115040)
@@ -1,13 +0,0 @@
-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-i686/zaz.install (from rev 115039, zaz/trunk/zaz.install)
===================================================================
--- community-i686/zaz.install	                        (rev 0)
+++ community-i686/zaz.install	2014-07-05 05:55:44 UTC (rev 115040)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 05:55:13 UTC (rev 115039)
+++ community-x86_64/PKGBUILD	2014-07-05 05:55:44 UTC (rev 115040)
@@ -1,32 +0,0 @@
-# $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=3
-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
-}
-
-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-x86_64/PKGBUILD (from rev 115039, zaz/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 05:55:44 UTC (rev 115040)
@@ -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=5
+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
+}

Deleted: community-x86_64/zaz.install
===================================================================
--- community-x86_64/zaz.install	2014-07-05 05:55:13 UTC (rev 115039)
+++ community-x86_64/zaz.install	2014-07-05 05:55:44 UTC (rev 115040)
@@ -1,13 +0,0 @@
-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-x86_64/zaz.install (from rev 115039, zaz/trunk/zaz.install)
===================================================================
--- community-x86_64/zaz.install	                        (rev 0)
+++ community-x86_64/zaz.install	2014-07-05 05:55:44 UTC (rev 115040)
@@ -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