[arch-commits] Commit in simple-scan/trunk (PKGBUILD simple-scan.install)

Jan Steffens heftig at archlinux.org
Thu Jul 28 13:33:45 UTC 2016


    Date: Thursday, July 28, 2016 @ 13:33:45
  Author: heftig
Revision: 184550

3.20.0-2

Modified:
  simple-scan/trunk/PKGBUILD
Deleted:
  simple-scan/trunk/simple-scan.install

---------------------+
 PKGBUILD            |    5 ++---
 simple-scan.install |   18 ------------------
 2 files changed, 2 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 13:10:42 UTC (rev 184549)
+++ PKGBUILD	2016-07-28 13:33:45 UTC (rev 184550)
@@ -5,14 +5,13 @@
 
 pkgname=simple-scan
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple scanning utility'
 arch=('i686' 'x86_64')
 url='http://launchpad.net/simple-scan'
 license=('GPL3')
-depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgusb' 'packagekit')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'libgusb' 'packagekit')
 makedepends=('yelp-tools' 'intltool' 'vala')
-install=$pkgname.install
 source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
 sha256sums=('8df5a5a5b06220e98770f11c53db8fc5d0d8d675d1c395f2bcd19fc8656eb62c')
 

Deleted: simple-scan.install
===================================================================
--- simple-scan.install	2016-07-28 13:10:42 UTC (rev 184549)
+++ simple-scan.install	2016-07-28 13:33:45 UTC (rev 184550)
@@ -1,18 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 3.1.3) < 0 )); then
-    usr/sbin/gconfpkg --uninstall simple-scan
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list