kcodecs: update to 5.48.0.
This commit is contained in:
parent
3357f9c73b
commit
85e686e4bb
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kcodecs'
|
# Template file for 'kcodecs'
|
||||||
pkgname=kcodecs
|
pkgname=kcodecs
|
||||||
version=5.47.0
|
version=5.48.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -8,10 +8,10 @@ hostmakedepends="extra-cmake-modules qt5-host-tools qt5-tools-devel gperf"
|
||||||
makedepends="qt5-devel qt5-tools-devel"
|
makedepends="qt5-devel qt5-tools-devel"
|
||||||
short_desc="A collection of methods to manipulate strings using various encodings"
|
short_desc="A collection of methods to manipulate strings using various encodings"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2.0-only, LGPL-2.0-or-later"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/kcodecs"
|
homepage="https://projects.kde.org/projects/frameworks/kcodecs"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1b8606bf45ecefbd44f33bc1414f14b522fc24aa7de2857cc30da5ce48910de2
|
checksum=56a47b66bd40ba9baa232459eaf4ebcd066e9f2db9c9bb61007b9395e7d0e0df
|
||||||
|
|
||||||
kcodecs-devel_package() {
|
kcodecs-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -19,6 +19,6 @@ kcodecs-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/qt5/mkspecs
|
vmove usr/lib/qt5/mkspecs
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue