[arch-commits] Commit in gnome-mines/trunk (PKGBUILD gnome-mines.install)

Jan Steffens heftig at archlinux.org
Tue Jun 14 20:47:30 UTC 2016


    Date: Tuesday, June 14, 2016 @ 20:47:30
  Author: heftig
Revision: 269968

3.20.1-1

Modified:
  gnome-mines/trunk/PKGBUILD
Deleted:
  gnome-mines/trunk/gnome-mines.install

---------------------+
 PKGBUILD            |   21 ++++++++++-----------
 gnome-mines.install |   12 ------------
 2 files changed, 10 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-14 20:47:20 UTC (rev 269967)
+++ PKGBUILD	2016-06-14 20:47:30 UTC (rev 269968)
@@ -3,21 +3,20 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-mines
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Clear hidden mines from a minefield"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-mines.install
 url="https://wiki.gnome.org/Apps/Mines"
-groups=('gnome-extra')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection)
+conflicts=(gnome-games)
+replaces=(gnome-games)
+options=(!emptydirs)
+groups=(gnome-extra)
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7775c8d19cda9663a3e6b69d921c9de869278aeff93e249099af2d3c19b970a6')
+sha256sums=('5815e886d92817d4127b9e94bf63cb91e2bf371029d18efdf9f195e2400e2b3b')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-mines.install
===================================================================
--- gnome-mines.install	2016-06-14 20:47:20 UTC (rev 269967)
+++ gnome-mines.install	2016-06-14 20:47:30 UTC (rev 269968)
@@ -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