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

2016-05-09 Thread Jan Steffens
Date: Monday, May 9, 2016 @ 21:49:14
  Author: heftig
Revision: 267266

3.20.2-1

Modified:
  iagno/trunk/PKGBUILD
Deleted:
  iagno/trunk/iagno.install

---+
 PKGBUILD  |   21 +
 iagno.install |   12 
 2 files changed, 9 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-09 19:47:14 UTC (rev 267265)
+++ PKGBUILD2016-05-09 19:49:14 UTC (rev 267266)
@@ -3,21 +3,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url="https://live.gnome.org/Iagno;
-groups=('gnome-extra')
+url="https://wiki.gnome.org/Apps/Iagno;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+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=('a25c00b59120094374819553a8b1e8aaebb60b1e2e43aef628e0042c7a750993')
+sha256sums=('73f0f201ebf12b88e05cdefbaa72ccd5309bb592a9690d076285dbb800e965d2')
 
 build() {
   cd $pkgname-$pkgver

Deleted: iagno.install
===
--- iagno.install   2016-05-09 19:47:14 UTC (rev 267265)
+++ iagno.install   2016-05-09 19:49:14 UTC (rev 267266)
@@ -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
-}


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

2013-08-21 Thread Jan de Groot
Date: Wednesday, August 21, 2013 @ 16:33:46
  Author: jgc
Revision: 193511

upgpkg: iagno 3.8.2-1

No need for desktop-file-utils, no mimetypes in desktop file

Modified:
  iagno/trunk/PKGBUILD
  iagno/trunk/iagno.install

---+
 PKGBUILD  |6 +++---
 iagno.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-21 13:54:52 UTC (rev 193510)
+++ PKGBUILD2013-08-21 14:33:46 UTC (rev 193511)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=iagno
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=Dominate the board in a classic version of Reversi
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
 makedepends=('intltool' 'itstool' 'gobject-introspection')
 conflicts=('gnome-games')
 replaces=('gnome-games')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Iagno;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
+sha256sums=('c4687214262c9fd838e40ea27fac8ed7c23db32690ef2d0f569373a8eaeb1de7')
 
 build() {
   cd $pkgname-$pkgver

Modified: iagno.install
===
--- iagno.install   2013-08-21 13:54:52 UTC (rev 193510)
+++ iagno.install   2013-08-21 14:33:46 UTC (rev 193511)
@@ -1,6 +1,5 @@
 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
 }