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

Antonio Rojas arojas at archlinux.org
Sun Jul 12 21:00:37 UTC 2020


    Date: Sunday, July 12, 2020 @ 21:00:37
  Author: arojas
Revision: 663366

archrelease: copy trunk to community-x86_64

Added:
  skanlite/repos/community-x86_64/PKGBUILD
    (from rev 663365, skanlite/trunk/PKGBUILD)
Deleted:
  skanlite/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++--------------------------------
 1 file changed, 26 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 21:00:23 UTC (rev 663365)
+++ PKGBUILD	2020-07-12 21:00:37 UTC (rev 663366)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=skanlite
-pkgver=2.1.0.1
-pkgrel=2
-pkgdesc="Image Scanning Application for KDE"
-arch=(x86_64)
-url='https://www.kde.org/applications/graphics/skanlite'
-license=(GPL)
-depends=(libksane kio)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz") # {,.sig} - No public key available
-sha256sums=('b4733e55b706eaf749522aa81ec47bfd65a95c2fec994c1c47e0c4b628e70442')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: skanlite/repos/community-x86_64/PKGBUILD (from rev 663365, skanlite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-12 21:00:37 UTC (rev 663366)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=skanlite
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Image Scanning Application for KDE"
+arch=(x86_64)
+url='https://www.kde.org/applications/graphics/skanlite'
+license=(GPL)
+depends=(libksane kio)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('54fecc3997547bae17215af7af468a225d483ddb37be3053673392dcddd584e4')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list