[Lunar-commits] <moonbase-gnome3> libgdm: add it to the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Oct 19 15:27:21 CEST 2014
commit 63298aa64e44cec9a8fe434c877a94b18af35b58
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 19 Oct 2014 16:27:04 +0300
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/63298aa64e44cec9a8fe434c877a94b18af35b58
libgdm: add it to the moonbase.
---
libs/libgdm/BUILD | +3/-0
libs/libgdm/DEPENDS | +7/-0
libs/libgdm/DETAILS | +15/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/libs/libgdm/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-static" &&
+
+default_build
--- /dev/null
+++ b/libs/libgdm/DEPENDS
@@ -0,0 +1,7 @@
+depends systemd
+depends intltool
+depends yelp-tools
+depends check
+
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" " for object introspection"
+
--- /dev/null
+++ b/libs/libgdm/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libgdm
+ PKGNAME=gdm
+ VERSION=3.14.1
+ SOURCE=gdm-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKGNAME-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/gdm/${VERSION%.*}
+ SOURCE_VFY=sha256:ed83498131bcea69ce60f882783c669c24b007d2b7e1219b4bdde18f6c94deb1
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20141019
+ UPDATED=20141019
+ SHORT="GDM support library"
+
+cat << EOF
+GDM support library.
+EOF
More information about the Lunar-commits
mailing list