[Lunar-commits] <moonbase-gnome3> Merge branch 'master' of github.com:lunar-linux/moonbase-gnome3

Dennis Veatch dennisveatch at bellsouth.net
Sun Oct 19 16:53:20 CEST 2014


commit 2ea98723a2323e5af435c1373fb5052088e713e3
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 19 Oct 2014 09:50:02 -0400
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/2ea98723a2323e5af435c1373fb5052088e713e3

Merge branch 'master' of github.com:lunar-linux/moonbase-gnome3
---
  apps/transmission/DEPENDS | +8/-2     
  libs/libgdata3/DETAILS    | +2/-2     
  libs/libgdm/BUILD         | +3/-0     
  libs/libgdm/DEPENDS       | +8/-0     
  libs/libgdm/DETAILS       | +15/-0    
  libs/libsoup/DEPENDS      | +1/-3     
  6 files changed, 37 insertions(+), 7 deletions(-)

--- a/apps/transmission/DEPENDS
+++ b/apps/transmission/DEPENDS
@@ -3,5 +3,11 @@ depends intltool
 depends libevent
 depends openssl
 
-optional_depends "gtk+-3"     "--with-gtk"      "--without-gtk"       "for the GUI interface"
-optional_depends "libnotify4" "--with-inotify"  "--without-inotify"   "for inotify support"
+optional_depends "gtk+-3"     "--with-gtk"     "--without-gtk"     "for the GUI interface"
+optional_depends "libnotify4" "--with-inotify" "--without-inotify" "for inotify support"
+
+optional_depends "gobject-introspection"   \
+                 "--enable-introspection"  \
+                 "--disable-introspection" \
+                 " for object introspection"
+
--- a/libs/libgdata3/DETAILS
+++ b/libs/libgdata3/DETAILS
@@ -3,11 +3,11 @@
          VERSION=0.16.0
           SOURCE=libgdata-$VERSION.tar.xz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKGNAME-$VERSION
-      SOURCE_URL=$GNOME_URL/sources/libgdata/${VERSION::4}/
+      SOURCE_URL=$GNOME_URL/sources/libgdata/${VERSION%.*}/
       SOURCE_VFY=sha256:66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479
         WEB_SITE=http://live.gnome.org/libgdata
          ENTERED=20141019
-         UPDATED=20141018
+         UPDATED=20141019
            SHORT="Gnome's GData protocol library"
 
 cat << EOF
--- /dev/null
+++ b/libs/libgdm/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-static"  &&
+
+default_build
--- /dev/null
+++ b/libs/libgdm/DEPENDS
@@ -0,0 +1,8 @@
+depends  systemd
+depends  intltool
+depends  yelp-tools
+depends  check
+depends  itstool
+
+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
--- a/libs/libsoup/DEPENDS
+++ b/libs/libsoup/DEPENDS
@@ -2,7 +2,5 @@ depends glib-2
 depends libxml2
 depends sqlite
 
-optional_depends "libproxy"              ""                       ""                        "for libproxy support"
-optional_depends "GConf"                 ""                       "--without-gnome"         "for gnome support"
-optional_depends "libgnome-keyring"      ""                       "--without-gnome"         "for gnome support"
+optional_depends "gnome-keyring"         ""                       "--without-gnome"         "for gnome support"
 optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection"




More information about the Lunar-commits mailing list