[arch-commits] Commit in simple-scan/repos (4 files)

Jan Steffens heftig at archlinux.org
Sat Oct 1 20:25:52 UTC 2016


    Date: Saturday, October 1, 2016 @ 20:25:51
  Author: heftig
Revision: 191176

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  simple-scan/repos/community-testing-i686/
  simple-scan/repos/community-testing-i686/PKGBUILD
    (from rev 191175, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-testing-x86_64/
  simple-scan/repos/community-testing-x86_64/PKGBUILD
    (from rev 191175, simple-scan/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: simple-scan/repos/community-testing-i686/PKGBUILD (from rev 191175, simple-scan/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-10-01 20:25:51 UTC (rev 191176)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=simple-scan
+pkgver=3.22.0.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="http://launchpad.net/simple-scan"
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb packagekit)
+makedepends=(yelp-tools intltool vala)
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: simple-scan/repos/community-testing-x86_64/PKGBUILD (from rev 191175, simple-scan/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-10-01 20:25:51 UTC (rev 191176)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=simple-scan
+pkgver=3.22.0.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="http://launchpad.net/simple-scan"
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb packagekit)
+makedepends=(yelp-tools intltool vala)
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list