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

2015-05-12 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 06:19:53
  Author: heftig
Revision: 239284

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

Added:
  tali/repos/extra-i686/PKGBUILD
(from rev 239283, tali/trunk/PKGBUILD)
  tali/repos/extra-i686/tali.install
(from rev 239283, tali/trunk/tali.install)
  tali/repos/extra-x86_64/PKGBUILD
(from rev 239283, tali/trunk/PKGBUILD)
  tali/repos/extra-x86_64/tali.install
(from rev 239283, tali/trunk/tali.install)
Deleted:
  tali/repos/extra-i686/PKGBUILD
  tali/repos/extra-i686/tali.install
  tali/repos/extra-x86_64/PKGBUILD
  tali/repos/extra-x86_64/tali.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 04:18:35 UTC (rev 239283)
+++ extra-i686/PKGBUILD 2015-05-13 04:19:53 UTC (rev 239284)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=tali.install
-url=https://live.gnome.org/Tali;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18a1d019656821d57c2d6c5001ac471d6ce69682adc09529ef5bab29a064d593')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tali/repos/extra-i686/PKGBUILD (from rev 239283, tali/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 04:19:53 UTC (rev 239284)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('af99dc362bd1031625948b70b76515a584fa64a7cffe389f2d1f8d87637f8e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/tali.install
===
--- extra-i686/tali.install 2015-05-13 04:18:35 UTC (rev 239283)
+++ extra-i686/tali.install 2015-05-13 04:19:53 UTC (rev 239284)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: tali/repos/extra-i686/tali.install (from rev 239283, 
tali/trunk/tali.install)
===
--- extra-i686/tali.install (rev 0)
+++ extra-i686/tali.install 2015-05-13 04:19:53 UTC (rev 239284)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-13 04:18:35 UTC (rev 239283)
+++ extra-x86_64/PKGBUILD   2015-05-13 04:19:53 UTC (rev 239284)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')

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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:34:22
  Author: jgc
Revision: 234796

db-move: moved tali from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  tali/repos/testing-i686/
  tali/repos/testing-i686/PKGBUILD
(from rev 234786, tali/repos/gnome-unstable-i686/PKGBUILD)
  tali/repos/testing-i686/tali.install
(from rev 234786, tali/repos/gnome-unstable-i686/tali.install)
  tali/repos/testing-x86_64/
  tali/repos/testing-x86_64/PKGBUILD
(from rev 234786, tali/repos/gnome-unstable-x86_64/PKGBUILD)
  tali/repos/testing-x86_64/tali.install
(from rev 234786, tali/repos/gnome-unstable-x86_64/tali.install)
Deleted:
  tali/repos/gnome-unstable-i686/
  tali/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/tali.install   |   13 +
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/tali.install |   13 +
 4 files changed, 90 insertions(+)

Copied: tali/repos/testing-i686/PKGBUILD (from rev 234786, 
tali/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:34:22 UTC (rev 234796)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18a1d019656821d57c2d6c5001ac471d6ce69682adc09529ef5bab29a064d593')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: tali/repos/testing-i686/tali.install (from rev 234786, 
tali/repos/gnome-unstable-i686/tali.install)
===
--- testing-i686/tali.install   (rev 0)
+++ testing-i686/tali.install   2015-03-25 15:34:22 UTC (rev 234796)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tali/repos/testing-x86_64/PKGBUILD (from rev 234786, 
tali/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:22 UTC (rev 234796)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18a1d019656821d57c2d6c5001ac471d6ce69682adc09529ef5bab29a064d593')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: tali/repos/testing-x86_64/tali.install (from rev 234786, 
tali/repos/gnome-unstable-x86_64/tali.install)
===
--- testing-x86_64/tali.install (rev 0)
+++ testing-x86_64/tali.install 2015-03-25 15:34:22 UTC (rev 234796)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:36
  Author: jgc
Revision: 223043

db-move: moved tali from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  tali/repos/testing-i686/
  tali/repos/testing-i686/PKGBUILD
(from rev 223030, tali/repos/gnome-unstable-i686/PKGBUILD)
  tali/repos/testing-i686/tali.install
(from rev 223030, tali/repos/gnome-unstable-i686/tali.install)
  tali/repos/testing-x86_64/
  tali/repos/testing-x86_64/PKGBUILD
(from rev 223030, tali/repos/gnome-unstable-x86_64/PKGBUILD)
  tali/repos/testing-x86_64/tali.install
(from rev 223030, tali/repos/gnome-unstable-x86_64/tali.install)
Deleted:
  tali/repos/gnome-unstable-i686/
  tali/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/tali.install   |   13 +
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/tali.install |   13 +
 4 files changed, 90 insertions(+)

