[arch-commits] Commit in four-in-a-row/repos (8 files)

2015-11-06 Thread Jan Steffens
Date: Saturday, November 7, 2015 @ 00:06:17
  Author: heftig
Revision: 250178

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 250177, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 250177, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 250177, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 250177, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-06 23:06:03 UTC (rev 250177)
+++ extra-i686/PKGBUILD 2015-11-06 23:06:17 UTC (rev 250178)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url="https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('40b5642c9d01cfec0d0e94de5e4cbdda63c0be15b7b1b6781923cebd22c19462')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 250177, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-06 23:06:17 UTC (rev 250178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url="https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('458fa0ba35a2640248b3b4a2f162ded27bd6056e146c521760e0ef06961b8356')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2015-11-06 23:06:03 UTC (rev 250177)
+++ extra-i686/four-in-a-row.install2015-11-06 23:06:17 UTC (rev 250178)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 250177, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2015-11-06 23:06:17 UTC (rev 250178)
@@ -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-06 23:06:03 UTC (rev 250177)
+++ extra-x86_64/PKGBUILD   2015-11-06 23:06:17 UTC (rev 250178)
@@ 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2015-10-11 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 03:37:17
  Author: heftig
Revision: 248910

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 248909, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 248909, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 248909, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 248909, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 01:36:31 UTC (rev 248909)
+++ extra-i686/PKGBUILD 2015-10-12 01:37:17 UTC (rev 248910)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url="https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a65fece60b66122fbf5fddf646ac2acffc58a802cf3e87e5985d5b962d53df48')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 248909, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 01:37:17 UTC (rev 248910)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url="https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('40b5642c9d01cfec0d0e94de5e4cbdda63c0be15b7b1b6781923cebd22c19462')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2015-10-12 01:36:31 UTC (rev 248909)
+++ extra-i686/four-in-a-row.install2015-10-12 01:37:17 UTC (rev 248910)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 248909, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2015-10-12 01:37:17 UTC (rev 248910)
@@ -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 01:36:31 UTC (rev 248909)
+++ extra-x86_64/PKGBUILD   2015-10-12 01:37:17 UTC (rev 248910)
@@ 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2015-05-12 Thread Jan Steffens
Date: Tuesday, May 12, 2015 @ 23:27:48
  Author: heftig
Revision: 239259

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 239258, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 239258, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 239258, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 239258, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 21:26:27 UTC (rev 239258)
+++ extra-i686/PKGBUILD 2015-05-12 21:27:48 UTC (rev 239259)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f77b8cd6ac19b0f4222055f0e5b63c916f549e90f5a187e84a7fa3812ae944e4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 239258, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 21:27:48 UTC (rev 239259)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.16.2
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bf42edfed65c5d9614cdf54dac40d17d3b100b0f56bc047b7812f0bb3564a5ae')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2015-05-12 21:26:27 UTC (rev 239258)
+++ extra-i686/four-in-a-row.install2015-05-12 21:27:48 UTC (rev 239259)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 239258, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2015-05-12 21:27:48 UTC (rev 239259)
@@ -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-05-12 21:26:27 UTC (rev 239258)
+++ extra-x86_64/PKGBUILD   2015-05-12 21:27:48 UTC (rev 239259)
@@ -1,32 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:39:47
  Author: heftig
Revision: 236437

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 236436, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 236436, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 236436, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 236436, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 01:38:51 UTC (rev 236436)
+++ extra-i686/PKGBUILD 2015-04-14 01:39:47 UTC (rev 236437)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dac789320afe5fb1c8d9b38cbba7a25f46a799e08082e753af285ca68d9c6017')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 236436, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 01:39:47 UTC (rev 236437)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f77b8cd6ac19b0f4222055f0e5b63c916f549e90f5a187e84a7fa3812ae944e4')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2015-04-14 01:38:51 UTC (rev 236436)
+++ extra-i686/four-in-a-row.install2015-04-14 01:39:47 UTC (rev 236437)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 236436, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2015-04-14 01:39:47 UTC (rev 236437)
@@ -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 01:38:51 UTC (rev 236436)
+++ extra-x86_64/PKGBUILD   2015-04-14 01:39:47 UTC (rev 236437)
@@ -1,32 +0,0 @@
-# $Id$

