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

Antonio Rojas arojas at archlinux.org
Sat Feb 13 16:43:03 UTC 2021


    Date: Saturday, February 13, 2021 @ 16:43:03
  Author: arojas
Revision: 407945

archrelease: copy trunk to testing-x86_64

Added:
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
    (from rev 407944, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 407944, kfilemetadata/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-02-13 16:43:03 UTC (rev 407945)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfilemetadata
+pkgver=5.79.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(ki18n karchive kconfig kcoreaddons exiv2 poppler-qt5 taglib ffmpeg ebook-tools)
+optdepends=('catdoc: Extract text from Office 98 files')
+makedepends=(extra-cmake-modules catdoc doxygen qt5-tools qt5-doc libappimage)
+optdepends=('libappimage: AppImage extractor')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('250d950d1009fc274db631ff6e680f68add007f82fb12a90aacc5d84f055b27b'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list