author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:07 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:07 UTC |
parent | c121f266dbf49cbaea57a99e2cbfeaf20c0a6c21 |
.gitignore | +2 | -0 |
PKGBUILD | +5 | -5 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 0720ed8..be0505b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kimageformats -pkgver=5.110.0 +pkgver=5.115.0 pkgrel=1 pkgdesc='Image format plugins for Qt5' -arch=(x86_64) +arch=(x86_64 'armv7h') url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules karchive libavif openexr libheif libjxl libraw) +makedepends=(extra-cmake-modules karchive libavif openexr libheif libraw) optdepends=('karchive: plugin for Krita and OpenRaster images' 'libavif: AVIF format support' 'openexr: EXR format support' @@ -19,8 +19,6 @@ optdepends=('karchive: plugin for Krita and OpenRaster images' 'libraw: RAW format support') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('8d69fbd8a8fb6212bc35ee5cba45c1b5b6b3e0e864010bf235a2bd2998d07347' - 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> build() { @@ -33,3 +31,5 @@ build() { package() { DESTDIR="$pkgdir" cmake --install build } +sha256sums=('9f61020d66f86b8b10bce14e42a39c5e8fd8e40ec9e6ca8b9e9b5ce3e1aa7283' + 'SKIP')