New package: kscreenlocker-5.8.7
This commit is contained in:
parent
ccdcadd7a3
commit
a77e4a2c56
|
@ -440,6 +440,7 @@ libsensors.so.4 libsensors-3.1.1_1
|
|||
libcap-ng.so.0 libcap-ng-0.6.2_1
|
||||
libphysfs.so.1 physfs-2.0.0_1
|
||||
libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
|
||||
libKScreenLocker.so.5 kscreenlocker-5.8.4_1
|
||||
libparted.so.2 libparted-3.1_1
|
||||
libparted-fs-resize.so.0 libparted-3.1_1
|
||||
libntfs-3g.so.88 ntfs-3g-2017.3.23_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kscreenlocker
|
|
@ -0,0 +1,10 @@
|
|||
--- kcheckpass/kcheckpass.c.orig 2016-12-20 15:34:56.868688234 +0400
|
||||
+++ kcheckpass/kcheckpass.c 2016-12-20 15:35:48.092223200 +0400
|
||||
@@ -45,6 +45,7 @@
|
||||
*
|
||||
*****************************************************************/
|
||||
|
||||
+#define _GNU_SOURCE
|
||||
#include "kcheckpass.h"
|
||||
|
||||
#include <stdarg.h>
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'kscreenlocker'
|
||||
pkgname=kscreenlocker
|
||||
version=5.8.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules pkg-config"
|
||||
makedepends="kdeclarative-devel kidletime-devel kcmutils-devel kwayland-devel libXi-devel pam-devel libXcursor-devel"
|
||||
short_desc="KDE Library and components for secure lock screen architecture"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://projects.kde.org/projects/plasma/kscreenlocker"
|
||||
distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=bc7c61a24a5fb7ba84ac24508f5c82a36506b18deb331d8098873a7ce428d003
|
||||
|
||||
kscreenlocker-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue