Merge pull request #4890 from dutsky/kcodecs
New package: kcodecs-5.26.0
This commit is contained in:
commit
1ae405ef27
|
@ -2611,6 +2611,7 @@ libKF5WaylandServer.so.5 kwayland-5.26.0_1
|
|||
libKF5WaylandClient.so.5 kwayland-5.26.0_1
|
||||
libKF5IdleTime.so.5 kidletime-5.26.0_1
|
||||
libKF5Archive.so.5 karchive-5.26.0_1
|
||||
libKF5Codecs.so.5 kcodecs-5.26.0_1
|
||||
liblmdb.so.0 lmdb-0.9.18_2
|
||||
libisns.so.0 libisns-0.96_1
|
||||
libz80ex.so.1 z80ex-1.1.21_1
|
||||
|
|
1
srcpkgs/kcodecs-devel
Symbolic link
1
srcpkgs/kcodecs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kcodecs
|
24
srcpkgs/kcodecs/template
Normal file
24
srcpkgs/kcodecs/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'kcodecs'
|
||||
pkgname=kcodecs
|
||||
version=5.26.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="qt5-devel qt5-tools-devel"
|
||||
short_desc="A collection of methods to manipulate strings using various encodings"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kcodecs"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=931fb21946604ef5f4a4a36a6c7bdd40347d7a44a98edf291f361fe24becbfa3
|
||||
|
||||
kcodecs-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user