Copied: tali/repos/testing-i686/PKGBUILD (from rev 223030, 
tali/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81f15fcab820d384d02cd39033f2931cd15926f5a39d8c02766584d3b1b2f939')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: tali/repos/testing-i686/tali.install (from rev 223030, 
tali/repos/gnome-unstable-i686/tali.install)
===
--- testing-i686/tali.install   (rev 0)
+++ testing-i686/tali.install   2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tali/repos/testing-x86_64/PKGBUILD (from rev 223030, 
tali/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81f15fcab820d384d02cd39033f2931cd15926f5a39d8c02766584d3b1b2f939')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: tali/repos/testing-x86_64/tali.install (from rev 223030, 
tali/repos/gnome-unstable-x86_64/tali.install)
===
--- testing-x86_64/tali.install (rev 0)
+++ testing-x86_64/tali.install 2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 09:58:09
  Author: jgc
Revision: 222755

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  tali/repos/gnome-unstable-i686/PKGBUILD
(from rev 222754, tali/trunk/PKGBUILD)
  tali/repos/gnome-unstable-i686/tali.install
(from rev 222754, tali/trunk/tali.install)
  tali/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222754, tali/trunk/PKGBUILD)
  tali/repos/gnome-unstable-x86_64/tali.install
(from rev 222754, tali/trunk/tali.install)
Deleted:
  tali/repos/gnome-unstable-i686/PKGBUILD
  tali/repos/gnome-unstable-i686/tali.install
  tali/repos/gnome-unstable-x86_64/PKGBUILD
  tali/repos/gnome-unstable-x86_64/tali.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-23 07:58:00 UTC (rev 222754)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 07:58:09 UTC (rev 222755)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=tali.install
-url=https://live.gnome.org/Tali;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b3fe045a24c4f0ee2acbc9ddbc81b2b669419a4f5489faad5e50d05df5f49039')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tali/repos/gnome-unstable-i686/PKGBUILD (from rev 222754, 
tali/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 07:58:09 UTC (rev 222755)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81f15fcab820d384d02cd39033f2931cd15926f5a39d8c02766584d3b1b2f939')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/tali.install
===
--- gnome-unstable-i686/tali.install2014-09-23 07:58:00 UTC (rev 222754)
+++ gnome-unstable-i686/tali.install2014-09-23 07:58:09 UTC (rev 222755)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: tali/repos/gnome-unstable-i686/tali.install (from rev 222754, 
tali/trunk/tali.install)
===
--- gnome-unstable-i686/tali.install(rev 0)
+++ gnome-unstable-i686/tali.install2014-09-23 07:58:09 UTC (rev 222755)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-23 07:58:00 UTC (rev 222754)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-23 07:58:09 

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

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 23:16:36
  Author: jgc
Revision: 222047

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  tali/repos/gnome-unstable-i686/PKGBUILD
(from rev 222046, tali/trunk/PKGBUILD)
  tali/repos/gnome-unstable-i686/tali.install
(from rev 222046, tali/trunk/tali.install)
  tali/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222046, tali/trunk/PKGBUILD)
  tali/repos/gnome-unstable-x86_64/tali.install
(from rev 222046, tali/trunk/tali.install)
Deleted:
  tali/repos/gnome-unstable-i686/PKGBUILD
  tali/repos/gnome-unstable-i686/tali.install
  tali/repos/gnome-unstable-x86_64/PKGBUILD
  tali/repos/gnome-unstable-x86_64/tali.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 21:16:36 UTC (rev 222047)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.13.91
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=tali.install
-url=https://live.gnome.org/Tali;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db30d12bd700ec8bf5e9bdfe58843b72c82deeeb43b5cfa491bf11524a401905')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tali/repos/gnome-unstable-i686/PKGBUILD (from rev 222046, 
tali/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 21:16:36 UTC (rev 222047)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.13.92
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b3fe045a24c4f0ee2acbc9ddbc81b2b669419a4f5489faad5e50d05df5f49039')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/tali.install
===
--- gnome-unstable-i686/tali.install2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-i686/tali.install2014-09-18 21:16:36 UTC (rev 222047)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: tali/repos/gnome-unstable-i686/tali.install (from rev 222046, 
tali/trunk/tali.install)
===
--- gnome-unstable-i686/tali.install(rev 0)
+++ gnome-unstable-i686/tali.install2014-09-18 21:16:36 UTC (rev 222047)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-18 21:16:36 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:56:32
  Author: heftig
Revision: 213500

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

Added:
  tali/repos/extra-i686/PKGBUILD
(from rev 213498, tali/trunk/PKGBUILD)
  tali/repos/extra-i686/tali.install
(from rev 213498, tali/trunk/tali.install)
  tali/repos/extra-x86_64/PKGBUILD
(from rev 213498, tali/trunk/PKGBUILD)
  tali/repos/extra-x86_64/tali.install
