[arch-commits] Commit in gnome-klotski/trunk (PKGBUILD gnome-klotski.install)
Jan Steffens
heftig at archlinux.org
Sun May 8 21:11:09 UTC 2016
Date: Sunday, May 8, 2016 @ 23:11:09
Author: heftig
Revision: 267228
3.20.2-1
Modified:
gnome-klotski/trunk/PKGBUILD
Deleted:
gnome-klotski/trunk/gnome-klotski.install
-----------------------+
PKGBUILD | 21 +++++++++------------
gnome-klotski.install | 12 ------------
2 files changed, 9 insertions(+), 24 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-08 21:10:11 UTC (rev 267227)
+++ PKGBUILD 2016-05-08 21:11:09 UTC (rev 267228)
@@ -3,21 +3,18 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-klotski
-pkgver=3.20.1
+pkgver=3.20.2
pkgrel=1
pkgdesc="Slide blocks to solve the puzzle"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg' 'libgames-support')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-klotski.install
-url="https://live.gnome.org/Klotski"
-groups=('gnome-extra')
+url="https://wiki.gnome.org/Apps/Klotski"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgames-support)
+makedepends=(intltool itstool gobject-introspection)
+options=(!emptydirs)
+groups=(gnome-extra)
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('920bd02fe066b5740f1e4bb58d7ad2fd7065d5207881fdfa58e4c034b5d96084')
+sha256sums=('5c517534da14bb9b8c90dd76b8c7169557a6876318780677a0e451f982028493')
build() {
cd $pkgname-$pkgver
Deleted: gnome-klotski.install
===================================================================
--- gnome-klotski.install 2016-05-08 21:10:11 UTC (rev 267227)
+++ gnome-klotski.install 2016-05-08 21:11:09 UTC (rev 267228)
@@ -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
-}
More information about the arch-commits
mailing list