Date: Thursday, February 4, 2021 @ 13:18:32
Author: arojas
Revision: 407370
archrelease: copy trunk to extra-x86_64
Added:
kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 407369, kdegraphics-thumbnailers/trunk/PKGBUILD)
Deleted:
kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-04 13:18:24 UTC (rev 407369)
+++ PKGBUILD 2021-02-04 13:18:32 UTC (rev 407370)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kdegraphics-thumbnailers
-pkgver=20.12.1
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio ghostscript)
-makedepends=(extra-cmake-modules)
-groups=(kde-applications kde-graphics)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fc6ceaaedb31d0a8ef9e23455a7a7e32e37ae503eea744d65cdc300fef963153'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 407369,
kdegraphics-thumbnailers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-04 13:18:32 UTC (rev 407370)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdegraphics-thumbnailers
+pkgver=20.12.2
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio ghostscript)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-graphics)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f323aa01dd70cce43f2d30caf6e8353f79ab81e9a942997a1e62b66ad67687dc'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}