[arch-commits] Commit in four-in-a-row/repos (8 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:37:21
  Author: jgc
Revision: 234885

db-move: moved four-in-a-row from [gnome-unstable] to [testing] (i686, x86_64)

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

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

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

Copied: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
234786, four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2015-03-25 15:37:21 UTC (rev 234885)
@@ -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: four-in-a-row/repos/testing-x86_64/PKGBUILD (from rev 234786, 
four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:37:21 UTC (rev 234885)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dac789320afe5fb1c8d9b38cbba7a25f46a799e08082e753af285ca68d9c6017')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/testing-x86_64/four-in-a-row.install (from rev 
234786, four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install)
===
--- testing-x86_64/four-in-a-row.install(rev 0)
+++ testing-x86_64/four-in-a-row.install2015-03-25 15:37:21 UTC (rev 
234885)
@@ -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 four-in-a-row/repos (8 files)

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 08:53:35
  Author: jgc
Revision: 234513

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

Added:
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
(from rev 234512, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
(from rev 234512, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234512, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install
(from rev 234512, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-23 07:53:28 UTC (rev 234512)
+++ gnome-unstable-i686/PKGBUILD2015-03-23 07:53:35 UTC (rev 234513)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.15.90
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8cab249f89a588206be812de69326f14c4a538211ecb020f26c6ab5b1ff07b60')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/gnome-unstable-i686/PKGBUILD (from rev 234512, 
four-in-a-row/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-23 07:53:35 UTC (rev 234513)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dac789320afe5fb1c8d9b38cbba7a25f46a799e08082e753af285ca68d9c6017')
+
+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/four-in-a-row.install
===
--- gnome-unstable-i686/four-in-a-row.install   2015-03-23 07:53:28 UTC (rev 
234512)
+++ gnome-unstable-i686/four-in-a-row.install   2015-03-23 07:53:35 UTC (rev 
234513)
@@ -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: four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install (from rev 
234512, four-in-a-row/trunk/four-in-a-row.install)
===
--- gnome-unstable-i686/four-in-a-row.install   (rev 0)
+++ gnome-unstable-i686/four-in-a-row.install   2015-03-23 07:53:35 UTC (rev 
234513)
@@ -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 four-in-a-row/repos (8 files)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:22:24
  Author: heftig
Revision: 225962

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 225961, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 225961, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 225961, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 225961, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 23:21:06 UTC (rev 225961)
+++ extra-i686/PKGBUILD 2014-11-10 23:22:24 UTC (rev 225962)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d8798414e81f61a4c6293cfee210ad76d82f8293ea3bb6a75791b8db38b4af11')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 225961, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 23:22:24 UTC (rev 225962)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.14.2
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('32138122d807657b5adb58cf093129587ad1ea057242946acb2168eb797fcb99')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2014-11-10 23:21:06 UTC (rev 225961)
+++ extra-i686/four-in-a-row.install2014-11-10 23:22:24 UTC (rev 225962)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 225961, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2014-11-10 23:22:24 UTC (rev 225962)
@@ -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:21:06 UTC (rev 225961)
+++ extra-x86_64/PKGBUILD   2014-11-10 23:22:24 UTC (rev 225962)
@@ 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:57:12
  Author: jgc
Revision: 223140

db-move: moved four-in-a-row from [gnome-unstable] to [testing] (i686, x86_64)

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

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

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

Copied: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
223030, four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2014-09-26 10:57:12 UTC (rev 223140)
@@ -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: four-in-a-row/repos/testing-x86_64/PKGBUILD (from rev 223030, 
four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:57:12 UTC (rev 223140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8798414e81f61a4c6293cfee210ad76d82f8293ea3bb6a75791b8db38b4af11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/testing-x86_64/four-in-a-row.install (from rev 
223030, four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install)
===
--- testing-x86_64/four-in-a-row.install(rev 0)
+++ testing-x86_64/four-in-a-row.install2014-09-26 10:57:12 UTC (rev 
223140)
@@ -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
+}
+

[arch-commits] Commit in four-in-a-row/repos (8 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:53
  Author: jgc
Revision: 222605

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

Added:
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
(from rev 222604, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
(from rev 222604, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222604, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install
(from rev 222604, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:47 UTC (rev 222604)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:53 UTC (rev 222605)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b93bce57257af34a51d92c9558079b2b9b8d81f7a4d15ce67045373b293c245d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/gnome-unstable-i686/PKGBUILD (from rev 222604, 
four-in-a-row/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:53 UTC (rev 222605)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8798414e81f61a4c6293cfee210ad76d82f8293ea3bb6a75791b8db38b4af11')
+
+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/four-in-a-row.install
===
--- gnome-unstable-i686/four-in-a-row.install   2014-09-22 09:16:47 UTC (rev 
222604)
+++ gnome-unstable-i686/four-in-a-row.install   2014-09-22 09:16:53 UTC (rev 
222605)
@@ -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: four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install (from rev 
222604, four-in-a-row/trunk/four-in-a-row.install)
===
--- gnome-unstable-i686/four-in-a-row.install   (rev 0)
+++ gnome-unstable-i686/four-in-a-row.install   2014-09-22 09:16:53 UTC (rev 
222605)
@@ -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() 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2014-06-23 Thread Jan Steffens
Date: Monday, June 23, 2014 @ 21:35:51
  Author: heftig
Revision: 215384

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 215383, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 215383, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 215383, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 215383, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-23 19:34:37 UTC (rev 215383)
+++ extra-i686/PKGBUILD 2014-06-23 19:35:51 UTC (rev 215384)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.12.2
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6180612c70a04e70f17bc165fdfccc8c7984e6ed7d3c2870221cf596864545ef')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 215383, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-23 19:35:51 UTC (rev 215384)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.12.3
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a445b745d2ae025fcd733734538b94dacc22afe0d7e0227d8da2aeb0a343d560')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2014-06-23 19:34:37 UTC (rev 215383)
+++ extra-i686/four-in-a-row.install2014-06-23 19:35:51 UTC (rev 215384)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 215383, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2014-06-23 19:35:51 UTC (rev 215384)
@@ -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-06-23 19:34:37 UTC (rev 215383)
+++ extra-x86_64/PKGBUILD   2014-06-23 19:35:51 UTC (rev 215384)
@@ -1,32 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:34:13
  Author: heftig
Revision: 213465

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 213463, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 213463, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 213464, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 213464, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:34:02 UTC (rev 213464)
+++ extra-i686/PKGBUILD 2014-05-23 23:34:13 UTC (rev 213465)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7a999a689a0a208b6daad807ffcb56a65a70f11e311c43c44ca719700291dfe')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 213463, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:34:13 UTC (rev 213465)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6180612c70a04e70f17bc165fdfccc8c7984e6ed7d3c2870221cf596864545ef')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2014-05-23 23:34:02 UTC (rev 213464)
+++ extra-i686/four-in-a-row.install2014-05-23 23:34:13 UTC (rev 213465)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 213463, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2014-05-23 23:34:13 UTC (rev 213465)
@@ -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:34:02 UTC (rev 213464)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:34:13 UTC (rev 213465)
@@ -1,32 +0,0 @@
-# $Id$

[arch-commits] Commit in four-in-a-row/repos (8 files)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 20:44:57
  Author: jgc
Revision: 210376

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

Added:
  four-in-a-row/repos/testing-i686/PKGBUILD
(from rev 210375, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/testing-i686/four-in-a-row.install
(from rev 210375, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/testing-x86_64/PKGBUILD
(from rev 210375, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install
(from rev 210375, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/testing-i686/PKGBUILD
  four-in-a-row/repos/testing-i686/four-in-a-row.install
  four-in-a-row/repos/testing-x86_64/PKGBUILD
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install

--+
 /PKGBUILD|   64 +
 /four-in-a-row.install   |   24 
 testing-i686/PKGBUILD|   32 
 testing-i686/four-in-a-row.install   |   13 --
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/four-in-a-row.install |   13 --
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-14 18:44:50 UTC (rev 210375)
+++ testing-i686/PKGBUILD   2014-04-14 18:44:57 UTC (rev 210376)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bca7f688e04dea65797fdb8ed5bfa110e8e8a00906ab8d7b7d9e3886777b58a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/testing-i686/PKGBUILD (from rev 210375, 
four-in-a-row/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-14 18:44:57 UTC (rev 210376)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b7a999a689a0a208b6daad807ffcb56a65a70f11e311c43c44ca719700291dfe')
+
+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/four-in-a-row.install
===
--- testing-i686/four-in-a-row.install  2014-04-14 18:44:50 UTC (rev 210375)
+++ testing-i686/four-in-a-row.install  2014-04-14 18:44:57 UTC (rev 210376)
@@ -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: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
210375, four-in-a-row/trunk/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2014-04-14 18:44:57 UTC (rev 210376)
@@ -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 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2013-10-12 Thread Jan Steffens
Date: Saturday, October 12, 2013 @ 18:45:33
  Author: heftig
Revision: 196384

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 196383, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 196383, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 196383, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 196383, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-12 16:42:59 UTC (rev 196383)
+++ extra-i686/PKGBUILD 2013-10-12 16:45:33 UTC (rev 196384)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-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=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4759dcc8483c5bbf89de8b10a5379539ec1df6392cf2f7b96e91ec9dd2897001')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 196383, 
four-in-a-row/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-12 16:45:33 UTC (rev 196384)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+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=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a54cf796b518bc4f561c56d5ab3160440bb4b340326a2eceda0f563031ab5bf5')
+
+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/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2013-10-12 16:42:59 UTC (rev 196383)
+++ extra-i686/four-in-a-row.install2013-10-12 16:45:33 UTC (rev 196384)
@@ -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: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 196383, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2013-10-12 16:45:33 UTC (rev 196384)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in four-in-a-row/repos (8 files)

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

db-move: moved four-in-a-row from [testing] to [extra] (i686, x86_64)

Added:
  four-in-a-row/repos/extra-i686/
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 183326, four-in-a-row/repos/testing-i686/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 183326, four-in-a-row/repos/testing-i686/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 183326, four-in-a-row/repos/testing-x86_64/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 183326, four-in-a-row/repos/testing-x86_64/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/testing-i686/
  four-in-a-row/repos/testing-x86_64/

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

Copied: four-in-a-row/repos/extra-i686/PKGBUILD (from rev 183326, 
four-in-a-row/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:11 UTC (rev 183358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+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=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 183326, 
four-in-a-row/repos/testing-i686/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2013-04-21 22:09:11 UTC (rev 183358)
@@ -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: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 183326, 
four-in-a-row/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:11 UTC (rev 183358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+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=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/extra-x86_64/four-in-a-row.install (from rev 
183326, four-in-a-row/repos/testing-x86_64/four-in-a-row.install)
===
--- extra-x86_64/four-in-a-row.install  (rev 0)
+++ extra-x86_64/four-in-a-row.install  2013-04-21 22:09:11 UTC (rev 183358)
@@ -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 four-in-a-row/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:25:58
  Author: heftig
Revision: 182826

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

Added:
  four-in-a-row/repos/testing-i686/PKGBUILD
(from rev 182825, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/testing-i686/four-in-a-row.install
(from rev 182825, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/testing-x86_64/PKGBUILD
(from rev 182825, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install
(from rev 182825, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/testing-i686/PKGBUILD
  four-in-a-row/repos/testing-i686/four-in-a-row.install
  four-in-a-row/repos/testing-x86_64/PKGBUILD
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:24:26 UTC (rev 182825)
+++ testing-i686/PKGBUILD   2013-04-15 15:25:58 UTC (rev 182826)
@@ -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=four-in-a-row
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-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=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/testing-i686/PKGBUILD (from rev 182825, 
four-in-a-row/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:25:58 UTC (rev 182826)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+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=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
+
+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/four-in-a-row.install
===
--- testing-i686/four-in-a-row.install  2013-04-15 15:24:26 UTC (rev 182825)
+++ testing-i686/four-in-a-row.install  2013-04-15 15:25:58 UTC (rev 182826)
@@ -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: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
182825, four-in-a-row/trunk/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2013-04-15 15:25:58 UTC (rev 182826)
@@ -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: 

[arch-commits] Commit in four-in-a-row/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:05
  Author: heftig
Revision: 182476

db-move: moved four-in-a-row from [staging] to [testing] (i686, x86_64)

Added:
  four-in-a-row/repos/testing-i686/
  four-in-a-row/repos/testing-i686/PKGBUILD
(from rev 182430, four-in-a-row/repos/staging-i686/PKGBUILD)
  four-in-a-row/repos/testing-i686/four-in-a-row.install
(from rev 182430, four-in-a-row/repos/staging-i686/four-in-a-row.install)
  four-in-a-row/repos/testing-x86_64/
  four-in-a-row/repos/testing-x86_64/PKGBUILD
(from rev 182430, four-in-a-row/repos/staging-x86_64/PKGBUILD)
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install
(from rev 182430, four-in-a-row/repos/staging-x86_64/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/staging-i686/
  four-in-a-row/repos/staging-x86_64/

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

Copied: four-in-a-row/repos/testing-i686/PKGBUILD (from rev 182430, 
four-in-a-row/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:05 UTC (rev 182476)
@@ -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=four-in-a-row
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+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=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
182430, four-in-a-row/repos/staging-i686/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2013-04-10 19:12:05 UTC (rev 182476)
@@ -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: four-in-a-row/repos/testing-x86_64/PKGBUILD (from rev 182430, 
four-in-a-row/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:05 UTC (rev 182476)
@@ -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=four-in-a-row
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+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=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/testing-x86_64/four-in-a-row.install (from rev 
182430, four-in-a-row/repos/staging-x86_64/four-in-a-row.install)
===
--- testing-x86_64/four-in-a-row.install(rev 0)
+++ testing-x86_64/four-in-a-row.install2013-04-10 19:12:05 UTC (rev 
182476)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+