[arch-commits] Commit in swell-foop/repos (8 files)

2015-11-09 Thread Jan Steffens
Date: Tuesday, November 10, 2015 @ 00:07:59
  Author: heftig
Revision: 250513

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 250512, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 250512, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 250512, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 250512, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   12 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 23:06:45 UTC (rev 250512)
+++ extra-i686/PKGBUILD 2015-11-09 23:07:59 UTC (rev 250513)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=swell-foop
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url="https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b105a36e04dc33e2fe1c3200ed62efea0a68e2411453cb41269508aa739d2936')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 250512, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 23:07:59 UTC (rev 250513)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=swell-foop
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url="https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b454fb8ccc1d040a7ae08d632a07feecf88a2bf0c172b75b863f2a05e97179f6')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2015-11-09 23:06:45 UTC (rev 250512)
+++ extra-i686/swell-foop.install   2015-11-09 23:07:59 UTC (rev 250513)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 250512, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2015-11-09 23:07:59 UTC (rev 250513)
@@ -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-09 23:06:45 UTC (rev 250512)
+++ extra-x86_64/PKGBUILD   2015-11-09 23:07:59 UTC (rev 250513)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan 

[arch-commits] Commit in swell-foop/repos (8 files)

2015-08-12 Thread Jan Steffens
Date: Wednesday, August 12, 2015 @ 13:46:57
  Author: heftig
Revision: 243343

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 243340, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 243340, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 243342, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 243342, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   12 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-12 11:45:58 UTC (rev 243342)
+++ extra-i686/PKGBUILD 2015-08-12 11:46:57 UTC (rev 243343)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e7f09f8c28e3232a5b6726568d1a463c1a2af89cf030d7542ab612d99ac122e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 243340, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-12 11:46:57 UTC (rev 243343)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.16.2
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f37a55c29e15678ba0fb04bebca9ddf02ad85fdf8e87a169ba2eb5d073bb790')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2015-08-12 11:45:58 UTC (rev 243342)
+++ extra-i686/swell-foop.install   2015-08-12 11:46:57 UTC (rev 243343)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 243340, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2015-08-12 11:46:57 UTC (rev 243343)
@@ -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-08-12 11:45:58 UTC (rev 243342)
+++ extra-x86_64/PKGBUILD   2015-08-12 11:46:57 UTC (rev 243343)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens 

[arch-commits] Commit in swell-foop/repos (8 files)

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 04:18:15
  Author: heftig
Revision: 236476

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 236475, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 236475, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 236475, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 236475, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   12 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 02:17:00 UTC (rev 236475)
+++ extra-i686/PKGBUILD 2015-04-14 02:18:15 UTC (rev 236476)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0510bbd64153324e378dc1dc73142a7f8e6722777c8cedb2dae5928f199a435')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 236475, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 02:18:15 UTC (rev 236476)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e7f09f8c28e3232a5b6726568d1a463c1a2af89cf030d7542ab612d99ac122e')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2015-04-14 02:17:00 UTC (rev 236475)
+++ extra-i686/swell-foop.install   2015-04-14 02:18:15 UTC (rev 236476)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 236475, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2015-04-14 02:18:15 UTC (rev 236476)
@@ -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 02:17:00 UTC (rev 236475)
+++ extra-x86_64/PKGBUILD   2015-04-14 02:18:15 UTC (rev 236476)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens 

