[arch-commits] Commit in kdegraphics-thumbnailers/repos/extra-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 9 12:54:05 UTC 2020


    Date: Thursday, January 9, 2020 @ 12:54:04
  Author: arojas
Revision: 372995

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 12:53:53 UTC (rev 372994)
+++ PKGBUILD	2020-01-09 12:54:04 UTC (rev 372995)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-thumbnailers
-pkgver=19.12.0
-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=(kdegraphics kde-applications)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('98e36eee62e7ec64dc4a1c90a519ae7696e83291a6c8e9e8f8d0eff1230dfec9'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 372994, kdegraphics-thumbnailers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-09 12:54:04 UTC (rev 372995)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-thumbnailers
+pkgver=19.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=(kdegraphics kde-applications)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a91335c11637a351d3ea8798f5519ac5596d655aec92266e46ed2a1bab46a299'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list