public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxdm: ChangeLog lxdm-0.3.0-r3.ebuild lxdm-0.3.0-r2.ebuild
@ 2011-07-03 10:02 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2011-07-03 10:02 UTC (permalink / raw
  To: gentoo-commits

lxnay       11/07/03 10:02:30

  Modified:             ChangeLog
  Added:                lxdm-0.3.0-r3.ebuild
  Removed:              lxdm-0.3.0-r2.ebuild
  Log:
  add patch that fixes loading of Fluxbox, E17, Openbox and perhaps others, see http://lxnay.wordpress.com/2011/07/03/lxdm-the-wannabe-login-manager for more details
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  lxde-base/lxdm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxdm/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxdm/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxdm/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Feb 2011 08:01:01 -0000	1.4
+++ ChangeLog	3 Jul 2011 10:02:29 -0000	1.5
@@ -1,6 +1,16 @@
 # ChangeLog for lxde-base/lxdm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v 1.4 2011/02/18 08:01:01 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v 1.5 2011/07/03 10:02:29 lxnay Exp $
+
+*lxdm-0.3.0-r3 (03 Jul 2011)
+
+  03 Jul 2011; Fabio Erculiani <lxnay@gentoo.org> -lxdm-0.3.0-r2.ebuild,
+  +lxdm-0.3.0-r3.ebuild,
+  +files/lxdm-0.3.0-properly-load-session-settings-using-dmrc-entry-as-pointer-
+  for-xsessions-dir-file.patch:
+  add patch that fixes loading of Fluxbox, E17, Openbox and perhaps others, see
+  http://lxnay.wordpress.com/2011/07/03/lxdm-the-wannabe-login-manager for more
+  details
 
 *lxdm-0.3.0-r2 (18 Feb 2011)
 



1.1                  lxde-base/lxdm/lxdm-0.3.0-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxdm/lxdm-0.3.0-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxdm/lxdm-0.3.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: lxdm-0.3.0-r3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/lxdm-0.3.0-r3.ebuild,v 1.1 2011/07/03 10:02:29 lxnay Exp $

EAPI="2"

inherit eutils autotools

DESCRIPTION="LXDE Display Manager"
HOMEPAGE="http://lxde.org"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="+consolekit nls"

COMMON_DEPEND="sys-libs/pam
	x11-libs/gtk+:2
	consolekit? ( sys-auth/consolekit )
	nls? ( sys-devel/gettext )"
DEPEND="${COMMON_DEPEND}
	>=dev-util/intltool-0.40
	dev-util/pkgconfig"
RDEPEND="${COMMON_DEPEND}
	gnome-base/librsvg"

src_configure() {
	econf --with-x $(use_enable nls) || die "econf failed"
}

src_prepare() {
	# There is consolekit
	epatch "${FILESDIR}/${P}-pam_console-disable.patch"
	use consolekit || epatch "${FILESDIR}/${P}-consolekit-disable.patch"

	epatch "${FILESDIR}"/${P}-properly-load-session-settings-using-dmrc-entry-as-pointer-for-xsessions-dir-file.patch

	# this replaces the bootstrap/autogen script in most packages
	eautoreconf

	# process LINGUAS
	if use nls; then
		einfo "Running intltoolize ..."
		intltoolize --force --copy --automake || die
		strip-linguas -i "${S}/po" || die
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS README TODO || die
	# install xinitrc
	exeinto /etc/lxdm
	doexe "${FILESDIR}"/xinitrc || die
}

pkg_postinst() {
	echo
	elog "LXDM is in early stage of development."
	echo
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-03 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-03 10:02 [gentoo-commits] gentoo-x86 commit in lxde-base/lxdm: ChangeLog lxdm-0.3.0-r3.ebuild lxdm-0.3.0-r2.ebuild Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox