[arch-commits] Commit in kcodecs/repos (3 files)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 15 15:15:52 UTC 2022
Date: Monday, August 15, 2022 @ 15:15:52
Author: felixonmars
Revision: 452734
archrelease: copy trunk to staging-x86_64
Added:
kcodecs/repos/staging-x86_64/
kcodecs/repos/staging-x86_64/PKGBUILD
(from rev 452733, kcodecs/trunk/PKGBUILD)
kcodecs/repos/staging-x86_64/keys/
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: kcodecs/repos/staging-x86_64/PKGBUILD (from rev 452733, kcodecs/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-15 15:15:52 UTC (rev 452734)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcodecs
+pkgver=5.97.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various encodings'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc clang gperf doxygen)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('63e6e517a80395faea285968fd13f5e477a7437cb28c7028e9e678fc068d2670'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+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