[arch-commits] Commit in gnome-klotski/repos (6 files)
Jan de Groot
jgc at nymeria.archlinux.org
Tue Sep 24 12:12:54 UTC 2013
Date: Tuesday, September 24, 2013 @ 14:12:54
Author: jgc
Revision: 194982
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gnome-klotski/repos/gnome-unstable-i686/
gnome-klotski/repos/gnome-unstable-i686/PKGBUILD
(from rev 194981, gnome-klotski/trunk/PKGBUILD)
gnome-klotski/repos/gnome-unstable-i686/gnome-klotski.install
(from rev 194981, gnome-klotski/trunk/gnome-klotski.install)
gnome-klotski/repos/gnome-unstable-x86_64/
gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194981, gnome-klotski/trunk/PKGBUILD)
gnome-klotski/repos/gnome-unstable-x86_64/gnome-klotski.install
(from rev 194981, gnome-klotski/trunk/gnome-klotski.install)
---------------------------------------------+
gnome-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++
gnome-unstable-i686/gnome-klotski.install | 13 ++++++++++
gnome-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++
gnome-unstable-x86_64/gnome-klotski.install | 13 ++++++++++
4 files changed, 90 insertions(+)
Copied: gnome-klotski/repos/gnome-unstable-i686/PKGBUILD (from rev 194981, gnome-klotski/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2013-09-24 12:12:54 UTC (rev 194982)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-klotski
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+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=gnome-klotski.install
+url="https://live.gnome.org/Klotski"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce29d136bc1c141dc92b0dc67d597f2b0eddefcee7d3de10d54ef80327c6f5d3')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-klotski/repos/gnome-unstable-i686/gnome-klotski.install (from rev 194981, gnome-klotski/trunk/gnome-klotski.install)
===================================================================
--- gnome-unstable-i686/gnome-klotski.install (rev 0)
+++ gnome-unstable-i686/gnome-klotski.install 2013-09-24 12:12:54 UTC (rev 194982)
@@ -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: gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194981, gnome-klotski/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2013-09-24 12:12:54 UTC (rev 194982)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-klotski
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+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=gnome-klotski.install
+url="https://live.gnome.org/Klotski"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce29d136bc1c141dc92b0dc67d597f2b0eddefcee7d3de10d54ef80327c6f5d3')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-klotski/repos/gnome-unstable-x86_64/gnome-klotski.install (from rev 194981, gnome-klotski/trunk/gnome-klotski.install)
===================================================================
--- gnome-unstable-x86_64/gnome-klotski.install (rev 0)
+++ gnome-unstable-x86_64/gnome-klotski.install 2013-09-24 12:12:54 UTC (rev 194982)
@@ -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
+}
More information about the arch-commits
mailing list