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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:04:02
  Author: heftig
Revision: 264969

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 21:02:14 UTC (rev 264968)
+++ extra-i686/PKGBUILD 2016-04-14 21:04:02 UTC (rev 264969)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url="https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d338c3abbb5e3fb6f66d99c3bcefaf16bc051d96c7a0f1705587ad4bae329885')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 264968, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:04:02 UTC (rev 264969)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url="https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a25c00b59120094374819553a8b1e8aaebb60b1e2e43aef628e0042c7a750993')
+
+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/iagno.install
===
--- extra-i686/iagno.install2016-04-14 21:02:14 UTC (rev 264968)
+++ extra-i686/iagno.install2016-04-14 21:04:02 UTC (rev 264969)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 264968, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2016-04-14 21:04:02 UTC (rev 264969)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 21:02:14 UTC (rev 264968)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:04:02 UTC (rev 264969)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')

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

2015-11-12 Thread Jan Steffens
Date: Thursday, November 12, 2015 @ 11:52:06
  Author: heftig
Revision: 250805

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 10:51:02 UTC (rev 250804)
+++ extra-i686/PKGBUILD 2015-11-12 10:52:06 UTC (rev 250805)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url="https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('740878cf473678d2b7de60d9c8cb39a7a1634b2ec97c4d1b6db73420177156b2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 250804, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 10:52:06 UTC (rev 250805)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url="https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb')
+
+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/iagno.install
===
--- extra-i686/iagno.install2015-11-12 10:51:02 UTC (rev 250804)
+++ extra-i686/iagno.install2015-11-12 10:52:06 UTC (rev 250805)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 250804, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2015-11-12 10:52:06 UTC (rev 250805)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-12 10:51:02 UTC (rev 250804)
+++ extra-x86_64/PKGBUILD   2015-11-12 10:52:06 UTC (rev 250805)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')

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

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:50:45
  Author: heftig
Revision: 248956

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 17:49:46 UTC (rev 248955)
+++ extra-i686/PKGBUILD 2015-10-12 17:50:45 UTC (rev 248956)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url="https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a03b474f9b0f0812c8b22b4991aa6dd894dedc05959001fd9e3e09d0d323c56')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 248955, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 17:50:45 UTC (rev 248956)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url="https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('740878cf473678d2b7de60d9c8cb39a7a1634b2ec97c4d1b6db73420177156b2')
+
+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/iagno.install
===
--- extra-i686/iagno.install2015-10-12 17:49:46 UTC (rev 248955)
+++ extra-i686/iagno.install2015-10-12 17:50:45 UTC (rev 248956)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 248955, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2015-10-12 17:50:45 UTC (rev 248956)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 17:49:46 UTC (rev 248955)
+++ extra-x86_64/PKGBUILD   2015-10-12 17:50:45 UTC (rev 248956)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')

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

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 04:02:10
  Author: heftig
Revision: 236461

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 02:01:10 UTC (rev 236460)
+++ extra-i686/PKGBUILD 2015-04-14 02:02:10 UTC (rev 236461)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('95267e67dd06fb35907596fe78b8df7232106086ba4896f8262ce57a8a93bd55')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 236460, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 02:02:10 UTC (rev 236461)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('33f88afade4c2bdc6177a783bc0a6fbadd67f261c8f68ec752aec57344d7e45d')
+
+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/iagno.install
===
--- extra-i686/iagno.install2015-04-14 02:01:10 UTC (rev 236460)
+++ extra-i686/iagno.install2015-04-14 02:02:10 UTC (rev 236461)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 236460, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2015-04-14 02:02:10 UTC (rev 236461)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-14 02:01:10 UTC (rev 236460)
+++ extra-x86_64/PKGBUILD   2015-04-14 02:02:10 UTC (rev 236461)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')

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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:35:03
  Author: jgc
