[arch-commits] Commit in kimageformats/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue May 18 08:06:18 UTC 2021
Date: Tuesday, May 18, 2021 @ 08:06:17
Author: foutrelis
Revision: 415658
archrelease: copy trunk to staging-x86_64
Added:
kimageformats/repos/staging-x86_64/
kimageformats/repos/staging-x86_64/PKGBUILD
(from rev 415657, kimageformats/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: kimageformats/repos/staging-x86_64/PKGBUILD (from rev 415657, kimageformats/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-05-18 08:06:17 UTC (rev 415658)
@@ -0,0 +1,33 @@
+# 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.82.0
+pkgrel=2
+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)
+optdepends=('karchive: plugin for Krita and OpenRaster images'
+ 'libavif: AVIF format support'
+ 'openexr: EXR format support'
+ 'libheif: HEIF format support')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('3e7852b85f2a2e5d7136548747b5fd75b8c81e99c9f691bb8a168ce72bb1057d'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+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