Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (baaea2c45ed01cb7eeba1e40f54d309e3c924de8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (baaea2c45ed01cb7eeba1e40f54d309e3c924de8)
  • Date: Tue, 10 Jan 2012 21:18:45 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 ++++
x11-libs/ido/DEPENDS | 8 ++++++++
x11-libs/ido/DETAILS | 13 +++++++++++++
x11-libs/ido/HISTORY | 3 +++
x11-libs/ido/ido-0.3.1.tar.gz.sig |binary
x11-libs/unity-greeter/DEPENDS | 2 +-
x11-libs/unity-greeter/HISTORY | 3 +++
7 files changed, 32 insertions(+), 1 deletion(-)

New commits:
commit baaea2c45ed01cb7eeba1e40f54d309e3c924de8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

unity-greeter: indicator-session is for user sessions, not power

diff --git a/ChangeLog b/ChangeLog
index 1b81c47..2488f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * x11-libs/ido: Widgets and other objects used for indicators (missing
+ dependency for indicator-datetime).
+
2012-01-11 Ladislav Hagara <hgr AT vabo.cz>
* libs/userspace-rcu: new spell, userspace read-copy-update library
* net/knot: new spell, high-performance authoritative-only DNS server
diff --git a/x11-libs/ido/DEPENDS b/x11-libs/ido/DEPENDS
new file mode 100755
index 0000000..737836d
--- /dev/null
+++ b/x11-libs/ido/DEPENDS
@@ -0,0 +1,8 @@
+optional_depends gtk+3 '--with-gtk=3' '--with-gtk=2' \
+ 'use gtk+3 instead of gtk+2' &&
+if ! is_depends_enabled $SPELL gtk+3 ; then
+ depends gtk+2
+fi &&
+
+optional_depends gtk-doc '--enable-gtk-doc' '--disable-gtk-doc' \
+ 'to build documentation'
diff --git a/x11-libs/ido/DETAILS b/x11-libs/ido/DETAILS
new file mode 100755
index 0000000..8ac4171
--- /dev/null
+++ b/x11-libs/ido/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ido
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.3/${VERSION}/+download/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/ido";
+ LICENSE[0]=GPL
+ ENTERED=20120110
+ SHORT="Widgets and other objects used for indicators"
+cat << EOF
+Widgets and other objects used for indicators.
+EOF
diff --git a/x11-libs/ido/HISTORY b/x11-libs/ido/HISTORY
new file mode 100644
index 0000000..5149652
--- /dev/null
+++ b/x11-libs/ido/HISTORY
@@ -0,0 +1,3 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * Created (missing dependency for existing indicator-datetime)
+
diff --git a/x11-libs/ido/ido-0.3.1.tar.gz.sig
b/x11-libs/ido/ido-0.3.1.tar.gz.sig
new file mode 100644
index 0000000..9b3a895
Binary files /dev/null and b/x11-libs/ido/ido-0.3.1.tar.gz.sig differ
diff --git a/x11-libs/unity-greeter/DEPENDS b/x11-libs/unity-greeter/DEPENDS
index f0067af..52f5e1c 100755
--- a/x11-libs/unity-greeter/DEPENDS
+++ b/x11-libs/unity-greeter/DEPENDS
@@ -4,4 +4,4 @@ depends libindicator &&
optional_depends indicator-datetime '' '' 'for a time applet' &&
optional_depends indicator-soundmenu '' '' 'for a sound applet' &&
optional_depends indicator-power '' '' 'for a power applet' &&
-optional_depends indicator-session '' '' 'for a power applet'
+optional_depends indicator-session '' '' 'for a user session applet'
diff --git a/x11-libs/unity-greeter/HISTORY b/x11-libs/unity-greeter/HISTORY
index 282bf0d..f61c97d 100644
--- a/x11-libs/unity-greeter/HISTORY
+++ b/x11-libs/unity-greeter/HISTORY
@@ -1,3 +1,6 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: indicator-session is for user sessions, not power.
+
2012-01-09 Arjan Bouter <abouter AT sourcemage.org>
* PRE_BUILD: help configure to find x11 libs




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (baaea2c45ed01cb7eeba1e40f54d309e3c924de8), Eric Sandall, 01/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page