Date: Thursday, July 28, 2016 @ 13:24:08 Author: heftig Revision: 272583
3.20.0-2 Modified: tali/trunk/PKGBUILD Deleted: tali/trunk/tali.install --------------+ PKGBUILD | 7 +++---- tali.install | 13 ------------- 2 files changed, 3 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-28 13:18:08 UTC (rev 272582) +++ PKGBUILD 2016-07-28 13:24:08 UTC (rev 272583) @@ -4,17 +4,16 @@ pkgname=tali pkgver=3.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="Beat the odds in a poker-style dice game" +url="https://wiki.gnome.org/Apps/Tali" arch=('i686' 'x86_64') license=('GPL') -depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg') +depends=('gtk3' 'librsvg') makedepends=('intltool' 'itstool' 'gobject-introspection') conflicts=('gnome-games') replaces=('gnome-games') options=('!emptydirs') -install=tali.install -url="https://live.gnome.org/Tali" groups=('gnome-extra') source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('6437ab66672c331098e6df44ad708397b6363182d5c08c9ededf711cbf5cb818') Deleted: tali.install =================================================================== --- tali.install 2016-07-28 13:18:08 UTC (rev 272582) +++ tali.install 2016-07-28 13:24:08 UTC (rev 272583) @@ -1,13 +0,0 @@ -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 -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
