[arch-commits] Commit in kdegraphics-ksaneplugin/repos (4 files)
Andrea Scarpino
andrea at archlinux.org
Sat Mar 31 07:53:27 UTC 2012
Date: Saturday, March 31, 2012 @ 03:53:27
Author: andrea
Revision: 154894
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
kdegraphics-ksaneplugin/repos/staging-i686/
kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD
(from rev 154893, kdegraphics-ksaneplugin/trunk/PKGBUILD)
kdegraphics-ksaneplugin/repos/staging-x86_64/
kdegraphics-ksaneplugin/repos/staging-x86_64/PKGBUILD
(from rev 154893, kdegraphics-ksaneplugin/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 154893, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-03-31 07:53:27 UTC (rev 154894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="http://kde.org/"
+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=('04a75bc260f0780a9c9dcbdd6b75418168ad5631')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ksaneplugin-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdegraphics-ksaneplugin/repos/staging-x86_64/PKGBUILD (from rev 154893, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:53:27 UTC (rev 154894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="http://kde.org/"
+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=('04a75bc260f0780a9c9dcbdd6b75418168ad5631')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ksaneplugin-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list