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

2017-10-12 Thread Antonio Rojas
Date: Thursday, October 12, 2017 @ 15:40:43
  Author: arojas
Revision: 307691

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 307690, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 307690, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-12 15:40:14 UTC (rev 307690)
+++ extra-i686/PKGBUILD 2017-10-12 15:40:43 UTC (rev 307691)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.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')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('44c7b2829d2d2cca19e2a44b651f62244fb96d32ff2be05166eff1e42901f423'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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 307690, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-12 15:40:43 UTC (rev 307691)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.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')
+source=("https://download.kde.org/stable/applications/$pkgver/src/ksaneplugin-$pkgver.tar.xz"{,.sig})
+sha256sums=('1e54f5f1fd44cf9457a959753786bdb5628a29d9c5c21623fd85edb0244ae87e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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-10-12 15:40:14 UTC (rev 307690)
+++ extra-x86_64/PKGBUILD   2017-10-12 15:40:43 UTC (rev 307691)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.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')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('44c7b2829d2d2cca19e2a44b651f62244fb96d32ff2be05166eff1e42901f423'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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 

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

2017-09-07 Thread Antonio Rojas
Date: Thursday, September 7, 2017 @ 18:26:51
  Author: arojas
Revision: 304920

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 304919, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 304919, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 70 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-07 18:26:29 UTC (rev 304919)
+++ extra-i686/PKGBUILD 2017-09-07 18:26:51 UTC (rev 304920)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('a10a2ed75d956188729120a003e4b207e73d37a96816029144f7bcef1d74d1b7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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 304919, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 18:26:51 UTC (rev 304920)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.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')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('44c7b2829d2d2cca19e2a44b651f62244fb96d32ff2be05166eff1e42901f423'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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-09-07 18:26:29 UTC (rev 304919)
+++ extra-x86_64/PKGBUILD   2017-09-07 18:26:51 UTC (rev 304920)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('a10a2ed75d956188729120a003e4b207e73d37a96816029144f7bcef1d74d1b7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: 

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

2017-08-18 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 05:28:22
  Author: arojas
Revision: 302533

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 302532, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 302532, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   36 
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 36 deletions(-)

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
302532, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-08-19 05:28:22 UTC (rev 302533)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a10a2ed75d956188729120a003e4b207e73d37a96816029144f7bcef1d74d1b7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-08-19 05:28:01 UTC (rev 302532)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:28:22 UTC (rev 302533)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.07.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b22497bc02cae6453ae096013a10405f345e571ee386d9d919fab992bd536c07'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
302532, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:28:22 UTC (rev 302533)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a10a2ed75d956188729120a003e4b207e73d37a96816029144f7bcef1d74d1b7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake 

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

2017-07-13 Thread Antonio Rojas
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 
-# Contributor: Andrea Scarpino 
-
-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 

-
-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 
+# Contributor: Andrea Scarpino 
+
+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 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 
-# Contributor: Andrea Scarpino 
-
-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 

-
-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 

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

2017-06-08 Thread Antonio Rojas
Date: Thursday, June 8, 2017 @ 11:56:34
  Author: arojas
Revision: 298303

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 298302, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 298302, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-08 11:56:12 UTC (rev 298302)
+++ extra-i686/PKGBUILD 2017-06-08 11:56:34 UTC (rev 298303)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7c67c6aaf8447d92d7d0fb617db9b9a9f1b7b23abdc7d720c30a6fdff49465ac'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 298302, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-08 11:56:34 UTC (rev 298303)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+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 

+
+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-06-08 11:56:12 UTC (rev 298302)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:56:34 UTC (rev 298303)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7c67c6aaf8447d92d7d0fb617db9b9a9f1b7b23abdc7d720c30a6fdff49465ac'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 298302, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:56:34 UTC (rev 

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

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 10:59:09
  Author: arojas
Revision: 295728

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 295727, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 295727, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-11 10:58:50 UTC (rev 295727)
+++ extra-i686/PKGBUILD 2017-05-11 10:59:09 UTC (rev 295728)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('36bfe84ab4762c4756a37881f36a845f32d433346a5f93ceab081be3b8128983'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 295727, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 10:59:09 UTC (rev 295728)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7c67c6aaf8447d92d7d0fb617db9b9a9f1b7b23abdc7d720c30a6fdff49465ac'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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-05-11 10:58:50 UTC (rev 295727)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:59:09 UTC (rev 295728)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha256sums=('36bfe84ab4762c4756a37881f36a845f32d433346a5f93ceab081be3b8128983'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 295727, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:59:09 UTC (rev 

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

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 08:44:58
  Author: arojas
Revision: 293445

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 293444, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293444, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   35 +++
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 ---
 3 files changed, 70 insertions(+), 35 deletions(-)

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
293444, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:44:58 UTC (rev 293445)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('36bfe84ab4762c4756a37881f36a845f32d433346a5f93ceab081be3b8128983'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-04-20 08:44:40 UTC (rev 293444)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:44:58 UTC (rev 293445)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=17.03.90
-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=('03fb9aea6ec90744835ee8e621d83d82e6b18ede94203ffbed6c2803b6211c05'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
293444, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:44:58 UTC (rev 293445)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=17.04.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=("https://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha256sums=('36bfe84ab4762c4756a37881f36a845f32d433346a5f93ceab081be3b8128983'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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
+}


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

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 17:08:51
  Author: arojas
Revision: 290363

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 290362, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 290362, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-09 17:08:33 UTC (rev 290362)
+++ extra-i686/PKGBUILD 2017-03-09 17:08:51 UTC (rev 290363)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.12.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"{,.sig})
-sha1sums=('e724953baa6c108ee595ca0fb1877967b1336114'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 290362, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 17:08:51 UTC (rev 290363)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.12.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=('8d669f4c7086a1c6d00cb2eaa3c3b505e0d09e5cfa83651d762756c9ae8a1ffc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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-03-09 17:08:33 UTC (rev 290362)
+++ extra-x86_64/PKGBUILD   2017-03-09 17:08:51 UTC (rev 290363)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.12.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"{,.sig})
-sha1sums=('e724953baa6c108ee595ca0fb1877967b1336114'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 290362, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-09 17:08:51 UTC (rev 290363)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2017-02-09 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 14:23:14
  Author: arojas
Revision: 288425

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 288424, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 288424, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 14:22:53 UTC (rev 288424)
+++ extra-i686/PKGBUILD 2017-02-09 14:23:14 UTC (rev 288425)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.12.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"{,.sig})
-sha1sums=('ad8f5e30186f5cca4fab4f21d0302a30b2b7d0de'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 288424, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 14:23:14 UTC (rev 288425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.12.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"{,.sig})
+sha1sums=('e724953baa6c108ee595ca0fb1877967b1336114'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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-02-09 14:22:53 UTC (rev 288424)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:23:14 UTC (rev 288425)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.12.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"{,.sig})
-sha1sums=('ad8f5e30186f5cca4fab4f21d0302a30b2b7d0de'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 288424, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:23:14 UTC (rev 288425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 20:07:09
  Author: arojas
Revision: 286072

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 286071, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 286071, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 20:06:45 UTC (rev 286071)
+++ extra-i686/PKGBUILD 2017-01-12 20:07:09 UTC (rev 286072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.12.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"{,.sig})
-sha1sums=('dd0be3dfc92cbff312aeb063642e15d6bb87a548'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 286071, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 20:07:09 UTC (rev 286072)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.12.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"{,.sig})
+sha1sums=('ad8f5e30186f5cca4fab4f21d0302a30b2b7d0de'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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-01-12 20:06:45 UTC (rev 286071)
+++ extra-x86_64/PKGBUILD   2017-01-12 20:07:09 UTC (rev 286072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.12.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"{,.sig})
-sha1sums=('dd0be3dfc92cbff312aeb063642e15d6bb87a548'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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 286071, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 20:07:09 UTC (rev 286072)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 11:34:22
  Author: arojas
Revision: 283464

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 283463, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 283463, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-15 11:34:03 UTC (rev 283463)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:34:22 UTC (rev 283464)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.11.90
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha1sums=('695cfe0930cbac86e9436ffe4dbec6015121d7a2'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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/kde-unstable-i686/PKGBUILD (from rev 
283463, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:34:22 UTC (rev 283464)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.12.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"{,.sig})
+sha1sums=('dd0be3dfc92cbff312aeb063642e15d6bb87a548'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-15 11:34:03 UTC (rev 283463)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:34:22 UTC (rev 283464)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.11.90
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha1sums=('695cfe0930cbac86e9436ffe4dbec6015121d7a2'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
283463, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)

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

2016-12-02 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 00:29:32
  Author: arojas
Revision: 282682

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 282681, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282681, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-03 00:29:22 UTC (rev 282681)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:29:32 UTC (rev 282682)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.11.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha1sums=('f5652a493b4c378d1af5eb3ba82b9f28a202d920'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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/kde-unstable-i686/PKGBUILD (from rev 
282681, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:29:32 UTC (rev 282682)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.11.90
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha1sums=('695cfe0930cbac86e9436ffe4dbec6015121d7a2'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-03 00:29:22 UTC (rev 282681)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:29:32 UTC (rev 282682)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.11.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
-sha1sums=('f5652a493b4c378d1af5eb3ba82b9f28a202d920'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
282681, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD  

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

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 20:00:39
  Author: arojas
Revision: 281156

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdegraphics-ksaneplugin/repos/staging-i686/
  kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD
(from rev 281155, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/staging-x86_64/
  kdegraphics-ksaneplugin/repos/staging-x86_64/PKGBUILD
(from rev 281155, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 281155, 
kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 20:00:39 UTC (rev 281156)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.11.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f5652a493b4c378d1af5eb3ba82b9f28a202d920'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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/staging-x86_64/PKGBUILD (from rev 281155, 
kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-18 20:00:39 UTC (rev 281156)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.11.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f5652a493b4c378d1af5eb3ba82b9f28a202d920'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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
+}


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

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 18:29:59
  Author: arojas
Revision: 280428

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 280427, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 280427, 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-11-10 18:29:51 UTC (rev 280427)
+++ extra-i686/PKGBUILD 2016-11-10 18:29:59 UTC (rev 280428)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-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
-}

Copied: kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD (from rev 280427, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-10 18:29:59 UTC (rev 280428)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.08.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=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('f5bb5df619f60c604f2ac35ac29c650569fcf56b')
+
+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-11-10 18:29:51 UTC (rev 280427)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:29:59 UTC (rev 280428)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-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
-}

Copied: kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD (from rev 280427, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:29:59 UTC (rev 280428)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.08.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')

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

2016-10-13 Thread Antonio Rojas
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 
-# Contributor: Andrea Scarpino 
-
-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 
+# Contributor: Andrea Scarpino 
+
+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 
-# Contributor: Andrea Scarpino 
-
-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 
+# Contributor: Andrea Scarpino 
+
+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')

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

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 18:26:15
  Author: arojas
Revision: 276004

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 276003, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 276003, 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-09-08 18:25:52 UTC (rev 276003)
+++ extra-i686/PKGBUILD 2016-09-08 18:26:15 UTC (rev 276004)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-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
-}

Copied: kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD (from rev 276003, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 18:26:15 UTC (rev 276004)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 18:25:52 UTC (rev 276003)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:26:15 UTC (rev 276004)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-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
-}

Copied: kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD (from rev 276003, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:26:15 UTC (rev 276004)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+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')

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

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 03:28:34
  Author: felixonmars
Revision: 274383

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 274382, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 03:28:34 UTC (rev 274383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+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
+}

Copied: kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD (from rev 274382, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 03:28:34 UTC (rev 274383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+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
+}


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

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 18:11:33
  Author: arojas
Revision: 273275

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 273274, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 273274, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-05 18:11:11 UTC (rev 273274)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:11:33 UTC (rev 273275)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.07.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('155d354e94d041e6459bb31c4e9d11ff36d9800c')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
273274, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:11:33 UTC (rev 273275)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.07.90
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('fb8c49ed164bcec1a7bd91d7827b526d38e69dbc')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-08-05 18:11:11 UTC (rev 273274)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:11:33 UTC (rev 273275)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.07.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('155d354e94d041e6459bb31c4e9d11ff36d9800c')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
273274, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:11:33 UTC (rev 273275)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="A scan plugin that implements the 

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

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 18:46:41
  Author: arojas
Revision: 272364

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 272363, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 272363, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
272363, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:46:41 UTC (rev 272364)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.07.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('155d354e94d041e6459bb31c4e9d11ff36d9800c')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
272363, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-23 18:46:41 UTC (rev 272364)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.07.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('155d354e94d041e6459bb31c4e9d11ff36d9800c')
+
+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
+}


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

2016-07-12 Thread Antonio Rojas
Date: Tuesday, July 12, 2016 @ 18:09:24
  Author: arojas
Revision: 271671

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 271670, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 271670, 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-07-12 18:09:07 UTC (rev 271670)
+++ extra-i686/PKGBUILD 2016-07-12 18:09:24 UTC (rev 271671)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.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=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('4c47793c311ea7337ed4e5bbf10d5fdca74f3b2d')
-
-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 271670, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 18:09:24 UTC (rev 271671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.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=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('d220f86a3ff4357d4590cab93cb897a99fa95545')
+
+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-07-12 18:09:07 UTC (rev 271670)
+++ extra-x86_64/PKGBUILD   2016-07-12 18:09:24 UTC (rev 271671)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.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=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('4c47793c311ea7337ed4e5bbf10d5fdca74f3b2d')
-
-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 271670, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-12 18:09:24 UTC (rev 271671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.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')

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 17:04:55
  Author: arojas
Revision: 269867

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 269866, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 269866, 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-06-14 17:04:39 UTC (rev 269866)
+++ extra-i686/PKGBUILD 2016-06-14 17:04:55 UTC (rev 269867)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.04.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=('60cb9a4d062ff6e55964c4d23619bcfa229237ca')
-
-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 269866, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 17:04:55 UTC (rev 269867)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.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=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('4c47793c311ea7337ed4e5bbf10d5fdca74f3b2d')
+
+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-06-14 17:04:39 UTC (rev 269866)
+++ extra-x86_64/PKGBUILD   2016-06-14 17:04:55 UTC (rev 269867)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.04.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=('60cb9a4d062ff6e55964c4d23619bcfa229237ca')
-
-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 269866, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 17:04:55 UTC (rev 269867)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.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')

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

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 18:56:28
  Author: arojas
Revision: 267505

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 267503, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 267504, 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-05-10 16:56:21 UTC (rev 267504)
+++ extra-i686/PKGBUILD 2016-05-10 16:56:28 UTC (rev 267505)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.04.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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('e1f2520457a15db96fcb87d48f504c1359e566d5')
-
-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 267503, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 16:56:28 UTC (rev 267505)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.04.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=('60cb9a4d062ff6e55964c4d23619bcfa229237ca')
+
+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-05-10 16:56:21 UTC (rev 267504)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:56:28 UTC (rev 267505)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.04.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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('e1f2520457a15db96fcb87d48f504c1359e566d5')
-
-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 267504, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:56:28 UTC (rev 267505)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.04.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' 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:26:34
  Author: arojas
Revision: 265371

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 265370, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265370, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:26:18 UTC (rev 265370)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:34 UTC (rev 265371)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.03.90
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c5f387c02d56ba90cdd442502d5d26659ddeb5a3')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
265370, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:34 UTC (rev 265371)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.04.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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('e1f2520457a15db96fcb87d48f504c1359e566d5')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:26:18 UTC (rev 265370)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:26:34 UTC (rev 265371)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.03.90
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c5f387c02d56ba90cdd442502d5d26659ddeb5a3')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
265370, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:26:34 UTC (rev 265371)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A scan plugin that 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:16:11
  Author: arojas
Revision: 264133

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:15:46 UTC (rev 264132)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:11 UTC (rev 264133)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.03.80
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('46c1e8673a049a4a25057bfd5189fa0ee944be1e')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:11 UTC (rev 264133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.03.90
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('c5f387c02d56ba90cdd442502d5d26659ddeb5a3')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:15:46 UTC (rev 264132)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:16:11 UTC (rev 264133)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.03.80
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('46c1e8673a049a4a25057bfd5189fa0ee944be1e')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:16:11 UTC (rev 264133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.03.90

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:22:20
  Author: arojas
Revision: 262738

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdegraphics-ksaneplugin/repos/staging-i686/
  kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD
(from rev 262737, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/staging-x86_64/
  kdegraphics-ksaneplugin/repos/staging-x86_64/PKGBUILD
(from rev 262737, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 262737, 
kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:22:20 UTC (rev 262738)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.03.80
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('46c1e8673a049a4a25057bfd5189fa0ee944be1e')
+
+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/staging-x86_64/PKGBUILD (from rev 262737, 
kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:22:20 UTC (rev 262738)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.03.80
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('46c1e8673a049a4a25057bfd5189fa0ee944be1e')
+
+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
+}


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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 12:07:49
  Author: arojas
Revision: 261601

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 261600, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 261600, 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-03-15 11:07:32 UTC (rev 261600)
+++ extra-i686/PKGBUILD 2016-03-15 11:07:49 UTC (rev 261601)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.12.2
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a4ef8200a35e7d337347c87bceb479fae43c023e')
-
-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 261600, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 11:07:49 UTC (rev 261601)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.3
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('1d1e3e96123df0c29797ed3672a5cc174e9fe34d')
+
+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-03-15 11:07:32 UTC (rev 261600)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:07:49 UTC (rev 261601)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.12.2
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a4ef8200a35e7d337347c87bceb479fae43c023e')
-
-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 261600, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:07:49 UTC (rev 261601)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.3
+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')

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

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:36:23
  Author: arojas
Revision: 259493

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 259492, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 08:36:23 UTC (rev 259493)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.2
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a4ef8200a35e7d337347c87bceb479fae43c023e')
+
+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/testing-x86_64/PKGBUILD (from rev 259492, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:36:23 UTC (rev 259493)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.2
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a4ef8200a35e7d337347c87bceb479fae43c023e')
+
+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
+}


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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:23:50
  Author: arojas
Revision: 258078

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 258077, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 258077, 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-01-12 08:22:32 UTC (rev 258077)
+++ extra-i686/PKGBUILD 2016-01-12 08:23:50 UTC (rev 258078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('651d9fe094e0c7832c6398c272685fb15c24c1cb')
-
-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 258077, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:23:50 UTC (rev 258078)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.1
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('9e00951573eb3f31b455b4b29b044c66196cdde3')
+
+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-01-12 08:22:32 UTC (rev 258077)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:23:50 UTC (rev 258078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('651d9fe094e0c7832c6398c272685fb15c24c1cb')
-
-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 258077, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:23:50 UTC (rev 258078)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.1
+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')

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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 09:02:59
  Author: arojas
Revision: 256399

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 256398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 08:02:39 UTC (rev 256398)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:02:59 UTC (rev 256399)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.90
-pkgrel=2
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
256398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:02:59 UTC (rev 256399)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('651d9fe094e0c7832c6398c272685fb15c24c1cb')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-16 08:02:39 UTC (rev 256398)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 08:02:59 UTC (rev 256399)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.90
-pkgrel=2
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
256398, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 08:02:59 UTC (rev 256399)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="A scan plugin that 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:57:30
  Author: arojas
Revision: 254924

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 254923, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254923, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:57:11 UTC (rev 254923)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:30 UTC (rev 254924)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.90
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
254923, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:30 UTC (rev 254924)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.90
+pkgrel=2
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:11 UTC (rev 254923)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:30 UTC (rev 254924)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.90
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
254923, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:57:30 UTC (rev 254924)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.90

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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 08:03:11
  Author: foutrelis
Revision: 253247

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

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

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 253246, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 07:03:11 UTC (rev 253247)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.3
+pkgrel=3
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('36515c1fd803538e0e97050828fae8fdb475baff')
+
+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/staging-x86_64/PKGBUILD (from rev 253246, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 07:03:11 UTC (rev 253247)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.3
+pkgrel=3
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('36515c1fd803538e0e97050828fae8fdb475baff')
+
+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
+}


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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:37:20
  Author: arojas
Revision: 252272

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 252271, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252271, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:37:00 UTC (rev 252271)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:37:20 UTC (rev 252272)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.80
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('67d30cc0b68d5f150aad65df80403a0b40f61dc0')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
252271, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:37:20 UTC (rev 252272)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.90
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('90ba9d923b631760bd356a2336c1a175b13ee80e')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 20:37:00 UTC (rev 252271)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:37:20 UTC (rev 252272)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.11.80
-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=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('67d30cc0b68d5f150aad65df80403a0b40f61dc0')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
252271, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:37:20 UTC (rev 252272)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.90

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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 22:09:19
  Author: arojas
Revision: 251373

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdegraphics-ksaneplugin/repos/staging-i686/
  kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD
(from rev 251372, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/staging-x86_64/
  kdegraphics-ksaneplugin/repos/staging-x86_64/PKGBUILD
(from rev 251372, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 251372, 
kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 21:09:19 UTC (rev 251373)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.80
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('67d30cc0b68d5f150aad65df80403a0b40f61dc0')
+
+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/staging-x86_64/PKGBUILD (from rev 251372, 
kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:09:19 UTC (rev 251373)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.11.80
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('67d30cc0b68d5f150aad65df80403a0b40f61dc0')
+
+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
+}


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

2015-11-10 Thread Antonio Rojas
Date: Tuesday, November 10, 2015 @ 23:34:50
  Author: arojas
Revision: 250620

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

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

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 250619, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-10 22:34:50 UTC (rev 250620)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.3
+pkgrel=2
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('36515c1fd803538e0e97050828fae8fdb475baff')
+
+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/staging-x86_64/PKGBUILD (from rev 250619, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-10 22:34:50 UTC (rev 250620)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.3
+pkgrel=2
+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=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('36515c1fd803538e0e97050828fae8fdb475baff')
+
+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
+}


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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:59:05
  Author: arojas
Revision: 250411

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 250410, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 250410, 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 2015-11-09 21:58:44 UTC (rev 250410)
+++ extra-i686/PKGBUILD 2015-11-09 21:59:05 UTC (rev 250411)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.08.2
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c90a6c98b6bb830e2a922442acf49357918f8482')
-
-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 250410, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:59:05 UTC (rev 250411)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.3
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('36515c1fd803538e0e97050828fae8fdb475baff')
+
+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   2015-11-09 21:58:44 UTC (rev 250410)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:59:05 UTC (rev 250411)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.08.2
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c90a6c98b6bb830e2a922442acf49357918f8482')
-
-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 250410, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:59:05 UTC (rev 250411)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.3
+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')

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:41:21
  Author: arojas
Revision: 249095

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 249094, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 249094, 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 2015-10-13 07:40:58 UTC (rev 249094)
+++ extra-i686/PKGBUILD 2015-10-13 07:41:21 UTC (rev 249095)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.08.1
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('76b69a3e38511f1d460bcefffe1bad33e355dd6b')
-
-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 249094, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:41:21 UTC (rev 249095)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.2
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('c90a6c98b6bb830e2a922442acf49357918f8482')
+
+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   2015-10-13 07:40:58 UTC (rev 249094)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:41:21 UTC (rev 249095)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.08.1
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('76b69a3e38511f1d460bcefffe1bad33e355dd6b')
-
-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 249094, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:41:21 UTC (rev 249095)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.2
+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')

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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:40:11
  Author: arojas
Revision: 246174

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 246173, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:40:11 UTC (rev 246174)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.1
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('76b69a3e38511f1d460bcefffe1bad33e355dd6b')
+
+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/testing-x86_64/PKGBUILD (from rev 246173, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:40:11 UTC (rev 246174)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.1
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('76b69a3e38511f1d460bcefffe1bad33e355dd6b')
+
+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
+}


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:59:56
  Author: arojas
Revision: 244090

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 244089, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244089, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:59:38 UTC (rev 244089)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:59:56 UTC (rev 244090)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.07.90
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b4fa6c28944cbdf3cac771ceff1eb06320c60eb7')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
244089, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:59:56 UTC (rev 244090)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('f1720282fbdb4ff2709a098477e24dd9e5f9eb6d')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:59:38 UTC (rev 244089)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:59:56 UTC (rev 244090)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.07.90
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b4fa6c28944cbdf3cac771ceff1eb06320c60eb7')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
244089, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:59:56 UTC (rev 244090)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:14:31
  Author: arojas
Revision: 243561

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 243560, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243560, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:14:13 UTC (rev 243560)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:14:31 UTC (rev 243561)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.07.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('5c9b1df6c7e4e4c90fb11cfd4eb371eec51dc349')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
243560, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:14:31 UTC (rev 243561)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.07.90
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('b4fa6c28944cbdf3cac771ceff1eb06320c60eb7')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 05:14:13 UTC (rev 243560)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 05:14:31 UTC (rev 243561)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.07.80
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('5c9b1df6c7e4e4c90fb11cfd4eb371eec51dc349')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
243560, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 05:14:31 UTC (rev 243561)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:55:07
  Author: arojas
Revision: 242740

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:55:07 UTC (rev 242740)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('5c9b1df6c7e4e4c90fb11cfd4eb371eec51dc349')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:55:07 UTC (rev 242740)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('5c9b1df6c7e4e4c90fb11cfd4eb371eec51dc349')
+
+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
+}


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:00:25
  Author: arojas
Revision: 241585

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 241584, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 241584, 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 2015-06-30 21:00:09 UTC (rev 241584)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:25 UTC (rev 241585)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.2
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c9020ef2d5b9f78b395a378901f8702686c417bd')
-
-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/extra-i686/PKGBUILD (from rev 241584, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:25 UTC (rev 241585)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.3
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('27a7d3e7e2547f8703d88ed29b4b4339147dd491')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:00:09 UTC (rev 241584)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:00:25 UTC (rev 241585)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.2
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c9020ef2d5b9f78b395a378901f8702686c417bd')
-
-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/extra-x86_64/PKGBUILD (from rev 241584, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:00:25 UTC (rev 241585)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.3
+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')

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:11:40
  Author: arojas
Revision: 240111

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 240110, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 240110, 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 2015-06-02 07:11:23 UTC (rev 240110)
+++ extra-i686/PKGBUILD 2015-06-02 07:11:40 UTC (rev 240111)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.1
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a1c307c2dbbb74cf40d826f6f9d2a5252f0033ae')
-
-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/extra-i686/PKGBUILD (from rev 240110, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:11:40 UTC (rev 240111)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.2
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('c9020ef2d5b9f78b395a378901f8702686c417bd')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 07:11:23 UTC (rev 240110)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:11:40 UTC (rev 240111)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.1
-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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a1c307c2dbbb74cf40d826f6f9d2a5252f0033ae')
-
-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/extra-x86_64/PKGBUILD (from rev 240110, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:11:40 UTC (rev 240111)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.2
+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')

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:58:19
  Author: arojas
Revision: 239080

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 239079, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 239079, 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 2015-05-12 07:57:57 UTC (rev 239079)
+++ extra-i686/PKGBUILD 2015-05-12 07:58:19 UTC (rev 239080)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b58188d285b96a91eeb4c91e146174dd3007e5ca')
-
-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/extra-i686/PKGBUILD (from rev 239079, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:58:19 UTC (rev 239080)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.1
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a1c307c2dbbb74cf40d826f6f9d2a5252f0033ae')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:57:57 UTC (rev 239079)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:58:19 UTC (rev 239080)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b58188d285b96a91eeb4c91e146174dd3007e5ca')
-
-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/extra-x86_64/PKGBUILD (from rev 239079, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:58:19 UTC (rev 239080)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.1
+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')

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:56:33
  Author: arojas
Revision: 235110

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 235109, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235109, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:56:13 UTC (rev 235109)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:56:33 UTC (rev 235110)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.03.95
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b5a4a28673465b2d2fba1e15738068ad58d92bb0')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
235109, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:56:33 UTC (rev 235110)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.97
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('1064af5f965b32e4081a4c9d2e275524bf57947a')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:56:13 UTC (rev 235109)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:56:33 UTC (rev 235110)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.03.95
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b5a4a28673465b2d2fba1e15738068ad58d92bb0')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
235109, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:56:33 UTC (rev 235110)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.97
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:43:03
  Author: arojas
Revision: 234357

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 234356, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234356, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:42:42 UTC (rev 234356)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:43:03 UTC (rev 234357)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.03.90
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('38aa6369b9a26a2af5b7000a435b24112cfa3b46')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
234356, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:43:03 UTC (rev 234357)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.95
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('b5a4a28673465b2d2fba1e15738068ad58d92bb0')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:42:42 UTC (rev 234356)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:43:03 UTC (rev 234357)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.03.90
-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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('38aa6369b9a26a2af5b7000a435b24112cfa3b46')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
234356, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:43:03 UTC (rev 234357)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:30:16
  Author: arojas
Revision: 233720

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 233719, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233719, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
233719, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:30:16 UTC (rev 233720)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.90
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('38aa6369b9a26a2af5b7000a435b24112cfa3b46')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
233719, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:30:16 UTC (rev 233720)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.03.90
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('38aa6369b9a26a2af5b7000a435b24112cfa3b46')
+
+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
+}


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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 16:32:47
  Author: fyan
Revision: 232735

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 232734, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 15:32:47 UTC (rev 232735)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=14.12.3
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('aabf8d724794517606f95930b82d267a6e2436df')
+
+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 232734, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 15:32:47 UTC (rev 232735)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=14.12.3
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('aabf8d724794517606f95930b82d267a6e2436df')
+
+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
+}


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

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:46:45
  Author: fyan
Revision: 230626

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 230625, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 07:46:45 UTC (rev 230626)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=14.12.2
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a8dd5a8a210b9ac0310f5cdb064feedb42344e4b')
+
+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 230625, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 07:46:45 UTC (rev 230626)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=14.12.2
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a8dd5a8a210b9ac0310f5cdb064feedb42344e4b')
+
+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
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 07:16:57
  Author: fyan
Revision: 229263

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 229262, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 06:16:57 UTC (rev 229263)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=14.12.1
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('7eb06a931d2447527ed66559cd532c1f0760c77c')
+
+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 229262, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 06:16:57 UTC (rev 229263)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=14.12.1
+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/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('7eb06a931d2447527ed66559cd532c1f0760c77c')
+
+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
+}


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 19:39:50
  Author: fyan
Revision: 226629

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 226628, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 226628, 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 226628, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 18:39:50 UTC (rev 226629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.3
+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=('7fb781e7709a6d14226451a01d1fd24fd8c6fd1e')
+
+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 226628, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 18:39:50 UTC (rev 226629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.3
+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=('7fb781e7709a6d14226451a01d1fd24fd8c6fd1e')
+
+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
+}


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

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 10:18:23
  Author: andrea
Revision: 225004

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 225003, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 225003, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 08:18:14 UTC (rev 225003)
+++ extra-i686/PKGBUILD 2014-10-20 08:18:23 UTC (rev 225004)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.14.1
-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=('9ae249dc733e479a3371a47d759bce053d10df7a')
-
-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/extra-i686/PKGBUILD (from rev 225003, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 08:18:23 UTC (rev 225004)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.2
+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=('d6528e86417d9e9ae9c852e197e518a3ee7a3495')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-20 08:18:14 UTC (rev 225003)
+++ extra-x86_64/PKGBUILD   2014-10-20 08:18:23 UTC (rev 225004)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.14.1
-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=('9ae249dc733e479a3371a47d759bce053d10df7a')
-
-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/extra-x86_64/PKGBUILD (from rev 225003, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-20 08:18:23 UTC (rev 225004)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.2
+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=('d6528e86417d9e9ae9c852e197e518a3ee7a3495')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:23:12
  Author: svenstaro
Revision: 222397

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 222396, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 222396, 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 222396, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:23:12 UTC (rev 222397)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.1
+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=('9ae249dc733e479a3371a47d759bce053d10df7a')
+
+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 222396, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:23:12 UTC (rev 222397)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.1
+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=('9ae249dc733e479a3371a47d759bce053d10df7a')
+
+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
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:15:38
  Author: svenstaro
Revision: 220011

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 220010, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 220010, 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 220010, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:15:38 UTC (rev 220011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.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=('d1ab681f5c2e95866d06d83c1dfc1b077c2a14a5')
+
+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 220010, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:15:38 UTC (rev 220011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.14.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=('d1ab681f5c2e95866d06d83c1dfc1b077c2a14a5')
+
+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
+}



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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:38:23
  Author: svenstaro
Revision: 219030

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 219029, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 219029, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:38:16 UTC (rev 219029)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:38:23 UTC (rev 219030)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.97
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
219029, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:38:23 UTC (rev 219030)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:38:16 UTC (rev 219029)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:38:23 UTC (rev 219030)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.97
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
219029, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:38:23 UTC (rev 219030)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.97
+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')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:57:49
  Author: svenstaro
Revision: 219206

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 219205, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 219205, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:57:41 UTC (rev 219205)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:57:49 UTC (rev 219206)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.97
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
219205, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:57:49 UTC (rev 219206)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:57:41 UTC (rev 219205)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:57:49 UTC (rev 219206)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.97
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
219205, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:57:49 UTC (rev 219206)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.97
+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')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:10:26
  Author: svenstaro
Revision: 218847

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 218846, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218846, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:10:19 UTC (rev 218846)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:10:26 UTC (rev 218847)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('913365dd0c129d874e8768324686bfaa37fe259c')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
218846, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:10:26 UTC (rev 218847)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('da6dbdbb9673b06ff717ebaea25a82022ac8da40')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:10:19 UTC (rev 218846)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:10:26 UTC (rev 218847)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('913365dd0c129d874e8768324686bfaa37fe259c')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
218846, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:10:26 UTC (rev 218847)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.97
+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')

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 17:04:14
  Author: svenstaro
Revision: 218062

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 218061, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218061, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
218061, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:04:14 UTC (rev 218062)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('913365dd0c129d874e8768324686bfaa37fe259c')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
218061, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:04:14 UTC (rev 218062)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('913365dd0c129d874e8768324686bfaa37fe259c')
+
+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
+}



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

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:25:59
  Author: svenstaro
Revision: 217654

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 217653, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 217653, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-21 20:25:52 UTC (rev 217653)
+++ extra-i686/PKGBUILD 2014-07-21 20:25:59 UTC (rev 217654)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.3
-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=('1977ea05f768b32e7de71af110b5e457e2adde9d')
-
-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/extra-i686/PKGBUILD (from rev 217653, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-21 20:25:59 UTC (rev 217654)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.3
+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=('1977ea05f768b32e7de71af110b5e457e2adde9d')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-21 20:25:52 UTC (rev 217653)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:25:59 UTC (rev 217654)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.3
-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=('1977ea05f768b32e7de71af110b5e457e2adde9d')
-
-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/extra-x86_64/PKGBUILD (from rev 217653, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:25:59 UTC (rev 217654)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.3
+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=('1977ea05f768b32e7de71af110b5e457e2adde9d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:43:52
  Author: svenstaro
Revision: 217285

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 217284, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 217284, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:43:42 UTC (rev 217284)
+++ extra-i686/PKGBUILD 2014-07-18 11:43:52 UTC (rev 217285)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.2
-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=('dd0079bcc14d15e876671050247c74d07c15782b')
-
-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/extra-i686/PKGBUILD (from rev 217284, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:43:52 UTC (rev 217285)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.3
+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=('1977ea05f768b32e7de71af110b5e457e2adde9d')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:43:42 UTC (rev 217284)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:43:52 UTC (rev 217285)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.13.2
-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=('dd0079bcc14d15e876671050247c74d07c15782b')
-
-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/extra-x86_64/PKGBUILD (from rev 217284, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:43:52 UTC (rev 217285)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.3
+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=('1977ea05f768b32e7de71af110b5e457e2adde9d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:16:10
  Author: svenstaro
Revision: 214629

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 214628, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 214628, 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 214628, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:16:10 UTC (rev 214629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.2
+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=('dd0079bcc14d15e876671050247c74d07c15782b')
+
+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 214628, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:16:10 UTC (rev 214629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.2
+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=('dd0079bcc14d15e876671050247c74d07c15782b')
+
+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
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:05:47
  Author: svenstaro
Revision: 212655

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 212654, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 212654, 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 212654, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:05:47 UTC (rev 212655)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.1
+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=('fa7ffaf45df75f217b5d48044d9f3a163eca1496')
+
+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 212654, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:05:47 UTC (rev 212655)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.1
+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=('fa7ffaf45df75f217b5d48044d9f3a163eca1496')
+
+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
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:10:06
  Author: andrea
Revision: 210742

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 210741, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 210741, 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 210741, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:10:06 UTC (rev 210742)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.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=('b9a335491eea76483851925dfde477f3175b2826')
+
+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 210741, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:10:06 UTC (rev 210742)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.13.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=('b9a335491eea76483851925dfde477f3175b2826')
+
+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
+}



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

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:20:27
  Author: svenstaro
Revision: 209540

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 209539, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 209539, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:20:21 UTC (rev 209539)
+++ extra-i686/PKGBUILD 2014-03-31 10:20:27 UTC (rev 209540)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.3
-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=('9b6cfb76cc3bc564bde9341118839f33e940d34a')
-
-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/extra-i686/PKGBUILD (from rev 209539, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:20:27 UTC (rev 209540)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.4
+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=('2bfad1ee173f8b36757d531b68de5dfc8270e1ee')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 10:20:21 UTC (rev 209539)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:20:27 UTC (rev 209540)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.3
-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=('9b6cfb76cc3bc564bde9341118839f33e940d34a')
-
-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/extra-x86_64/PKGBUILD (from rev 209539, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:20:27 UTC (rev 209540)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.4
+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=('2bfad1ee173f8b36757d531b68de5dfc8270e1ee')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2014-03-29 Thread Andrea Scarpino
Date: Saturday, March 29, 2014 @ 10:16:16
  Author: andrea
Revision: 209059

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 209058, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 209058, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-29 09:16:05 UTC (rev 209058)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 09:16:16 UTC (rev 209059)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('4f95cf3990da2e871e8bfc8445420621be56de22')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
209058, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 09:16:16 UTC (rev 209059)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('3f457a6f1afc95e0e3d9ca20211006e62006cc1b')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-29 09:16:05 UTC (rev 209058)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 09:16:16 UTC (rev 209059)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('4f95cf3990da2e871e8bfc8445420621be56de22')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
209058, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 09:16:16 UTC (rev 209059)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.97
+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')

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

2014-03-22 Thread Andrea Scarpino
Date: Saturday, March 22, 2014 @ 19:06:43
  Author: andrea
Revision: 208454

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 208453, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 208453, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-22 18:06:32 UTC (rev 208453)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 18:06:43 UTC (rev 208454)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('845f2dafaba9776f372f6c61e87f323fab63556f')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
208453, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 18:06:43 UTC (rev 208454)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('4f95cf3990da2e871e8bfc8445420621be56de22')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-22 18:06:32 UTC (rev 208453)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 18:06:43 UTC (rev 208454)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('845f2dafaba9776f372f6c61e87f323fab63556f')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
208453, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 18:06:43 UTC (rev 208454)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.95
+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')

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

2014-03-15 Thread Andrea Scarpino
Date: Saturday, March 15, 2014 @ 09:02:09
  Author: andrea
Revision: 207888

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 207887, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207887, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-15 08:01:56 UTC (rev 207887)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 08:02:09 UTC (rev 207888)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('85dd31b5dd286ff84c815617eaf5e3c1b6663e08')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
207887, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 08:02:09 UTC (rev 207888)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.90
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('845f2dafaba9776f372f6c61e87f323fab63556f')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-15 08:01:56 UTC (rev 207887)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 08:02:09 UTC (rev 207888)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.12.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('85dd31b5dd286ff84c815617eaf5e3c1b6663e08')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
207887, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 08:02:09 UTC (rev 207888)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.90
+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')

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:46:58
  Author: andrea
Revision: 207278

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 207277, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207277, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
207277, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:46:58 UTC (rev 207278)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('85dd31b5dd286ff84c815617eaf5e3c1b6663e08')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
207277, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:46:58 UTC (rev 207278)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('85dd31b5dd286ff84c815617eaf5e3c1b6663e08')
+
+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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:04
  Author: andrea
Revision: 206819

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 206818, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 206818, 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 206818, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:04 UTC (rev 206819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.3
+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=('9b6cfb76cc3bc564bde9341118839f33e940d34a')
+
+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 206818, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:04 UTC (rev 206819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.3
+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=('9b6cfb76cc3bc564bde9341118839f33e940d34a')
+
+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
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:02:48
  Author: svenstaro
Revision: 205315

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 205314, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 205314, 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 205314, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 14:02:48 UTC (rev 205315)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.2
+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=('7be8f97d1f0acbb5d58af94debd83c362225cf06')
+
+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 205314, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 14:02:48 UTC (rev 205315)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.2
+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=('7be8f97d1f0acbb5d58af94debd83c362225cf06')
+
+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
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:47:57
  Author: svenstaro
Revision: 203903

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 203902, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 203902, 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 203902, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:47:57 UTC (rev 203903)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.1
+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=('da3bc2a710ae737b67933058135f5b44090dda30')
+
+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 203902, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:47:57 UTC (rev 203903)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.1
+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=('da3bc2a710ae737b67933058135f5b44090dda30')
+
+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
+}



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

2013-12-18 Thread Andrea Scarpino
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 and...@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 and...@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
+}



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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:32:51
  Author: svenstaro
Revision: 201096

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 201095, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 201095, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 12:32:44 UTC (rev 201095)
+++ extra-i686/PKGBUILD 2013-12-06 12:32:51 UTC (rev 201096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.3
-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=('f6ec3a98fe99e38cfa6dbfd56837b344ca27b956')
-
-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/extra-i686/PKGBUILD (from rev 201095, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 12:32:51 UTC (rev 201096)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.4
+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=('8b6dce0057d37a057aa8b32d75464e2d0dfa4324')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-06 12:32:44 UTC (rev 201095)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:32:51 UTC (rev 201096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.3
-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=('f6ec3a98fe99e38cfa6dbfd56837b344ca27b956')
-
-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/extra-x86_64/PKGBUILD (from rev 201095, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:32:51 UTC (rev 201096)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.4
+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=('8b6dce0057d37a057aa8b32d75464e2d0dfa4324')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2013-11-28 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 14:47:39
  Author: andrea
Revision: 200520

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 200519, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200519, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-28 13:47:28 UTC (rev 200519)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:47:39 UTC (rev 200520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('1f9d53f4031512c660ff72255289d1d6f9bc4f1d')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
200519, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:47:39 UTC (rev 200520)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('8dad1c1bc212ebdfdcc7ef613f0536fabe3812ab')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-28 13:47:28 UTC (rev 200519)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:47:39 UTC (rev 200520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('1f9d53f4031512c660ff72255289d1d6f9bc4f1d')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
200519, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:47:39 UTC (rev 200520)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.97
+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')

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

2013-11-22 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 10:21:07
  Author: andrea
Revision: 200154

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 200153, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200153, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-22 09:20:58 UTC (rev 200153)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:21:07 UTC (rev 200154)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a1d55dbe4b9a1f255f42d0bf304a6c4b645605ce')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
200153, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:21:07 UTC (rev 200154)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('1f9d53f4031512c660ff72255289d1d6f9bc4f1d')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-22 09:20:58 UTC (rev 200153)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:21:07 UTC (rev 200154)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a1d55dbe4b9a1f255f42d0bf304a6c4b645605ce')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
200153, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:21:07 UTC (rev 200154)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.95
+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')

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

2013-11-15 Thread Andrea Scarpino
Date: Friday, November 15, 2013 @ 11:10:57
  Author: andrea
Revision: 199655

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 199654, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199654, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-15 10:10:39 UTC (rev 199654)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 10:10:57 UTC (rev 199655)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('1c429fa371fde93f2f6976ee06df878f119cb554')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
199654, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 10:10:57 UTC (rev 199655)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.90
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a1d55dbe4b9a1f255f42d0bf304a6c4b645605ce')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-15 10:10:39 UTC (rev 199654)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 10:10:57 UTC (rev 199655)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('1c429fa371fde93f2f6976ee06df878f119cb554')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
199654, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 10:10:57 UTC (rev 199655)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.90
+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')

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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:39:35
  Author: andrea
Revision: 199199

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:39:35 UTC (rev 199199)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('1c429fa371fde93f2f6976ee06df878f119cb554')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:35 UTC (rev 199199)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('1c429fa371fde93f2f6976ee06df878f119cb554')
+
+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
+}



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:08:10
  Author: andrea
Revision: 198928

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 198927, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 198927, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:08:00 UTC (rev 198927)
+++ extra-i686/PKGBUILD 2013-11-05 20:08:10 UTC (rev 198928)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.2
-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=('baf3f8d92e683f53f7fce59d7854783223942877')
-
-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/extra-i686/PKGBUILD (from rev 198927, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:08:10 UTC (rev 198928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.3
+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=('f6ec3a98fe99e38cfa6dbfd56837b344ca27b956')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:08:00 UTC (rev 198927)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:08:10 UTC (rev 198928)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.2
-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=('baf3f8d92e683f53f7fce59d7854783223942877')
-
-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/extra-x86_64/PKGBUILD (from rev 198927, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:08:10 UTC (rev 198928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.3
+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=('f6ec3a98fe99e38cfa6dbfd56837b344ca27b956')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:31:33
  Author: svenstaro
Revision: 195714

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 195713, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 195713, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-01 15:31:27 UTC (rev 195713)
+++ extra-i686/PKGBUILD 2013-10-01 15:31:33 UTC (rev 195714)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.1
-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=('672c32419dfbdb968738d151c4fbbdcb47ca1802')
-
-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/extra-i686/PKGBUILD (from rev 195713, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:31:33 UTC (rev 195714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.2
+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=('baf3f8d92e683f53f7fce59d7854783223942877')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-01 15:31:27 UTC (rev 195713)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:31:33 UTC (rev 195714)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.1
-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=('672c32419dfbdb968738d151c4fbbdcb47ca1802')
-
-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/extra-x86_64/PKGBUILD (from rev 195713, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:31:33 UTC (rev 195714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.2
+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=('baf3f8d92e683f53f7fce59d7854783223942877')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:36:15
  Author: andrea
Revision: 194145

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 194144, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 194144, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:07 UTC (rev 194144)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:15 UTC (rev 194145)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.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=('ebea5febb727fd2aa4a9e8cef8c04b53ad7356e5')
-
-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/extra-i686/PKGBUILD (from rev 194144, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:15 UTC (rev 194145)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.1
+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=('672c32419dfbdb968738d151c4fbbdcb47ca1802')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:07 UTC (rev 194144)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:15 UTC (rev 194145)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.11.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=('ebea5febb727fd2aa4a9e8cef8c04b53ad7356e5')
-
-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/extra-x86_64/PKGBUILD (from rev 194144, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:15 UTC (rev 194145)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.1
+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=('672c32419dfbdb968738d151c4fbbdcb47ca1802')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  

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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:12:50
  Author: andrea
Revision: 192665

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 192664, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 192664, 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 192664, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:12:50 UTC (rev 192665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.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=('ebea5febb727fd2aa4a9e8cef8c04b53ad7356e5')
+
+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 192664, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:12:50 UTC (rev 192665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.11.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=('ebea5febb727fd2aa4a9e8cef8c04b53ad7356e5')
+
+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
+}



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

2013-07-25 Thread Andrea Scarpino
Date: Thursday, July 25, 2013 @ 15:39:57
  Author: andrea
Revision: 191501

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 191500, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191500, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-25 13:39:48 UTC (rev 191500)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:39:57 UTC (rev 191501)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-pkgrel=2
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
191500, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:39:57 UTC (rev 191501)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('61d2eeb780934e77f2bb945e2ca33e3826e7fa34')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-25 13:39:48 UTC (rev 191500)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:39:57 UTC (rev 191501)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-pkgrel=2
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
191500, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:39:57 UTC (rev 191501)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.97
+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')

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

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:35:05
  Author: svenstaro
Revision: 191071

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 191070, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191070, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-18 22:34:58 UTC (rev 191070)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:35:05 UTC (rev 191071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
191070, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:35:05 UTC (rev 191071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+pkgrel=2
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-18 22:34:58 UTC (rev 191070)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:35:05 UTC (rev 191071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
191070, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:35:05 UTC (rev 191071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+pkgrel=2
+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')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:52:04
  Author: svenstaro
Revision: 190356

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 190355, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190355, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 18:51:54 UTC (rev 190355)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:52:04 UTC (rev 190356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('18a93118344f8f6c9365314d2eb3954be8410dcd')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
190355, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:52:04 UTC (rev 190356)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 18:51:54 UTC (rev 190355)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:52:04 UTC (rev 190356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('18a93118344f8f6c9365314d2eb3954be8410dcd')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
190355, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:52:04 UTC (rev 190356)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+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')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 21:51:04
  Author: svenstaro
Revision: 190576

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 190575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 19:50:53 UTC (rev 190575)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:51:04 UTC (rev 190576)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
190575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:51:04 UTC (rev 190576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 19:50:53 UTC (rev 190575)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:51:04 UTC (rev 190576)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
190575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:51:04 UTC (rev 190576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+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')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 22:34:14
  Author: svenstaro
Revision: 190741

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 190740, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190740, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 20:34:03 UTC (rev 190740)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:34:14 UTC (rev 190741)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
190740, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:34:14 UTC (rev 190741)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 20:34:03 UTC (rev 190740)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:34:14 UTC (rev 190741)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('62f06409df7e403c0667862834b96f2edf2a2e42')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
190740, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:34:14 UTC (rev 190741)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.95
+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')

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

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 11:07:54
  Author: andrea
Revision: 189444

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

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

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

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 189443, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 09:07:54 UTC (rev 189444)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.5
+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=('4bae1e43e55f0aad7626c9a2fe10bca46cba1bd8')
+
+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/staging-x86_64/PKGBUILD (from rev 189443, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 09:07:54 UTC (rev 189444)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.5
+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=('4bae1e43e55f0aad7626c9a2fe10bca46cba1bd8')
+
+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
+}



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

2013-06-28 Thread Andrea Scarpino
Date: Friday, June 28, 2013 @ 16:01:14
  Author: andrea
Revision: 189124

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 189123, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 189123, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 +
 kde-unstable-i686/PKGBUILD   |   32 
 kde-unstable-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-28 14:01:06 UTC (rev 189123)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 14:01:14 UTC (rev 189124)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('daae7cf9bb714af15ab28d0f38eb58d475c6e0e7')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
189123, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 14:01:14 UTC (rev 189124)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.90
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('18a93118344f8f6c9365314d2eb3954be8410dcd')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-06-28 14:01:06 UTC (rev 189123)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 14:01:14 UTC (rev 189124)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('daae7cf9bb714af15ab28d0f38eb58d475c6e0e7')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
189123, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 14:01:14 UTC (rev 189124)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.90
+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')

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

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 21:05:07
  Author: andrea
Revision: 188367

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 188366, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188366, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
188366, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:05:07 UTC (rev 188367)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('daae7cf9bb714af15ab28d0f38eb58d475c6e0e7')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
188366, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:05:07 UTC (rev 188367)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('daae7cf9bb714af15ab28d0f38eb58d475c6e0e7')
+
+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
+}



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:49:42
  Author: svenstaro
Revision: 187295

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

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

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

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 187294, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:49:42 UTC (rev 187295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.4
+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=('34a8f6c379aa2defca2441c7f2583f1d75f99441')
+
+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/staging-x86_64/PKGBUILD (from rev 187294, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:49:42 UTC (rev 187295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.4
+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=('34a8f6c379aa2defca2441c7f2583f1d75f99441')
+
+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
+}



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

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:43:11
  Author: andrea
Revision: 184723

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 184722, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 184722, 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 184722, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:43:11 UTC (rev 184723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.3
+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=('5620639393632a68a30c6e726aa8925f455c2f7a')
+
+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 184722, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:43:11 UTC (rev 184723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.3
+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=('5620639393632a68a30c6e726aa8925f455c2f7a')
+
+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
+}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:25:34
  Author: svenstaro
Revision: 181621

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

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

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

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 181620, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:25:34 UTC (rev 181621)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.2
+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=('076c7ed01024c91bc690fe07e495e37444dbcdd5')
+
+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/staging-x86_64/PKGBUILD (from rev 181620, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 04:25:34 UTC (rev 181621)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.2
+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=('076c7ed01024c91bc690fe07e495e37444dbcdd5')
+
+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
+}



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

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:42:56
  Author: andrea
Revision: 179436

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 179435, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 179435, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:42:48 UTC (rev 179435)
+++ extra-i686/PKGBUILD 2013-03-05 15:42:56 UTC (rev 179436)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.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=('4bed9373e9365ee250cd3a6553085fb90723')
-
-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/extra-i686/PKGBUILD (from rev 179435, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:42:56 UTC (rev 179436)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.1
+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=('a17770a03d7e796060d61d52596c5503eaa3309f')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-05 15:42:48 UTC (rev 179435)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:42:56 UTC (rev 179436)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.10.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=('4bed9373e9365ee250cd3a6553085fb90723')
-
-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/extra-x86_64/PKGBUILD (from rev 179435, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:42:56 UTC (rev 179436)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.1
+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=('a17770a03d7e796060d61d52596c5503eaa3309f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+  

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

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:45:47
  Author: andrea
Revision: 177200

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 177199, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 177199, 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 177199, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:45:47 UTC (rev 177200)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.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=('4bed9373e9365ee250cd3a6553085fb90723')
+
+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 177199, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:45:47 UTC (rev 177200)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.10.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=('4bed9373e9365ee250cd3a6553085fb90723')
+
+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
+}



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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:40:35
  Author: andrea
Revision: 175645

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 175644, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175644, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   63 -
 kde-unstable-x86_64/PKGBUILD |   63 -
 2 files changed, 64 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:39:57 UTC (rev 175644)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:40:35 UTC (rev 175645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.97
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a1f259055a0b504bda90b1764fb260c752fca1af')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
175644, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:40:35 UTC (rev 175645)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.98
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('4914e2bc687424903a283c34a2e6b7387367da3e')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:39:57 UTC (rev 175644)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:40:35 UTC (rev 175645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.97
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('a1f259055a0b504bda90b1764fb260c752fca1af')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
175644, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:40:35 UTC (rev 175645)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.98
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:10:09
  Author: andrea
Revision: 174576

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:09:31 UTC (rev 174575)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:10:09 UTC (rev 174576)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b29c987dd00c41ab70a3bae97d6127a669308311')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:10:09 UTC (rev 174576)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('a1f259055a0b504bda90b1764fb260c752fca1af')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:09:31 UTC (rev 174575)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:10:09 UTC (rev 174576)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.95
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('b29c987dd00c41ab70a3bae97d6127a669308311')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
174575, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:10:09 UTC (rev 174576)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.97
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)

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

2013-01-02 Thread Andrea Scarpino
Date: Thursday, January 3, 2013 @ 02:40:43
  Author: andrea
Revision: 174219

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

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

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 174218, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 07:40:43 UTC (rev 174219)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.5
+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=('82783cc94ddebaa9e76fa6c97a47537df8345fa2')
+
+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/testing-x86_64/PKGBUILD (from rev 174218, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-03 07:40:43 UTC (rev 174219)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.5
+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=('82783cc94ddebaa9e76fa6c97a47537df8345fa2')
+
+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
+}



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

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 04:25:43
  Author: andrea
Revision: 173614

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 173613, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173613, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 09:25:07 UTC (rev 173613)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:25:43 UTC (rev 173614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('d5a062cf1aaffaaeddbf238ec6d9cb4844b3b01d')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
173613, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:25:43 UTC (rev 173614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('b29c987dd00c41ab70a3bae97d6127a669308311')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-20 09:25:07 UTC (rev 173613)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 09:25:43 UTC (rev 173614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.90
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('d5a062cf1aaffaaeddbf238ec6d9cb4844b3b01d')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
173613, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 09:25:43 UTC (rev 173614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.95
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)

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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 14:21:26
  Author: andrea
Revision: 172722

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 172721, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 172721, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 19:20:50 UTC (rev 172721)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 19:21:26 UTC (rev 172722)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('23a37da7e6417e6e3283fc969a3b2900ca48a709')
-
-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/kde-unstable-i686/PKGBUILD (from rev 
172721, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 19:21:26 UTC (rev 172722)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.90
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('d5a062cf1aaffaaeddbf238ec6d9cb4844b3b01d')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-04 19:20:50 UTC (rev 172721)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 19:21:26 UTC (rev 172722)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.80
-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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('23a37da7e6417e6e3283fc969a3b2900ca48a709')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 
172721, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 19:21:26 UTC (rev 172722)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.90
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)

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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 11:52:31
  Author: andrea
Revision: 172580

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

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

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 172579, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 16:52:31 UTC (rev 172580)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.4
+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=('e4d06db72f4b1d7268bdc31f760dea3e91a6c920')
+
+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/testing-x86_64/PKGBUILD (from rev 172579, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-04 16:52:31 UTC (rev 172580)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.4
+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=('e4d06db72f4b1d7268bdc31f760dea3e91a6c920')
+
+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
+}



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

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 14:46:04
  Author: andrea
Revision: 171824

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 171823, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171823, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   31 +++
 kde-unstable-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
171823, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 19:46:04 UTC (rev 171824)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('23a37da7e6417e6e3283fc969a3b2900ca48a709')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
171823, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-21 19:46:04 UTC (rev 171824)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.80
+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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('23a37da7e6417e6e3283fc969a3b2900ca48a709')
+
+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
+}



  1   2   >