[arch-commits] Commit in five-or-more/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 15 15:24:26 UTC 2013


    Date: Monday, April 15, 2013 @ 17:24:26
  Author: heftig
Revision: 182825

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

Added:
  five-or-more/repos/testing-i686/PKGBUILD
    (from rev 182824, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/testing-i686/five-or-more.install
    (from rev 182824, five-or-more/trunk/five-or-more.install)
  five-or-more/repos/testing-x86_64/PKGBUILD
    (from rev 182824, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/testing-x86_64/five-or-more.install
    (from rev 182824, five-or-more/trunk/five-or-more.install)
Deleted:
  five-or-more/repos/testing-i686/PKGBUILD
  five-or-more/repos/testing-i686/five-or-more.install
  five-or-more/repos/testing-x86_64/PKGBUILD
  five-or-more/repos/testing-x86_64/five-or-more.install

-------------------------------------+
 /PKGBUILD                           |   72 ++++++++++++++++++++++++++++++++++
 /five-or-more.install               |   70 +++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD               |   36 -----------------
 testing-i686/five-or-more.install   |   35 ----------------
 testing-x86_64/PKGBUILD             |   36 -----------------
 testing-x86_64/five-or-more.install |   35 ----------------
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-15 15:20:25 UTC (rev 182824)
+++ testing-i686/PKGBUILD	2013-04-15 15:24:26 UTC (rev 182825)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=five-or-more
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Remove colored balls from the board by forming lines"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=five-or-more.install
-url="https://live.gnome.org/Five%20or%20more"
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b936856c79aaa90951c0f4d27f62f5f2b53cd917ecd03b89ef0b256a880cd12d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-schemas-compile \
-      --with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf "$pkgdir/var"
-}

Copied: five-or-more/repos/testing-i686/PKGBUILD (from rev 182824, five-or-more/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-15 15:24:26 UTC (rev 182825)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=five-or-more
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Remove colored balls from the board by forming lines"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url="https://live.gnome.org/Five%20or%20more"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a050f472dadbb3f44e5cd5e4ab31058a6058f4ccaa03558311706ec0c052b056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-schemas-compile \
+      --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf "$pkgdir/var"
+}

Deleted: testing-i686/five-or-more.install
===================================================================
--- testing-i686/five-or-more.install	2013-04-15 15:20:25 UTC (rev 182824)
+++ testing-i686/five-or-more.install	2013-04-15 15:24:26 UTC (rev 182825)
@@ -1,35 +0,0 @@
-_scores=(
-	glines.Small.scores
-	glines.Medium.scores
-	glines.Large.scores
-)
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in "${_scores[@]}" ; do
-    if [ -e "var/games/$score" ]; then
-      continue
-    fi
-
-    touch "var/games/$score"
-    chown root:games "var/games/$score"
-    chmod 664 "var/games/$score"
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in "${_scores[@]}" ; do
-    rm -f "var/games/$score"
-  done
-}

Copied: five-or-more/repos/testing-i686/five-or-more.install (from rev 182824, five-or-more/trunk/five-or-more.install)
===================================================================
--- testing-i686/five-or-more.install	                        (rev 0)
+++ testing-i686/five-or-more.install	2013-04-15 15:24:26 UTC (rev 182825)
@@ -0,0 +1,35 @@
+_scores=(
+	glines.Small.scores
+	glines.Medium.scores
+	glines.Large.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in "${_scores[@]}" ; do
+    if [ -e "var/games/$score" ]; then
+      continue
+    fi
+
+    touch "var/games/$score"
+    chown root:games "var/games/$score"
+    chmod 664 "var/games/$score"
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in "${_scores[@]}" ; do
+    rm -f "var/games/$score"
+  done
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-15 15:20:25 UTC (rev 182824)
+++ testing-x86_64/PKGBUILD	2013-04-15 15:24:26 UTC (rev 182825)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=five-or-more
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Remove colored balls from the board by forming lines"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=five-or-more.install
-url="https://live.gnome.org/Five%20or%20more"
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b936856c79aaa90951c0f4d27f62f5f2b53cd917ecd03b89ef0b256a880cd12d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-schemas-compile \
-      --with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf "$pkgdir/var"
-}

Copied: five-or-more/repos/testing-x86_64/PKGBUILD (from rev 182824, five-or-more/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-15 15:24:26 UTC (rev 182825)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=five-or-more
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Remove colored balls from the board by forming lines"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url="https://live.gnome.org/Five%20or%20more"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a050f472dadbb3f44e5cd5e4ab31058a6058f4ccaa03558311706ec0c052b056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-schemas-compile \
+      --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf "$pkgdir/var"
+}

Deleted: testing-x86_64/five-or-more.install
===================================================================
--- testing-x86_64/five-or-more.install	2013-04-15 15:20:25 UTC (rev 182824)
+++ testing-x86_64/five-or-more.install	2013-04-15 15:24:26 UTC (rev 182825)
@@ -1,35 +0,0 @@
-_scores=(
-	glines.Small.scores
-	glines.Medium.scores
-	glines.Large.scores
-)
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in "${_scores[@]}" ; do
-    if [ -e "var/games/$score" ]; then
-      continue
-    fi
-
-    touch "var/games/$score"
-    chown root:games "var/games/$score"
-    chmod 664 "var/games/$score"
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in "${_scores[@]}" ; do
-    rm -f "var/games/$score"
-  done
-}

Copied: five-or-more/repos/testing-x86_64/five-or-more.install (from rev 182824, five-or-more/trunk/five-or-more.install)
===================================================================
--- testing-x86_64/five-or-more.install	                        (rev 0)
+++ testing-x86_64/five-or-more.install	2013-04-15 15:24:26 UTC (rev 182825)
@@ -0,0 +1,35 @@
+_scores=(
+	glines.Small.scores
+	glines.Medium.scores
+	glines.Large.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in "${_scores[@]}" ; do
+    if [ -e "var/games/$score" ]; then
+      continue
+    fi
+
+    touch "var/games/$score"
+    chown root:games "var/games/$score"
+    chmod 664 "var/games/$score"
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in "${_scores[@]}" ; do
+    rm -f "var/games/$score"
+  done
+}




More information about the arch-commits mailing list