kdesu: remove package
This commit is contained in:
parent
dfa65bbbbe
commit
a858bf580b
|
@ -2887,7 +2887,6 @@ libKF5Service.so.5 kservice-5.26.0_1
|
|||
libKF5GlobalAccel.so.5 kglobalaccel-5.26.0_1
|
||||
libKF5GlobalAccelPrivate.so.5 kglobalaccel-5.26.0_1
|
||||
libKF5Package.so.5 kpackage-5.26.0_1
|
||||
libKF5Su.so.5 kdesu-5.26.0_1
|
||||
libKF5Emoticons.so.5 kemoticons-5.26.0_1
|
||||
libKF5IconThemes.so.5 kiconthemes-5.26.0_1
|
||||
libKF5JobWidgets.so.5 kjobwidgets-5.26.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
kdesu
|
|
@ -1,25 +0,0 @@
|
|||
# Template file for 'kdesu'
|
||||
pkgname=kdesu
|
||||
version=5.115.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules gettext
|
||||
qt5-host-tools qt5-qmake python3"
|
||||
makedepends="kservice-devel kpty-devel"
|
||||
short_desc="KDE User interface for running shell commands with root privileges"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.0-only"
|
||||
homepage="https://invent.kde.org/frameworks/kdesu"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=03e2b7963bc02492639193d20c76723430d5f530b6dee60d61b8dd64f0698b62
|
||||
|
||||
kdesu-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -304,6 +304,7 @@ replaces="
|
|||
kadu<=4.3_6
|
||||
kcalendarcore<=5.115.0_1
|
||||
kdecoration<=5.27.11_2
|
||||
kdesu<=5.115.0_1
|
||||
keepassx2<=2.0.3_2
|
||||
keepassx<=0.4.4_2
|
||||
key-mon<=1.17_5
|
||||
|
|
Loading…
Reference in New Issue