Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (4e6642b6f753dc83ac5e9f8429fb403b06931418)

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 devel-xorg-modular grimoire by Eric Sandall (4e6642b6f753dc83ac5e9f8429fb403b06931418)
  • Date: Tue, 10 Jan 2012 21:19:13 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 11 +++++++
disk/grub2/BUILD | 2 -
disk/grub2/CONFIGURE | 6 ++--
disk/grub2/HISTORY | 22 +++++++++++----
libs/libvirt/BUILD | 1
libs/libvirt/DEPENDS | 1
libs/libvirt/HISTORY | 5 +++
libs/userspace-rcu/DETAILS | 17 ++++++++++++
libs/userspace-rcu/HISTORY | 2 +
net/knot/DEPENDS | 1
net/knot/DETAILS | 15 ++++++++++
net/knot/HISTORY | 2 +
perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig |binary
perl-cpan/crypt-ssleay/DEPENDS | 4 ++
perl-cpan/crypt-ssleay/DETAILS | 28
++++++++++++++++++++
perl-cpan/crypt-ssleay/HISTORY | 3 ++
perl-cpan/version/DETAILS | 5 ++-
perl-cpan/version/HISTORY | 3 ++
perl-cpan/version/version-0.95.tar.gz.sig |binary
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 ++
25 files changed, 143 insertions(+), 14 deletions(-)

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

commit 956770cf4398d4bf92115606a191454993e5493f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: Disable PIC for x86

