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

Jan Steffens heftig at archlinux.org
Fri Mar 17 18:05:45 UTC 2017


    Date: Friday, March 17, 2017 @ 18:05:44
  Author: heftig
Revision: 216933

3.22.0.1-2

Modified:
  simple-scan/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-17 17:27:55 UTC (rev 216932)
+++ PKGBUILD	2017-03-17 18:05:44 UTC (rev 216933)
@@ -5,21 +5,29 @@
 
 pkgname=simple-scan
 pkgver=3.22.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple scanning utility"
 url="http://launchpad.net/simple-scan"
 arch=(i686 x86_64)
 license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb packagekit)
+depends=(sane dconf gtk3 colord libgusb)
 makedepends=(yelp-tools intltool vala)
 source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
 sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Force regeneration
+  touch src/*.vala
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \
     --prefix=/usr \
-    --disable-schemas-compile
+    --disable-schemas-compile \
+    --disable-packagekit
   make
 }
 



More information about the arch-commits mailing list