[Lunar-commits] <moonbase-other> light-locker: New module
v4hn
me at v4hn.de
Sat Sep 21 14:30:05 CEST 2013
commit 6de490f15c46826f965b91f7246f47a10edda11d
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Fri, 20 Sep 2013 15:56:23 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6de490f15c46826f965b91f7246f47a10edda11d
light-locker: New module
---
x11-utils/light-locker/CONFIGURE | +1/-0
x11-utils/light-locker/DEPENDS | +2/-0
x11-utils/light-locker/DETAILS | +17/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/x11-utils/light-locker/CONFIGURE
@@ -0,0 +1 @@
+OPTS+=" --with-gtk2"
--- /dev/null
+++ b/x11-utils/light-locker/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends lightdm
--- /dev/null
+++ b/x11-utils/light-locker/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=light-locker
+ VERSION=1.0.0
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=https://github.com/the-cavalry/${MODULE}/releases/download/v${VERSION}
+ SOURCE_VFY=sha1:80a02ee6c8efe0834c79b15f391651ff35e14d69
+ WEB_SITE="http://github.com/the-cavalry/light-locker"
+ ENTERED=20130901
+ UPDATED=20130901
+ SHORT="simple, sane, secure screen locker"
+cat <<EOF
+light-locker is a simple locker (forked from gnome-screensaver) that
+aims to have simple, sane, secure defaults and be well integrated
+with the desktop while not carrying any desktop-specific dependencies.
+
+It relies on lightdm for locking and unlocking your session via
+ConsoleKit/UPower or logind/systemd.
+EOF
More information about the Lunar-commits
mailing list