Skip to Content.
Sympa Menu

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

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 (d0b9d7a31d749bc71fd8ba4abec4fdbdf407deb1)
  • Date: Tue, 4 Jun 2013 15:46:07 -0500

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

x11/lightdm/DEPENDS | 6 ++++++
x11/lightdm/DETAILS | 7 ++++---
x11/lightdm/HISTORY | 4 ++++
x11/lightdm/lightdm-1.7.0.tar.xz.sig |binary
4 files changed, 14 insertions(+), 3 deletions(-)

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

lightdm: Updated to 1.7.0 (1.8 branch)
1.5.1 no longer seems to compile.
Added optional dependency on gettext.

diff --git a/x11/lightdm/DEPENDS b/x11/lightdm/DEPENDS
index 9277355..bcfb0ea 100755
--- a/x11/lightdm/DEPENDS
+++ b/x11/lightdm/DEPENDS
@@ -5,6 +5,12 @@ depends -sub XEPHYR xorg-server &&
depends libxml2 &&
depends itstool &&
depends libx11 &&
+
+optional_depends gettext \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'for Native Language Support (NLS)' &&
+
optional_depends qt4 \
'--enable-liblightdm-qt' \
'--disable-liblightdm-qt' \
diff --git a/x11/lightdm/DETAILS b/x11/lightdm/DETAILS
index 1b93256..5cfa381 100755
--- a/x11/lightdm/DETAILS
+++ b/x11/lightdm/DETAILS
@@ -1,8 +1,9 @@
SPELL=lightdm
- VERSION=1.5.1
+ VERSION=1.7.0
SOURCE="${SPELL}-${VERSION}.tar.xz"
-
SOURCE_URL[0]=http://launchpad.net/${SPELL}/1.6/$VERSION/+download/${SOURCE}
-
SOURCE_HASH=sha512:e7a7fab1ad3b717e8c9de48e0337985ccbca5c3850697d59c910ed0a2418339207a1111e197f0f7a2a2b0ad6800373681c29d8f683e4a5ee3ae74a72b51e9da2
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/1.8/$VERSION/+download/${SOURCE}
+#
SOURCE_HASH=sha512:e7a7fab1ad3b717e8c9de48e0337985ccbca5c3850697d59c910ed0a2418339207a1111e197f0f7a2a2b0ad6800373681c29d8f683e4a5ee3ae74a72b51e9da2
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://launchpad.net/lightdm";
LICENSE[0]=GPL3/LGPL3
diff --git a/x11/lightdm/HISTORY b/x11/lightdm/HISTORY
index f6d4a25..4046b28 100644
--- a/x11/lightdm/HISTORY
+++ b/x11/lightdm/HISTORY
@@ -1,3 +1,7 @@
+2013-06-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.7.0, 1.5.1 no longer compiles
+ * DEPENDS: Optionally depends on gettext
+
2013-03-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* init.d/lightdm: fix typo
* DETAILS: reformat description
diff --git a/x11/lightdm/lightdm-1.7.0.tar.xz.sig
b/x11/lightdm/lightdm-1.7.0.tar.xz.sig
new file mode 100644
index 0000000..0080099
Binary files /dev/null and b/x11/lightdm/lightdm-1.7.0.tar.xz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d0b9d7a31d749bc71fd8ba4abec4fdbdf407deb1), Eric Sandall, 06/04/2013

Archive powered by MHonArc 2.6.24.

Top of Page