Date: Sunday, March 29, 2015 @ 23:55:00
  Author: heftig
Revision: 235269

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

Added:
  gnome-taquin/repos/testing-i686/
  gnome-taquin/repos/testing-i686/PKGBUILD
    (from rev 235268, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/testing-i686/gnome-taquin.install
    (from rev 235268, gnome-taquin/trunk/gnome-taquin.install)
  gnome-taquin/repos/testing-x86_64/
  gnome-taquin/repos/testing-x86_64/PKGBUILD
    (from rev 235268, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/testing-x86_64/gnome-taquin.install
    (from rev 235268, gnome-taquin/trunk/gnome-taquin.install)

-------------------------------------+
 testing-i686/PKGBUILD               |   29 +++++++++++++++++++++++++++++
 testing-i686/gnome-taquin.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD             |   29 +++++++++++++++++++++++++++++
 testing-x86_64/gnome-taquin.install |   12 ++++++++++++
 4 files changed, 82 insertions(+)

Copied: gnome-taquin/repos/testing-i686/PKGBUILD (from rev 235268, 
gnome-taquin/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-03-29 21:55:00 UTC (rev 235269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-taquin
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin";
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bca45b624c2769a60c6e4cc11447a9dc6ba4f8e9adca5b9151f6efd8fa749ff4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-taquin/repos/testing-i686/gnome-taquin.install (from rev 235268, 
gnome-taquin/trunk/gnome-taquin.install)
===================================================================
--- testing-i686/gnome-taquin.install                           (rev 0)
+++ testing-i686/gnome-taquin.install   2015-03-29 21:55:00 UTC (rev 235269)
@@ -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: gnome-taquin/repos/testing-x86_64/PKGBUILD (from rev 235268, 
gnome-taquin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-03-29 21:55:00 UTC (rev 235269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-taquin
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin";
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bca45b624c2769a60c6e4cc11447a9dc6ba4f8e9adca5b9151f6efd8fa749ff4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-taquin/repos/testing-x86_64/gnome-taquin.install (from rev 
235268, gnome-taquin/trunk/gnome-taquin.install)
===================================================================
--- testing-x86_64/gnome-taquin.install                         (rev 0)
+++ testing-x86_64/gnome-taquin.install 2015-03-29 21:55:00 UTC (rev 235269)
@@ -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
+}

Reply via email to