[arch-commits] Commit in gnome-chess/trunk (PKGBUILD gnome-chess.install)
Jan Steffens
heftig at archlinux.org
Sun May 8 21:02:05 UTC 2016
Date: Sunday, May 8, 2016 @ 23:02:04
Author: heftig
Revision: 267223
3.20.1-1
Modified:
gnome-chess/trunk/PKGBUILD
Deleted:
gnome-chess/trunk/gnome-chess.install
---------------------+
PKGBUILD | 21 +++++++++------------
gnome-chess.install | 13 -------------
2 files changed, 9 insertions(+), 25 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-08 20:57:26 UTC (rev 267222)
+++ PKGBUILD 2016-05-08 21:02:04 UTC (rev 267223)
@@ -3,22 +3,19 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-chess
-pkgver=3.20.0
+pkgver=3.20.1
pkgrel=1
pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
+url="https://wiki.gnome.org/Apps/Chess"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection)
optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://wiki.gnome.org/Apps/Chess"
-groups=('gnome-extra')
+options=(!emptydirs)
+groups=(gnome-extra)
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('532a2c66428a501260f318443cb81e2416600c126ca012d7fec1708a9661ce40')
+sha256sums=('4715349339491bd7a1072d5d362b5df76efa2067f4363c4b37d9579201d8c66d')
build() {
cd $pkgname-$pkgver
Deleted: gnome-chess.install
===================================================================
--- gnome-chess.install 2016-05-08 20:57:26 UTC (rev 267222)
+++ gnome-chess.install 2016-05-08 21:02:04 UTC (rev 267223)
@@ -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
-}
More information about the arch-commits
mailing list