New package: kf6-solid-6.1.0

This commit is contained in:
Luciogi 2024-04-18 10:02:09 +05:00 committed by Đoàn Trần Công Danh
parent 281dd1d79a
commit 7f98fba49e
3 changed files with 27 additions and 0 deletions

View File

@ -1950,6 +1950,7 @@ libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1
libKF6I18n.so.6 kf6-ki18n-6.0.0_1
libKF6Package.so.6 kf6-kpackage-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1
libKF6WindowSystem.so.6 kf6-kwindowsystem-6.0.0_1
liblxqt-qt5.so.0 liblxqt-0.8.0_1
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1

1
srcpkgs/kf6-solid-devel Symbolic link
View File

@ -0,0 +1 @@
kf6-solid

View File

@ -0,0 +1,25 @@
# Template file for 'kf6-solid'
pkgname=kf6-solid
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base flex"
makedepends="qt6-base-devel"
depends="upower udisks2 media-player-info"
short_desc="Hardware integration and detection"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/solid"
#changelog=""
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=074a984b58ef51017ee767548bfce0ca00bb710e88a4ab00bc9020a46cfa4262
kf6-solid-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}