(from rev 213498, tali/trunk/tali.install)
Deleted:
  tali/repos/extra-i686/PKGBUILD
  tali/repos/extra-i686/tali.install
  tali/repos/extra-x86_64/PKGBUILD
  tali/repos/extra-x86_64/tali.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:56:31 UTC (rev 213499)
+++ extra-i686/PKGBUILD 2014-05-23 23:56:32 UTC (rev 213500)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=tali.install
-url=https://live.gnome.org/Tali;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c0fec44bd9083a88c75d6e81610d8ac339e0836dc0f45b71035230c1db067191')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tali/repos/extra-i686/PKGBUILD (from rev 213498, tali/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:56:32 UTC (rev 213500)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a1386ab9d6e04c2ceb422704bd8404b423452823bde63ea87096351d729afe1c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/tali.install
===
--- extra-i686/tali.install 2014-05-23 23:56:31 UTC (rev 213499)
+++ extra-i686/tali.install 2014-05-23 23:56:32 UTC (rev 213500)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: tali/repos/extra-i686/tali.install (from rev 213498, 
tali/trunk/tali.install)
===
--- extra-i686/tali.install (rev 0)
+++ extra-i686/tali.install 2014-05-23 23:56:32 UTC (rev 213500)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:56:31 UTC (rev 213499)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:56:32 UTC (rev 213500)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')

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

2014-04-18 Thread Jan Steffens
Date: Friday, April 18, 2014 @ 13:04:38
  Author: heftig
Revision: 211209

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

Added:
  tali/repos/extra-i686/PKGBUILD
(from rev 211208, tali/trunk/PKGBUILD)
  tali/repos/extra-i686/tali.install
(from rev 211208, tali/trunk/tali.install)
  tali/repos/extra-x86_64/PKGBUILD
(from rev 211208, tali/trunk/PKGBUILD)
  tali/repos/extra-x86_64/tali.install
(from rev 211208, tali/trunk/tali.install)
Deleted:
  tali/repos/extra-i686/PKGBUILD
  tali/repos/extra-i686/tali.install
  tali/repos/extra-x86_64/PKGBUILD
  tali/repos/extra-x86_64/tali.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-18 11:04:02 UTC (rev 211208)
+++ extra-i686/PKGBUILD 2014-04-18 11:04:38 UTC (rev 211209)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=tali.install
-url=https://live.gnome.org/Tali;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a83d62313ee863a2c52bf5e92609020dbcc62057e354a39455f9e3e84545011')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tali/repos/extra-i686/PKGBUILD (from rev 211208, tali/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-18 11:04:38 UTC (rev 211209)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c0fec44bd9083a88c75d6e81610d8ac339e0836dc0f45b71035230c1db067191')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/tali.install
===
--- extra-i686/tali.install 2014-04-18 11:04:02 UTC (rev 211208)
+++ extra-i686/tali.install 2014-04-18 11:04:38 UTC (rev 211209)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: tali/repos/extra-i686/tali.install (from rev 211208, 
tali/trunk/tali.install)
===
--- extra-i686/tali.install (rev 0)
+++ extra-i686/tali.install 2014-04-18 11:04:38 UTC (rev 211209)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-18 11:04:02 UTC (rev 211208)
+++ extra-x86_64/PKGBUILD   2014-04-18 11:04:38 UTC (rev 211209)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')

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

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 10:09:38
  Author: jgc
Revision: 194408

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

Added:
  tali/repos/extra-i686/PKGBUILD
(from rev 194407, tali/trunk/PKGBUILD)
  tali/repos/extra-i686/tali.install
(from rev 194407, tali/trunk/tali.install)
  tali/repos/extra-x86_64/PKGBUILD
(from rev 194407, tali/trunk/PKGBUILD)
  tali/repos/extra-x86_64/tali.install
(from rev 194407, tali/trunk/tali.install)
Deleted:
  tali/repos/extra-i686/PKGBUILD
  tali/repos/extra-i686/tali.install
  tali/repos/extra-x86_64/PKGBUILD
  tali/repos/extra-x86_64/tali.install

---+
 /PKGBUILD |   72 
 /tali.install |   68 +
 extra-i686/PKGBUILD   |   36 --
 extra-i686/tali.install   |   34 
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/tali.install |   34 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-16 08:09:32 UTC (rev 194407)
+++ extra-i686/PKGBUILD 2013-09-16 08:09:38 UTC (rev 194408)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tali
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Beat the odds in a poker-style dice game
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=tali.install
-url=https://live.gnome.org/Tali;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('77fa3a3804f51e40629799d441b34e9b01a665097be229bd94adb28d3dbc17d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf $pkgdir/var
-}

