[arch-commits] Commit in kdegraphics-ksaneplugin/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Jul 13 14:59:55 UTC 2017
Date: Thursday, July 13, 2017 @ 14:59:54
Author: arojas
Revision: 300399
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 300398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 300398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 35 -----------------------
extra-x86_64/PKGBUILD | 35 -----------------------
3 files changed, 72 insertions(+), 70 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-07-13 14:59:32 UTC (rev 300398)
+++ extra-i686/PKGBUILD 2017-07-13 14:59:54 UTC (rev 300399)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('6fd6b48fc877b3946cb5b48e5ceffb2573b1b4db95db9e076965b298e8ad449a'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-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 300398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 14:59:54 UTC (rev 300399)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.04.3
+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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('75ba6aaba2ff058dbe343543e36c0e82488b742c2ec2b550981cf1edfafbdd47'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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 2017-07-13 14:59:32 UTC (rev 300398)
+++ extra-x86_64/PKGBUILD 2017-07-13 14:59:54 UTC (rev 300399)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('6fd6b48fc877b3946cb5b48e5ceffb2573b1b4db95db9e076965b298e8ad449a'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-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 300398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-07-13 14:59:54 UTC (rev 300399)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.04.3
+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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('75ba6aaba2ff058dbe343543e36c0e82488b742c2ec2b550981cf1edfafbdd47'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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