Revision: 234821

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

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

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/iagno.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/iagno.install |   12 
 4 files changed, 88 insertions(+)

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 234786, 
iagno/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:35:03 UTC (rev 234821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('95267e67dd06fb35907596fe78b8df7232106086ba4896f8262ce57a8a93bd55')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

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

Copied: iagno/repos/testing-x86_64/PKGBUILD (from rev 234786, 
iagno/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:35:03 UTC (rev 234821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('95267e67dd06fb35907596fe78b8df7232106086ba4896f8262ce57a8a93bd55')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-x86_64/iagno.install (from rev 234786, 
iagno/repos/gnome-unstable-x86_64/iagno.install)
===
--- testing-x86_64/iagno.install(rev 0)
+++ testing-x86_64/iagno.install2015-03-25 15:35:03 UTC (rev 234821)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:28:56
  Author: heftig
Revision: 225970

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 23:27:14 UTC (rev 225969)
+++ extra-i686/PKGBUILD 2014-11-10 23:28:56 UTC (rev 225970)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 225969, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 23:28:56 UTC (rev 225970)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.14.2
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e8980dcbcb4dfdaaa050dd9376b86aaa487c048332aad9e52eb953cb1dab461')
+
+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/iagno.install
===
--- extra-i686/iagno.install2014-11-10 23:27:14 UTC (rev 225969)
+++ extra-i686/iagno.install2014-11-10 23:28:56 UTC (rev 225970)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 225969, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2014-11-10 23:28:56 UTC (rev 225970)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-10 23:27:14 UTC (rev 225969)
+++ extra-x86_64/PKGBUILD   2014-11-10 23:28:56 UTC (rev 225970)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:22
  Author: jgc
Revision: 223075

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

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

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/iagno.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/iagno.install |   12 
 4 files changed, 88 insertions(+)

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 223030, 
iagno/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-i686/iagno.install (from rev 223030, 
iagno/repos/gnome-unstable-i686/iagno.install)
===
--- testing-i686/iagno.install  (rev 0)
+++ testing-i686/iagno.install  2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: iagno/repos/testing-x86_64/PKGBUILD (from rev 223030, 
iagno/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-x86_64/iagno.install (from rev 223030, 
iagno/repos/gnome-unstable-x86_64/iagno.install)
===
--- testing-x86_64/iagno.install(rev 0)
+++ testing-x86_64/iagno.install2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:18:51
  Author: jgc
Revision: 222585

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

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

-+
 /PKGBUILD   |   64 ++
 /iagno.install  |   24 
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/iagno.install   |   12 --
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/iagno.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 08:18:45 UTC (rev 222584)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:18:51 UTC (rev 222585)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.13.91
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ad26286c64cc52012ea477718add65dfef4b4a39ff3b4b25e80d9b7d5634917')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/gnome-unstable-i686/PKGBUILD (from rev 222584, 
iagno/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:18:51 UTC (rev 222585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
+
+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/iagno.install
===
--- gnome-unstable-i686/iagno.install   2014-09-22 08:18:45 UTC (rev 222584)
+++ gnome-unstable-i686/iagno.install   2014-09-22 08:18:51 UTC (rev 222585)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/gnome-unstable-i686/iagno.install (from rev 222584, 
iagno/trunk/iagno.install)
===
--- gnome-unstable-i686/iagno.install   (rev 0)
+++ gnome-unstable-i686/iagno.install   2014-09-22 08:18:51 UTC (rev 222585)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q 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-22 08:18:45 UTC (rev 222584)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 08:18:51 UTC (rev 222585)
@@ 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:37:51
  Author: heftig
Revision: 213472

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:37:02 UTC (rev 213471)
+++ extra-i686/PKGBUILD 2014-05-23 23:37:51 UTC (rev 213472)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('980e9341c35e763d1f461a6f4f4970225b1caec2167718c5c19e04c52fbb2cab')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 213471, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:37:51 UTC (rev 213472)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e1912000340ade2d86c9d0bc34b8aadc05093df4254be50f484d5eef47db1b9b')
+
+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/iagno.install
===
--- extra-i686/iagno.install2014-05-23 23:37:02 UTC (rev 213471)
+++ extra-i686/iagno.install2014-05-23 23:37:51 UTC (rev 213472)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 213471, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2014-05-23 23:37:51 UTC (rev 213472)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q 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:37:02 UTC (rev 213471)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:37:51 UTC (rev 213472)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')

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

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 21:10:34
  Author: jgc
Revision: 210382

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

Added:
  iagno/repos/testing-i686/PKGBUILD
(from rev 210381, iagno/trunk/PKGBUILD)
  iagno/repos/testing-i686/iagno.install
(from rev 210381, iagno/trunk/iagno.install)
  iagno/repos/testing-x86_64/PKGBUILD
(from rev 210381, iagno/trunk/PKGBUILD)
  iagno/repos/testing-x86_64/iagno.install
(from rev 210381, iagno/trunk/iagno.install)
Deleted:
  iagno/repos/testing-i686/PKGBUILD
  iagno/repos/testing-i686/iagno.install
  iagno/repos/testing-x86_64/PKGBUILD
  iagno/repos/testing-x86_64/iagno.install

--+
 /PKGBUILD|   64 +
 /iagno.install   |   24 +++
 testing-i686/PKGBUILD|   32 
 testing-i686/iagno.install   |   12 ---
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/iagno.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-14 19:10:27 UTC (rev 210381)
+++ testing-i686/PKGBUILD   2014-04-14 19:10:34 UTC (rev 210382)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3095aa107dc1f5773104d0b0b4f0665844c9603f3827d77e8673c0628af39759')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 210381, 
iagno/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-14 19:10:34 UTC (rev 210382)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('980e9341c35e763d1f461a6f4f4970225b1caec2167718c5c19e04c52fbb2cab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/iagno.install
===
--- testing-i686/iagno.install  2014-04-14 19:10:27 UTC (rev 210381)
+++ testing-i686/iagno.install  2014-04-14 19:10:34 UTC (rev 210382)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/testing-i686/iagno.install (from rev 210381, 
iagno/trunk/iagno.install)
===
--- testing-i686/iagno.install  (rev 0)
+++ testing-i686/iagno.install  2014-04-14 19:10:34 UTC (rev 210382)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-04-14 19:10:27 UTC (rev 210381)
+++ testing-x86_64/PKGBUILD 2014-04-14 19:10:34 UTC (rev 210382)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi

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

2013-10-12 Thread Jan Steffens
Date: Saturday, October 12, 2013 @ 18:57:40
  Author: heftig
Revision: 196392

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-12 16:55:34 UTC (rev 196391)
+++ extra-i686/PKGBUILD 2013-10-12 16:57:40 UTC (rev 196392)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('23a041b54fd4df817c8d507e87d19495ddfc8a23bfe812a3e7d500f32f8a49d0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 196391, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-12 16:57:40 UTC (rev 196392)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abb4aee5fe6b2d668dbd4f5a06783419bebdfa8bbf8911262e4d217fed0be5f0')
+
+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/iagno.install
===
--- extra-i686/iagno.install2013-10-12 16:55:34 UTC (rev 196391)
+++ extra-i686/iagno.install2013-10-12 16:57:40 UTC (rev 196392)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 196391, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2013-10-12 16:57:40 UTC (rev 196392)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-12 16:55:34 UTC (rev 196391)
+++ extra-x86_64/PKGBUILD   2013-10-12 16:57:40 UTC (rev 196392)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')

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

2013-08-21 Thread Jan de Groot
Date: Wednesday, August 21, 2013 @ 16:33:53
  Author: jgc
Revision: 193512

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-21 14:33:46 UTC (rev 193511)
+++ extra-i686/PKGBUILD 2013-08-21 14:33:53 UTC (rev 193512)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 193511, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-21 14:33:53 UTC (rev 193512)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4687214262c9fd838e40ea27fac8ed7c23db32690ef2d0f569373a8eaeb1de7')
+
+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/iagno.install
===
--- extra-i686/iagno.install2013-08-21 14:33:46 UTC (rev 193511)
+++ extra-i686/iagno.install2013-08-21 14:33:53 UTC (rev 193512)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 193511, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2013-08-21 14:33:53 UTC (rev 193512)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-21 14:33:46 UTC (rev 193511)
+++ extra-x86_64/PKGBUILD   2013-08-21 14:33:53 UTC (rev 193512)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:11:05
  Author: heftig
Revision: 183423

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

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

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

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 183326, 
iagno/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:05 UTC (rev 183423)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/extra-i686/iagno.install (from rev 183326, 
iagno/repos/testing-i686/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2013-04-21 22:11:05 UTC (rev 183423)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: iagno/repos/extra-x86_64/PKGBUILD (from rev 183326, 
iagno/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:11:05 UTC (rev 183423)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/extra-x86_64/iagno.install (from rev 183326, 
iagno/repos/testing-x86_64/iagno.install)
===
--- extra-x86_64/iagno.install  (rev 0)
+++ extra-x86_64/iagno.install  2013-04-21 22:11:05 UTC (rev 183423)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:35:53
  Author: heftig
Revision: 182833

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

Added:
  iagno/repos/testing-i686/PKGBUILD
(from rev 182832, iagno/trunk/PKGBUILD)
  iagno/repos/testing-i686/iagno.install
(from rev 182832, iagno/trunk/iagno.install)
  iagno/repos/testing-x86_64/PKGBUILD
(from rev 182832, iagno/trunk/PKGBUILD)
  iagno/repos/testing-x86_64/iagno.install
(from rev 182832, iagno/trunk/iagno.install)
Deleted:
  iagno/repos/testing-i686/PKGBUILD
  iagno/repos/testing-i686/iagno.install
  iagno/repos/testing-x86_64/PKGBUILD
  iagno/repos/testing-x86_64/iagno.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:34:06 UTC (rev 182832)
+++ testing-i686/PKGBUILD   2013-04-15 15:35:53 UTC (rev 182833)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=iagno.install
-url=https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5cb01de9328835b47b855d6c3ac2a3d2f799ff9d4070157adb7f82f1bb4adf5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 182832, 
iagno/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:35:53 UTC (rev 182833)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/iagno.install
===
--- testing-i686/iagno.install  2013-04-15 15:34:06 UTC (rev 182832)
+++ testing-i686/iagno.install  2013-04-15 15:35:53 UTC (rev 182833)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/testing-i686/iagno.install (from rev 182832, 
iagno/trunk/iagno.install)
===
--- testing-i686/iagno.install  (rev 0)
+++ testing-i686/iagno.install  2013-04-15 15:35:53 UTC (rev 182833)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:34:06 UTC (rev 182832)
+++ testing-x86_64/PKGBUILD 2013-04-15 15:35:53 UTC (rev 182833)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:13:41
  Author: heftig
Revision: 182541

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

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

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

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 182430, 
iagno/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:13:41 UTC (rev 182541)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5cb01de9328835b47b855d6c3ac2a3d2f799ff9d4070157adb7f82f1bb4adf5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-i686/iagno.install (from rev 182430, 
iagno/repos/staging-i686/iagno.install)
===
--- testing-i686/iagno.install  (rev 0)
+++ testing-i686/iagno.install  2013-04-10 19:13:41 UTC (rev 182541)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: iagno/repos/testing-x86_64/PKGBUILD (from rev 182430, 
iagno/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:13:41 UTC (rev 182541)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5cb01de9328835b47b855d6c3ac2a3d2f799ff9d4070157adb7f82f1bb4adf5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-x86_64/iagno.install (from rev 182430, 
iagno/repos/staging-x86_64/iagno.install)
===
--- testing-x86_64/iagno.install(rev 0)
+++ testing-x86_64/iagno.install2013-04-10 19:13:41 UTC (rev 182541)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}