Date: Monday, April 14, 2014 @ 08:54:16 Author: jgc Revision: 210304 upgpkg: gnome-nibbles 3.12.1-1
Update URL, remove update-desktop-database calls and related depends, this package does not come with mime types. Modified: gnome-nibbles/trunk/PKGBUILD gnome-nibbles/trunk/gnome-nibbles.install -----------------------+ PKGBUILD | 10 +++++----- gnome-nibbles.install | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-14 06:29:33 UTC (rev 210303) +++ PKGBUILD 2014-04-14 06:54:16 UTC (rev 210304) @@ -3,21 +3,21 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-nibbles -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Guide a worm around a maze" arch=('i686' 'x86_64') license=('GPL') -depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg') +depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg') makedepends=('intltool' 'itstool' 'gobject-introspection') conflicts=('gnome-games') replaces=('gnome-games') options=('!emptydirs') install=gnome-nibbles.install -url="https://live.gnome.org/Nibbles" +url="https://wiki.gnome.org/Apps/Nibbles" groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('9be26c54411b11d05eaca99d38b3430a75a57b80ed035ffe53819067289b03e2') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('fcb37c060492d7299f194c789358b69412cbff153272c3b69c7d31e6eae011b8') build() { cd $pkgname-$pkgver Modified: gnome-nibbles.install =================================================================== --- gnome-nibbles.install 2014-04-14 06:29:33 UTC (rev 210303) +++ gnome-nibbles.install 2014-04-14 06:54:16 UTC (rev 210304) @@ -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 }
