[arch-commits] Commit in gnome-robots/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Tue Feb 4 00:47:45 UTC 2014
Date: Tuesday, February 4, 2014 @ 01:47:45
Author: heftig
Revision: 205062
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnome-robots/repos/extra-i686/PKGBUILD
(from rev 205061, gnome-robots/trunk/PKGBUILD)
gnome-robots/repos/extra-i686/gnome-robots.install
(from rev 205061, gnome-robots/trunk/gnome-robots.install)
gnome-robots/repos/extra-x86_64/PKGBUILD
(from rev 205061, gnome-robots/trunk/PKGBUILD)
gnome-robots/repos/extra-x86_64/gnome-robots.install
(from rev 205061, gnome-robots/trunk/gnome-robots.install)
Deleted:
gnome-robots/repos/extra-i686/PKGBUILD
gnome-robots/repos/extra-i686/gnome-robots.install
gnome-robots/repos/extra-x86_64/PKGBUILD
gnome-robots/repos/extra-x86_64/gnome-robots.install
-----------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++
/gnome-robots.install | 94 ++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 36 -------------
extra-i686/gnome-robots.install | 47 ------------------
extra-x86_64/PKGBUILD | 36 -------------
extra-x86_64/gnome-robots.install | 47 ------------------
6 files changed, 166 insertions(+), 166 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-02-04 00:46:28 UTC (rev 205061)
+++ extra-i686/PKGBUILD 2014-02-04 00:47:45 UTC (rev 205062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-robots
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-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')
-install=gnome-robots.install
-url="https://live.gnome.org/Robots"
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('600a5b81bf0b47cbe942cd3902a947df2e9e2a2a72f4b2a7248e60b1621b987e')
-
-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: gnome-robots/repos/extra-i686/PKGBUILD (from rev 205061, gnome-robots/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-04 00:47:45 UTC (rev 205062)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-robots
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+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')
+install=gnome-robots.install
+url="https://live.gnome.org/Robots"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7d568e2fc21c86ad53e95689b9fb9dc079c2ad260a955bbaf17f2cf740f45713')
+
+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: extra-i686/gnome-robots.install
===================================================================
--- extra-i686/gnome-robots.install 2014-02-04 00:46:28 UTC (rev 205061)
+++ extra-i686/gnome-robots.install 2014-02-04 00:47:45 UTC (rev 205062)
@@ -1,47 +0,0 @@
-_scores=(
- gnome-robots2.robots2.scores
- gnome-robots2.robots2-safe.scores
- gnome-robots2.robots2-super-safe.scores
- gnome-robots2.robots2_easy.scores
- gnome-robots2.robots2_easy-safe.scores
- gnome-robots2.robots2_easy-super-safe.scores
- gnome-robots2.classic_robots.scores
- gnome-robots2.classic_robots-safe.scores
- gnome-robots2.classic_robots-super-safe.scores
- gnome-robots2.robots_with_safe_teleport.scores
- gnome-robots2.robots_with_safe_teleport-safe.scores
- gnome-robots2.robots_with_safe_teleport-super-safe.scores
- gnome-robots2.nightmare.scores
- gnome-robots2.nightmare-safe.scores
- gnome-robots2.nightmare-super-safe.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: gnome-robots/repos/extra-i686/gnome-robots.install (from rev 205061, gnome-robots/trunk/gnome-robots.install)
===================================================================
--- extra-i686/gnome-robots.install (rev 0)
+++ extra-i686/gnome-robots.install 2014-02-04 00:47:45 UTC (rev 205062)
@@ -0,0 +1,47 @@
+_scores=(
+ gnome-robots2.robots2.scores
+ gnome-robots2.robots2-safe.scores
+ gnome-robots2.robots2-super-safe.scores
+ gnome-robots2.robots2_easy.scores
+ gnome-robots2.robots2_easy-safe.scores
+ gnome-robots2.robots2_easy-super-safe.scores
+ gnome-robots2.classic_robots.scores
+ gnome-robots2.classic_robots-safe.scores
+ gnome-robots2.classic_robots-super-safe.scores
+ gnome-robots2.robots_with_safe_teleport.scores
+ gnome-robots2.robots_with_safe_teleport-safe.scores
+ gnome-robots2.robots_with_safe_teleport-super-safe.scores
+ gnome-robots2.nightmare.scores
+ gnome-robots2.nightmare-safe.scores
+ gnome-robots2.nightmare-super-safe.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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-02-04 00:46:28 UTC (rev 205061)
+++ extra-x86_64/PKGBUILD 2014-02-04 00:47:45 UTC (rev 205062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-robots
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-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')
-install=gnome-robots.install
-url="https://live.gnome.org/Robots"
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('600a5b81bf0b47cbe942cd3902a947df2e9e2a2a72f4b2a7248e60b1621b987e')
-
-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: gnome-robots/repos/extra-x86_64/PKGBUILD (from rev 205061, gnome-robots/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-02-04 00:47:45 UTC (rev 205062)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-robots
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+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')
+install=gnome-robots.install
+url="https://live.gnome.org/Robots"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7d568e2fc21c86ad53e95689b9fb9dc079c2ad260a955bbaf17f2cf740f45713')
+
+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: extra-x86_64/gnome-robots.install
===================================================================
--- extra-x86_64/gnome-robots.install 2014-02-04 00:46:28 UTC (rev 205061)
+++ extra-x86_64/gnome-robots.install 2014-02-04 00:47:45 UTC (rev 205062)
@@ -1,47 +0,0 @@
-_scores=(
- gnome-robots2.robots2.scores
- gnome-robots2.robots2-safe.scores
- gnome-robots2.robots2-super-safe.scores
- gnome-robots2.robots2_easy.scores
- gnome-robots2.robots2_easy-safe.scores
- gnome-robots2.robots2_easy-super-safe.scores
- gnome-robots2.classic_robots.scores
- gnome-robots2.classic_robots-safe.scores
- gnome-robots2.classic_robots-super-safe.scores
- gnome-robots2.robots_with_safe_teleport.scores
- gnome-robots2.robots_with_safe_teleport-safe.scores
- gnome-robots2.robots_with_safe_teleport-super-safe.scores
- gnome-robots2.nightmare.scores
- gnome-robots2.nightmare-safe.scores
- gnome-robots2.nightmare-super-safe.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: gnome-robots/repos/extra-x86_64/gnome-robots.install (from rev 205061, gnome-robots/trunk/gnome-robots.install)
===================================================================
--- extra-x86_64/gnome-robots.install (rev 0)
+++ extra-x86_64/gnome-robots.install 2014-02-04 00:47:45 UTC (rev 205062)
@@ -0,0 +1,47 @@
+_scores=(
+ gnome-robots2.robots2.scores
+ gnome-robots2.robots2-safe.scores
+ gnome-robots2.robots2-super-safe.scores
+ gnome-robots2.robots2_easy.scores
+ gnome-robots2.robots2_easy-safe.scores
+ gnome-robots2.robots2_easy-super-safe.scores
+ gnome-robots2.classic_robots.scores
+ gnome-robots2.classic_robots-safe.scores
+ gnome-robots2.classic_robots-super-safe.scores
+ gnome-robots2.robots_with_safe_teleport.scores
+ gnome-robots2.robots_with_safe_teleport-safe.scores
+ gnome-robots2.robots_with_safe_teleport-super-safe.scores
+ gnome-robots2.nightmare.scores
+ gnome-robots2.nightmare-safe.scores
+ gnome-robots2.nightmare-super-safe.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