[arch-commits] Commit in kimageformats/repos (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 9 20:34:08 UTC 2022


    Date: Saturday, July 9, 2022 @ 20:34:08
  Author: arojas
Revision: 450710

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
    (from rev 450709, kimageformats/trunk/PKGBUILD)
  kimageformats/repos/testing-x86_64/keys/

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 450709, kimageformats/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-09 20:34:08 UTC (rev 450710)
@@ -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=kimageformats
+pkgver=5.96.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules karchive libavif openexr libheif libjxl)
+optdepends=('karchive: plugin for Krita and OpenRaster images'
+            'libavif: AVIF format support'
+            'openexr: EXR format support'
+            'libheif: HEIF format support'
+            'libjxl: JPEG-XL format support')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a5ce354ef2d0146609e0a681e74da078b0592195e304d45670e5e698d5167435'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DKIMAGEFORMATS_HEIF=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list