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 =================================================================== --- PKGBUILD 2013-08-21 13:54:52 UTC (rev 193510) +++ PKGBUILD 2013-08-21 14:33:46 UTC (rev 193511) @@ -3,12 +3,12 @@ # Contributor: Jan de Groot <[email protected]> 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 }
