Skip to content
Snippets Groups Projects
Verified Commit 719514a3 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

KDE Frameworks 6 alpha

parent e0a0a689
No related branches found
Tags 2.0.0.post1-1
No related merge requests found
......@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcodecs
pkgver=5.240.0.20231105
pkgver=5.245.0
pkgrel=1
pkgdesc='Provide a collection of methods to manipulate strings using various encodings'
arch=(x86_64)
......@@ -18,15 +18,14 @@ makedepends=(doxygen
qt6-doc
qt6-tools)
groups=(kf6)
#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
makedepends+=(git)
_commit=b515bf56570e3f452d26503bda8eebf88f108716
source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
sha256sums=('SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
source=(https://download.kde.org/unstable/frameworks/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('9041a9349ac670d01c8acb26203b9669b3c651b565a73114a00a5b0639cf4eb0'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell <jr@jriddell.org>
build() {
cmake -B build -S $pkgname \
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment