Date: Thursday, December 13, 2018 @ 11:54:12
  Author: arojas
Revision: 341780

archrelease: copy trunk to testing-x86_64

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

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

Copied: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
341779, kdegraphics-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-12-13 11:54:12 UTC (rev 341780)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdegraphics-thumbnailers
+pkgver=18.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)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e426263fa515ab5da122114e9116609497debcf49614e5341a620253be66ca24'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<cf...@kde.org>
+
+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
+}

Reply via email to