Date: Thursday, July 28, 2016 @ 13:36:50 Author: heftig Revision: 272595
3.20.0-2 Modified: lightsoff/trunk/PKGBUILD Deleted: lightsoff/trunk/lightsoff.install -------------------+ PKGBUILD | 7 +++---- lightsoff.install | 13 ------------- 2 files changed, 3 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-28 13:36:44 UTC (rev 272594) +++ PKGBUILD 2016-07-28 13:36:50 UTC (rev 272595) @@ -4,17 +4,16 @@ pkgname=lightsoff pkgver=3.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="Turn off all the lights" +url="https://wiki.gnome.org/Apps/Lightsoff" arch=('i686' 'x86_64') license=('GPL') -depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg') +depends=('clutter-gtk' 'librsvg') makedepends=('intltool' 'itstool' 'gobject-introspection') conflicts=('gnome-games') replaces=('gnome-games') options=('!emptydirs') -install=lightsoff.install -url="https://wiki.gnome.org/Apps/Lightsoff" groups=('gnome-extra') source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf') Deleted: lightsoff.install =================================================================== --- lightsoff.install 2016-07-28 13:36:44 UTC (rev 272594) +++ lightsoff.install 2016-07-28 13:36:50 UTC (rev 272595) @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -f -q usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
