diff --git a/common/shlibs b/common/shlibs index c752087743..cac62e5fec 100644 --- a/common/shlibs +++ b/common/shlibs @@ -805,6 +805,7 @@ liblua5.1.so.5.1 lua51-5.1.5_1 liblua5.2.so.5.2 lua52-5.2.4_2 liblua5.3.so.5.3 lua-5.3.1_2 libburn.so.4 libburn-0.7.2_1 +libKF5Auth.so.5 kauth-5.26.0_1 libgdkmm-2.4.so.1 gtkmm2-2.24.0_1 libgtkmm-2.4.so.1 gtkmm2-2.24.0_1 libseed-gtk3.so.0 libseed-3.0.0_1 diff --git a/srcpkgs/kauth-devel b/srcpkgs/kauth-devel new file mode 120000 index 0000000000..0814e01e9b --- /dev/null +++ b/srcpkgs/kauth-devel @@ -0,0 +1 @@ +kauth \ No newline at end of file diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template new file mode 100644 index 0000000000..b4643b0ca9 --- /dev/null +++ b/srcpkgs/kauth/template @@ -0,0 +1,24 @@ +# Template file for 'kauth' +pkgname=kauth +version=5.26.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules pkg-config" +makedepends="kcoreaddons-devel polkit-qt5-devel" +short_desc="KDE Execute actions as privileged user" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/kauth" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=81697b50eb79520a73c424f3c478ea45ab0d58a8349d0d2321409d3f48ea6122 + +kauth-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 + } +}