* update ktexttemplate to 6.7.0-1
This commit is contained in:
parent
d4754fa3e8
commit
10ad6f4296
@ -1,6 +1,6 @@
|
|||||||
pkgbase = ktexttemplate
|
pkgbase = ktexttemplate
|
||||||
pkgdesc = Library to allow application developers to separate the structure of documents from the data they contain
|
pkgdesc = Library to allow application developers to separate the structure of documents from the data they contain
|
||||||
pkgver = 5.249.0
|
pkgver = 6.8.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://community.kde.org/Frameworks
|
url = https://community.kde.org/Frameworks
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -14,11 +14,12 @@ pkgbase = ktexttemplate
|
|||||||
depends = glibc
|
depends = glibc
|
||||||
depends = qt6-base
|
depends = qt6-base
|
||||||
depends = qt6-declarative
|
depends = qt6-declarative
|
||||||
source = https://download.kde.org/unstable/frameworks/5.249.0/ktexttemplate-5.249.0.tar.xz
|
source = https://download.kde.org/stable/frameworks/6.8/ktexttemplate-6.8.0.tar.xz
|
||||||
source = https://download.kde.org/unstable/frameworks/5.249.0/ktexttemplate-5.249.0.tar.xz.sig
|
source = https://download.kde.org/stable/frameworks/6.8/ktexttemplate-6.8.0.tar.xz.sig
|
||||||
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
|
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
|
||||||
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
|
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
|
||||||
sha256sums = cfa66fe841d1ee75b44612dfa0f4800acfae9a6c3cc76d695e5452135d979b74
|
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
|
||||||
|
sha256sums = 3a83dafb4075af0bb015556a64205094fcca2bac5b9fb0dee614eaff252a0412
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = ktexttemplate
|
pkgname = ktexttemplate
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||||
|
|
||||||
pkgname=ktexttemplate
|
pkgname=ktexttemplate
|
||||||
pkgver=5.249.0
|
pkgver=6.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Library to allow application developers to separate the structure of documents from the data they contain'
|
pkgdesc='Library to allow application developers to separate the structure of documents from the data they contain'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -17,11 +17,13 @@ makedepends=(doxygen
|
|||||||
qt6-doc
|
qt6-doc
|
||||||
qt6-tools)
|
qt6-tools)
|
||||||
groups=(kf6)
|
groups=(kf6)
|
||||||
source=(https://download.kde.org/unstable/frameworks/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
|
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
|
||||||
sha256sums=('cfa66fe841d1ee75b44612dfa0f4800acfae9a6c3cc76d695e5452135d979b74'
|
sha256sums=('d6b75f193f4d8d817cf374872a57427489c61736121c72a69c4dd7ee62e1e233'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
|
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
|
||||||
E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell <jr@jriddell.org>
|
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>
|
||||||
|
90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella <nicolas.fella@kde.org>
|
||||||
|
)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user