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

2012-06-08 Thread Andrea Scarpino
Date: Friday, June 8, 2012 @ 02:35:25
  Author: andrea
Revision: 161126

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 161082, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 161082, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-08 06:35:23 UTC (rev 161125)
+++ extra-i686/PKGBUILD 2012-06-08 06:35:25 UTC (rev 161126)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.3
-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/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ccacaec0d1a46689cdf5f5294f14b442d0f4317b')
-
-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/extra-i686/PKGBUILD (from rev 161082, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-08 06:35:25 UTC (rev 161126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.4
+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/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5ac35d8478ccace1495ae42eb2169918cebc8d95')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2012-06-08 06:35:23 UTC (rev 161125)
+++ extra-i686/libksane.install 2012-06-08 06:35:25 UTC (rev 161126)
@@ -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 161082, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2012-06-08 06:35:25 UTC (rev 161126)
@@ -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 (5 files)

2012-06-08 Thread Andrea Scarpino
Date: Friday, June 8, 2012 @ 02:35:26
  Author: andrea
Revision: 161127

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 161082, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 161082, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-08 06:35:25 UTC (rev 161126)
+++ extra-x86_64/PKGBUILD   2012-06-08 06:35:26 UTC (rev 161127)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.3
-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/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ccacaec0d1a46689cdf5f5294f14b442d0f4317b')
-
-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/extra-x86_64/PKGBUILD (from rev 161082, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-08 06:35:26 UTC (rev 161127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.4
+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/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5ac35d8478ccace1495ae42eb2169918cebc8d95')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2012-06-08 06:35:25 UTC (rev 161126)
+++ extra-x86_64/libksane.install   2012-06-08 06:35:26 UTC (rev 161127)
@@ -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-x86_64/libksane.install (from rev 161082, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2012-06-08 06:35:26 UTC (rev 161127)
@@ -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 (5 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 18:31:23
  Author: andrea
Revision: 158390

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 158346, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 158346, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-03 22:31:21 UTC (rev 158389)
+++ extra-i686/PKGBUILD 2012-05-03 22:31:23 UTC (rev 158390)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.2
-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/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c')
-
-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/extra-i686/PKGBUILD (from rev 158346, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-03 22:31:23 UTC (rev 158390)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.3
+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/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ccacaec0d1a46689cdf5f5294f14b442d0f4317b')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2012-05-03 22:31:21 UTC (rev 158389)
+++ extra-i686/libksane.install 2012-05-03 22:31:23 UTC (rev 158390)
@@ -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 158346, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2012-05-03 22:31:23 UTC (rev 158390)
@@ -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 (5 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 18:31:25
  Author: andrea
Revision: 158391

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 158346, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 158346, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-03 22:31:23 UTC (rev 158390)
+++ extra-x86_64/PKGBUILD   2012-05-03 22:31:25 UTC (rev 158391)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.2
-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/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c')
-
-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/extra-x86_64/PKGBUILD (from rev 158346, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-03 22:31:25 UTC (rev 158391)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.3
+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/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ccacaec0d1a46689cdf5f5294f14b442d0f4317b')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2012-05-03 22:31:23 UTC (rev 158390)
+++ extra-x86_64/libksane.install   2012-05-03 22:31:25 UTC (rev 158391)
@@ -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-x86_64/libksane.install (from rev 158346, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2012-05-03 22:31:25 UTC (rev 158391)
@@ -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 (5 files)

2012-04-04 Thread Andrea Scarpino
Date: Wednesday, April 4, 2012 @ 10:13:24
  Author: andrea
Revision: 12

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 155508, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 155508, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-04 14:13:22 UTC (rev 11)
+++ extra-i686/PKGBUILD 2012-04-04 14:13:24 UTC (rev 12)
@@ -1,32 +0,0 @@
-# $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/${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/extra-i686/PKGBUILD (from rev 155508, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-04 14:13:24 UTC (rev 12)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.2
+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/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2012-04-04 14:13:22 UTC (rev 11)
+++ extra-i686/libksane.install 2012-04-04 14:13:24 UTC (rev 12)
@@ -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 155508, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2012-04-04 14:13:24 UTC (rev 12)
@@ -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 (5 files)

2012-04-04 Thread Andrea Scarpino
Date: Wednesday, April 4, 2012 @ 10:13:26
  Author: andrea
Revision: 13

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 155508, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 155508, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-04 14:13:24 UTC (rev 12)
+++ extra-x86_64/PKGBUILD   2012-04-04 14:13:26 UTC (rev 13)
@@ -1,32 +0,0 @@
-# $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/${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/extra-x86_64/PKGBUILD (from rev 155508, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-04 14:13:26 UTC (rev 13)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.2
+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/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2012-04-04 14:13:24 UTC (rev 12)
+++ extra-x86_64/libksane.install   2012-04-04 14:13:26 UTC (rev 13)
@@ -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-x86_64/libksane.install (from rev 155508, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2012-04-04 14:13:26 UTC (rev 13)
@@ -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 (5 files)

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 11:13:09
  Author: andrea
Revision: 152501

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 152457, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 152457, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-07 16:13:08 UTC (rev 152500)
+++ extra-i686/PKGBUILD 2012-03-07 16:13:09 UTC (rev 152501)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.0
-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=('417e0e65d3045548a29a9acdcbe1b0511a42295a')
-
-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/extra-i686/PKGBUILD (from rev 152457, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-07 16:13:09 UTC (rev 152501)
@@ -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
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2012-03-07 16:13:08 UTC (rev 152500)
+++ extra-i686/libksane.install 2012-03-07 16:13:09 UTC (rev 152501)
@@ -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 152457, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2012-03-07 16:13:09 UTC (rev 152501)
@@ -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 (5 files)

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 11:13:11
  Author: andrea
Revision: 152502

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 152457, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 152457, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-07 16:13:09 UTC (rev 152501)
+++ extra-x86_64/PKGBUILD   2012-03-07 16:13:11 UTC (rev 152502)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.0
-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=('417e0e65d3045548a29a9acdcbe1b0511a42295a')
-
-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/extra-x86_64/PKGBUILD (from rev 152457, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-07 16:13:11 UTC (rev 152502)
@@ -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
+}

Deleted: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2012-03-07 16:13:09 UTC (rev 152501)
+++ extra-x86_64/libksane.install   2012-03-07 16:13:11 UTC (rev 152502)
@@ -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-x86_64/libksane.install (from rev 152457, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2012-03-07 16:13:11 UTC (rev 152502)
@@ -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 (5 files)

2012-01-28 Thread Andrea Scarpino
Date: Saturday, January 28, 2012 @ 05:33:19
  Author: andrea
Revision: 147801

db-move: moved libksane from [testing] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 147757, libksane/repos/testing-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 147757, libksane/repos/testing-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/testing-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-28 10:33:18 UTC (rev 147800)
+++ extra-i686/PKGBUILD 2012-01-28 10:33:19 UTC (rev 147801)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.4
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3c7a8d5b7fd80175684a0373fae26197e8158565')
-
-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/extra-i686/PKGBUILD (from rev 147757, 
libksane/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-28 10:33:19 UTC (rev 147801)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.0
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('417e0e65d3045548a29a9acdcbe1b0511a42295a')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2012-01-28 10:33:18 UTC (rev 147800)
+++ extra-i686/libksane.install 2012-01-28 10:33:19 UTC (rev 147801)
@@ -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 147757, 
libksane/repos/testing-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2012-01-28 10:33:19 UTC (rev 147801)
@@ -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 (5 files)

2012-01-28 Thread Andrea Scarpino
Date: Saturday, January 28, 2012 @ 05:33:20
  Author: andrea
Revision: 147802

db-move: moved libksane from [testing] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 147757, libksane/repos/testing-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 147757, libksane/repos/testing-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/testing-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-28 10:33:19 UTC (rev 147801)
+++ extra-x86_64/PKGBUILD   2012-01-28 10:33:20 UTC (rev 147802)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.4
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3c7a8d5b7fd80175684a0373fae26197e8158565')
-
-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/extra-x86_64/PKGBUILD (from rev 147757, 
libksane/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-28 10:33:20 UTC (rev 147802)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.0
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('417e0e65d3045548a29a9acdcbe1b0511a42295a')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2012-01-28 10:33:19 UTC (rev 147801)
+++ extra-x86_64/libksane.install   2012-01-28 10:33:20 UTC (rev 147802)
@@ -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-x86_64/libksane.install (from rev 147757, 
libksane/repos/testing-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2012-01-28 10:33:20 UTC (rev 147802)
@@ -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 (5 files)

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 04:19:07
  Author: andrea
Revision: 144648

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 144608, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 144608, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-08 09:19:04 UTC (rev 144647)
+++ extra-i686/PKGBUILD 2011-12-08 09:19:07 UTC (rev 144648)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.3
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d1efdd1f5f7f99ba173ddcc88b2ddee343ecf96b')
-
-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/extra-i686/PKGBUILD (from rev 144608, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-08 09:19:07 UTC (rev 144648)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.4
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('3c7a8d5b7fd80175684a0373fae26197e8158565')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2011-12-08 09:19:04 UTC (rev 144647)
+++ extra-i686/libksane.install 2011-12-08 09:19:07 UTC (rev 144648)
@@ -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 144608, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2011-12-08 09:19:07 UTC (rev 144648)
@@ -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 (5 files)

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 04:19:09
  Author: andrea
Revision: 144649

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 144608, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 144608, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-08 09:19:07 UTC (rev 144648)
+++ extra-x86_64/PKGBUILD   2011-12-08 09:19:09 UTC (rev 144649)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.3
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d1efdd1f5f7f99ba173ddcc88b2ddee343ecf96b')
-
-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/extra-x86_64/PKGBUILD (from rev 144608, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-08 09:19:09 UTC (rev 144649)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.4
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('3c7a8d5b7fd80175684a0373fae26197e8158565')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2011-12-08 09:19:07 UTC (rev 144648)
+++ extra-x86_64/libksane.install   2011-12-08 09:19:09 UTC (rev 144649)
@@ -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-x86_64/libksane.install (from rev 144608, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2011-12-08 09:19:09 UTC (rev 144649)
@@ -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 (5 files)

2011-11-02 Thread Andrea Scarpino
Date: Wednesday, November 2, 2011 @ 14:13:04
  Author: andrea
Revision: 141784

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 141742, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 141742, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-02 18:13:03 UTC (rev 141783)
+++ extra-i686/PKGBUILD 2011-11-02 18:13:04 UTC (rev 141784)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.2
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('223182cf23fc29a10ff2f1ce7756aecf4258b41c')
-
-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/extra-i686/PKGBUILD (from rev 141742, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-02 18:13:04 UTC (rev 141784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.3
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d1efdd1f5f7f99ba173ddcc88b2ddee343ecf96b')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2011-11-02 18:13:03 UTC (rev 141783)
+++ extra-i686/libksane.install 2011-11-02 18:13:04 UTC (rev 141784)
@@ -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 141742, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2011-11-02 18:13:04 UTC (rev 141784)
@@ -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 (5 files)

2011-11-02 Thread Andrea Scarpino
Date: Wednesday, November 2, 2011 @ 14:13:06
  Author: andrea
Revision: 141785

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 141742, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 141742, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-02 18:13:04 UTC (rev 141784)
+++ extra-x86_64/PKGBUILD   2011-11-02 18:13:06 UTC (rev 141785)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.2
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('223182cf23fc29a10ff2f1ce7756aecf4258b41c')
-
-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/extra-x86_64/PKGBUILD (from rev 141742, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-02 18:13:06 UTC (rev 141785)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.3
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d1efdd1f5f7f99ba173ddcc88b2ddee343ecf96b')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2011-11-02 18:13:04 UTC (rev 141784)
+++ extra-x86_64/libksane.install   2011-11-02 18:13:06 UTC (rev 141785)
@@ -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-x86_64/libksane.install (from rev 141742, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2011-11-02 18:13:06 UTC (rev 141785)
@@ -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 (5 files)

2011-10-05 Thread Andrea Scarpino
Date: Wednesday, October 5, 2011 @ 15:10:15
  Author: andrea
Revision: 139933

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 139891, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 139891, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-05 19:10:13 UTC (rev 139932)
+++ extra-i686/PKGBUILD 2011-10-05 19:10:15 UTC (rev 139933)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d461b668e890069afb8818e6b367063fc92721da')
-
-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/extra-i686/PKGBUILD (from rev 139891, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-05 19:10:15 UTC (rev 139933)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.2
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('223182cf23fc29a10ff2f1ce7756aecf4258b41c')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2011-10-05 19:10:13 UTC (rev 139932)
+++ extra-i686/libksane.install 2011-10-05 19:10:15 UTC (rev 139933)
@@ -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 139891, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2011-10-05 19:10:15 UTC (rev 139933)
@@ -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 (5 files)

2011-10-05 Thread Andrea Scarpino
Date: Wednesday, October 5, 2011 @ 15:10:18
  Author: andrea
Revision: 139934

db-move: moved libksane from [staging] to [extra] (x86_64)

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 139891, libksane/repos/staging-x86_64/PKGBUILD)
  libksane/repos/extra-x86_64/libksane.install
(from rev 139891, libksane/repos/staging-x86_64/libksane.install)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD
  libksane/repos/extra-x86_64/libksane.install
  libksane/repos/staging-x86_64/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-05 19:10:15 UTC (rev 139933)
+++ extra-x86_64/PKGBUILD   2011-10-05 19:10:18 UTC (rev 139934)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d461b668e890069afb8818e6b367063fc92721da')
-
-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/extra-x86_64/PKGBUILD (from rev 139891, 
libksane/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-05 19:10:18 UTC (rev 139934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.2
+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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('223182cf23fc29a10ff2f1ce7756aecf4258b41c')
+
+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: extra-x86_64/libksane.install
===
--- extra-x86_64/libksane.install   2011-10-05 19:10:15 UTC (rev 139933)
+++ extra-x86_64/libksane.install   2011-10-05 19:10:18 UTC (rev 139934)
@@ -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-x86_64/libksane.install (from rev 139891, 
libksane/repos/staging-x86_64/libksane.install)
===
--- extra-x86_64/libksane.install   (rev 0)
+++ extra-x86_64/libksane.install   2011-10-05 19:10:18 UTC (rev 139934)
@@ -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 (5 files)

2011-09-07 Thread Andrea Scarpino
Date: Wednesday, September 7, 2011 @ 13:22:16
  Author: andrea
Revision: 137394

db-move: moved libksane from [staging] to [extra] (i686)

Added:
  libksane/repos/extra-i686/PKGBUILD
(from rev 137393, libksane/repos/staging-i686/PKGBUILD)
  libksane/repos/extra-i686/libksane.install
(from rev 137393, libksane/repos/staging-i686/libksane.install)
Deleted:
  libksane/repos/extra-i686/PKGBUILD
  libksane/repos/extra-i686/libksane.install
  libksane/repos/staging-i686/

--+
 PKGBUILD |   64 ++---
 libksane.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-07 17:21:58 UTC (rev 137393)
+++ extra-i686/PKGBUILD 2011-09-07 17:22:16 UTC (rev 137394)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.7.0
-pkgrel=2
-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/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('73a3f2c4619ccd8da7c362fc3832c1d52795933f')
-
-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/extra-i686/PKGBUILD (from rev 137393, 
libksane/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-07 17:22:16 UTC (rev 137394)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.7.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/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d461b668e890069afb8818e6b367063fc92721da')
+
+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: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2011-09-07 17:21:58 UTC (rev 137393)
+++ extra-i686/libksane.install 2011-09-07 17:22:16 UTC (rev 137394)
@@ -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 137393, 
libksane/repos/staging-i686/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2011-09-07 17:22:16 UTC (rev 137394)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}