Date: Monday, May 9, 2016 @ 21:47:14 Author: heftig Revision: 267265 3.20.2.1-1
Modified: gnome-nibbles/trunk/PKGBUILD Deleted: gnome-nibbles/trunk/gnome-nibbles.install -----------------------+ PKGBUILD | 19 ++++++++----------- gnome-nibbles.install | 12 ------------ 2 files changed, 8 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-09 19:44:48 UTC (rev 267264) +++ PKGBUILD 2016-05-09 19:47:14 UTC (rev 267265) @@ -3,21 +3,18 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-nibbles -pkgver=3.20.1 +pkgver=3.20.2.1 pkgrel=1 pkgdesc="Guide a worm around a maze" -arch=('i686' 'x86_64') -license=('GPL') -depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg' 'libgames-support' 'libgee') -makedepends=('intltool' 'itstool' 'gobject-introspection') -conflicts=('gnome-games') -replaces=('gnome-games') -options=('!emptydirs') -install=gnome-nibbles.install url="https://wiki.gnome.org/Apps/Nibbles" -groups=('gnome-extra') +arch=(i686 x86_64) +license=(GPL) +depends=(clutter-gtk libcanberra librsvg libgames-support libgee) +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=('2de5929f1a26d1e4afe2a0d6d8b832a2d0a6ebd631943a5824f1cd8c67d286d7') +sha256sums=('9253431072e3dff89cc13582c815cc9ed9d7c2d7a10321418a2e7416c1ef7e67') build() { cd $pkgname-$pkgver Deleted: gnome-nibbles.install =================================================================== --- gnome-nibbles.install 2016-05-09 19:44:48 UTC (rev 267264) +++ gnome-nibbles.install 2016-05-09 19:47:14 UTC (rev 267265) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
