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 =================================================================== --- PKGBUILD 2016-05-09 19:47:14 UTC (rev 267265) +++ PKGBUILD 2016-05-09 19:49:14 UTC (rev 267266) @@ -3,21 +3,18 @@ # Contributor: Jan de Groot <[email protected]> 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 -}
