Date: Thursday, July 28, 2016 @ 13:24:59 Author: heftig Revision: 272585
3.20.0-2 Modified: swell-foop/trunk/PKGBUILD Deleted: swell-foop/trunk/swell-foop.install --------------------+ PKGBUILD | 7 +++---- swell-foop.install | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-28 13:24:18 UTC (rev 272584) +++ PKGBUILD 2016-07-28 13:24:59 UTC (rev 272585) @@ -4,17 +4,16 @@ pkgname=swell-foop pkgver=3.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="Clear the screen by removing groups of colored and shaped tiles" +url="https://wiki.gnome.org/Apps/Swell%20Foop" arch=('i686' 'x86_64') license=('GPL') -depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg') +depends=('clutter-gtk' 'librsvg') makedepends=('intltool' 'itstool' 'gobject-introspection') conflicts=('gnome-games') replaces=('gnome-games') options=('!emptydirs') -install=swell-foop.install -url="https://wiki.gnome.org/Apps/Swell%20Foop" groups=('gnome-extra') source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('40532a734dcae6d42a1e4692fd94e395442ff07c134acacf5fce3396c1e352a4') Deleted: swell-foop.install =================================================================== --- swell-foop.install 2016-07-28 13:24:18 UTC (rev 272584) +++ swell-foop.install 2016-07-28 13:24:59 UTC (rev 272585) @@ -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 -}
