Date: Thursday, March 25, 2021 @ 21:53:37 Author: heftig Revision: 904201
archrelease: copy trunk to community-x86_64 Added: simple-scan/repos/community-x86_64/PKGBUILD (from rev 904200, simple-scan/trunk/PKGBUILD) Deleted: simple-scan/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 80 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-03-25 21:53:30 UTC (rev 904200) +++ PKGBUILD 2021-03-25 21:53:37 UTC (rev 904201) @@ -1,40 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> - -pkgname=simple-scan -pkgver=3.38.5 -pkgrel=1 -pkgdesc="Simple scanning utility" -url="https://gitlab.gnome.org/GNOME/simple-scan" -arch=(x86_64) -license=(GPL3) -groups=(gnome) -depends=(sane dconf gtk3 colord-sane libgusb) -makedepends=(yelp-tools meson vala git) -_commit=a01702907534e0d37f5a81c2552c350720279e07 # tags/3.38.5^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 - meson compile -C build -} - -check() { - meson test -C build --print-errorlogs -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 904200, simple-scan/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-03-25 21:53:37 UTC (rev 904201) @@ -0,0 +1,40 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> + +pkgname=simple-scan +pkgver=40.0 +pkgrel=1 +pkgdesc="Simple scanning utility" +url="https://gitlab.gnome.org/GNOME/simple-scan" +arch=(x86_64) +license=(GPL3) +groups=(gnome) +depends=(sane dconf gtk3 colord-sane libgusb libhandy) +makedepends=(yelp-tools meson vala git) +_commit=1ed4aa9817e8fb278e0bd5686b3e9fdf8d21009a # tags/40.0^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 + meson compile -C build +} + +check() { + meson test -C build --print-errorlogs +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}