Date: Monday, April 14, 2014 @ 20:42:02 Author: jgc Revision: 210373 upgpkg: five-or-more 3.12.1-1 Remove call to update-desktop-database
Modified: five-or-more/trunk/PKGBUILD five-or-more/trunk/five-or-more.install ----------------------+ PKGBUILD | 6 +++--- five-or-more.install | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-14 18:38:28 UTC (rev 210372) +++ PKGBUILD 2014-04-14 18:42:02 UTC (rev 210373) @@ -3,12 +3,12 @@ # Contributor: Jan de Groot <[email protected]> pkgname=five-or-more -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Remove colored balls from the board by forming lines" arch=('i686' 'x86_64') license=('GPL') -depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg') +depends=('hicolor-icon-theme' 'gtk3' 'librsvg') makedepends=('intltool' 'itstool' 'gobject-introspection') conflicts=('gnome-games') replaces=('gnome-games') @@ -17,7 +17,7 @@ url="https://live.gnome.org/Five%20or%20more" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('99fa19ff8481ad4d30d85b1ea78bcbc207d4c0c0e51fec78b9d76a80a29fb920') +sha256sums=('0d90aa7d3f26c0a2eaa459b7a210125156db0cc894c18ce5c0803988b33886ec') build() { cd $pkgname-$pkgver Modified: five-or-more.install =================================================================== --- five-or-more.install 2014-04-14 18:38:28 UTC (rev 210372) +++ five-or-more.install 2014-04-14 18:42:02 UTC (rev 210373) @@ -1,6 +1,5 @@ post_install() { glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q gtk-update-icon-cache -q -f usr/share/icons/hicolor }
