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

Jan Steffens heftig at archlinux.org
Mon Nov 10 23:22:24 UTC 2014


    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.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at 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.install	2014-11-10 23:21:06 UTC (rev 225961)
+++ extra-i686/four-in-a-row.install	2014-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.install	2014-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)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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-x86_64/PKGBUILD (from rev 225961, four-in-a-row/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-10 23:22:24 UTC (rev 225962)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at 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-x86_64/four-in-a-row.install
===================================================================
--- extra-x86_64/four-in-a-row.install	2014-11-10 23:21:06 UTC (rev 225961)
+++ extra-x86_64/four-in-a-row.install	2014-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-x86_64/four-in-a-row.install (from rev 225961, four-in-a-row/trunk/four-in-a-row.install)
===================================================================
--- extra-x86_64/four-in-a-row.install	                        (rev 0)
+++ extra-x86_64/four-in-a-row.install	2014-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
+}



More information about the arch-commits mailing list