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

Jan de Groot jgc at nymeria.archlinux.org
Mon Apr 14 18:44:57 UTC 2014


    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.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at 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 18:44:50 UTC (rev 210375)
+++ testing-x86_64/PKGBUILD	2014-04-14 18:44:57 UTC (rev 210376)
@@ -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.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-x86_64/PKGBUILD (from rev 210375, four-in-a-row/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-14 18:44:57 UTC (rev 210376)
@@ -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.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-x86_64/four-in-a-row.install
===================================================================
--- testing-x86_64/four-in-a-row.install	2014-04-14 18:44:50 UTC (rev 210375)
+++ testing-x86_64/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-x86_64/four-in-a-row.install (from rev 210375, four-in-a-row/trunk/four-in-a-row.install)
===================================================================
--- testing-x86_64/four-in-a-row.install	                        (rev 0)
+++ testing-x86_64/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
+}




More information about the arch-commits mailing list