[arch-commits] Commit in kdegraphics-ksaneplugin (trunk trunk trunk/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:28:09 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:28:08
  Author: felixonmars
Revision: 274382

upgpkg: kdegraphics-ksaneplugin 16.08.0-1

Upstream release

Added:
  kdegraphics-ksaneplugin/trunk/
  kdegraphics-ksaneplugin/trunk/PKGBUILD
Deleted:
  kdegraphics-ksaneplugin/trunk/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 03:28:08 UTC (rev 274382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://www.kde.org/applications/graphics/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz")
+sha1sums=('8e94dd80662b476b76e2c6a80e78d9ade966fbbf')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kdegraphics-ksaneplugin/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list