[arch-commits] Commit in gnome-klotski/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:10:02 UTC 2013


    Date: Monday, April 22, 2013 @ 00:10:02
  Author: heftig
Revision: 183386

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

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

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

Copied: gnome-klotski/repos/extra-i686/PKGBUILD (from rev 183326, gnome-klotski/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-21 22:10:02 UTC (rev 183386)
@@ -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.8.1
+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:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('85b2936dc9390bb09d622984b169c0d921b99d786fbd0060d39d319c38d31c71')
+
+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/extra-i686/gnome-klotski.install (from rev 183326, gnome-klotski/repos/testing-i686/gnome-klotski.install)
===================================================================
--- extra-i686/gnome-klotski.install	                        (rev 0)
+++ extra-i686/gnome-klotski.install	2013-04-21 22:10:02 UTC (rev 183386)
@@ -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/extra-x86_64/PKGBUILD (from rev 183326, gnome-klotski/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-21 22:10:02 UTC (rev 183386)
@@ -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.8.1
+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:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('85b2936dc9390bb09d622984b169c0d921b99d786fbd0060d39d319c38d31c71')
+
+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/extra-x86_64/gnome-klotski.install (from rev 183326, gnome-klotski/repos/testing-x86_64/gnome-klotski.install)
===================================================================
--- extra-x86_64/gnome-klotski.install	                        (rev 0)
+++ extra-x86_64/gnome-klotski.install	2013-04-21 22:10:02 UTC (rev 183386)
@@ -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