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

Antonio Rojas arojas at archlinux.org
Mon Apr 2 07:04:30 UTC 2018


    Date: Monday, April 2, 2018 @ 07:04:29
  Author: arojas
Revision: 313833

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 07:04:06 UTC (rev 313832)
+++ PKGBUILD	2018-04-02 07:04:29 UTC (rev 313833)
@@ -1,34 +0,0 @@
-# $Id$
-# 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
-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") # {,.sig} - No public key available
-sha256sums=('e625db6eed8e2ca9713936ae8175fb96d30d88c0986528ee8845d198624e41bd')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: skanlite/repos/community-x86_64/PKGBUILD (from rev 313832, skanlite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-02 07:04:29 UTC (rev 313833)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=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") # {,.sig} - No public key available
+sha256sums=('b4733e55b706eaf749522aa81ec47bfd65a95c2fec994c1c47e0c4b628e70442')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list