[Lunar-commits] <moonbase-gnome3> gnome-screensaver: add it for GNOME 3.
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:20:13 CET 2013
commit 1bec83440c14b0282a2addbf9b40d717c005428f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:20:13 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/1bec83440c14b0282a2addbf9b40d717c005428f
gnome-screensaver: add it for GNOME 3.
---
core/gnome-screensaver/BUILD | +3/-0
core/gnome-screensaver/DEPENDS | +5/-0
core/gnome-screensaver/DETAILS | +17/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/core/gnome-screensaver/BUILD
@@ -0,0 +1,3 @@
+OPTS+="--with-x --with-mit-ext --with-systemde" &&
+
+default_build
--- /dev/null
+++ b/core/gnome-screensaver/DEPENDS
@@ -0,0 +1,5 @@
+depends dbus-glib
+depends gnome-desktop
+depends gsettings-desktop-schemas
+depends libgnomekbd
+depends systemd
--- /dev/null
+++ b/core/gnome-screensaver/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=gnome-screensaver
+ VERSION=3.6.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:22af6dfa9c55903a7624bc093718ef472b86cb51
+ WEB_SITE=http://live.gnome.org/GnomeScreensaver
+ ENTERED=20061130
+ UPDATED=20130303
+ SHORT="A screensaver control for Gnome"
+
+cat << EOF
+gnome-screensaver is a screensaver designed to replace xscreensaver.
+It is designed to integrate well with the desktop and provide a
+control interface that is desktop neutral. It simplifies and
+streamlines the experience for the user and provides more capability
+for the system administrator and vendor.
+EOF
More information about the Lunar-commits
mailing list