[arch-commits] Commit in kdegraphics-ksaneplugin/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Dec 18 17:38:39 UTC 2013


    Date: Wednesday, December 18, 2013 @ 18:38:39
  Author: andrea
Revision: 202123

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
    (from rev 202122, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
    (from rev 202122, kdegraphics-ksaneplugin/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 202122, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-12-18 17:38:39 UTC (rev 202123)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz")
+sha1sums=('e04f67e75a2cd0e98a097674cdc1b93b17f8d77c')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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
+}

Copied: kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD (from rev 202122, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-12-18 17:38:39 UTC (rev 202123)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz")
+sha1sums=('e04f67e75a2cd0e98a097674cdc1b93b17f8d77c')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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
+}




More information about the arch-commits mailing list