Copied: tali/repos/extra-i686/PKGBUILD (from rev 194407, tali/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-16 08:09:38 UTC (rev 194408)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('33a7a67a9ba2034cba916a033ee70285a334438a460fccd24373c7edcfc592c8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Deleted: extra-i686/tali.install
===
--- extra-i686/tali.install 2013-09-16 08:09:32 UTC (rev 194407)
+++ extra-i686/tali.install 2013-09-16 08:09:38 UTC (rev 194408)
@@ -1,34 +0,0 @@
-_scores=(
-   gtali.Colors.scores
-   gtali.Regular.scores
-)
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in ${_scores[@]} ; do
-if [ -e var/games/$score ]; then
-  continue
-fi
-
-touch var/games/$score
-chown root:games var/games/$score
-chmod 664 var/games/$score
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in ${_scores[@]} ; do
-rm -f var/games/$score
-  done
-}

Copied: tali/repos/extra-i686/tali.install (from rev 194407, 
tali/trunk/tali.install)

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:12:13
  Author: heftig
Revision: 183461

db-move: moved tali from [testing] to [extra] (i686, x86_64)

Added:
  tali/repos/extra-i686/
  tali/repos/extra-i686/PKGBUILD
(from rev 183326, tali/repos/testing-i686/PKGBUILD)
  tali/repos/extra-i686/tali.install
(from rev 183326, tali/repos/testing-i686/tali.install)
  tali/repos/extra-x86_64/
  tali/repos/extra-x86_64/PKGBUILD
(from rev 183326, tali/repos/testing-x86_64/PKGBUILD)
  tali/repos/extra-x86_64/tali.install
(from rev 183326, tali/repos/testing-x86_64/tali.install)
Deleted:
  tali/repos/testing-i686/
  tali/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   36 
 extra-i686/tali.install   |   34 ++
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/tali.install |   34 ++
 4 files changed, 140 insertions(+)

Copied: tali/repos/extra-i686/PKGBUILD (from rev 183326, 
tali/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:12:13 UTC (rev 183461)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('77fa3a3804f51e40629799d441b34e9b01a665097be229bd94adb28d3dbc17d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: tali/repos/extra-i686/tali.install (from rev 183326, 
tali/repos/testing-i686/tali.install)
===
--- extra-i686/tali.install (rev 0)
+++ extra-i686/tali.install 2013-04-21 22:12:13 UTC (rev 183461)
@@ -0,0 +1,34 @@
+_scores=(
+   gtali.Colors.scores
+   gtali.Regular.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+if [ -e var/games/$score ]; then
+  continue
+fi
+
+touch var/games/$score
+chown root:games var/games/$score
+chmod 664 var/games/$score
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+rm -f var/games/$score
+  done
+}

Copied: tali/repos/extra-x86_64/PKGBUILD (from rev 183326, 
tali/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:12:13 UTC (rev 183461)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('77fa3a3804f51e40629799d441b34e9b01a665097be229bd94adb28d3dbc17d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: tali/repos/extra-x86_64/tali.install (from rev 183326, 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:33
  Author: heftig
Revision: 182579

db-move: moved tali from [staging] to [testing] (i686, x86_64)

Added:
  tali/repos/testing-i686/
  tali/repos/testing-i686/PKGBUILD
(from rev 182430, tali/repos/staging-i686/PKGBUILD)
  tali/repos/testing-i686/tali.install
(from rev 182430, tali/repos/staging-i686/tali.install)
  tali/repos/testing-x86_64/
  tali/repos/testing-x86_64/PKGBUILD
(from rev 182430, tali/repos/staging-x86_64/PKGBUILD)
  tali/repos/testing-x86_64/tali.install
(from rev 182430, tali/repos/staging-x86_64/tali.install)
Deleted:
  tali/repos/staging-i686/
  tali/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/tali.install   |   34 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/tali.install |   34 ++
 4 files changed, 140 insertions(+)

Copied: tali/repos/testing-i686/PKGBUILD (from rev 182430, 
tali/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:33 UTC (rev 182579)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('77fa3a3804f51e40629799d441b34e9b01a665097be229bd94adb28d3dbc17d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: tali/repos/testing-i686/tali.install (from rev 182430, 
tali/repos/staging-i686/tali.install)
===
--- testing-i686/tali.install   (rev 0)
+++ testing-i686/tali.install   2013-04-10 19:14:33 UTC (rev 182579)
@@ -0,0 +1,34 @@
+_scores=(
+   gtali.Colors.scores
+   gtali.Regular.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+if [ -e var/games/$score ]; then
+  continue
+fi
+
+touch var/games/$score
+chown root:games var/games/$score
+chmod 664 var/games/$score
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+rm -f var/games/$score
+  done
+}

Copied: tali/repos/testing-x86_64/PKGBUILD (from rev 182430, 
tali/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:33 UTC (rev 182579)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('77fa3a3804f51e40629799d441b34e9b01a665097be229bd94adb28d3dbc17d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: