[arch-commits] Commit in simple-scan/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jan 22 03:34:11 UTC 2018


    Date: Monday, January 22, 2018 @ 03:34:10
  Author: heftig
Revision: 284825

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
    (from rev 284824, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 03:33:06 UTC (rev 284824)
+++ PKGBUILD	2018-01-22 03:34:10 UTC (rev 284825)
@@ -1,38 +0,0 @@
-# $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.26.2
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://launchpad.net/simple-scan"
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools meson vala git)
-_commit=6ed023f9d94d1d394d7a98505004b53b9bf99a38  # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/simple-scan#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 284824, simple-scan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-22 03:34:10 UTC (rev 284825)
@@ -0,0 +1,36 @@
+# $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.26.3
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan"
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=81eadec7bf420e7d1bdc039a1470de3f156b92b5  # tags/3.26.3^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list