Error without PIC disabled on x86:
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../include -I../include
-DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC -nostdinc -isystem
/usr/lib/gcc/i686-pc-linux-gnu/4.6.2/include
-DGRUB_FILE=\"loader/i386/xnu.c\" -I. -I. -I.. -I.. -I../include
-I../include -Os -Wall -W -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wundef -Wstrict-prototypes -g -falign-jumps=1
-falign-loops=1 -falign-functions=1 -mno-mmx -mno-sse -mno-sse2
-mno-3dnow -fno-dwarf2-cfi-asm -m32 -fno-stack-protector
-mno-stack-arg-probe -Wno-trampolines -mrtd -mregparm=3
-ffreestanding -march=native -mtune=native -m32 -pipe -DPIC -fPIC -O2
-MT loader/i386/xnu_module-xnu.o -MD -MP -MF
loader/i386/.deps-core/xnu_module-xnu.Tpo -c -o
loader/i386/xnu_module-xnu.o `test -f 'loader/i386/xnu.c' || echo
'./'`loader/i386/xnu.c
loader/i386/xnu.c: In function 'grub_cpu_xnu_fill_devicetree':
loader/i386/xnu.c:184:3: error: PIC register clobbered by '%rbx' in
'asm'
In file included from loader/i386/xnu.c:27:0:
../include/grub/i386/tsc.h:47:3: error: PIC register clobbered by '%rbx'
in 'asm'
../include/grub/i386/tsc.h:47:3: error: PIC register clobbered by '%rbx'
in 'asm'
make[3]: *** [loader/i386/xnu_module-xnu.o] Error 1
make[3]: Leaving directory `/usr/src/grub-1.99/grub-core'

commit dfe2bdb3709aeae2bd9d7be4edd2a25a5b9a3299
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: Remove debugging echo

commit a89a979304ae06250d2e85bf23ddf278e694a7d8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: Cleaned up HISTORY formatting

commit c99dbb70c6102b117ab2f0a017d1becad5158606
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: fstest is no longer a valid option with 1.99

configure: WARNING: unrecognized options: --disable-grub-fstest

commit 3798b121db1f6b09295ff2a34943e9e4ddd78d87
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

net/knot: new spell, high-performance authoritative-only DNS server

commit bdb7b07f78ca1c4b0e7c73e0be872e4ce89173ee
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libs/userspace-rcu: new spell, userspace RCU (read-copy-update) library
- liburcu

commit 53389315cc41f911d16bc4b0b480f160feefe5b7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

perl-cpan/crypt-ssleay: Added OpenSSL support for LWP

commit e769834677f249a2e37de8c0ffd78240ef7f95b1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Remove and disable libnl

checking whether to compile with macvtap support... yes
checking whether MACVLAN_MODE_PASSTHRU is declared... yes
checking whether to compile with virtual port support... yes
checking for LIBNL... no
configure: error: libnl-devel >= 1.1 is required for macvtap support

Was working with the prior release:
$ gaze version libnl libvirt
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test libs libnl 3.2.3 3.2.3
test libs libvirt 0.9.9 0.9.6

Fails enabling macvtap with libnl 3.2.3 installed (though it only needs
1.1 or newer), and tries to enable macvtap even with libnl uninstalled.

commit db7c5fed2af1786fddb10e2ff21102a5d21aed52
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

version: Updated to 0.95 (0.76 fails to install now)

diff --git a/ChangeLog b/ChangeLog
index ae003d4..2488f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
+
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * perl-cpan/crypt-ssleay: Added OpenSSL support for LWP
+
2012-01-05 Julien "_kaze_" ROZO <julien AT rozo.org>
* utils/razercfg: new spell, Razer device configuration tool

diff --git a/disk/grub2/BUILD b/disk/grub2/BUILD
index 9381c04..b70dd37 100755
--- a/disk/grub2/BUILD
+++ b/disk/grub2/BUILD
@@ -1,4 +1,4 @@
OPTS="${OPTS} ${GRUB2_OPTS} -disable-werror" &&
CFLAGS=${CFLAGS/-m64/} &&
-echo $CFLAGS &&
+disable_pic &&
default_build
diff --git a/disk/grub2/CONFIGURE b/disk/grub2/CONFIGURE
index f79d5ef..ccc09ee 100755
--- a/disk/grub2/CONFIGURE
+++ b/disk/grub2/CONFIGURE
@@ -4,6 +4,9 @@
list_remove GRUB2_OPTS '--enable-grub-mkfont' &&
list_remove GRUB2_OPTS '--enable-grub-emu' &&
list_remove GRUB2_OPTS '--enable-grub-pe2elf' &&
+# fstest is no longer an option as of 1.99
+list_remove GRUB2_OPTS '--enable-grub-fstest' &&
+list_remove GRUB2_OPTS '--disable-grub-fstest' &&

config_query_option GRUB2_OPTS 'include memory manger debugging?' n \
'--enable-mm-debug' \
@@ -11,9 +14,6 @@ config_query_option GRUB2_OPTS 'include memory manger
debugging?' n \
config_query_option GRUB2_OPTS 'build and install the grub-emu-usb debugging
utility?' n \
'--enable-grub-emu-usb' \
'--disable-grub-emu-usb' &&
-config_query_option GRUB2_OPTS 'build and install the grub-fstest debugging
utility?' n \
- '--enable-grub-fstest' \
- '--disable-grub-fstest' &&
config_query_option GRUB2_OPTS 'build and install the efiemu runtimes?' y \
'--enable-efiemu' \
'--disable-efiemu'
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 0720a0e..8d8f640 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,4 +1,9 @@
-2012-01-08 Treeve Jelbert ,treeve AT sourcemage.org.
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Remove debugging echo
+ Disable PIC for x86
+ * CONFIGURE: fstest is no longer a valid option with 1.99
+
+2012-01-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.99
use GNU_URL
* BUILD: remove make_single
@@ -6,7 +11,8 @@
* config, volatiles: add /etc/grub.d

2011-09-20 Arjan Bouter <abouter AT sourcemage.org>
- * CONFIGURE: remove obsolete emu and pe2elf options from GRUB_OPTS
(fixes bug #212)
+ * CONFIGURE: remove obsolete emu and pe2elf options from GRUB_OPTS
(fixes
+ bug #212)

2011-08-17 Robin Cook <rcook AT wyrms.net>
* BUILD: added configure switch to disable -Werror
@@ -16,7 +22,8 @@
gettext disable -> enable for enable option
gettext isn't actually optional
./configure doesn't --enable-gettext is --disable-device-mapper
- Doesn't actually care if lvm is installed or not, always builds the
LVM modules
+ Doesn't actually care if lvm is installed or not, always builds the
LVM
+ modules

2011-05-27 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: switched to http download
@@ -26,17 +33,20 @@
* BUILD: Fails with multiple make jobs

2010-03-29 Sukneet Basuta <sukneet AT sourcemage.org>
- * grub-default: changed GRUB_DISTRIBUTOR to "SourceMage", grub did
not like the space
+ * grub-default: changed GRUB_DISTRIBUTOR to "SourceMage", grub did
not like
+ the space

2010-03-09 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 1.98
- Commented out SCM version, as bazaar is now used and is not yet
supported by summon
+ Commented out SCM version, as bazaar is now used and is not yet
supported
+ by summon
* CONFIGURE: removed "--enable-grub-pe2elf" option, no longer in
configure
changed blabla
removed "--enable-grub-emu", no longer seems to be used
added "--enable-mm-debug" to include memory manager debugging
* PREPARE: Commented out SVN query
- * DEPENDS: addded optional dependency on SDL for grub-emu debugging
with sdl support
+ * DEPENDS: addded optional dependency on SDL for grub-emu debugging
with
+ sdl support

2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/libs/libvirt/BUILD b/libs/libvirt/BUILD
index 2771a88..29d4069 100755
--- a/libs/libvirt/BUILD
+++ b/libs/libvirt/BUILD
@@ -1,5 +1,6 @@
OPTS="$LIBVIRT_REMOTE \
$LIBVIRT_LIBVIRTD \
+ --without-macvtap \
$OPTS" &&

default_build
diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 03a2331..c7c7779 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -1,6 +1,5 @@
depends gnutls &&
depends libxml2 &&
-depends libnl '--with-macvtap' &&
depends readline &&
depends curl &&
depends glib2 &&
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index c5cc2f5..7e41460 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,8 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Remove dependency on libnl
+ * BUILD: Disable macvtap (even with libnl uninstalled, tries to build
+ macvtap, which fails even with libnl installed).
+
2012-01-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.9

diff --git a/libs/userspace-rcu/DETAILS b/libs/userspace-rcu/DETAILS
new file mode 100755
index 0000000..573913d
--- /dev/null
+++ b/libs/userspace-rcu/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=userspace-rcu
+ VERSION=0.6.7
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://lttng.org/files/urcu/$SOURCE
+
SOURCE_HASH=sha512:3061540e1f70db3ec2577215a63c7e95d55cc45aa08eed39980b9d413c98396b5a3286bff1634c92ee9fa5a3a8e1ec976cb566a815f25b7a23a4d682d8174643
+ WEB_SITE=http://lttng.org/urcu/
+ ENTERED=20120111
+ LICENSE=LGPL
+ SHORT="userspace RCU (read-copy-update) library - liburcu"
+cat << EOF
+liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
+synchronization library provides read-side access which scales linearly with
the
+number of cores. It does so by allowing multiples copies of a given data
+structure to live at the same time, and by monitoring the data structure
+accesses to detect grace periods after which memory reclamation is possible.
+EOF
diff --git a/libs/userspace-rcu/HISTORY b/libs/userspace-rcu/HISTORY
new file mode 100644
index 0000000..99bd1b9
--- /dev/null
+++ b/libs/userspace-rcu/HISTORY
@@ -0,0 +1,2 @@
+2012-01-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 0.6.7
diff --git a/net/knot/DEPENDS b/net/knot/DEPENDS
new file mode 100755
index 0000000..41172ee
--- /dev/null
+++ b/net/knot/DEPENDS
@@ -0,0 +1 @@
+depends userspace-rcu
diff --git a/net/knot/DETAILS b/net/knot/DETAILS
new file mode 100755
index 0000000..8ba512e
--- /dev/null
+++ b/net/knot/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=knot
+ VERSION=0.8.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://public.nic.cz/files/knot-dns/$SOURCE
+
SOURCE_HASH=sha512:50a2dd022cb1ea14582017e2269d29aa4d88034c39ef6682a4150a3e520da339a9015c2265a6e7b939f0e4e71155c7ea0762c13b2535c6360804785ca995e621
+ WEB_SITE=http://www.knot-dns.cz/
+ ENTERED=20120111
+ LICENSE=GPL
+ SHORT="high-performance authoritative-only DNS server"
+cat << EOF
+Knot DNS is a high-performance authoritative-only DNS server which supports
all
+key features of the domain name system including zone transfers, dynamic
updates
+and DNSSEC.
+EOF
diff --git a/net/knot/HISTORY b/net/knot/HISTORY
new file mode 100644
index 0000000..0493cc1
--- /dev/null
+++ b/net/knot/HISTORY
@@ -0,0 +1,2 @@
+2012-01-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.8.1
diff --git a/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig
b/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig
new file mode 100644
index 0000000..509f83e
Binary files /dev/null and
b/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig differ
diff --git a/perl-cpan/crypt-ssleay/DEPENDS b/perl-cpan/crypt-ssleay/DEPENDS
new file mode 100755
index 0000000..51962c1
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/DEPENDS
@@ -0,0 +1,4 @@
+runtime_depends openssl &&
+depends perl &&
+runtime_depends mime-base64 &&
+runtime_depends lwp
diff --git a/perl-cpan/crypt-ssleay/DETAILS b/perl-cpan/crypt-ssleay/DETAILS
new file mode 100755
index 0000000..4834f42
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=crypt-ssleay
+ VERSION=0.58
+ SOURCE=Crypt-SSLeay-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Crypt-SSLeay-$VERSION
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NA/NANIS/$SOURCE
+ LICENSE=ART
+ WEB_SITE="http://search.cpan.org/search?module=Crypt::SSLeay";
+ ENTERED=20120110
+ KEYWORDS="perl"
+ SHORT="OpenSSL support for LWP"
+cat << EOF
+This Perl module provides support for the HTTPS protocol under LWP, to allow
+an LWP::UserAgent object to perform GET, HEAD and POST requests. Please see
LWP
+for more information on POST requests.
+
+The Crypt::SSLeay package provides Net::SSL, which is loaded by
+LWP::Protocol::https for https requests and provides the necessary SSL glue.
+
+This distribution also makes following deprecated modules available:
+
+ Crypt::SSLeay::CTX
+ Crypt::SSLeay::Conn
+ Crypt::SSLeay::X509
+
+Work on Crypt::SSLeay has been continued only to provide https support for
the
+LWP (libwww-perl) libraries.
+EOF
diff --git a/perl-cpan/crypt-ssleay/HISTORY b/perl-cpan/crypt-ssleay/HISTORY
new file mode 100644
index 0000000..6a56d6e
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/HISTORY
@@ -0,0 +1,3 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * Created
+
diff --git a/perl-cpan/version/DETAILS b/perl-cpan/version/DETAILS
index fe7c909..4c1bd4f 100755
--- a/perl-cpan/version/DETAILS
+++ b/perl-cpan/version/DETAILS
@@ -1,7 +1,8 @@
SPELL=version
- VERSION=0.76
-
SOURCE_HASH=sha512:b301d5b9ea1b3ab90c385eff302052911f443bcd2786f3d72b283a3079b0b644c30521466d16cc5fa53f242f32bf224062d00c5b1dc91dc78af8c178a6826364
+ VERSION=0.95
+#
SOURCE_HASH=sha512:b301d5b9ea1b3ab90c385eff302052911f443bcd2786f3d72b283a3079b0b644c30521466d16cc5fa53f242f32bf224062d00c5b1dc91dc78af8c178a6826364
SOURCE=version-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/version-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JP/JPEACOCK/$SOURCE
WEB_SITE=http://search.cpan.org/~jpeacock/version/
diff --git a/perl-cpan/version/HISTORY b/perl-cpan/version/HISTORY
index 7a44104..709a3a7 100644
--- a/perl-cpan/version/HISTORY
+++ b/perl-cpan/version/HISTORY
@@ -1,3 +1,6 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.95 (0.76 fails to install now)
+
2008-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.76

diff --git a/perl-cpan/version/version-0.95.tar.gz.sig
b/perl-cpan/version/version-0.95.tar.gz.sig
new file mode 100644
index 0000000..fe2a4d8
Binary files /dev/null and b/perl-cpan/version/version-0.95.tar.gz.sig differ
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 devel-xorg-modular grimoire by Eric Sandall (4e6642b6f753dc83ac5e9f8429fb403b06931418), Eric Sandall, 01/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page