[arch-commits] Commit in swell-foop/repos (8 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:34:24
  Author: jgc
Revision: 234797

db-move: moved swell-foop from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  swell-foop/repos/testing-i686/
  swell-foop/repos/testing-i686/PKGBUILD
(from rev 234786, swell-foop/repos/gnome-unstable-i686/PKGBUILD)
  swell-foop/repos/testing-i686/swell-foop.install
(from rev 234786, swell-foop/repos/gnome-unstable-i686/swell-foop.install)
  swell-foop/repos/testing-x86_64/
  swell-foop/repos/testing-x86_64/PKGBUILD
(from rev 234786, swell-foop/repos/gnome-unstable-x86_64/PKGBUILD)
  swell-foop/repos/testing-x86_64/swell-foop.install
(from rev 234786, swell-foop/repos/gnome-unstable-x86_64/swell-foop.install)
Deleted:
  swell-foop/repos/gnome-unstable-i686/
  swell-foop/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/swell-foop.install   |   12 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/swell-foop.install |   12 
 4 files changed, 88 insertions(+)

Copied: swell-foop/repos/testing-i686/PKGBUILD (from rev 234786, 
swell-foop/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:34:24 UTC (rev 234797)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0510bbd64153324e378dc1dc73142a7f8e6722777c8cedb2dae5928f199a435')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-i686/swell-foop.install (from rev 234786, 
swell-foop/repos/gnome-unstable-i686/swell-foop.install)
===
--- testing-i686/swell-foop.install (rev 0)
+++ testing-i686/swell-foop.install 2015-03-25 15:34:24 UTC (rev 234797)
@@ -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: swell-foop/repos/testing-x86_64/PKGBUILD (from rev 234786, 
swell-foop/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:24 UTC (rev 234797)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0510bbd64153324e378dc1dc73142a7f8e6722777c8cedb2dae5928f199a435')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-x86_64/swell-foop.install (from rev 234786, 
swell-foop/repos/gnome-unstable-x86_64/swell-foop.install)
===
--- testing-x86_64/swell-foop.install   (rev 0)
+++ testing-x86_64/swell-foop.install   2015-03-25 15:34:24 UTC (rev 234797)
@@ -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 swell-foop/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:37
  Author: jgc
Revision: 223044

db-move: moved swell-foop from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  swell-foop/repos/testing-i686/
  swell-foop/repos/testing-i686/PKGBUILD
(from rev 223030, swell-foop/repos/gnome-unstable-i686/PKGBUILD)
  swell-foop/repos/testing-i686/swell-foop.install
(from rev 223030, swell-foop/repos/gnome-unstable-i686/swell-foop.install)
  swell-foop/repos/testing-x86_64/
  swell-foop/repos/testing-x86_64/PKGBUILD
(from rev 223030, swell-foop/repos/gnome-unstable-x86_64/PKGBUILD)
  swell-foop/repos/testing-x86_64/swell-foop.install
(from rev 223030, swell-foop/repos/gnome-unstable-x86_64/swell-foop.install)
Deleted:
  swell-foop/repos/gnome-unstable-i686/
  swell-foop/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/swell-foop.install   |   12 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/swell-foop.install |   12 
 4 files changed, 88 insertions(+)

Copied: swell-foop/repos/testing-i686/PKGBUILD (from rev 223030, 
swell-foop/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:37 UTC (rev 223044)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c52e5c03da5136e47eb04ed58982e93659c7c88411c282b143fc347350ec6dca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-i686/swell-foop.install (from rev 223030, 
swell-foop/repos/gnome-unstable-i686/swell-foop.install)
===
--- testing-i686/swell-foop.install (rev 0)
+++ testing-i686/swell-foop.install 2014-09-26 10:53:37 UTC (rev 223044)
@@ -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: swell-foop/repos/testing-x86_64/PKGBUILD (from rev 223030, 
swell-foop/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:37 UTC (rev 223044)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c52e5c03da5136e47eb04ed58982e93659c7c88411c282b143fc347350ec6dca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-x86_64/swell-foop.install (from rev 223030, 
swell-foop/repos/gnome-unstable-x86_64/swell-foop.install)
===
--- testing-x86_64/swell-foop.install   (rev 0)
+++ testing-x86_64/swell-foop.install   2014-09-26 10:53:37 UTC (rev 223044)
@@ -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 swell-foop/repos (8 files)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 10:20:39
  Author: jgc
Revision: 222789

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

Added:
  swell-foop/repos/gnome-unstable-i686/PKGBUILD
(from rev 222788, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/gnome-unstable-i686/swell-foop.install
(from rev 222788, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222788, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/gnome-unstable-x86_64/swell-foop.install
(from rev 222788, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/gnome-unstable-i686/PKGBUILD
  swell-foop/repos/gnome-unstable-i686/swell-foop.install
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
  swell-foop/repos/gnome-unstable-x86_64/swell-foop.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-23 08:20:31 UTC (rev 222788)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 08:20:39 UTC (rev 222789)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6925630fd9b96ef771ad3cfb96462ada974c73414243c0c00ca4cd58b3fd064f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/gnome-unstable-i686/PKGBUILD (from rev 222788, 
swell-foop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 08:20:39 UTC (rev 222789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c52e5c03da5136e47eb04ed58982e93659c7c88411c282b143fc347350ec6dca')
+
+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/swell-foop.install
===
--- gnome-unstable-i686/swell-foop.install  2014-09-23 08:20:31 UTC (rev 
222788)
+++ gnome-unstable-i686/swell-foop.install  2014-09-23 08:20:39 UTC (rev 
222789)
@@ -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: swell-foop/repos/gnome-unstable-i686/swell-foop.install (from rev 
222788, swell-foop/trunk/swell-foop.install)
===
--- gnome-unstable-i686/swell-foop.install  (rev 0)
+++ gnome-unstable-i686/swell-foop.install  2014-09-23 08:20:39 UTC (rev 
222789)
@@ -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: gnome-unstable-x86_64/PKGBUILD

[arch-commits] Commit in swell-foop/repos (8 files)

2014-09-18 Thread Jan de Groot
Date: Thursday, September 18, 2014 @ 22:39:09
  Author: jgc
Revision: 221999

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

Added:
  swell-foop/repos/gnome-unstable-i686/PKGBUILD
(from rev 221998, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/gnome-unstable-i686/swell-foop.install
(from rev 221998, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221998, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/gnome-unstable-x86_64/swell-foop.install
(from rev 221998, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/gnome-unstable-i686/PKGBUILD
  swell-foop/repos/gnome-unstable-i686/swell-foop.install
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
  swell-foop/repos/gnome-unstable-x86_64/swell-foop.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-18 20:39:03 UTC (rev 221998)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 20:39:09 UTC (rev 221999)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.13.90
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c98e51f784098d9988b12af1843dd082b7a82e62a8b9729026369574d9ee01d8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/gnome-unstable-i686/PKGBUILD (from rev 221998, 
swell-foop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-18 20:39:09 UTC (rev 221999)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.13.92
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6925630fd9b96ef771ad3cfb96462ada974c73414243c0c00ca4cd58b3fd064f')
+
+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/swell-foop.install
===
--- gnome-unstable-i686/swell-foop.install  2014-09-18 20:39:03 UTC (rev 
221998)
+++ gnome-unstable-i686/swell-foop.install  2014-09-18 20:39:09 UTC (rev 
221999)
@@ -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: swell-foop/repos/gnome-unstable-i686/swell-foop.install (from rev 
221998, swell-foop/trunk/swell-foop.install)
===
--- gnome-unstable-i686/swell-foop.install  (rev 0)
+++ gnome-unstable-i686/swell-foop.install  2014-09-18 20:39:09 UTC (rev 
221999)
@@ -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: 

[arch-commits] Commit in swell-foop/repos (8 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 02:16:44
  Author: heftig
Revision: 213511

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 213510, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 213510, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 213510, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 213510, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   12 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-24 00:15:30 UTC (rev 213510)
+++ extra-i686/PKGBUILD 2014-05-24 00:16:44 UTC (rev 213511)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d0ccb978c265dacadab635b832cb33e077930655013ee9161b68fce10c985dd9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 213510, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-24 00:16:44 UTC (rev 213511)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('340147bcae5c9b765096326ab62f85f49054254b2574ff301993059af2f474cf')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2014-05-24 00:15:30 UTC (rev 213510)
+++ extra-i686/swell-foop.install   2014-05-24 00:16:44 UTC (rev 213511)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 213510, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2014-05-24 00:16:44 UTC (rev 213511)
@@ -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-24 00:15:30 UTC (rev 213510)
+++ extra-x86_64/PKGBUILD   2014-05-24 00:16:44 UTC (rev 213511)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

[arch-commits] Commit in swell-foop/repos (8 files)

2014-04-15 Thread Jan de Groot
Date: Tuesday, April 15, 2014 @ 10:47:36
  Author: jgc
Revision: 210593

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 210592, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 210592, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 210592, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 210592, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   13 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   13 ---
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-15 08:47:30 UTC (rev 210592)
+++ extra-i686/PKGBUILD 2014-04-15 08:47:36 UTC (rev 210593)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7a9529cc3408e07673ba200316f799ee52e45fc56c9a2e728723135178e22a1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 210592, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-15 08:47:36 UTC (rev 210593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d0ccb978c265dacadab635b832cb33e077930655013ee9161b68fce10c985dd9')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2014-04-15 08:47:30 UTC (rev 210592)
+++ extra-i686/swell-foop.install   2014-04-15 08:47:36 UTC (rev 210593)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 210592, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2014-04-15 08:47:36 UTC (rev 210593)
@@ -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-04-15 08:47:30 UTC (rev 210592)
+++ extra-x86_64/PKGBUILD   2014-04-15 08:47:36 UTC (rev 210593)
@@ -1,32 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in swell-foop/repos (8 files)

2013-10-12 Thread Jan Steffens
Date: Saturday, October 12, 2013 @ 18:49:43
  Author: heftig
Revision: 196386

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 196385, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 196385, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 196385, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 196385, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   26 +++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   13 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-12 16:47:50 UTC (rev 196385)
+++ extra-i686/PKGBUILD 2013-10-12 16:49:43 UTC (rev 196386)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d96c5cbd071a97038cc281d6a85902721ab5fc50d27981dc2c37b003126a43a6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 196385, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-12 16:49:43 UTC (rev 196386)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5b750c3b5100d2b1a1c4d73387c478ac6dcdaf27dd3b168da652b0c26bceb611')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2013-10-12 16:47:50 UTC (rev 196385)
+++ extra-i686/swell-foop.install   2013-10-12 16:49:43 UTC (rev 196386)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 196385, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2013-10-12 16:49:43 UTC (rev 196386)
@@ -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   2013-10-12 16:47:50 UTC (rev 196385)
+++ extra-x86_64/PKGBUILD  

[arch-commits] Commit in swell-foop/repos (8 files)

2013-09-24 Thread Jan de Groot
Date: Wednesday, September 25, 2013 @ 01:53:12
  Author: jgc
Revision: 195098

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

Added:
  swell-foop/repos/gnome-unstable-i686/PKGBUILD
(from rev 195097, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/gnome-unstable-i686/swell-foop.install
(from rev 195097, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 195097, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/gnome-unstable-x86_64/swell-foop.install
(from rev 195097, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/gnome-unstable-i686/PKGBUILD
  swell-foop/repos/gnome-unstable-i686/swell-foop.install
  swell-foop/repos/gnome-unstable-x86_64/PKGBUILD
  swell-foop/repos/gnome-unstable-x86_64/swell-foop.install

--+
 /PKGBUILD|   64 +
 /swell-foop.install  |   26 +++
 gnome-unstable-i686/PKGBUILD |   32 --
 gnome-unstable-i686/swell-foop.install   |   13 -
 gnome-unstable-x86_64/PKGBUILD   |   32 --
 gnome-unstable-x86_64/swell-foop.install |   13 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-24 23:50:37 UTC (rev 195097)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 23:53:12 UTC (rev 195098)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d96c5cbd071a97038cc281d6a85902721ab5fc50d27981dc2c37b003126a43a6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/gnome-unstable-i686/PKGBUILD (from rev 195097, 
swell-foop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 23:53:12 UTC (rev 195098)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d96c5cbd071a97038cc281d6a85902721ab5fc50d27981dc2c37b003126a43a6')
+
+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/swell-foop.install
===
--- gnome-unstable-i686/swell-foop.install  2013-09-24 23:50:37 UTC (rev 
195097)
+++ gnome-unstable-i686/swell-foop.install  2013-09-24 23:53:12 UTC (rev 
195098)
@@ -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: swell-foop/repos/gnome-unstable-i686/swell-foop.install (from rev 
195097, swell-foop/trunk/swell-foop.install)
===
--- gnome-unstable-i686/swell-foop.install  (rev 0)
+++ gnome-unstable-i686/swell-foop.install  2013-09-24 23:53:12 UTC (rev 
195098)
@@ -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
+}
+

[arch-commits] Commit in swell-foop/repos (8 files)

2013-08-20 Thread Jan de Groot
Date: Tuesday, August 20, 2013 @ 09:00:28
  Author: jgc
Revision: 193432

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

Added:
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 193431, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 193431, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 193431, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 193431, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/extra-i686/PKGBUILD
  swell-foop/repos/extra-i686/swell-foop.install
  swell-foop/repos/extra-x86_64/PKGBUILD
  swell-foop/repos/extra-x86_64/swell-foop.install

-+
 /PKGBUILD   |   64 ++
 /swell-foop.install |   26 +++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/swell-foop.install   |   13 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/swell-foop.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-20 07:00:20 UTC (rev 193431)
+++ extra-i686/PKGBUILD 2013-08-20 07:00:28 UTC (rev 193432)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=swell-foop
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('50d6b53d7507c1176ade9227f04d1c260143a5ebf8cf812c359c89eaeec9ee99')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 193431, 
swell-foop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-20 07:00:28 UTC (rev 193432)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('33b72da1f5378801ae41cb13f3bc35ce44368c104327f68dd51f45653ca62cb9')
+
+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/swell-foop.install
===
--- extra-i686/swell-foop.install   2013-08-20 07:00:20 UTC (rev 193431)
+++ extra-i686/swell-foop.install   2013-08-20 07:00:28 UTC (rev 193432)
@@ -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: swell-foop/repos/extra-i686/swell-foop.install (from rev 193431, 
swell-foop/trunk/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2013-08-20 07:00:28 UTC (rev 193432)
@@ -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   2013-08-20 07:00:20 UTC (rev 193431)
+++ extra-x86_64/PKGBUILD   

[arch-commits] Commit in swell-foop/repos (8 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:12:12
  Author: heftig
Revision: 183460

db-move: moved swell-foop from [testing] to [extra] (i686, x86_64)

Added:
  swell-foop/repos/extra-i686/
  swell-foop/repos/extra-i686/PKGBUILD
(from rev 183326, swell-foop/repos/testing-i686/PKGBUILD)
  swell-foop/repos/extra-i686/swell-foop.install
(from rev 183326, swell-foop/repos/testing-i686/swell-foop.install)
  swell-foop/repos/extra-x86_64/
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 183326, swell-foop/repos/testing-x86_64/PKGBUILD)
  swell-foop/repos/extra-x86_64/swell-foop.install
(from rev 183326, swell-foop/repos/testing-x86_64/swell-foop.install)
Deleted:
  swell-foop/repos/testing-i686/
  swell-foop/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   32 
 extra-i686/swell-foop.install   |   13 +
 extra-x86_64/PKGBUILD   |   32 
 extra-x86_64/swell-foop.install |   13 +
 4 files changed, 90 insertions(+)

Copied: swell-foop/repos/extra-i686/PKGBUILD (from rev 183326, 
swell-foop/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:12:12 UTC (rev 183460)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50d6b53d7507c1176ade9227f04d1c260143a5ebf8cf812c359c89eaeec9ee99')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/extra-i686/swell-foop.install (from rev 183326, 
swell-foop/repos/testing-i686/swell-foop.install)
===
--- extra-i686/swell-foop.install   (rev 0)
+++ extra-i686/swell-foop.install   2013-04-21 22:12:12 UTC (rev 183460)
@@ -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: swell-foop/repos/extra-x86_64/PKGBUILD (from rev 183326, 
swell-foop/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:12:12 UTC (rev 183460)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50d6b53d7507c1176ade9227f04d1c260143a5ebf8cf812c359c89eaeec9ee99')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/extra-x86_64/swell-foop.install (from rev 183326, 
swell-foop/repos/testing-x86_64/swell-foop.install)
===
--- extra-x86_64/swell-foop.install (rev 0)
+++ extra-x86_64/swell-foop.install 2013-04-21 22:12:12 UTC (rev 183460)
@@ -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 swell-foop/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:38:18
  Author: heftig
Revision: 182836

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

Added:
  swell-foop/repos/testing-i686/PKGBUILD
(from rev 182834, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/testing-i686/swell-foop.install
(from rev 182834, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/testing-x86_64/PKGBUILD
(from rev 182834, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/testing-x86_64/swell-foop.install
(from rev 182834, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/testing-i686/PKGBUILD
  swell-foop/repos/testing-i686/swell-foop.install
  swell-foop/repos/testing-x86_64/PKGBUILD
  swell-foop/repos/testing-x86_64/swell-foop.install

---+
 /PKGBUILD |   64 
 /swell-foop.install   |   26 ++
 testing-i686/PKGBUILD |   32 --
 testing-i686/swell-foop.install   |   13 ---
 testing-x86_64/PKGBUILD   |   32 --
 testing-x86_64/swell-foop.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182835)
+++ testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182836)
@@ -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=swell-foop
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Clear the screen by removing groups of colored and shaped tiles
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=swell-foop.install
-url=https://live.gnome.org/Swell%20Foop;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c86bf90ea195cfc6f2b7643d116da2028f03278e5101960316395b3816bf532a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: swell-foop/repos/testing-i686/PKGBUILD (from rev 182834, 
swell-foop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182836)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50d6b53d7507c1176ade9227f04d1c260143a5ebf8cf812c359c89eaeec9ee99')
+
+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/swell-foop.install
===
--- testing-i686/swell-foop.install 2013-04-15 15:38:18 UTC (rev 182835)
+++ testing-i686/swell-foop.install 2013-04-15 15:38:18 UTC (rev 182836)
@@ -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: swell-foop/repos/testing-i686/swell-foop.install (from rev 182834, 
swell-foop/trunk/swell-foop.install)
===
--- testing-i686/swell-foop.install (rev 0)
+++ testing-i686/swell-foop.install 2013-04-15 15:38:18 UTC (rev 182836)
@@ -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: testing-x86_64/PKGBUILD

[arch-commits] Commit in swell-foop/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:31
  Author: heftig
Revision: 182578

db-move: moved swell-foop from [staging] to [testing] (i686, x86_64)

Added:
  swell-foop/repos/testing-i686/
  swell-foop/repos/testing-i686/PKGBUILD
(from rev 182430, swell-foop/repos/staging-i686/PKGBUILD)
  swell-foop/repos/testing-i686/swell-foop.install
(from rev 182430, swell-foop/repos/staging-i686/swell-foop.install)
  swell-foop/repos/testing-x86_64/
  swell-foop/repos/testing-x86_64/PKGBUILD
(from rev 182430, swell-foop/repos/staging-x86_64/PKGBUILD)
  swell-foop/repos/testing-x86_64/swell-foop.install
(from rev 182430, swell-foop/repos/staging-x86_64/swell-foop.install)
Deleted:
  swell-foop/repos/staging-i686/
  swell-foop/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/swell-foop.install   |   13 +
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/swell-foop.install |   13 +
 4 files changed, 90 insertions(+)

Copied: swell-foop/repos/testing-i686/PKGBUILD (from rev 182430, 
swell-foop/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:31 UTC (rev 182578)
@@ -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=swell-foop
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c86bf90ea195cfc6f2b7643d116da2028f03278e5101960316395b3816bf532a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-i686/swell-foop.install (from rev 182430, 
swell-foop/repos/staging-i686/swell-foop.install)
===
--- testing-i686/swell-foop.install (rev 0)
+++ testing-i686/swell-foop.install 2013-04-10 19:14:31 UTC (rev 182578)
@@ -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: swell-foop/repos/testing-x86_64/PKGBUILD (from rev 182430, 
swell-foop/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:31 UTC (rev 182578)
@@ -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=swell-foop
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c86bf90ea195cfc6f2b7643d116da2028f03278e5101960316395b3816bf532a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-x86_64/swell-foop.install (from rev 182430, 
swell-foop/repos/staging-x86_64/swell-foop.install)
===
--- testing-x86_64/swell-foop.install   (rev 0)
+++ testing-x86_64/swell-foop.install   2013-04-10 19:14:31 UTC (rev 182578)
@@ -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() {
+