[arch-commits] Commit in kdegraphics-ksaneplugin/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Oct 13 16:10:05 UTC 2016
Date: Thursday, October 13, 2016 @ 16:10:05
Author: arojas
Revision: 278728
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 278727, kdegraphics-ksaneplugin/trunk/PKGBUILD)
kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 278727, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 33 ------------------------
extra-x86_64/PKGBUILD | 33 ------------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-13 16:09:58 UTC (rev 278727)
+++ extra-i686/PKGBUILD 2016-10-13 16:10:05 UTC (rev 278728)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.08.1
-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=('3488a46d3735bfb2ff2b0d1430622bf048346955')
-
-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
-}
Copied: kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD (from rev 278727, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:10:05 UTC (rev 278728)
@@ -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.2
+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=('b37337b4e6d577ab4fd9ec503da036d5c805cad9')
+
+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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-13 16:09:58 UTC (rev 278727)
+++ extra-x86_64/PKGBUILD 2016-10-13 16:10:05 UTC (rev 278728)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.08.1
-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=('3488a46d3735bfb2ff2b0d1430622bf048346955')
-
-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
-}
Copied: kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD (from rev 278727, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-13 16:10:05 UTC (rev 278728)
@@ -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.2
+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=('b37337b4e6d577ab4fd9ec503da036d5c805cad9')
+
+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
+}
More information about the arch-commits
mailing list