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

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

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-12 15:42:45 UTC (rev 307695)
+++ extra-i686/PKGBUILD 2017-10-12 15:43:12 UTC (rev 307696)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('986447fa6ab8786eb87368f16be18ae9633aca0835a771c547252d3e825634d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 307695, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-12 15:43:12 UTC (rev 307696)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.08.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('07f8e1893f34bc79b8d44a092e8e47427020bc4ed1ad4a6324c3f08f6d4b0e87'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-12 15:42:45 UTC (rev 307695)
+++ extra-x86_64/PKGBUILD   2017-10-12 15:43:12 UTC (rev 307696)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('986447fa6ab8786eb87368f16be18ae9633aca0835a771c547252d3e825634d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 307695, 
kdegraphics-thumbnailers/trunk/PKGBUILD)

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

2017-09-07 Thread Antonio Rojas
Date: Thursday, September 7, 2017 @ 18:28:43
  Author: arojas
Revision: 304927

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-07 18:28:21 UTC (rev 304926)
+++ extra-i686/PKGBUILD 2017-09-07 18:28:43 UTC (rev 304927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b068ec757ff03a2cad20d4784168f57de580cefff83c981d4fe0f55e6db9e232'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 304926, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 18:28:43 UTC (rev 304927)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.08.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('986447fa6ab8786eb87368f16be18ae9633aca0835a771c547252d3e825634d6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-07 18:28:21 UTC (rev 304926)
+++ extra-x86_64/PKGBUILD   2017-09-07 18:28:43 UTC (rev 304927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b068ec757ff03a2cad20d4784168f57de580cefff83c981d4fe0f55e6db9e232'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 304926, 
kdegraphics-thumbnailers/trunk/PKGBUILD)

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

2017-08-18 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 05:30:16
  Author: arojas
Revision: 302538

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
302537, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-08-19 05:30:16 UTC (rev 302538)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b068ec757ff03a2cad20d4784168f57de580cefff83c981d4fe0f55e6db9e232'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-08-19 05:29:56 UTC (rev 302537)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:30:16 UTC (rev 302538)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6380c9811ae83d6e786aea4a93bfee68badd033c1a03e33c2c9ea415f4f64303'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
302537, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:30:16 UTC (rev 302538)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b068ec757ff03a2cad20d4784168f57de580cefff83c981d4fe0f55e6db9e232'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 15:01:50
  Author: arojas
Revision: 300404

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 15:01:31 UTC (rev 300403)
+++ extra-i686/PKGBUILD 2017-07-13 15:01:50 UTC (rev 300404)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d72e1aa92d572b3dd29d0c29377f50139da92c282256dd522a36956ccf19791b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 300403, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 15:01:50 UTC (rev 300404)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3923d29b01c3f96bdba1e724d635a9312792091869f3367b51954f60236a2b10'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 15:01:31 UTC (rev 300403)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:01:50 UTC (rev 300404)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d72e1aa92d572b3dd29d0c29377f50139da92c282256dd522a36956ccf19791b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 300403, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 15:01:50 UTC 

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

2017-06-08 Thread Antonio Rojas
Date: Thursday, June 8, 2017 @ 11:58:25
  Author: arojas
Revision: 298308

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-08 11:58:06 UTC (rev 298307)
+++ extra-i686/PKGBUILD 2017-06-08 11:58:25 UTC (rev 298308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aa71bd55e80208e0254027ccb36986ca6b76127e33b738a8c95d86b7c679b3d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 298307, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-08 11:58:25 UTC (rev 298308)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.04.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d72e1aa92d572b3dd29d0c29377f50139da92c282256dd522a36956ccf19791b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-08 11:58:06 UTC (rev 298307)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:58:25 UTC (rev 298308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aa71bd55e80208e0254027ccb36986ca6b76127e33b738a8c95d86b7c679b3d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 298307, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:58:25 UTC (rev 298308)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 11:00:50
  Author: arojas
Revision: 295733

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-11 11:00:30 UTC (rev 295732)
+++ extra-i686/PKGBUILD 2017-05-11 11:00:50 UTC (rev 295733)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2444eb59ab0e98d704ec651c6c5038228815cf49456d5633c465c420d96c5e40'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 295732, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 11:00:50 UTC (rev 295733)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.04.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aa71bd55e80208e0254027ccb36986ca6b76127e33b738a8c95d86b7c679b3d6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-11 11:00:30 UTC (rev 295732)
+++ extra-x86_64/PKGBUILD   2017-05-11 11:00:50 UTC (rev 295733)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2444eb59ab0e98d704ec651c6c5038228815cf49456d5633c465c420d96c5e40'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 295732, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-05-11 11:00:50 UTC (rev 295733)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 08:46:38
  Author: arojas
Revision: 293450

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
293449, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:46:38 UTC (rev 293450)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2444eb59ab0e98d704ec651c6c5038228815cf49456d5633c465c420d96c5e40'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-04-20 08:46:21 UTC (rev 293449)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:46:38 UTC (rev 293450)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3406df754cf193d53920b6a5c75a2164acec64a192cbfbeacf986f861ed80fe1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
293449, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:46:38 UTC (rev 293450)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2444eb59ab0e98d704ec651c6c5038228815cf49456d5633c465c420d96c5e40'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 17:10:26
  Author: arojas
Revision: 290368

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-09 17:10:08 UTC (rev 290367)
+++ extra-i686/PKGBUILD 2017-03-09 17:10:26 UTC (rev 290368)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('8065a2aa18ff281c7f7528b1130a493f287eb640'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 290367, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 17:10:26 UTC (rev 290368)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.12.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b82b5e85f7a64400628c4663152c8f7596804594f53c9fee6280088cff670207'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-09 17:10:08 UTC (rev 290367)
+++ extra-x86_64/PKGBUILD   2017-03-09 17:10:26 UTC (rev 290368)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('8065a2aa18ff281c7f7528b1130a493f287eb640'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 290367, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-09 17:10:26 UTC (rev 290368)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# 

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

2017-02-09 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 14:24:58
  Author: arojas
Revision: 288430

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 14:24:37 UTC (rev 288429)
+++ extra-i686/PKGBUILD 2017-02-09 14:24:58 UTC (rev 288430)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('9e147c799819d2897b97e673aae7c86429b623ed'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 288429, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 14:24:58 UTC (rev 288430)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.12.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('8065a2aa18ff281c7f7528b1130a493f287eb640'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 14:24:37 UTC (rev 288429)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:24:58 UTC (rev 288430)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('9e147c799819d2897b97e673aae7c86429b623ed'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 288429, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:24:58 UTC (rev 288430)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

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

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 20:09:27 UTC (rev 286077)
+++ extra-i686/PKGBUILD 2017-01-12 20:09:50 UTC (rev 286078)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('52c1e4b210c2bfa9da3b4734c3c9b02b709f3a05'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 286077, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 20:09:50 UTC (rev 286078)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.12.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('9e147c799819d2897b97e673aae7c86429b623ed'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 20:09:27 UTC (rev 286077)
+++ extra-x86_64/PKGBUILD   2017-01-12 20:09:50 UTC (rev 286078)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('52c1e4b210c2bfa9da3b4734c3c9b02b709f3a05'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 286077, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 20:09:50 UTC (rev 286078)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 11:36:46
  Author: arojas
Revision: 283470

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-15 11:36:23 UTC (rev 283469)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:36:46 UTC (rev 283470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('96911e29d0c52d8c64161aa259ff1cf82a773dd7'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
283469, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:36:46 UTC (rev 283470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('52c1e4b210c2bfa9da3b4734c3c9b02b709f3a05'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-15 11:36:23 UTC (rev 283469)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:36:46 UTC (rev 283470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('96911e29d0c52d8c64161aa259ff1cf82a773dd7'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
283469, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:36:46 UTC (rev 283470)
@@ -0,0 

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

2016-12-02 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 00:31:05
  Author: arojas
Revision: 282688

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-03 00:30:50 UTC (rev 282687)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:31:05 UTC (rev 282688)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('e31d3e668d17299d26ba65ef69db7e459d0de810'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
282687, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:31:05 UTC (rev 282688)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.11.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('96911e29d0c52d8c64161aa259ff1cf82a773dd7'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-03 00:30:50 UTC (rev 282687)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:31:05 UTC (rev 282688)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('e31d3e668d17299d26ba65ef69db7e459d0de810'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
282687, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 

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

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 20:01:04
  Author: arojas
Revision: 281160

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

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

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 281159, 
kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 20:01:04 UTC (rev 281160)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('e31d3e668d17299d26ba65ef69db7e459d0de810'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
281159, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-18 20:01:04 UTC (rev 281160)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('e31d3e668d17299d26ba65ef69db7e459d0de810'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 18:30:41
  Author: arojas
Revision: 280434

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-10 18:30:34 UTC (rev 280433)
+++ extra-i686/PKGBUILD 2016-11-10 18:30:41 UTC (rev 280434)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5e8c5495ee945f6e80f63ece974cc20fc3168636')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 280433, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-10 18:30:41 UTC (rev 280434)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('b7163b7e97d23d186a478391a4202b9c89912ab6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-10 18:30:34 UTC (rev 280433)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:30:41 UTC (rev 280434)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5e8c5495ee945f6e80f63ece974cc20fc3168636')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 280433, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:30:41 UTC (rev 280434)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)

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

2016-10-13 Thread Antonio Rojas
Date: Thursday, October 13, 2016 @ 16:10:43
  Author: arojas
Revision: 278734

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-13 16:10:36 UTC (rev 278733)
+++ extra-i686/PKGBUILD 2016-10-13 16:10:43 UTC (rev 278734)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2d3a43bfaabf888ea23353662bb178b3767b6093')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 278733, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:10:43 UTC (rev 278734)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5e8c5495ee945f6e80f63ece974cc20fc3168636')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-13 16:10:36 UTC (rev 278733)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:10:43 UTC (rev 278734)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2d3a43bfaabf888ea23353662bb178b3767b6093')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 278733, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:10:43 UTC (rev 278734)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)

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

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 18:28:49
  Author: arojas
Revision: 276010

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 18:28:27 UTC (rev 276009)
+++ extra-i686/PKGBUILD 2016-09-08 18:28:49 UTC (rev 276010)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('101f70dd88f62ed175ca5c8467628d27898d854d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 276009, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 18:28:49 UTC (rev 276010)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('2d3a43bfaabf888ea23353662bb178b3767b6093')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 18:28:27 UTC (rev 276009)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:28:49 UTC (rev 276010)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('101f70dd88f62ed175ca5c8467628d27898d854d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 276009, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:28:49 UTC (rev 276010)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)

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

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 03:32:19
  Author: felixonmars
Revision: 274395

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

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

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 274394, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 03:32:19 UTC (rev 274395)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('101f70dd88f62ed175ca5c8467628d27898d854d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
274394, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 03:32:19 UTC (rev 274395)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('101f70dd88f62ed175ca5c8467628d27898d854d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 18:13:45
  Author: arojas
Revision: 273281

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-05 18:13:27 UTC (rev 273280)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:13:45 UTC (rev 273281)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3895c2623022291b948c09b89c4026b992cb029b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
273280, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:13:45 UTC (rev 273281)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('576674a7f2b7636df4db5890bda80e58753b953c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-08-05 18:13:27 UTC (rev 273280)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:13:45 UTC (rev 273281)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3895c2623022291b948c09b89c4026b992cb029b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
273280, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:13:45 UTC (rev 273281)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"

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

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 18:48:20
  Author: arojas
Revision: 272370

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
272369, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:48:20 UTC (rev 272370)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3895c2623022291b948c09b89c4026b992cb029b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
272369, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-23 18:48:20 UTC (rev 272370)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3895c2623022291b948c09b89c4026b992cb029b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-07-12 Thread Antonio Rojas
Date: Tuesday, July 12, 2016 @ 18:11:10
  Author: arojas
Revision: 271677

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-12 18:10:52 UTC (rev 271676)
+++ extra-i686/PKGBUILD 2016-07-12 18:11:10 UTC (rev 271677)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3a869903a451713466b5891b674703a88e0e4031')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 271676, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 18:11:10 UTC (rev 271677)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('73d68871e2e7e12fbb14fa9618e595f796b4cb81')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-12 18:10:52 UTC (rev 271676)
+++ extra-x86_64/PKGBUILD   2016-07-12 18:11:10 UTC (rev 271677)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3a869903a451713466b5891b674703a88e0e4031')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 271676, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-12 18:11:10 UTC (rev 271677)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 17:06:56
  Author: arojas
Revision: 269874

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 17:06:40 UTC (rev 269873)
+++ extra-i686/PKGBUILD 2016-06-14 17:06:56 UTC (rev 269874)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2263e5597edb3c329155badde287e90edf57c547')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 269873, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 17:06:56 UTC (rev 269874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3a869903a451713466b5891b674703a88e0e4031')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 17:06:40 UTC (rev 269873)
+++ extra-x86_64/PKGBUILD   2016-06-14 17:06:56 UTC (rev 269874)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2263e5597edb3c329155badde287e90edf57c547')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 269873, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 17:06:56 UTC (rev 269874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)

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

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 18:58:39
  Author: arojas
Revision: 267513

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-10 16:58:19 UTC (rev 267512)
+++ extra-i686/PKGBUILD 2016-05-10 16:58:39 UTC (rev 267513)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f7e7708c4bc0762a12a3d02d79f5c4b06842f395')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 267512, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 16:58:39 UTC (rev 267513)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('2263e5597edb3c329155badde287e90edf57c547')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-10 16:58:19 UTC (rev 267512)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:58:39 UTC (rev 267513)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f7e7708c4bc0762a12a3d02d79f5c4b06842f395')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 267512, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:58:39 UTC (rev 267513)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:28:28
  Author: arojas
Revision: 265378

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:28:12 UTC (rev 265377)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:28:28 UTC (rev 265378)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d89ae04571c11b50d0ae41a9eb1c1addbaea279b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
265377, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:28:28 UTC (rev 265378)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f7e7708c4bc0762a12a3d02d79f5c4b06842f395')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:28:12 UTC (rev 265377)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:28:28 UTC (rev 265378)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d89ae04571c11b50d0ae41a9eb1c1addbaea279b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265377, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:28:28 UTC (rev 265378)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:19:12
  Author: arojas
Revision: 264140

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:18:48 UTC (rev 264139)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:12 UTC (rev 264140)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5881b91180a51738fbeb9868a058480423baa52f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
264139, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:12 UTC (rev 264140)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d89ae04571c11b50d0ae41a9eb1c1addbaea279b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:48 UTC (rev 264139)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:12 UTC (rev 264140)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5881b91180a51738fbeb9868a058480423baa52f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264139, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:12 UTC (rev 264140)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:24:42
  Author: arojas
Revision: 262745

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 262744, 
kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:24:42 UTC (rev 262745)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5881b91180a51738fbeb9868a058480423baa52f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
262744, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:24:42 UTC (rev 262745)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5881b91180a51738fbeb9868a058480423baa52f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 12:09:27
  Author: arojas
Revision: 261607

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 11:09:10 UTC (rev 261606)
+++ extra-i686/PKGBUILD 2016-03-15 11:09:27 UTC (rev 261607)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('67f768e9bcf73b8c83cf45d7d7a1a73567aaffc5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 261606, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 11:09:27 UTC (rev 261607)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('9c2853a526b934614488835ebb743c4512a0aba3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 11:09:10 UTC (rev 261606)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:09:27 UTC (rev 261607)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('67f768e9bcf73b8c83cf45d7d7a1a73567aaffc5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 261606, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:09:27 UTC (rev 261607)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"

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

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:39:08
  Author: arojas
Revision: 259500

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 259499, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 08:39:08 UTC (rev 259500)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('67f768e9bcf73b8c83cf45d7d7a1a73567aaffc5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
259499, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:39:08 UTC (rev 259500)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('67f768e9bcf73b8c83cf45d7d7a1a73567aaffc5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:31:47
  Author: arojas
Revision: 258085

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 08:31:15 UTC (rev 258084)
+++ extra-i686/PKGBUILD 2016-01-12 08:31:47 UTC (rev 258085)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('284fb3881a11d7f449920dac0903179bf7b32563')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 258084, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:31:47 UTC (rev 258085)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('8a26bf4b03d3b0623f5668e33fc80498c23d0e93')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-12 08:31:15 UTC (rev 258084)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:31:47 UTC (rev 258085)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('284fb3881a11d7f449920dac0903179bf7b32563')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 258084, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:31:47 UTC (rev 258085)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file 

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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 09:05:22
  Author: arojas
Revision: 256406

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 08:05:03 UTC (rev 256405)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:05:22 UTC (rev 256406)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
256405, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:05:22 UTC (rev 256406)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('284fb3881a11d7f449920dac0903179bf7b32563')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-16 08:05:03 UTC (rev 256405)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 08:05:22 UTC (rev 256406)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
256405, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-16 08:05:22 UTC (rev 256406)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:59:59
  Author: arojas
Revision: 254931

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:59:40 UTC (rev 254930)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:59 UTC (rev 254931)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
254930, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:59 UTC (rev 254931)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:40 UTC (rev 254930)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:59 UTC (rev 254931)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254930, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:59 UTC (rev 254931)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 

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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 12:31:36
  Author: bpiotrowski
Revision: 253661

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 253660, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 11:31:36 UTC (rev 253661)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.3
+pkgrel=3
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2_4' 'libkdcraw4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c623278ab5f4973c7db6a8af3108cacc663556c8')
+
+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: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
253660, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 11:31:36 UTC (rev 253661)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.3
+pkgrel=3
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2_4' 'libkdcraw4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c623278ab5f4973c7db6a8af3108cacc663556c8')
+
+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
+}


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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:39:48
  Author: arojas
Revision: 252279

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:39:29 UTC (rev 252278)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:39:48 UTC (rev 252279)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.80
-pkgrel=2
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
252278, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:39:48 UTC (rev 252279)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 20:39:29 UTC (rev 252278)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:39:48 UTC (rev 252279)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.80
-pkgrel=2
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
252278, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 20:39:48 UTC (rev 252279)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 251378, 
kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 21:11:10 UTC (rev 251379)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw4)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
251378, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:11:10 UTC (rev 251379)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw4)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 23:03:08
  Author: arojas
Revision: 251450

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

Added:
  kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD
(from rev 251449, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
  kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD
(from rev 251449, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-11-19 22:02:42 UTC (rev 251449)
+++ staging-i686/PKGBUILD   2015-11-19 22:03:08 UTC (rev 251450)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 251449, 
kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 22:03:08 UTC (rev 251450)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.80
+pkgrel=2
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-11-19 22:02:42 UTC (rev 251449)
+++ staging-x86_64/PKGBUILD 2015-11-19 22:03:08 UTC (rev 251450)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
251449, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 22:03:08 UTC (rev 251450)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+

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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 23:00:25
  Author: arojas
Revision: 251448

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

Added:
  kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD
(from rev 251447, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
  kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD
(from rev 251447, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-11-19 22:00:04 UTC (rev 251447)
+++ staging-i686/PKGBUILD   2015-11-19 22:00:25 UTC (rev 251448)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw4)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 251447, 
kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 22:00:25 UTC (rev 251448)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-11-19 22:00:04 UTC (rev 251447)
+++ staging-x86_64/PKGBUILD 2015-11-19 22:00:25 UTC (rev 251448)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw4)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6339293d2c8e926208cf363bc927a9ef01abc508')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
251447, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 22:00:25 UTC (rev 251448)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+

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

2015-11-10 Thread Antonio Rojas
Date: Tuesday, November 10, 2015 @ 23:24:49
  Author: arojas
Revision: 250614

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 250613, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-10 22:24:49 UTC (rev 250614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2_4' 'libkdcraw4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c623278ab5f4973c7db6a8af3108cacc663556c8')
+
+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: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
250613, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-10 22:24:49 UTC (rev 250614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2_4' 'libkdcraw4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c623278ab5f4973c7db6a8af3108cacc663556c8')
+
+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
+}


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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 23:01:36
  Author: arojas
Revision: 250418

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 22:01:17 UTC (rev 250417)
+++ extra-i686/PKGBUILD 2015-11-09 22:01:36 UTC (rev 250418)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fb9b5eb52e8b8f8f917dd2a74d29c6d5dc97a3bb')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 250417, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 22:01:36 UTC (rev 250418)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c623278ab5f4973c7db6a8af3108cacc663556c8')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 22:01:17 UTC (rev 250417)
+++ extra-x86_64/PKGBUILD   2015-11-09 22:01:36 UTC (rev 250418)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fb9b5eb52e8b8f8f917dd2a74d29c6d5dc97a3bb')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 250417, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-09 22:01:36 UTC (rev 250418)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:44:08
  Author: arojas
Revision: 249104

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:43:46 UTC (rev 249103)
+++ extra-i686/PKGBUILD 2015-10-13 07:44:08 UTC (rev 249104)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('44b19018ab645d3512f410dcb89add7b00dc1f56')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 249103, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:44:08 UTC (rev 249104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fb9b5eb52e8b8f8f917dd2a74d29c6d5dc97a3bb')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 07:43:46 UTC (rev 249103)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:44:08 UTC (rev 249104)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('44b19018ab645d3512f410dcb89add7b00dc1f56')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 249103, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:44:08 UTC (rev 249104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"

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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:42:28
  Author: arojas
Revision: 246181

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 246180, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:42:28 UTC (rev 246181)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('44b19018ab645d3512f410dcb89add7b00dc1f56')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
246180, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:42:28 UTC (rev 246181)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('44b19018ab645d3512f410dcb89add7b00dc1f56')
+
+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
+}


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 09:02:30
  Author: arojas
Revision: 244097

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 07:02:12 UTC (rev 244096)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:02:30 UTC (rev 244097)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('57f7118fd17b3ba0d439d706e60f8936aa5e184d')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
244096, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:02:30 UTC (rev 244097)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('77373ba7cf9a234429b2dcb141f20d33d369f91e')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 07:02:12 UTC (rev 244096)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 07:02:30 UTC (rev 244097)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('57f7118fd17b3ba0d439d706e60f8936aa5e184d')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
244096, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 07:02:30 UTC (rev 244097)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.08.0

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:16:36
  Author: arojas
Revision: 243568

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:16:19 UTC (rev 243567)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:16:36 UTC (rev 243568)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.07.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('87d285f33accd0438876fcfee4d09d60a76d13a2')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
243567, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:16:36 UTC (rev 243568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.07.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('57f7118fd17b3ba0d439d706e60f8936aa5e184d')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 05:16:19 UTC (rev 243567)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 05:16:36 UTC (rev 243568)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.07.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('87d285f33accd0438876fcfee4d09d60a76d13a2')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
243567, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 05:16:36 UTC (rev 243568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:57:24
  Author: arojas
Revision: 242747

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
242746, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:57:24 UTC (rev 242747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('87d285f33accd0438876fcfee4d09d60a76d13a2')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242746, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:57:24 UTC (rev 242747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('87d285f33accd0438876fcfee4d09d60a76d13a2')
+
+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
+}


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:01:44
  Author: arojas
Revision: 241590

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:01:28 UTC (rev 241589)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:44 UTC (rev 241590)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2e153a567d484952a28646e94cd33ba1e33847bb')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 241589, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:44 UTC (rev 241590)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('15727b4f3c5f16f055b0caf94b3df313bdcae2a0')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:01:28 UTC (rev 241589)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:44 UTC (rev 241590)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2e153a567d484952a28646e94cd33ba1e33847bb')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 241589, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:44 UTC (rev 241590)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:12:58
  Author: arojas
Revision: 240116

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 07:12:41 UTC (rev 240115)
+++ extra-i686/PKGBUILD 2015-06-02 07:12:58 UTC (rev 240116)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ab80dc613863e3bcdb726924a1ea7bc8cd8d3e77')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 240115, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:12:58 UTC (rev 240116)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2e153a567d484952a28646e94cd33ba1e33847bb')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 07:12:41 UTC (rev 240115)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:12:58 UTC (rev 240116)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ab80dc613863e3bcdb726924a1ea7bc8cd8d3e77')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 240115, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:12:58 UTC (rev 240116)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:59:39
  Author: arojas
Revision: 239084

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:59:19 UTC (rev 239083)
+++ extra-i686/PKGBUILD 2015-05-12 07:59:39 UTC (rev 239084)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('55e797d2e2325fb1f66a10f2921d53bce3e3b8b5')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 239083, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:59:39 UTC (rev 239084)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ab80dc613863e3bcdb726924a1ea7bc8cd8d3e77')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:59:19 UTC (rev 239083)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:59:39 UTC (rev 239084)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('55e797d2e2325fb1f66a10f2921d53bce3e3b8b5')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 239083, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:59:39 UTC (rev 239084)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:57:53
  Author: arojas
Revision: 235114

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:57:33 UTC (rev 235113)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:57:53 UTC (rev 235114)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.03.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f06400949ec238e585ce591a2d8def6f7e7a8cc3')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
235113, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:57:53 UTC (rev 235114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.03.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7141631b36be7340d65c074214b8dfc8c7b8a7a7')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:57:33 UTC (rev 235113)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:57:53 UTC (rev 235114)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.03.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f06400949ec238e585ce591a2d8def6f7e7a8cc3')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
235113, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:57:53 UTC (rev 235114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 23:44:24
  Author: arojas
Revision: 234361

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 22:44:05 UTC (rev 234360)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:44:24 UTC (rev 234361)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d0757c36d03aded9b6979d4676b871134f9fffae')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
234360, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 22:44:24 UTC (rev 234361)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.03.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f06400949ec238e585ce591a2d8def6f7e7a8cc3')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 22:44:05 UTC (rev 234360)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:44:24 UTC (rev 234361)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d0757c36d03aded9b6979d4676b871134f9fffae')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
234360, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 22:44:24 UTC (rev 234361)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:31:22
  Author: arojas
Revision: 233724

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
233723, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:31:22 UTC (rev 233724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d0757c36d03aded9b6979d4676b871134f9fffae')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233723, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:31:22 UTC (rev 233724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d0757c36d03aded9b6979d4676b871134f9fffae')
+
+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
+}


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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 16:35:35
  Author: fyan
Revision: 232747

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 232746, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 15:35:35 UTC (rev 232747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=14.12.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f97c13095f3aeb636d0ee1f320a3648a0a8924bb')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
232746, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 15:35:35 UTC (rev 232747)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=14.12.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f97c13095f3aeb636d0ee1f320a3648a0a8924bb')
+
+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
+}


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

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:49:12
  Author: fyan
Revision: 230632

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 230631, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 07:49:12 UTC (rev 230632)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2e43e2a77e4062fe28a3eed854230e225d186236')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
230631, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 07:49:12 UTC (rev 230632)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2e43e2a77e4062fe28a3eed854230e225d186236')
+
+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
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 07:20:23
  Author: fyan
Revision: 229271

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 229270, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 06:20:23 UTC (rev 229271)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0141586a39365707f7044aef2a976d59023cf0e5')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
229270, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 06:20:23 UTC (rev 229271)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0141586a39365707f7044aef2a976d59023cf0e5')
+
+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
+}


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 19:42:36
  Author: fyan
Revision: 226637

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 226636, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 18:42:36 UTC (rev 226637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('04076ea762d8745895ab6bbb6d359dcc263f0a80')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
226636, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 18:42:36 UTC (rev 226637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('04076ea762d8745895ab6bbb6d359dcc263f0a80')
+
+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
+}


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

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

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 08:18:50 UTC (rev 225007)
+++ extra-i686/PKGBUILD 2014-10-20 08:18:59 UTC (rev 225008)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6a9c3d940a0bcd074fdac8981e138c107c0b03b7')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 225007, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 08:18:59 UTC (rev 225008)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('39bc967fcd33ebe565db34d82d0b13de0c87e9b8')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-20 08:18:50 UTC (rev 225007)
+++ extra-x86_64/PKGBUILD   2014-10-20 08:18:59 UTC (rev 225008)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6a9c3d940a0bcd074fdac8981e138c107c0b03b7')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 225007, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-20 08:18:59 UTC (rev 225008)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 222404, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:23:45 UTC (rev 222405)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6a9c3d940a0bcd074fdac8981e138c107c0b03b7')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
222404, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:23:45 UTC (rev 222405)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6a9c3d940a0bcd074fdac8981e138c107c0b03b7')
+
+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
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:16:11
  Author: svenstaro
Revision: 220019

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 220018, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:16:11 UTC (rev 220019)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3ecfeec5d64f638db000f707ab8defb8bb2eb548')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
220018, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:16:11 UTC (rev 220019)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.14.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3ecfeec5d64f638db000f707ab8defb8bb2eb548')
+
+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
+}



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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:38:43 UTC (rev 219033)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:38:49 UTC (rev 219034)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79ee3fdeb2e177ac97d9a98f7d55fecf2827e561')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
219033, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:38:49 UTC (rev 219034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('79ee3fdeb2e177ac97d9a98f7d55fecf2827e561')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:38:43 UTC (rev 219033)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:38:49 UTC (rev 219034)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79ee3fdeb2e177ac97d9a98f7d55fecf2827e561')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
219033, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:38:49 UTC (rev 219034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:58:15
  Author: svenstaro
Revision: 219210

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:58:09 UTC (rev 219209)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:58:15 UTC (rev 219210)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79ee3fdeb2e177ac97d9a98f7d55fecf2827e561')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
219209, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:58:15 UTC (rev 219210)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('79ee3fdeb2e177ac97d9a98f7d55fecf2827e561')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-08-03 13:58:09 UTC (rev 219209)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:58:15 UTC (rev 219210)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.97
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79ee3fdeb2e177ac97d9a98f7d55fecf2827e561')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
219209, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:58:15 UTC (rev 219210)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
218069, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:04:46 UTC (rev 218070)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('63d473cf6e6ccdc924c37064cf93702cc4b48a29')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
218069, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:04:46 UTC (rev 218070)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('63d473cf6e6ccdc924c37064cf93702cc4b48a29')
+
+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
+}



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

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:26:32
  Author: svenstaro
Revision: 217658

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-21 20:26:22 UTC (rev 217657)
+++ extra-i686/PKGBUILD 2014-07-21 20:26:32 UTC (rev 217658)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7f9ae29ce3f8f1320286cb9257a2a83494c6fa32')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 217657, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-21 20:26:32 UTC (rev 217658)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7f9ae29ce3f8f1320286cb9257a2a83494c6fa32')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-21 20:26:22 UTC (rev 217657)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:26:32 UTC (rev 217658)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7f9ae29ce3f8f1320286cb9257a2a83494c6fa32')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 217657, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:26:32 UTC (rev 217658)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:44:28
  Author: svenstaro
Revision: 217294

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:44:20 UTC (rev 217293)
+++ extra-i686/PKGBUILD 2014-07-18 11:44:28 UTC (rev 217294)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('40bc44848a3d57f03e578492a1fab92516cdcf88')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 217293, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:44:28 UTC (rev 217294)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7f9ae29ce3f8f1320286cb9257a2a83494c6fa32')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:44:20 UTC (rev 217293)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:44:28 UTC (rev 217294)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('40bc44848a3d57f03e578492a1fab92516cdcf88')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 217293, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:44:28 UTC (rev 217294)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 214636, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:16:36 UTC (rev 214637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('40bc44848a3d57f03e578492a1fab92516cdcf88')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
214636, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:16:36 UTC (rev 214637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('40bc44848a3d57f03e578492a1fab92516cdcf88')
+
+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
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:06:15
  Author: svenstaro
Revision: 212663

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 212662, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:06:15 UTC (rev 212663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('119fa679bfae0443b72ab348b96946fe82a10547')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
212662, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:06:15 UTC (rev 212663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('119fa679bfae0443b72ab348b96946fe82a10547')
+
+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
+}



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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 210745, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:10:38 UTC (rev 210746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('13dd41b5cad95bf36e20e3ba39dd534f926ec3f0')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
210745, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:10:38 UTC (rev 210746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.13.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('13dd41b5cad95bf36e20e3ba39dd534f926ec3f0')
+
+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
+}



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

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

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:20:48 UTC (rev 209547)
+++ extra-i686/PKGBUILD 2014-03-31 10:20:53 UTC (rev 209548)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2f38147367e320d238dae1147dd62ae2f4a972be')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 209547, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:20:53 UTC (rev 209548)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('972934d78f6c53ae53db6ad3f6e442866c94e0de')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 10:20:48 UTC (rev 209547)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:20:53 UTC (rev 209548)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2f38147367e320d238dae1147dd62ae2f4a972be')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 209547, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:20:53 UTC (rev 209548)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-29 09:16:45 UTC (rev 209062)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 09:16:57 UTC (rev 209063)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f185a61b7ab39298b926fd1137f46271efd0888d')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
209062, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 09:16:57 UTC (rev 209063)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cfbbd656269249560ca2c4c41a0caf72ecb6888c')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-29 09:16:45 UTC (rev 209062)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 09:16:57 UTC (rev 209063)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f185a61b7ab39298b926fd1137f46271efd0888d')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
209062, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 09:16:57 UTC (rev 209063)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2014-03-22 Thread Andrea Scarpino
Date: Saturday, March 22, 2014 @ 19:07:34
  Author: andrea
Revision: 208458

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-22 18:07:18 UTC (rev 208457)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 18:07:34 UTC (rev 208458)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e02ad2002bb8e4479b5a63c2b7d167e5c25c226e')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
208457, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 18:07:34 UTC (rev 208458)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f185a61b7ab39298b926fd1137f46271efd0888d')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-22 18:07:18 UTC (rev 208457)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 18:07:34 UTC (rev 208458)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e02ad2002bb8e4479b5a63c2b7d167e5c25c226e')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
208457, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 18:07:34 UTC (rev 208458)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-15 08:02:38 UTC (rev 207891)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 08:02:48 UTC (rev 207892)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('00897e3a87006e2efec3e144ab39372b56728c13')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
207891, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 08:02:48 UTC (rev 207892)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e02ad2002bb8e4479b5a63c2b7d167e5c25c226e')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2014-03-15 08:02:38 UTC (rev 207891)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 08:02:48 UTC (rev 207892)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.12.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('00897e3a87006e2efec3e144ab39372b56728c13')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207891, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 08:02:48 UTC (rev 207892)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:47:32
  Author: andrea
Revision: 207282

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
207281, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:47:32 UTC (rev 207282)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('00897e3a87006e2efec3e144ab39372b56728c13')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207281, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:47:32 UTC (rev 207282)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('00897e3a87006e2efec3e144ab39372b56728c13')
+
+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
+}



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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 206822, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:33 UTC (rev 206823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2f38147367e320d238dae1147dd62ae2f4a972be')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
206822, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:33 UTC (rev 206823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2f38147367e320d238dae1147dd62ae2f4a972be')
+
+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
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:03:12
  Author: svenstaro
Revision: 205323

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 205322, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 14:03:12 UTC (rev 205323)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f293b18cf66257a7ad98550037145e412239c595')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
205322, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 14:03:12 UTC (rev 205323)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f293b18cf66257a7ad98550037145e412239c595')
+
+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
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:48:23
  Author: svenstaro
Revision: 203911

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 203910, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:48:23 UTC (rev 203911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('589378df8d9e0a457cf8c5e8d64f95de720f5037')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
203910, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:48:23 UTC (rev 203911)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('589378df8d9e0a457cf8c5e8d64f95de720f5037')
+
+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
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:39:07
  Author: andrea
Revision: 202127

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 202126, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:39:07 UTC (rev 202127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2a9f551c2271298ee16f8e12f9d18c84bceb9c09')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
202126, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:39:07 UTC (rev 202127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2a9f551c2271298ee16f8e12f9d18c84bceb9c09')
+
+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
+}



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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:33:22
  Author: svenstaro
Revision: 201104

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 12:33:16 UTC (rev 201103)
+++ extra-i686/PKGBUILD 2013-12-06 12:33:22 UTC (rev 201104)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e23d895bcfd15584a3e405e58c209ab70fa1')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 201103, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 12:33:22 UTC (rev 201104)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('84ecdda4762e1c46aa68e83b358b27f07764d301')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-06 12:33:16 UTC (rev 201103)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:33:22 UTC (rev 201104)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e23d895bcfd15584a3e405e58c209ab70fa1')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 201103, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:33:22 UTC (rev 201104)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

2013-11-28 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 14:48:19
  Author: andrea
Revision: 200524

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-28 13:48:09 UTC (rev 200523)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:48:19 UTC (rev 200524)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c06ce97e6095496cedbe7b714ef5bd8a104bc061')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
200523, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:48:19 UTC (rev 200524)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b93667d3381478c59fdbc01cdd4818449961894a')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-28 13:48:09 UTC (rev 200523)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:48:19 UTC (rev 200524)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c06ce97e6095496cedbe7b714ef5bd8a104bc061')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
200523, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:48:19 UTC (rev 200524)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-22 09:21:30 UTC (rev 200157)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:21:39 UTC (rev 200158)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3553ab2d1da69de5d33c205d583a6dabbd774218')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
200157, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:21:39 UTC (rev 200158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c06ce97e6095496cedbe7b714ef5bd8a104bc061')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-22 09:21:30 UTC (rev 200157)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:21:39 UTC (rev 200158)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3553ab2d1da69de5d33c205d583a6dabbd774218')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
200157, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:21:39 UTC (rev 200158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2013-11-15 Thread Andrea Scarpino
Date: Friday, November 15, 2013 @ 11:11:43
  Author: andrea
Revision: 199659

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-15 10:11:32 UTC (rev 199658)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 10:11:43 UTC (rev 199659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2c7252f6713c28b001b0f5787b82aa73e0a36646')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
199658, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 10:11:43 UTC (rev 199659)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3553ab2d1da69de5d33c205d583a6dabbd774218')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-11-15 10:11:32 UTC (rev 199658)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 10:11:43 UTC (rev 199659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2c7252f6713c28b001b0f5787b82aa73e0a36646')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
199658, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 10:11:43 UTC (rev 199659)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:40:12
  Author: andrea
Revision: 199203

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
199202, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:40:12 UTC (rev 199203)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2c7252f6713c28b001b0f5787b82aa73e0a36646')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
199202, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:12 UTC (rev 199203)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2c7252f6713c28b001b0f5787b82aa73e0a36646')
+
+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
+}



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:09:42
  Author: andrea
Revision: 198933

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:09:32 UTC (rev 198932)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:42 UTC (rev 198933)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7b25127d63f0bf4e8d67af21d4fd9bf636e9b691')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 198932, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:42 UTC (rev 198933)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e23d895bcfd15584a3e405e58c209ab70fa1')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:09:32 UTC (rev 198932)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:42 UTC (rev 198933)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7b25127d63f0bf4e8d67af21d4fd9bf636e9b691')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 198932, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:42 UTC (rev 198933)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:32:13
  Author: svenstaro
Revision: 195724

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-01 15:32:07 UTC (rev 195723)
+++ extra-i686/PKGBUILD 2013-10-01 15:32:13 UTC (rev 195724)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0e7d1a77c4aac440589b29afd22ff429c148251c')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 195723, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:32:13 UTC (rev 195724)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7b25127d63f0bf4e8d67af21d4fd9bf636e9b691')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-01 15:32:07 UTC (rev 195723)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:32:13 UTC (rev 195724)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0e7d1a77c4aac440589b29afd22ff429c148251c')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 195723, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:32:13 UTC (rev 195724)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

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

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:48 UTC (rev 194149)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:56 UTC (rev 194150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('51cbd5cef7dbe265a9c8f4f09cdb710bb8eb506b')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 194149, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:56 UTC (rev 194150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0e7d1a77c4aac440589b29afd22ff429c148251c')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:48 UTC (rev 194149)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:56 UTC (rev 194150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('51cbd5cef7dbe265a9c8f4f09cdb710bb8eb506b')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 194149, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:56 UTC (rev 194150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:13:34
  Author: andrea
Revision: 192670

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 192669, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:13:34 UTC (rev 192670)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('51cbd5cef7dbe265a9c8f4f09cdb710bb8eb506b')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
192669, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:13:34 UTC (rev 192670)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('51cbd5cef7dbe265a9c8f4f09cdb710bb8eb506b')
+
+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
+}



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

2013-07-25 Thread Andrea Scarpino
Date: Thursday, July 25, 2013 @ 15:40:38
  Author: andrea
Revision: 191506

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-25 13:40:30 UTC (rev 191505)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:40:38 UTC (rev 191506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=2
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
191505, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:40:38 UTC (rev 191506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('645974a4634c9b6e295b4dd1d313a1f3055dcb64')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-25 13:40:30 UTC (rev 191505)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:40:38 UTC (rev 191506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=2
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
191505, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:40:38 UTC (rev 191506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-18 22:35:39 UTC (rev 191080)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:35:45 UTC (rev 191081)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
191080, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:35:45 UTC (rev 191081)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=2
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-18 22:35:39 UTC (rev 191080)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:35:45 UTC (rev 191081)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
191080, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:35:45 UTC (rev 191081)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=2
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:53:08
  Author: svenstaro
Revision: 190366

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 18:52:57 UTC (rev 190365)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:53:08 UTC (rev 190366)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('765b730ee8eab1d8ddb04ce12bbad9fa75739d73')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
190365, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:53:08 UTC (rev 190366)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 18:52:57 UTC (rev 190365)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:53:08 UTC (rev 190366)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('765b730ee8eab1d8ddb04ce12bbad9fa75739d73')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
190365, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:53:08 UTC (rev 190366)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 19:51:47 UTC (rev 190580)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:51:58 UTC (rev 190581)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
190580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:51:58 UTC (rev 190581)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 19:51:47 UTC (rev 190580)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:51:58 UTC (rev 190581)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
190580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:51:58 UTC (rev 190581)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 22:35:13
  Author: svenstaro
Revision: 190746

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 20:35:02 UTC (rev 190745)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:35:13 UTC (rev 190746)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
190745, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:35:13 UTC (rev 190746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-07-16 20:35:02 UTC (rev 190745)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:35:13 UTC (rev 190746)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('82870f628d2ee6f85f7bf0040d48faf05d9c7a8a')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
190745, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:35:13 UTC (rev 190746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 11:08:28
  Author: andrea
Revision: 189449

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 189448, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 09:08:28 UTC (rev 189449)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('88631de08af153d1c745ba2cd0468e8cb7474217')
+
+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: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
189448, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 09:08:28 UTC (rev 189449)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('88631de08af153d1c745ba2cd0468e8cb7474217')
+
+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
+}



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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-28 14:01:47 UTC (rev 189128)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 14:01:56 UTC (rev 189129)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d92019dda6b6c6e314f39888cd5f9046b319e70')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
189128, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 14:01:56 UTC (rev 189129)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('765b730ee8eab1d8ddb04ce12bbad9fa75739d73')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-06-28 14:01:47 UTC (rev 189128)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 14:01:56 UTC (rev 189129)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d92019dda6b6c6e314f39888cd5f9046b319e70')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
189128, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 14:01:56 UTC (rev 189129)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
188371, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:05:44 UTC (rev 188372)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5d92019dda6b6c6e314f39888cd5f9046b319e70')
+
+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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
188371, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:05:44 UTC (rev 188372)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5d92019dda6b6c6e314f39888cd5f9046b319e70')
+
+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
+}



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:50:38
  Author: svenstaro
Revision: 187300

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 187299, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:50:38 UTC (rev 187300)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e9c939d22a4dd6c17cdda9da964434e014d6b771')
+
+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: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
187299, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:50:38 UTC (rev 187300)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e9c939d22a4dd6c17cdda9da964434e014d6b771')
+
+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
+}



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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 184727, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:43:47 UTC (rev 184728)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c128aef92f9bd61b18ca9f9db9a43e6652454313')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
184727, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:43:47 UTC (rev 184728)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c128aef92f9bd61b18ca9f9db9a43e6652454313')
+
+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
+}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:26:31
  Author: svenstaro
Revision: 181631

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

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

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 181630, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:26:31 UTC (rev 181631)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7a3688aa23050967927e569f2b8d8c6841bf2401')
+
+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: kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 
181630, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 04:26:31 UTC (rev 181631)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7a3688aa23050967927e569f2b8d8c6841bf2401')
+
+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
+}



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

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:43:55
  Author: andrea
Revision: 179441

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:43:46 UTC (rev 179440)
+++ extra-i686/PKGBUILD 2013-03-05 15:43:55 UTC (rev 179441)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6bce25bfdff1376b79c8024ac1ed87acf33235df')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 179440, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:43:55 UTC (rev 179441)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3c3ac956390d86ad1f4764cc7abea588f2a36268')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-05 15:43:46 UTC (rev 179440)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:43:55 UTC (rev 179441)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6bce25bfdff1376b79c8024ac1ed87acf33235df')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 179440, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:43:55 UTC (rev 179441)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.1
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

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

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:46:21
  Author: andrea
Revision: 177205

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 177204, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:46:21 UTC (rev 177205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6bce25bfdff1376b79c8024ac1ed87acf33235df')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
177204, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:46:21 UTC (rev 177205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.10.0
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6bce25bfdff1376b79c8024ac1ed87acf33235df')
+
+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
+}



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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:43:38
  Author: andrea
Revision: 175650

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:43:00 UTC (rev 175649)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:43:38 UTC (rev 175650)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('de376cad20b7739cea8ca3a50535f1a92b67a749')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
175649, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:43:38 UTC (rev 175650)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('aa6dce7656c7e8fd7b9b903615a96ac0b174d71c')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:00 UTC (rev 175649)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:38 UTC (rev 175650)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('de376cad20b7739cea8ca3a50535f1a92b67a749')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175649, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:38 UTC (rev 175650)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')

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

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:13:17
  Author: andrea
Revision: 174581

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:12:40 UTC (rev 174580)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:13:17 UTC (rev 174581)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6374dcbc5991687367f678f53e289bbb434bd8')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
174580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:13:17 UTC (rev 174581)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('de376cad20b7739cea8ca3a50535f1a92b67a749')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 08:12:40 UTC (rev 174580)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:17 UTC (rev 174581)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6374dcbc5991687367f678f53e289bbb434bd8')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
174580, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 08:13:17 UTC (rev 174581)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 174223, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 07:43:12 UTC (rev 174224)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56333f7363b6386050ac6f900cbd6ce1e1974ee0')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
174223, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-03 07:43:12 UTC (rev 174224)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56333f7363b6386050ac6f900cbd6ce1e1974ee0')
+
+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
+}



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

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 04:28:27
  Author: andrea
Revision: 173619

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 09:27:53 UTC (rev 173618)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:28:27 UTC (rev 173619)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a2ce1058f423e833bd9f17cee1b20cf005b6ddfc')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
173618, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:28:27 UTC (rev 173619)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5d6374dcbc5991687367f678f53e289bbb434bd8')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-20 09:27:53 UTC (rev 173618)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 09:28:27 UTC (rev 173619)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a2ce1058f423e833bd9f17cee1b20cf005b6ddfc')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
173618, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 09:28:27 UTC (rev 173619)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.95
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 14:24:16
  Author: andrea
Revision: 172727

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 19:23:41 UTC (rev 172726)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 19:24:16 UTC (rev 172727)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('634800a6818305924bca74e8dcaa1731ade554f3')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
172726, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 19:24:16 UTC (rev 172727)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a2ce1058f423e833bd9f17cee1b20cf005b6ddfc')
+
+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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-04 19:23:41 UTC (rev 172726)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 19:24:16 UTC (rev 172727)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=Thumbnailers for various graphics file formats
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('634800a6818305924bca74e8dcaa1731ade554f3')
-
-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: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
172726, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 19:24:16 UTC (rev 172727)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.90
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')

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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 11:55:24
  Author: andrea
Revision: 172585

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

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

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

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 172584, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 16:55:24 UTC (rev 172585)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ea6156de54839157f933588eb7db6d94a2399f3b')
+
+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: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
172584, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-04 16:55:24 UTC (rev 172585)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ea6156de54839157f933588eb7db6d94a2399f3b')
+
+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
+}



  1   2   >