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

Antonio Rojas arojas at archlinux.org
Mon Mar 8 18:33:30 UTC 2021


    Date: Monday, March 8, 2021 @ 18:33:30
  Author: arojas
Revision: 409499

archrelease: copy trunk to extra-x86_64

Added:
  kimageformats/repos/extra-x86_64/PKGBUILD
    (from rev 409498, kimageformats/trunk/PKGBUILD)
Deleted:
  kimageformats/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-08 18:33:20 UTC (rev 409498)
+++ PKGBUILD	2021-03-08 18:33:30 UTC (rev 409499)
@@ -1,29 +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.79.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)
-optdepends=('karchive: plugin for Krita and OpenRaster images' 'libavif: AVIF format support' 'openexr: EXR format support')
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ecc8e38500d2723ab2db343252955df73c75d4e20a54e8671436b2bf0961ce25'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kimageformats/repos/extra-x86_64/PKGBUILD (from rev 409498, kimageformats/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-08 18:33:30 UTC (rev 409499)
@@ -0,0 +1,29 @@
+# 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.79.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)
+optdepends=('karchive: plugin for Krita and OpenRaster images' 'libavif: AVIF format support' 'openexr: EXR format support')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ecc8e38500d2723ab2db343252955df73c75d4e20a54e8671436b2bf0961ce25'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list