[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-11-05 Thread Antonio Rojas via arch-commits
Date: Thursday, November 5, 2020 @ 15:23:37
  Author: arojas
Revision: 399499

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 399498, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 15:23:26 UTC (rev 399498)
+++ PKGBUILD2020-11-05 15:23:37 UTC (rev 399499)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=20.08.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0b6809e2469d7057b6d674d5950fd4f6243a1d3d185452212522880c714c1c63'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 399498, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 15:23:37 UTC (rev 399499)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=20.08.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ce4941388732d93278a276510f785b363ca0fcdfe034eb716ff8fe7d9f02cc81'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-09 Thread Antonio Rojas via arch-commits
Date: Friday, October 9, 2020 @ 13:43:37
  Author: arojas
Revision: 397791

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 397790, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-09 13:43:27 UTC (rev 397790)
+++ PKGBUILD2020-10-09 13:43:37 UTC (rev 397791)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=20.08.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5b189182f2a734f82e67e23d3293e694c51f97c0a9acd1ec5498442a3d2a3804'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 397790, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-09 13:43:37 UTC (rev 397791)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=20.08.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0b6809e2469d7057b6d674d5950fd4f6243a1d3d185452212522880c714c1c63'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-03 Thread Antonio Rojas via arch-commits
Date: Thursday, September 3, 2020 @ 11:46:36
  Author: arojas
Revision: 395360

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 395359, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 11:46:23 UTC (rev 395359)
+++ PKGBUILD2020-09-03 11:46:36 UTC (rev 395360)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=20.08.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8f2adb38ca24b82119eb52ef879f5fd6a5d48b9c012956a518cefefd86fbd6d3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 395359, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 11:46:36 UTC (rev 395360)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=20.08.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5b189182f2a734f82e67e23d3293e694c51f97c0a9acd1ec5498442a3d2a3804'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-11 Thread Antonio Rojas via arch-commits
Date: Thursday, June 11, 2020 @ 21:41:48
  Author: arojas
Revision: 389012

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 389011, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   64 +++--
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 21:41:39 UTC (rev 389011)
+++ PKGBUILD2020-06-11 21:41:48 UTC (rev 389012)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=20.04.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2efad05749d2bb8148917cfc57880299d4b889bc25781e4c6a23413d74a4d029'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 389011, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 21:41:48 UTC (rev 389012)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=20.04.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1c633f05201c3414f9bdc201a13480f3c258d36ef2aa5b5885a5aa42ee393bd9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-15 Thread Antonio Rojas via arch-commits
Date: Friday, May 15, 2020 @ 13:05:47
  Author: arojas
Revision: 383673

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 383672, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 13:05:39 UTC (rev 383672)
+++ PKGBUILD2020-05-15 13:05:47 UTC (rev 383673)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=20.04.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8aed1039edd54543676ec3252d8519740f9e11b70477b1d0b5cc7f03fcb63fe5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 383672, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 13:05:47 UTC (rev 383673)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=20.04.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2efad05749d2bb8148917cfc57880299d4b889bc25781e4c6a23413d74a4d029'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-05 Thread Antonio Rojas via arch-commits
Date: Thursday, March 5, 2020 @ 14:04:01
  Author: arojas
Revision: 376769

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 376768, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-05 14:03:53 UTC (rev 376768)
+++ PKGBUILD2020-03-05 14:04:01 UTC (rev 376769)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.12.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5d2f521e7c34f0699cc2a1ff647d81eb3f54e31bdede1f2fbd2d00c9e5772728'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 376768, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-05 14:04:01 UTC (rev 376769)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.12.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b304843045f93e91e0aeeeacf968018dc192ea71ed9977be3d9cfc4e149edcde'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-06 Thread Antonio Rojas via arch-commits
Date: Thursday, February 6, 2020 @ 12:42:52
  Author: arojas
Revision: 374938

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 374937, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 12:42:42 UTC (rev 374937)
+++ PKGBUILD2020-02-06 12:42:52 UTC (rev 374938)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.12.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('77f64ddb075407f781cf2d658af760840f9427cc171e8ec15805f47105da0e56'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 374937, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 12:42:52 UTC (rev 374938)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.12.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5d2f521e7c34f0699cc2a1ff647d81eb3f54e31bdede1f2fbd2d00c9e5772728'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-09 Thread Antonio Rojas via arch-commits
Date: Thursday, January 9, 2020 @ 13:06:26
  Author: arojas
Revision: 373051

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 373050, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-09 13:06:15 UTC (rev 373050)
+++ PKGBUILD2020-01-09 13:06:26 UTC (rev 373051)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.12.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7f6a86fcce183393abd8ab873d0bc8d86e2f65629bee52346efafeae9b6a8805'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 373050, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-09 13:06:26 UTC (rev 373051)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.12.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('77f64ddb075407f781cf2d658af760840f9427cc171e8ec15805f47105da0e56'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 13:55:01
  Author: arojas
Revision: 371063

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 371062, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 13:54:51 UTC (rev 371062)
+++ PKGBUILD2019-12-12 13:55:01 UTC (rev 371063)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.08.3
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('62757c71653d9a9541410104f13035b024e8bab7b21b729a306cb2ac445db8ac'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 371062, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 13:55:01 UTC (rev 371063)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.12.0
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7f6a86fcce183393abd8ab873d0bc8d86e2f65629bee52346efafeae9b6a8805'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 13:37:27
  Author: arojas
Revision: 367109

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 367108, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 13:37:19 UTC (rev 367108)
+++ PKGBUILD2019-11-07 13:37:27 UTC (rev 367109)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.08.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d607f956e9c62ee9e9aa000d5444d33e68621e0741072d0d8c14e52bd4cc96be'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 367108, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 13:37:27 UTC (rev 367109)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.08.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('62757c71653d9a9541410104f13035b024e8bab7b21b729a306cb2ac445db8ac'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-10 Thread Antonio Rojas via arch-commits
Date: Thursday, October 10, 2019 @ 12:13:02
  Author: arojas
Revision: 364548

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 364547, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 12:12:54 UTC (rev 364547)
+++ PKGBUILD2019-10-10 12:13:02 UTC (rev 364548)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.08.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3da4aa540435fbc848bfc4f1b39f37145072e0856da31b4f5ac3d89719308f03'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 364547, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 12:13:02 UTC (rev 364548)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.08.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d607f956e9c62ee9e9aa000d5444d33e68621e0741072d0d8c14e52bd4cc96be'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:02
  Author: arojas
Revision: 361927

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 361926, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:27:55 UTC (rev 361926)
+++ PKGBUILD2019-09-05 12:28:02 UTC (rev 361927)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e640f1a484482f6dd4ba4ebda92832a027a20e64e1e12d2306bd7dd618b36356'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 361926, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:02 UTC (rev 361927)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3da4aa540435fbc848bfc4f1b39f37145072e0856da31b4f5ac3d89719308f03'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-11 Thread Antonio Rojas via arch-commits
Date: Thursday, July 11, 2019 @ 11:52:43
  Author: arojas
Revision: 357728

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 357727, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-11 11:52:35 UTC (rev 357727)
+++ PKGBUILD2019-07-11 11:52:43 UTC (rev 357728)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.04.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d76bf09ba036faecbcc3bdfe113f41970229f3b75a2ef60e8383ab893947001f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 357727, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-11 11:52:43 UTC (rev 357728)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.04.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('771052d4f4482e88bb70a00a55b3b1755055088dce998e723948ff3de5c576fe'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-06 Thread Antonio Rojas via arch-commits
Date: Thursday, June 6, 2019 @ 11:03:53
  Author: arojas
Revision: 355110

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 355109, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:03:43 UTC (rev 355109)
+++ PKGBUILD2019-06-06 11:03:53 UTC (rev 355110)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.04.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('554d291605ac8827a2a4f6513a2230d9f9b0b8fcd6a37b0acd41c4db81fa3442'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 355109, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:03:53 UTC (rev 355110)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.04.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d76bf09ba036faecbcc3bdfe113f41970229f3b75a2ef60e8383ab893947001f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-12 Thread Antonio Rojas via arch-commits
Date: Sunday, May 12, 2019 @ 14:19:54
  Author: arojas
Revision: 353114

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 353113, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-12 14:19:44 UTC (rev 353113)
+++ PKGBUILD2019-05-12 14:19:54 UTC (rev 353114)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.04.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('195f539bec6e19de83e07dce117f7cd656f77199c2863a6a5738112d53843243'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 353113, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-12 14:19:54 UTC (rev 353114)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.04.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('554d291605ac8827a2a4f6513a2230d9f9b0b8fcd6a37b0acd41c4db81fa3442'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-07 Thread Antonio Rojas via arch-commits
Date: Thursday, March 7, 2019 @ 11:15:28
  Author: arojas
Revision: 347395

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 347394, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 11:15:16 UTC (rev 347394)
+++ PKGBUILD2019-03-07 11:15:28 UTC (rev 347395)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.12.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3658ba562b7610afeede3d75f3f9136458f06789721e5738eca834a3f749c056'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 347394, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 11:15:28 UTC (rev 347395)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.12.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a4694da94bd671a1395a32a527c919fb2207e8a959ceff32a11488e2015a784b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-07 Thread Antonio Rojas via arch-commits
Date: Thursday, February 7, 2019 @ 11:56:27
  Author: arojas
Revision: 345578

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 345577, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 11:56:15 UTC (rev 345577)
+++ PKGBUILD2019-02-07 11:56:27 UTC (rev 345578)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.12.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6b6e46dfeaaa9ba154afb90aa59feb820a28eee1b87fe1deff0723a584c70495'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 345577, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-07 11:56:27 UTC (rev 345578)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.12.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3658ba562b7610afeede3d75f3f9136458f06789721e5738eca834a3f749c056'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-10 Thread Antonio Rojas via arch-commits
Date: Thursday, January 10, 2019 @ 15:10:19
  Author: arojas
Revision: 343449

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 343448, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-10 15:10:05 UTC (rev 343448)
+++ PKGBUILD2019-01-10 15:10:19 UTC (rev 343449)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.12.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('eeec10b275638f8e939c1898e5b1a4294a9a98822af316de6937db7b6261a7e0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 343448, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-10 15:10:19 UTC (rev 343449)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.12.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6b6e46dfeaaa9ba154afb90aa59feb820a28eee1b87fe1deff0723a584c70495'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-08 Thread Antonio Rojas via arch-commits
Date: Thursday, November 8, 2018 @ 11:37:49
  Author: arojas
Revision: 338311

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 338310, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-08 11:37:36 UTC (rev 338310)
+++ PKGBUILD2018-11-08 11:37:49 UTC (rev 338311)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.08.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6193c202b8dbcd2e23445a2390e6814edcb68e33a27782725c3673bb04eff130'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 338310, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-08 11:37:49 UTC (rev 338311)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.08.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ebf4c7b0c9574ed87d5bf92cf2357da164b30b7ee83a625cc0b0e930a800ef0d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-11 Thread Antonio Rojas via arch-commits
Date: Thursday, October 11, 2018 @ 10:27:05
  Author: arojas
Revision: 336373

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 336372, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-11 10:26:47 UTC (rev 336372)
+++ PKGBUILD2018-10-11 10:27:05 UTC (rev 336373)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.08.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a96bb1ebf70adacec1b3a614348192aba23c26bffa46c6e07f532687891d23b0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 336372, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-11 10:27:05 UTC (rev 336373)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.08.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6193c202b8dbcd2e23445a2390e6814edcb68e33a27782725c3673bb04eff130'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-06 Thread Antonio Rojas via arch-commits
Date: Thursday, September 6, 2018 @ 10:48:00
  Author: arojas
Revision: 333791

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 333790, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-06 10:47:47 UTC (rev 333790)
+++ PKGBUILD2018-09-06 10:48:00 UTC (rev 333791)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.08.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ec8abd6d71ad201fe2f65dd05bf7793d7a2d896b9b5c07287570692aecb7f910'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 333790, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-06 10:48:00 UTC (rev 333791)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.08.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a96bb1ebf70adacec1b3a614348192aba23c26bffa46c6e07f532687891d23b0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-12 Thread Antonio Rojas via arch-commits
Date: Thursday, July 12, 2018 @ 18:07:25
  Author: arojas
Revision: 328510

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 328509, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-12 18:07:10 UTC (rev 328509)
+++ PKGBUILD2018-07-12 18:07:25 UTC (rev 328510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.04.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6efcefc7fe61d529a5a653a648b30364749d8e6e186eacaadbf0928a073fe94c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 328509, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-12 18:07:25 UTC (rev 328510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.04.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('26fe915e81377413e98c951574316af6501fa9190b3dd2e287e156cb397801e7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-07 Thread Antonio Rojas via arch-commits
Date: Thursday, June 7, 2018 @ 10:37:25
  Author: arojas
Revision: 326402

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 326401, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-07 10:37:14 UTC (rev 326401)
+++ PKGBUILD2018-06-07 10:37:25 UTC (rev 326402)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.04.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('32f6f0a5b935917447f28cf078f05a4d8a64851948fcac30e0020aea66810768'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 326401, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-07 10:37:25 UTC (rev 326402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.04.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6efcefc7fe61d529a5a653a648b30364749d8e6e186eacaadbf0928a073fe94c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 12:46:07
  Author: arojas
Revision: 323871

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 323870, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 12:45:39 UTC (rev 323870)
+++ PKGBUILD2018-05-10 12:46:07 UTC (rev 323871)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.04.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4f1cfa7712b66ce4f0f519cb1ebbee46b673c05e799fb015b7ef3553e7b04ebf'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 323870, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 12:46:07 UTC (rev 323871)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.04.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('32f6f0a5b935917447f28cf078f05a4d8a64851948fcac30e0020aea66810768'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-08 Thread Antonio Rojas via arch-commits
Date: Thursday, March 8, 2018 @ 15:09:55
  Author: arojas
Revision: 318216

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 318215, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-08 15:09:40 UTC (rev 318215)
+++ PKGBUILD2018-03-08 15:09:55 UTC (rev 318216)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=17.12.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d1d235cc155fc915d87bc459a772af72c9a73ff64978bbb1ba8e15a319c70fc9'
-'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: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 318215, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-08 15:09:55 UTC (rev 318216)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=17.12.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('91f1a37190f85218b5dbc8b1037b1155c7d96bcffd93a8aa459cb8d385a8cd62'
+'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
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 17:34:48
  Author: arojas
Revision: 316443

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 316442, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 17:34:28 UTC (rev 316442)
+++ PKGBUILD2018-02-08 17:34:48 UTC (rev 316443)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=17.12.1
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4c34eaebf92455bb06a48106f6ba76c0a6242fd2843a0d62c42938366cbc4d64'
-'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: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 316442, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 17:34:48 UTC (rev 316443)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=17.12.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d1d235cc155fc915d87bc459a772af72c9a73ff64978bbb1ba8e15a319c70fc9'
+'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
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-11 Thread Antonio Rojas via arch-commits
Date: Thursday, January 11, 2018 @ 17:46:35
  Author: arojas
Revision: 314580

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 314579, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 17:46:18 UTC (rev 314579)
+++ PKGBUILD2018-01-11 17:46:35 UTC (rev 314580)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=17.12.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fd464d95906c70beab756ace47f68412131d4fe981c18d4ad8ef431b9ef0d585'
-'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: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 314579, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 17:46:35 UTC (rev 314580)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=17.12.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4c34eaebf92455bb06a48106f6ba76c0a6242fd2843a0d62c42938366cbc4d64'
+'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
+}


[arch-commits] Commit in kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-09 Thread Antonio Rojas
Date: Thursday, November 9, 2017 @ 14:43:40
  Author: arojas
Revision: 309296

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 309295, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 14:43:16 UTC (rev 309295)
+++ PKGBUILD2017-11-09 14:43:40 UTC (rev 309296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=17.08.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5b7812b93a0c75e31effb17aea347a8a7d18d5fc4e70c49a4e8370ad1183407c'
-'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: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 309295, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 14:43:40 UTC (rev 309296)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=17.08.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a2baadf13f047987f14f596a922fbb0af4aaff1b84ed29e1357fe009f3d41ac2'
+'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
+}