New package: kf6-kdesu-6.1.0

This commit is contained in:
John 2024-02-29 21:12:48 +01:00 committed by Đoàn Trần Công Danh
parent 87f4a36300
commit 4b188b104e
3 changed files with 27 additions and 0 deletions

View File

@ -1985,6 +1985,7 @@ libKF6Package.so.6 kf6-kpackage-6.0.0_1
libKF6Service.so.6 kf6-kservice-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1
libKF6Su.so.6 kf6-kdesu-6.0.0_1
libKF6WidgetsAddons.so.6 kf6-kwidgetsaddons-6.0.0_1
libKF6WindowSystem.so.6 kf6-kwindowsystem-6.0.0_1
libKF6XmlGui.so.6 kf6-kxmlgui-6.0.0_1

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

@ -0,0 +1 @@
kf6-kdesu

View File

@ -0,0 +1,25 @@
# Template file for 'kf6-kdesu'
pkgname=kf6-kdesu
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="kf6-kconfig-devel kf6-kcoreaddons-devel kf6-ki18n-devel
kf6-kpty-devel"
short_desc="KDE User interface for running shell commands with root privileges"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kdesu"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=a6a397e08ccd3537dc9b1329e8cc1f05ca6acf3d9c18396e4118e51446ba827e
kf6-kdesu-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}