New package: kf6-kcodecs-6.1.0
This commit is contained in:
parent
afd2eef0d1
commit
ed96908330
|
@ -1939,10 +1939,11 @@ libqwt-qt5.so.6.2 qwt-6.2.0_2
|
|||
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
||||
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
||||
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
||||
libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1
|
||||
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
||||
libKF6ConfigQml.so.6 kf6-kconfig-6.0.0_1
|
||||
libKF6ConfigGui.so.6 kf6-kconfig-6.0.0_1
|
||||
libKF5CoreAddons.so.5 kcoreaddons-5.26.0_1
|
||||
libKF6CoreAddons.so.6 kf6-kcoreaddons-6.0.0_1
|
||||
libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
|
||||
libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1
|
||||
libKF6I18n.so.6 kf6-ki18n-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kcodecs
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'kf6-kcodecs'
|
||||
pkgname=kf6-kcodecs
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
gperf"
|
||||
makedepends="qt6-base-devel"
|
||||
short_desc="Collection of methods to manipulate strings using various encodings"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kcodecs"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=f1f0075955b2dd613b5c5f7999844ea1f9e0a09ff3f2cb230653ae9cbd843816
|
||||
|
||||
kf6-kcodecs-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue