[arch-commits] Commit in libksane/repos (8 files)

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 09:58:53
  Author: arojas
Revision: 265212

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 265211, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 265211, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265211, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 265211, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   74 +
 /libksane.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libksane.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libksane.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 07:58:34 UTC (rev 265211)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 07:58:53 UTC (rev 265212)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('773b9ccd17cd3960d429c6380b36635e23de22e0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 265211, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 07:58:53 UTC (rev 265212)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('773b9ccd17cd3960d429c6380b36635e23de22e0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2016-04-19 07:58:34 UTC (rev 265211)
+++ kde-unstable-i686/libksane.install  2016-04-19 07:58:53 UTC (rev 265212)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 265211, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2016-04-19 07:58:53 UTC (rev 265212)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 07:58:34 UTC (rev 265211)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 07:58:53 UTC (rev 265212)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# 

[arch-commits] Commit in libksane/repos (8 files)

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 09:28:44
  Author: arojas
Revision: 265165

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 265164, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 265164, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265164, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 265164, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   74 +
 /libksane.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libksane.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libksane.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 07:27:58 UTC (rev 265164)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 07:28:44 UTC (rev 265165)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('4ca32cbe12fdde291b1890b30500e0d4aa10c96e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 265164, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 07:28:44 UTC (rev 265165)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('773b9ccd17cd3960d429c6380b36635e23de22e0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2016-04-19 07:27:58 UTC (rev 265164)
+++ kde-unstable-i686/libksane.install  2016-04-19 07:28:44 UTC (rev 265165)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 265164, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2016-04-19 07:28:44 UTC (rev 265165)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 07:27:58 UTC (rev 265164)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 07:28:44 UTC (rev 265165)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in libksane/repos (8 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 08:24:20
  Author: arojas
Revision: 264004

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 264003, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 264003, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264003, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 264003, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   74 +
 /libksane.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libksane.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libksane.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('9f2c2fab86baa0bda373bcbc4a366869a371d14c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 264003, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:24:20 UTC (rev 264004)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('4ca32cbe12fdde291b1890b30500e0d4aa10c96e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-i686/libksane.install  2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 264003, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2016-04-08 06:24:20 UTC (rev 264004)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 06:24:00 UTC (rev 264003)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 06:24:20 UTC (rev 264004)
@@ -1,37 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in libksane/repos (8 files)

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:36:15
  Author: arojas
Revision: 261484

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 261483, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 261483, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 261483, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 261483, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   74 
 /libksane.install |   22 +++
 extra-i686/PKGBUILD   |   37 
 extra-i686/libksane.install   |   11 -
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/libksane.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:35:56 UTC (rev 261483)
+++ extra-i686/PKGBUILD 2016-03-15 10:36:15 UTC (rev 261484)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e7e1060f5c303dda15e8203b95c612f904711d0a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 261483, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:36:15 UTC (rev 261484)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('110c3d09908ccbdf0117c4c59457c4d73d77f3af')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2016-03-15 10:35:56 UTC (rev 261483)
+++ extra-i686/libksane.install 2016-03-15 10:36:15 UTC (rev 261484)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 261483, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2016-03-15 10:36:15 UTC (rev 261484)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 10:35:56 UTC (rev 261483)
+++ extra-x86_64/PKGBUILD   2016-03-15 10:36:15 UTC (rev 261484)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="An image scanning library"

[arch-commits] Commit in libksane/repos (8 files)

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:32:25
  Author: arojas
Revision: 257965

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 257964, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 257964, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 257964, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 257964, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   74 
 /libksane.install |   22 +++
 extra-i686/PKGBUILD   |   37 
 extra-i686/libksane.install   |   11 -
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/libksane.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:32:07 UTC (rev 257964)
+++ extra-i686/PKGBUILD 2016-01-12 07:32:25 UTC (rev 257965)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0c69697a66d6d0908d3822ecebedb08c2c424942')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 257964, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:32:25 UTC (rev 257965)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0215146b6955e0d3ac08f84d50a99c42bdf9cea1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2016-01-12 07:32:07 UTC (rev 257964)
+++ extra-i686/libksane.install 2016-01-12 07:32:25 UTC (rev 257965)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 257964, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2016-01-12 07:32:25 UTC (rev 257965)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-12 07:32:07 UTC (rev 257964)
+++ extra-x86_64/PKGBUILD   2016-01-12 07:32:25 UTC (rev 257965)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="An image scanning library"

[arch-commits] Commit in libksane/repos (8 files)

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:23:08
  Author: arojas
Revision: 256280

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 256279, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 256279, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256279, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 256279, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   74 +
 /libksane.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libksane.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libksane.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:22:44 UTC (rev 256279)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:23:08 UTC (rev 256280)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ff3b1ccfdb8db77351af3579f62bb4bfd1271b9f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 256279, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:23:08 UTC (rev 256280)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0c69697a66d6d0908d3822ecebedb08c2c424942')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-12-16 07:22:44 UTC (rev 256279)
+++ kde-unstable-i686/libksane.install  2015-12-16 07:23:08 UTC (rev 256280)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 256279, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-12-16 07:23:08 UTC (rev 256280)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-16 07:22:44 UTC (rev 256279)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 07:23:08 UTC (rev 256280)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in libksane/repos (8 files)

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:19:15
  Author: arojas
Revision: 254810

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 254809, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 254809, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254809, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 254809, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   74 +
 /libksane.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libksane.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libksane.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:18:58 UTC (rev 254809)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:19:15 UTC (rev 254810)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ff3b1ccfdb8db77351af3579f62bb4bfd1271b9f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 254809, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:19:15 UTC (rev 254810)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ff3b1ccfdb8db77351af3579f62bb4bfd1271b9f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-12-09 07:18:58 UTC (rev 254809)
+++ kde-unstable-i686/libksane.install  2015-12-09 07:19:15 UTC (rev 254810)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 254809, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-12-09 07:19:15 UTC (rev 254810)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:18:58 UTC (rev 254809)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:19:15 UTC (rev 254810)
@@ -1,37 +0,0 @@
-# 

[arch-commits] Commit in libksane/repos (8 files)

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 20:55:29
  Author: arojas
Revision: 252159

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 252158, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 252158, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252158, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 252158, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   74 +
 /libksane.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libksane.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libksane.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 19:55:12 UTC (rev 252158)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 19:55:29 UTC (rev 252159)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e02cb3bfe269953701976e63aa2480bf8e45bf62')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 252158, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 19:55:29 UTC (rev 252159)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.11.90
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ff3b1ccfdb8db77351af3579f62bb4bfd1271b9f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-12-03 19:55:12 UTC (rev 252158)
+++ kde-unstable-i686/libksane.install  2015-12-03 19:55:29 UTC (rev 252159)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 252158, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-12-03 19:55:29 UTC (rev 252159)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 19:55:12 UTC (rev 252158)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 19:55:29 UTC (rev 252159)
@@ -1,37 +0,0 @@
-# 

[arch-commits] Commit in libksane/repos (8 files)

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:18:35
  Author: arojas
Revision: 250298

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 250297, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 250297, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 250297, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 250297, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:18:17 UTC (rev 250297)
+++ extra-i686/PKGBUILD 2015-11-09 21:18:35 UTC (rev 250298)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c3f236db094a4ba81e9b1cdcca31baf53ebd66fb')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 250297, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:18:35 UTC (rev 250298)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2707d84bdcd0ec568ff47066012c3086b07477cc')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-11-09 21:18:17 UTC (rev 250297)
+++ extra-i686/libksane.install 2015-11-09 21:18:35 UTC (rev 250298)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 250297, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-11-09 21:18:35 UTC (rev 250298)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 21:18:17 UTC (rev 250297)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:18:35 UTC (rev 250298)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 

[arch-commits] Commit in libksane/repos (8 files)

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 08:54:19
  Author: arojas
Revision: 248975

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 248974, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 248974, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 248974, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 248974, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 06:53:59 UTC (rev 248974)
+++ extra-i686/PKGBUILD 2015-10-13 06:54:19 UTC (rev 248975)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad03dbfbac5b11781b87cf443307b7df45cded82')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 248974, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 06:54:19 UTC (rev 248975)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.08.2
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c3f236db094a4ba81e9b1cdcca31baf53ebd66fb')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-10-13 06:53:59 UTC (rev 248974)
+++ extra-i686/libksane.install 2015-10-13 06:54:19 UTC (rev 248975)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 248974, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-10-13 06:54:19 UTC (rev 248975)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 06:53:59 UTC (rev 248974)
+++ extra-x86_64/PKGBUILD   2015-10-13 06:54:19 UTC (rev 248975)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 

[arch-commits] Commit in libksane/repos (8 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:10:48
  Author: arojas
Revision: 243977

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 243976, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 243976, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243976, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 243976, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   68 +
 /libksane.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:10:29 UTC (rev 243976)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:10:48 UTC (rev 243977)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6eec340e1e394a6bea0ed6e4e7204e89ca909869')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 243976, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:10:48 UTC (rev 243977)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5597fd42acb40e31e1b653637954565bf468a831')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-08-19 06:10:29 UTC (rev 243976)
+++ kde-unstable-i686/libksane.install  2015-08-19 06:10:48 UTC (rev 243977)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 243976, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-08-19 06:10:48 UTC (rev 243977)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:10:29 UTC (rev 243976)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:10:48 UTC (rev 243977)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.07.90
-pkgrel=1

[arch-commits] Commit in libksane/repos (8 files)

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 00:55:23
  Author: arojas
Revision: 243444

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 243443, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 243443, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243443, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 243443, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   68 +
 /libksane.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-13 22:55:07 UTC (rev 243443)
+++ kde-unstable-i686/PKGBUILD  2015-08-13 22:55:23 UTC (rev 243444)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6eec340e1e394a6bea0ed6e4e7204e89ca909869')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 243443, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-13 22:55:23 UTC (rev 243444)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6eec340e1e394a6bea0ed6e4e7204e89ca909869')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-08-13 22:55:07 UTC (rev 243443)
+++ kde-unstable-i686/libksane.install  2015-08-13 22:55:23 UTC (rev 243444)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 243443, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-08-13 22:55:23 UTC (rev 243444)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-13 22:55:07 UTC (rev 243443)
+++ kde-unstable-x86_64/PKGBUILD2015-08-13 22:55:23 UTC (rev 243444)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-

[arch-commits] Commit in libksane/repos (8 files)

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 00:48:24
  Author: arojas
Revision: 243429

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 243428, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 243428, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243428, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 243428, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   68 +
 /libksane.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-13 22:48:06 UTC (rev 243428)
+++ kde-unstable-i686/PKGBUILD  2015-08-13 22:48:24 UTC (rev 243429)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.07.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e2d72e3c6acc8f85f44fe543966b0b23fa9cd4d0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 243428, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-13 22:48:24 UTC (rev 243429)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6eec340e1e394a6bea0ed6e4e7204e89ca909869')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-08-13 22:48:06 UTC (rev 243428)
+++ kde-unstable-i686/libksane.install  2015-08-13 22:48:24 UTC (rev 243429)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 243428, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-08-13 22:48:24 UTC (rev 243429)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-13 22:48:06 UTC (rev 243428)
+++ kde-unstable-x86_64/PKGBUILD2015-08-13 22:48:24 UTC (rev 243429)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-

[arch-commits] Commit in libksane/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:17:40
  Author: arojas
Revision: 241490

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 241489, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 241489, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 241489, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 241489, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:17:25 UTC (rev 241489)
+++ extra-i686/PKGBUILD 2015-06-30 20:17:40 UTC (rev 241490)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8939fc3f4b6ff08e82d60221313ba7e7dc743a30')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 241489, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:17:40 UTC (rev 241490)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cd0978fbea75012efcdc9f7e6ad2fbbf87b1ef5b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-06-30 20:17:25 UTC (rev 241489)
+++ extra-i686/libksane.install 2015-06-30 20:17:40 UTC (rev 241490)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 241489, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-06-30 20:17:40 UTC (rev 241490)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:17:25 UTC (rev 241489)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:17:40 UTC (rev 241490)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')

[arch-commits] Commit in libksane/repos (8 files)

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:47:27
  Author: arojas
Revision: 240019

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 240018, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 240018, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 240018, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 240018, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:47:12 UTC (rev 240018)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:27 UTC (rev 240019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a532a7aaca3f1db53d97de5c40382aaf83f7fc93')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 240018, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:27 UTC (rev 240019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8939fc3f4b6ff08e82d60221313ba7e7dc743a30')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-06-02 06:47:12 UTC (rev 240018)
+++ extra-i686/libksane.install 2015-06-02 06:47:27 UTC (rev 240019)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 240018, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-06-02 06:47:27 UTC (rev 240019)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:47:12 UTC (rev 240018)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:47:27 UTC (rev 240019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')

[arch-commits] Commit in libksane/repos (8 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:14:52
  Author: arojas
Revision: 238987

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 238986, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 238986, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 238986, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 238986, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:14:34 UTC (rev 238986)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:52 UTC (rev 238987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5534c34b5bfeac4553442cf82eeb3340ecfbc9da')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 238986, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:14:52 UTC (rev 238987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a532a7aaca3f1db53d97de5c40382aaf83f7fc93')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-05-12 07:14:34 UTC (rev 238986)
+++ extra-i686/libksane.install 2015-05-12 07:14:52 UTC (rev 238987)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 238986, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-05-12 07:14:52 UTC (rev 238987)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:14:34 UTC (rev 238986)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:14:52 UTC (rev 238987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')

[arch-commits] Commit in libksane/repos (8 files)

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:14:15
  Author: arojas
Revision: 235019

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 235018, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 235018, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235018, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 235018, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   68 +
 /libksane.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:13:57 UTC (rev 235018)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:14:15 UTC (rev 235019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.03.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9dfee622e0fad4bd2b7b33164019a534e00982fe')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 235018, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:14:15 UTC (rev 235019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.03.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a7ccb2379d19638979b39af541401f0b00adba85')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-03-27 08:13:57 UTC (rev 235018)
+++ kde-unstable-i686/libksane.install  2015-03-27 08:14:15 UTC (rev 235019)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 235018, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-03-27 08:14:15 UTC (rev 235019)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:13:57 UTC (rev 235018)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:14:15 UTC (rev 235019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-

[arch-commits] Commit in libksane/repos (8 files)

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:40:04
  Author: arojas
Revision: 234266

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 234265, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 234265, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234265, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 234265, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   68 +
 /libksane.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:39:34 UTC (rev 234265)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:40:04 UTC (rev 234266)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e20f86aed8a46a758279982853e08c90ce962bb4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 234265, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:40:04 UTC (rev 234266)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9dfee622e0fad4bd2b7b33164019a534e00982fe')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2015-03-20 20:39:34 UTC (rev 234265)
+++ kde-unstable-i686/libksane.install  2015-03-20 20:40:04 UTC (rev 234266)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 234265, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-03-20 20:40:04 UTC (rev 234266)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 20:39:34 UTC (rev 234265)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 20:40:04 UTC (rev 234266)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-

[arch-commits] Commit in libksane/repos (8 files)

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 10:04:43
  Author: andrea
Revision: 224917

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 224916, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 224916, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 224916, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 224916, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 08:04:34 UTC (rev 224916)
+++ extra-i686/PKGBUILD 2014-10-20 08:04:43 UTC (rev 224917)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2afcdbc6f5cffeceadddffb2347c0cb6913fe6c6')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 224916, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 08:04:43 UTC (rev 224917)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.14.2
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('23a8bde17d57fedfc65785a72109f102a3498f11')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2014-10-20 08:04:34 UTC (rev 224916)
+++ extra-i686/libksane.install 2014-10-20 08:04:43 UTC (rev 224917)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 224916, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2014-10-20 08:04:43 UTC (rev 224917)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-20 08:04:34 UTC (rev 224916)
+++ extra-x86_64/PKGBUILD   2014-10-20 08:04:43 UTC (rev 224917)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:29:04
  Author: svenstaro
Revision: 218947

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 218946, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 218946, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218946, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 218946, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:28:57 UTC (rev 218946)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:29:04 UTC (rev 218947)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 218946, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:29:04 UTC (rev 218947)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-08-03 13:28:57 UTC (rev 218946)
+++ kde-unstable-i686/libksane.install  2014-08-03 13:29:04 UTC (rev 218947)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 218946, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-08-03 13:29:04 UTC (rev 218947)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:28:57 UTC (rev 218946)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:29:04 UTC (rev 218947)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

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

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 219122, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 219122, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 219122, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 219122, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:48:44 UTC (rev 219122)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:48:49 UTC (rev 219123)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 219122, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:48:49 UTC (rev 219123)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-08-03 13:48:44 UTC (rev 219122)
+++ kde-unstable-i686/libksane.install  2014-08-03 13:48:49 UTC (rev 219123)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 219122, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-08-03 13:48:49 UTC (rev 219123)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:48:44 UTC (rev 219122)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:48:49 UTC (rev 219123)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:19:52
  Author: svenstaro
Revision: 218587

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 218586, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 218586, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218586, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 218586, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 12:19:46 UTC (rev 218586)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:19:52 UTC (rev 218587)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fdc338af7136193dd22ea77788941cf2d69916cf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 218586, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:19:52 UTC (rev 218587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-08-03 12:19:46 UTC (rev 218586)
+++ kde-unstable-i686/libksane.install  2014-08-03 12:19:52 UTC (rev 218587)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 218586, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-08-03 12:19:52 UTC (rev 218587)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 12:19:46 UTC (rev 218586)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 12:19:52 UTC (rev 218587)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:00:05
  Author: svenstaro
Revision: 218737

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 218736, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 218736, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218736, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 218736, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 12:59:58 UTC (rev 218736)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:00:05 UTC (rev 218737)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 218736, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:00:05 UTC (rev 218737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('31239da61f3ffe53997ab52cda432eefe3496428')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-08-03 12:59:58 UTC (rev 218736)
+++ kde-unstable-i686/libksane.install  2014-08-03 13:00:05 UTC (rev 218737)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 218736, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-08-03 13:00:05 UTC (rev 218737)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 12:59:58 UTC (rev 218736)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:00:05 UTC (rev 218737)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:15:09
  Author: svenstaro
Revision: 217566

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 217565, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 217565, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 217565, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 217565, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-21 20:15:03 UTC (rev 217565)
+++ extra-i686/PKGBUILD 2014-07-21 20:15:09 UTC (rev 217566)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('af0d0e283ba15b5b7818dc95d0d4cb0294f57559')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 217565, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-21 20:15:09 UTC (rev 217566)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('af0d0e283ba15b5b7818dc95d0d4cb0294f57559')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2014-07-21 20:15:03 UTC (rev 217565)
+++ extra-i686/libksane.install 2014-07-21 20:15:09 UTC (rev 217566)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 217565, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2014-07-21 20:15:09 UTC (rev 217566)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-21 20:15:03 UTC (rev 217565)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:15:09 UTC (rev 217566)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:29:35
  Author: svenstaro
Revision: 217099

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 217098, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 217098, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 217098, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 217098, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:29:29 UTC (rev 217098)
+++ extra-i686/PKGBUILD 2014-07-18 11:29:35 UTC (rev 217099)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('26687b8e0f408442eeb0a27339a6dd838c0c6439')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 217098, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:29:35 UTC (rev 217099)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('af0d0e283ba15b5b7818dc95d0d4cb0294f57559')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2014-07-18 11:29:29 UTC (rev 217098)
+++ extra-i686/libksane.install 2014-07-18 11:29:35 UTC (rev 217099)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 217098, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2014-07-18 11:29:35 UTC (rev 217099)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:29:29 UTC (rev 217098)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:29:35 UTC (rev 217099)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 11:58:42
  Author: svenstaro
Revision: 209316

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 209315, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 209315, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 209315, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 209315, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 09:58:38 UTC (rev 209315)
+++ extra-i686/PKGBUILD 2014-03-31 09:58:42 UTC (rev 209316)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad03fdfcc82b86798e89630e032935e84d9728d9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 209315, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 09:58:42 UTC (rev 209316)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1e495c2eebdbab95753b8e142c5fe062b2372629')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2014-03-31 09:58:38 UTC (rev 209315)
+++ extra-i686/libksane.install 2014-03-31 09:58:42 UTC (rev 209316)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 209315, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2014-03-31 09:58:42 UTC (rev 209316)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 09:58:38 UTC (rev 209315)
+++ extra-x86_64/PKGBUILD   2014-03-31 09:58:42 UTC (rev 209316)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:11:16
  Author: svenstaro
Revision: 209393

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 209392, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 209392, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 209392, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 209392, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:11:11 UTC (rev 209392)
+++ extra-i686/PKGBUILD 2014-03-31 10:11:16 UTC (rev 209393)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.4
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e495c2eebdbab95753b8e142c5fe062b2372629')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 209392, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:11:16 UTC (rev 209393)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1e495c2eebdbab95753b8e142c5fe062b2372629')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2014-03-31 10:11:11 UTC (rev 209392)
+++ extra-i686/libksane.install 2014-03-31 10:11:16 UTC (rev 209393)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 209392, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2014-03-31 10:11:16 UTC (rev 209393)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 10:11:11 UTC (rev 209392)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:11:16 UTC (rev 209393)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.4
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2014-03-29 Thread Andrea Scarpino
Date: Saturday, March 29, 2014 @ 09:49:34
  Author: andrea
Revision: 208970

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 208969, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 208969, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 208969, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 208969, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-29 08:49:25 UTC (rev 208969)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 08:49:34 UTC (rev 208970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fb4528f64fe39682be867ebdbc29bbe5462e292c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 208969, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 08:49:34 UTC (rev 208970)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('728bcb7835740f9712b535d74256c4c8c6519e13')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-03-29 08:49:25 UTC (rev 208969)
+++ kde-unstable-i686/libksane.install  2014-03-29 08:49:34 UTC (rev 208970)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 208969, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-03-29 08:49:34 UTC (rev 208970)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-29 08:49:25 UTC (rev 208969)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 08:49:34 UTC (rev 208970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2014-03-22 Thread Andrea Scarpino
Date: Saturday, March 22, 2014 @ 18:50:27
  Author: andrea
Revision: 208367

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 208366, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 208366, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 208366, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 208366, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-22 17:50:18 UTC (rev 208366)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:50:27 UTC (rev 208367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7ee732e088c546336a33d7b58330e689c341578b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 208366, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:50:27 UTC (rev 208367)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fb4528f64fe39682be867ebdbc29bbe5462e292c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-03-22 17:50:18 UTC (rev 208366)
+++ kde-unstable-i686/libksane.install  2014-03-22 17:50:27 UTC (rev 208367)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 208366, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-03-22 17:50:27 UTC (rev 208367)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-22 17:50:18 UTC (rev 208366)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 17:50:27 UTC (rev 208367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2014-03-15 Thread Andrea Scarpino
Date: Saturday, March 15, 2014 @ 08:47:10
  Author: andrea
Revision: 207800

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 207799, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 207799, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207799, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 207799, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-15 07:47:01 UTC (rev 207799)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:47:10 UTC (rev 207800)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('985487fd5a5668767136f6af6588bdef6864be3f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 207799, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:47:10 UTC (rev 207800)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.12.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7ee732e088c546336a33d7b58330e689c341578b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2014-03-15 07:47:01 UTC (rev 207799)
+++ kde-unstable-i686/libksane.install  2014-03-15 07:47:10 UTC (rev 207800)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 207799, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2014-03-15 07:47:10 UTC (rev 207800)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-15 07:47:01 UTC (rev 207799)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 07:47:10 UTC (rev 207800)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.12.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:19:19
  Author: svenstaro
Revision: 200926

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 200925, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 200925, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 200925, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 200925, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 12:19:13 UTC (rev 200925)
+++ extra-i686/PKGBUILD 2013-12-06 12:19:19 UTC (rev 200926)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e52dd9db0c5222ba6febe96dec9362b46f7453f4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 200925, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 12:19:19 UTC (rev 200926)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.4
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f86cd386b283a0b9e7f40afdb6ed46b451244fd0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2013-12-06 12:19:13 UTC (rev 200925)
+++ extra-i686/libksane.install 2013-12-06 12:19:19 UTC (rev 200926)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 200925, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2013-12-06 12:19:19 UTC (rev 200926)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-06 12:19:13 UTC (rev 200925)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:19:19 UTC (rev 200926)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2013-11-28 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 14:31:57
  Author: andrea
Revision: 200434

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 200433, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 200433, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200433, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 200433, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-28 13:31:48 UTC (rev 200433)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:31:57 UTC (rev 200434)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b661fd0a62cf4805b3792bfc613c6f223458b25a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 200433, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:31:57 UTC (rev 200434)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('65fbd58827e3a84639654fa8a7b99b39764a3af9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-11-28 13:31:48 UTC (rev 200433)
+++ kde-unstable-i686/libksane.install  2013-11-28 13:31:57 UTC (rev 200434)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 200433, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-11-28 13:31:57 UTC (rev 200434)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-28 13:31:48 UTC (rev 200433)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:31:57 UTC (rev 200434)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-11-22 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 10:06:55
  Author: andrea
Revision: 200068

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 200067, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 200067, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200067, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 200067, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-22 09:06:48 UTC (rev 200067)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:06:55 UTC (rev 200068)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('85473294cfc12e4f026d9089e54526fa51d7983a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 200067, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:06:55 UTC (rev 200068)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b661fd0a62cf4805b3792bfc613c6f223458b25a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-11-22 09:06:48 UTC (rev 200067)
+++ kde-unstable-i686/libksane.install  2013-11-22 09:06:55 UTC (rev 200068)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 200067, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-11-22 09:06:55 UTC (rev 200068)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-22 09:06:48 UTC (rev 200067)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:06:55 UTC (rev 200068)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-11-15 Thread Andrea Scarpino
Date: Friday, November 15, 2013 @ 10:51:50
  Author: andrea
Revision: 199569

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 199568, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 199568, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199568, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 199568, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-15 09:51:42 UTC (rev 199568)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:51:50 UTC (rev 199569)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0b6cdcf63a41469c7209862b7cd2085df7f5a70a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 199568, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:51:50 UTC (rev 199569)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('85473294cfc12e4f026d9089e54526fa51d7983a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-11-15 09:51:42 UTC (rev 199568)
+++ kde-unstable-i686/libksane.install  2013-11-15 09:51:50 UTC (rev 199569)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 199568, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-11-15 09:51:50 UTC (rev 199569)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-15 09:51:42 UTC (rev 199568)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 09:51:50 UTC (rev 199569)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 20:48:13
  Author: andrea
Revision: 198843

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 198842, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 198842, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 198842, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 198842, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 19:48:05 UTC (rev 198842)
+++ extra-i686/PKGBUILD 2013-11-05 19:48:13 UTC (rev 198843)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9f617633c6770f0db426362df78c6dc564601533')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 198842, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 19:48:13 UTC (rev 198843)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.3
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e52dd9db0c5222ba6febe96dec9362b46f7453f4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2013-11-05 19:48:05 UTC (rev 198842)
+++ extra-i686/libksane.install 2013-11-05 19:48:13 UTC (rev 198843)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 198842, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2013-11-05 19:48:13 UTC (rev 198843)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 19:48:05 UTC (rev 198842)
+++ extra-x86_64/PKGBUILD   2013-11-05 19:48:13 UTC (rev 198843)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:17:09
  Author: svenstaro
Revision: 195544

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 195543, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 195543, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 195543, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 195543, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-01 15:17:01 UTC (rev 195543)
+++ extra-i686/PKGBUILD 2013-10-01 15:17:09 UTC (rev 195544)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79e5c3c604a57cfe73ef4c148cbeae4c56388311')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 195543, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:17:09 UTC (rev 195544)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.2
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9f617633c6770f0db426362df78c6dc564601533')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2013-10-01 15:17:01 UTC (rev 195543)
+++ extra-i686/libksane.install 2013-10-01 15:17:09 UTC (rev 195544)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 195543, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2013-10-01 15:17:09 UTC (rev 195544)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-01 15:17:01 UTC (rev 195543)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:17:09 UTC (rev 195544)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:24:23
  Author: andrea
Revision: 194060

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 194059, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 194059, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 194059, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 194059, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 /PKGBUILD |   66 
 /libksane.install |   22 +
 extra-i686/PKGBUILD   |   33 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:24:16 UTC (rev 194059)
+++ extra-i686/PKGBUILD 2013-09-10 13:24:23 UTC (rev 194060)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('21313b183de5e602b8ae6bbf31147ad71d2130e2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 194059, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:24:23 UTC (rev 194060)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.11.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('79e5c3c604a57cfe73ef4c148cbeae4c56388311')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2013-09-10 13:24:16 UTC (rev 194059)
+++ extra-i686/libksane.install 2013-09-10 13:24:23 UTC (rev 194060)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 194059, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2013-09-10 13:24:23 UTC (rev 194060)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:24:16 UTC (rev 194059)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:24:23 UTC (rev 194060)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

[arch-commits] Commit in libksane/repos (8 files)

2013-07-25 Thread Andrea Scarpino
Date: Thursday, July 25, 2013 @ 15:19:18
  Author: andrea
Revision: 191415

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 191414, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 191414, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191414, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 191414, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-25 13:19:09 UTC (rev 191414)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:19:18 UTC (rev 191415)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=2
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 191414, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:19:18 UTC (rev 191415)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d83a960f6dbdc11368c5149bee913fae0e29b4a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-07-25 13:19:09 UTC (rev 191414)
+++ kde-unstable-i686/libksane.install  2013-07-25 13:19:18 UTC (rev 191415)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 191414, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-07-25 13:19:18 UTC (rev 191415)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-25 13:19:09 UTC (rev 191414)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:19:18 UTC (rev 191415)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=2
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:23:24
  Author: svenstaro
Revision: 190901

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 190900, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 190900, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190900, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 190900, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-18 22:23:19 UTC (rev 190900)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:23:24 UTC (rev 190901)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 190900, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:23:24 UTC (rev 190901)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.95
+pkgrel=2
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-07-18 22:23:19 UTC (rev 190900)
+++ kde-unstable-i686/libksane.install  2013-07-18 22:23:24 UTC (rev 190901)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 190900, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-07-18 22:23:24 UTC (rev 190901)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-18 22:23:19 UTC (rev 190900)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:23:24 UTC (rev 190901)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:22:42
  Author: svenstaro
Revision: 190185

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 190184, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 190184, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190184, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 190184, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 18:22:32 UTC (rev 190184)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:22:42 UTC (rev 190185)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c7b6511960a689a8c65f34ebecee2bc5212cae1e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 190184, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:22:42 UTC (rev 190185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-07-16 18:22:32 UTC (rev 190184)
+++ kde-unstable-i686/libksane.install  2013-07-16 18:22:42 UTC (rev 190185)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 190184, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-07-16 18:22:42 UTC (rev 190185)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 18:22:32 UTC (rev 190184)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:22:42 UTC (rev 190185)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 21:35:23
  Author: svenstaro
Revision: 190491

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 190490, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 190490, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190490, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 190490, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 19:35:09 UTC (rev 190490)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:35:23 UTC (rev 190491)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 190490, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:35:23 UTC (rev 190491)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-07-16 19:35:09 UTC (rev 190490)
+++ kde-unstable-i686/libksane.install  2013-07-16 19:35:23 UTC (rev 190491)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 190490, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-07-16 19:35:23 UTC (rev 190491)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 19:35:09 UTC (rev 190490)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:35:23 UTC (rev 190491)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 22:19:29
  Author: svenstaro
Revision: 190656

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 190655, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 190655, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190655, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 190655, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 20:19:19 UTC (rev 190655)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:19:29 UTC (rev 190656)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 190655, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:19:29 UTC (rev 190656)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('347c9e986c062ef98d3a8b991cc99aee757343a0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-07-16 20:19:19 UTC (rev 190655)
+++ kde-unstable-i686/libksane.install  2013-07-16 20:19:29 UTC (rev 190656)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 190655, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-07-16 20:19:29 UTC (rev 190656)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 20:19:19 UTC (rev 190655)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:19:29 UTC (rev 190656)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-06-28 Thread Andrea Scarpino
Date: Friday, June 28, 2013 @ 15:48:35
  Author: andrea
Revision: 189033

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 189032, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 189032, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 189032, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 189032, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 /PKGBUILD|   66 +
 /libksane.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-i686/libksane.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   33 
 kde-unstable-x86_64/libksane.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-28 13:48:22 UTC (rev 189032)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:48:35 UTC (rev 189033)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('cc87c4e377098edbe61bbd367a31447abf4d694f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 189032, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:48:35 UTC (rev 189033)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c7b6511960a689a8c65f34ebecee2bc5212cae1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-06-28 13:48:22 UTC (rev 189032)
+++ kde-unstable-i686/libksane.install  2013-06-28 13:48:35 UTC (rev 189033)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 189032, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-06-28 13:48:35 UTC (rev 189033)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-06-28 13:48:22 UTC (rev 189032)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 13:48:35 UTC (rev 189033)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')

[arch-commits] Commit in libksane/repos (8 files)

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:25:37
  Author: andrea
Revision: 179349

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

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 179348, libksane/trunk/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 179348, libksane/trunk/libksane.install)
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 179348, libksane/trunk/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 179348, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install

---+
 extra-i686/PKGBUILD   |   66 
 extra-i686/libksane.install   |   22 ++---
 extra-x86_64/PKGBUILD |   66 
 extra-x86_64/libksane.install |   22 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:25:25 UTC (rev 179348)
+++ extra-i686/PKGBUILD 2013-03-05 15:25:37 UTC (rev 179349)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c101b028ef540b14a0041b6433f522f52622c783')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 179348, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:25:37 UTC (rev 179349)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.10.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2fc97612c97dd5517ab09916fc2b1a840d7c0b52')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2013-03-05 15:25:25 UTC (rev 179348)
+++ extra-i686/libksane.install 2013-03-05 15:25:37 UTC (rev 179349)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 179348, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2013-03-05 15:25:37 UTC (rev 179349)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-05 15:25:25 UTC (rev 179348)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:25:37 UTC (rev 179349)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c101b028ef540b14a0041b6433f522f52622c783')
-
-build() {
-  cd ${srcdir}
-  mkdir 

[arch-commits] Commit in libksane/repos (8 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 06:40:54
  Author: andrea
Revision: 175561

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 175560, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 175560, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175560, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 175560, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   65 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   65 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 11:40:19 UTC (rev 175560)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:40:54 UTC (rev 175561)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d9c772a577a78b3707195c0461d33940956c2b16')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 175560, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:40:54 UTC (rev 175561)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('076c5ffc9b0635ccb1c17cc81b4c2cc379dd1d48')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-01-19 11:40:19 UTC (rev 175560)
+++ kde-unstable-i686/libksane.install  2013-01-19 11:40:54 UTC (rev 175561)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 175560, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-01-19 11:40:54 UTC (rev 175561)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 11:40:19 UTC (rev 175560)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 11:40:54 UTC (rev 175561)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2013-01-04 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 02:10:04
  Author: andrea
Revision: 174487

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 174486, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 174486, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174486, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 174486, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 07:09:29 UTC (rev 174486)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:10:04 UTC (rev 174487)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c313f08f9782656ce8a6b1c4e588a1549cb195bc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 174486, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:10:04 UTC (rev 174487)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d9c772a577a78b3707195c0461d33940956c2b16')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2013-01-05 07:09:29 UTC (rev 174486)
+++ kde-unstable-i686/libksane.install  2013-01-05 07:10:04 UTC (rev 174487)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 174486, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2013-01-05 07:10:04 UTC (rev 174487)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 07:09:29 UTC (rev 174486)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 07:10:04 UTC (rev 174487)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 03:32:12
  Author: andrea
Revision: 173530

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 173529, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 173529, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173529, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 173529, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 08:31:41 UTC (rev 173529)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:32:12 UTC (rev 173530)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f5b9e7a139e1d77ba749c2184377731a84b40819')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 173529, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:32:12 UTC (rev 173530)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c313f08f9782656ce8a6b1c4e588a1549cb195bc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-12-20 08:31:41 UTC (rev 173529)
+++ kde-unstable-i686/libksane.install  2012-12-20 08:32:12 UTC (rev 173530)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 173529, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-12-20 08:32:12 UTC (rev 173530)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-20 08:31:41 UTC (rev 173529)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 08:32:12 UTC (rev 173530)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 13:23:58
  Author: andrea
Revision: 172638

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 172637, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 172637, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 172637, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 172637, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 18:23:26 UTC (rev 172637)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:23:58 UTC (rev 172638)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b1e33f62cc3bfbb99deceab63ead8c4d9fca825f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 172637, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:23:58 UTC (rev 172638)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f5b9e7a139e1d77ba749c2184377731a84b40819')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-12-04 18:23:26 UTC (rev 172637)
+++ kde-unstable-i686/libksane.install  2012-12-04 18:23:58 UTC (rev 172638)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 172637, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-12-04 18:23:58 UTC (rev 172638)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-04 18:23:26 UTC (rev 172637)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 18:23:58 UTC (rev 172638)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2012-08-01 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 10:36:49
  Author: andrea
Revision: 164546

db-move: moved libksane from [kde-unstable] to [testing] (i686, x86_64)

Added:
  libksane/repos/testing-i686/
  libksane/repos/testing-i686/PKGBUILD
(from rev 164519, libksane/repos/kde-unstable-i686/PKGBUILD)
  libksane/repos/testing-i686/libksane.install
(from rev 164519, libksane/repos/kde-unstable-i686/libksane.install)
  libksane/repos/testing-x86_64/
  libksane/repos/testing-x86_64/PKGBUILD
(from rev 164519, libksane/repos/kde-unstable-x86_64/PKGBUILD)
  libksane/repos/testing-x86_64/libksane.install
(from rev 164519, libksane/repos/kde-unstable-x86_64/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/
  libksane/repos/kde-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/libksane.install   |   11 +++
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/libksane.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libksane/repos/testing-i686/PKGBUILD (from rev 164519, 
libksane/repos/kde-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-01 14:36:49 UTC (rev 164546)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0a7a18454d78a5c3c4cf22696163c2383bf6e333')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/testing-i686/libksane.install (from rev 164519, 
libksane/repos/kde-unstable-i686/libksane.install)
===
--- testing-i686/libksane.install   (rev 0)
+++ testing-i686/libksane.install   2012-08-01 14:36:49 UTC (rev 164546)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/testing-x86_64/PKGBUILD (from rev 164519, 
libksane/repos/kde-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-01 14:36:49 UTC (rev 164546)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0a7a18454d78a5c3c4cf22696163c2383bf6e333')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/testing-x86_64/libksane.install (from rev 164519, 
libksane/repos/kde-unstable-x86_64/libksane.install)
===
--- testing-x86_64/libksane.install (rev 0)
+++ testing-x86_64/libksane.install 2012-08-01 14:36:49 UTC (rev 164546)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libksane/repos (8 files)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 18:09:10
  Author: andrea
Revision: 163373

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 163372, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 163372, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163372, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 163372, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-11 22:08:42 UTC (rev 163372)
+++ kde-unstable-i686/PKGBUILD  2012-07-11 22:09:10 UTC (rev 163373)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('25e023081c77cd7ba82c0e8ae449378164aec7b2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 163372, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-11 22:09:10 UTC (rev 163373)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('221dd7e63335f23682e61ab6c3cde471ad06282d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-07-11 22:08:42 UTC (rev 163372)
+++ kde-unstable-i686/libksane.install  2012-07-11 22:09:10 UTC (rev 163373)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 163372, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-07-11 22:09:10 UTC (rev 163373)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-07-11 22:08:42 UTC (rev 163372)
+++ kde-unstable-x86_64/PKGBUILD2012-07-11 22:09:10 UTC (rev 163373)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:06:22
  Author: andrea
Revision: 162567

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 162566, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 162566, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162566, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 162566, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:05:55 UTC (rev 162566)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:06:22 UTC (rev 162567)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('129d5b10e9cc7926e4ad2f60786209ac9d7479f4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 162566, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:06:22 UTC (rev 162567)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('25e023081c77cd7ba82c0e8ae449378164aec7b2')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-06-27 13:05:55 UTC (rev 162566)
+++ kde-unstable-i686/libksane.install  2012-06-27 13:06:22 UTC (rev 162567)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 162566, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-06-27 13:06:22 UTC (rev 162567)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:05:55 UTC (rev 162566)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:06:22 UTC (rev 162567)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2012-06-13 Thread Andrea Scarpino
Date: Wednesday, June 13, 2012 @ 10:18:02
  Author: andrea
Revision: 161686

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 161685, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 161685, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 161685, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 161685, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-13 14:17:36 UTC (rev 161685)
+++ kde-unstable-i686/PKGBUILD  2012-06-13 14:18:02 UTC (rev 161686)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f5377bce072e80a122c5e2371076463f70d9a7f1')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 161685, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-13 14:18:02 UTC (rev 161686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('129d5b10e9cc7926e4ad2f60786209ac9d7479f4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-06-13 14:17:36 UTC (rev 161685)
+++ kde-unstable-i686/libksane.install  2012-06-13 14:18:02 UTC (rev 161686)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 161685, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-06-13 14:18:02 UTC (rev 161686)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-13 14:17:36 UTC (rev 161685)
+++ kde-unstable-x86_64/PKGBUILD2012-06-13 14:18:02 UTC (rev 161686)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')

[arch-commits] Commit in libksane/repos (8 files)

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 09:28:20
  Author: andrea
Revision: 152049

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

Added:
  libksane/repos/staging-i686/
  libksane/repos/staging-i686/PKGBUILD
(from rev 152048, libksane/trunk/PKGBUILD)
  libksane/repos/staging-i686/libksane.install
(from rev 152048, libksane/trunk/libksane.install)
  libksane/repos/staging-x86_64/
  libksane/repos/staging-x86_64/PKGBUILD
(from rev 152048, libksane/trunk/PKGBUILD)
  libksane/repos/staging-x86_64/libksane.install
(from rev 152048, libksane/trunk/libksane.install)
Modified:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |2 +-
 extra-x86_64/PKGBUILD   |2 +-
 staging-i686/PKGBUILD   |   32 
 staging-i686/libksane.install   |   11 +++
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/libksane.install |   11 +++
 6 files changed, 88 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-04 14:27:55 UTC (rev 152048)
+++ extra-i686/PKGBUILD 2012-03-04 14:28:20 UTC (rev 152049)
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('417e0e65d3045548a29a9acdcbe1b0511a42295a')
 
 build() {

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-04 14:27:55 UTC (rev 152048)
+++ extra-x86_64/PKGBUILD   2012-03-04 14:28:20 UTC (rev 152049)
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('417e0e65d3045548a29a9acdcbe1b0511a42295a')
 
 build() {

Copied: libksane/repos/staging-i686/PKGBUILD (from rev 152048, 
libksane/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-04 14:28:20 UTC (rev 152049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('20631624185f8bf26d7a8c2e7222731513e8a2ec')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/staging-i686/libksane.install (from rev 152048, 
libksane/trunk/libksane.install)
===
--- staging-i686/libksane.install   (rev 0)
+++ staging-i686/libksane.install   2012-03-04 14:28:20 UTC (rev 152049)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/staging-x86_64/PKGBUILD (from rev 152048, 
libksane/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-04 14:28:20 UTC (rev 152049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('20631624185f8bf26d7a8c2e7222731513e8a2ec')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/staging-x86_64/libksane.install (from rev 152048, 
libksane/trunk/libksane.install)

[arch-commits] Commit in libksane/repos (8 files)

2012-01-05 Thread Andrea Scarpino
Date: Thursday, January 5, 2012 @ 07:37:04
  Author: andrea
Revision: 146101

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 146100, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 146100, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 146100, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 146100, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-01-05 12:36:33 UTC (rev 146100)
+++ kde-unstable-i686/PKGBUILD  2012-01-05 12:37:04 UTC (rev 146101)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('86e86929987269437583d55fc9f7a38c045c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 146100, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-01-05 12:37:04 UTC (rev 146101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.97
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('e054587283f4c528ae0c1cea4b716081547b57b7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-01-05 12:36:33 UTC (rev 146100)
+++ kde-unstable-i686/libksane.install  2012-01-05 12:37:04 UTC (rev 146101)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 146100, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-01-05 12:37:04 UTC (rev 146101)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-01-05 12:36:33 UTC (rev 146100)
+++ kde-unstable-x86_64/PKGBUILD2012-01-05 12:37:04 UTC (rev 146101)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.95
-pkgrel=1
-pkgdesc=An image scanning library
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('86e86929987269437583d55fc9f7a38c045c')
-
-build() {
-  cd 

[arch-commits] Commit in libksane/repos (8 files)

2011-12-22 Thread Andrea Scarpino
Date: Thursday, December 22, 2011 @ 17:44:11
  Author: andrea
Revision: 145494

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 145493, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 145493, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 145493, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 145493, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2011-12-22 22:43:17 UTC (rev 145493)
+++ kde-unstable-i686/PKGBUILD  2011-12-22 22:44:11 UTC (rev 145494)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ca3166bb334babf232d90d9c82dfe4a1e646d842')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 145493, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2011-12-22 22:44:11 UTC (rev 145494)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.95
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('86e86929987269437583d55fc9f7a38c045c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2011-12-22 22:43:17 UTC (rev 145493)
+++ kde-unstable-i686/libksane.install  2011-12-22 22:44:11 UTC (rev 145494)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 145493, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2011-12-22 22:44:11 UTC (rev 145494)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2011-12-22 22:43:17 UTC (rev 145493)
+++ kde-unstable-x86_64/PKGBUILD2011-12-22 22:44:11 UTC (rev 145494)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.90
-pkgrel=1
-pkgdesc=An image scanning library
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ca3166bb334babf232d90d9c82dfe4a1e646d842')
-
-build() {
-  cd 

[arch-commits] Commit in libksane/repos (8 files)

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 05:35:12
  Author: andrea
Revision: 144778

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 144777, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 144777, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 144777, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 144777, libksane/trunk/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2011-12-08 10:34:44 UTC (rev 144777)
+++ kde-unstable-i686/PKGBUILD  2011-12-08 10:35:12 UTC (rev 144778)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('331914883d031e9e56560d6c6fbef08de304767e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 144777, 
libksane/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2011-12-08 10:35:12 UTC (rev 144778)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.90
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ca3166bb334babf232d90d9c82dfe4a1e646d842')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2011-12-08 10:34:44 UTC (rev 144777)
+++ kde-unstable-i686/libksane.install  2011-12-08 10:35:12 UTC (rev 144778)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 144777, 
libksane/trunk/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2011-12-08 10:35:12 UTC (rev 144778)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2011-12-08 10:34:44 UTC (rev 144777)
+++ kde-unstable-x86_64/PKGBUILD2011-12-08 10:35:12 UTC (rev 144778)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.80
-pkgrel=1
-pkgdesc=An image scanning library
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('331914883d031e9e56560d6c6fbef08de304767e')
-
-build() {
-  cd