[arch-commits] Commit in kimageformats/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 10 09:26:40 UTC 2021


    Date: Saturday, July 10, 2021 @ 09:26:40
  Author: arojas
Revision: 419503

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/PKGBUILD
    (from rev 419502, kimageformats/trunk/PKGBUILD)
Deleted:
  kimageformats/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-10 09:25:02 UTC (rev 419502)
+++ PKGBUILD	2021-07-10 09:26:40 UTC (rev 419503)
@@ -1,33 +0,0 @@
-# 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.84.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)
-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=('1e3b59fdd67d34da2dcee15691efb2bdede7014c564fcca5f5ac4310e1b376c1'
-            '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
-}

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 419502, kimageformats/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-10 09:26:40 UTC (rev 419503)
@@ -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.84.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)
+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=('badd15c93c1af2c6ab7f156245186a2223a184523070c6614328486e186eedf7'
+            '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