From ea6497b2b8bd2f813d22bddaed6c0b221cf00182 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sun, 10 Jul 2016 14:24:08 +0200 Subject: Bump lxdm version --- lxde-base/lxdm/Manifest | 4 +-- lxde-base/lxdm/lxdm-0.5.0.ebuild | 76 ---------------------------------------- lxde-base/lxdm/lxdm-0.5.3.ebuild | 76 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644 lxde-base/lxdm/lxdm-0.5.0.ebuild create mode 100644 lxde-base/lxdm/lxdm-0.5.3.ebuild (limited to 'lxde-base') diff --git a/lxde-base/lxdm/Manifest b/lxde-base/lxdm/Manifest index d214a5b..9cd6954 100644 --- a/lxde-base/lxdm/Manifest +++ b/lxde-base/lxdm/Manifest @@ -1,2 +1,2 @@ -DIST lxdm-0.5.0.tar.xz 236972 SHA256 6e876fe8cc52341f3f55c54517da1c6dcf794aa11caffbf5a929ded442a949d4 SHA512 b25fe570699a94a41f294f20375adebdb5ac0f8f3911c45d2ecafa1c103b7b91353660d7b2ffd01468c5dc156f449a42dd391e795603999ebba6b8b41071d17f WHIRLPOOL 6b58502186ed9e16e712de4ce5a6658c132da5d508354f0be355d86271a2c190a24d83531ac3a5ea06c5725ceadf675162847b6549ddebb8b1fb00ab1a53b86d -EBUILD lxdm-0.5.0.ebuild 1792 SHA256 8039d611374a586968529412e1abb6320532f72cc96b1a2b1d0b914db3d04d56 SHA512 a6fe486cec22ed8b40981e4f288eeb77498962e565eb5cf6cc7358c3ccd9541e4dbd366026560d6d3b173736550f08fa68bde79a51468c7a6bd1748d6881b991 WHIRLPOOL 94e7556d184a9a1f5540629d29d9de62bef7a9caa51083f2cf84b30a107dfe6a6bfb3618491abc8eb0966a6c224df12d82abe9d2ec8cbe6c132923040eeba9bc +DIST lxdm-0.5.3.tar.xz 239132 SHA256 4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f SHA512 0e3539c595a71cb850c1756dd075b8d477a4e111a4167714057cac06650e9587f338f797f14122e7b2a2f4ad35b38cd7172b83e996758abeeaf0146d65bbc26f WHIRLPOOL f0b36b1da0ea558fcd04fe2dbf3b6e65afb1d9f19e4d7fdb1ededfc9e3b35c1135cdb24477ce3fce024029484174c3c7009e76a66fd84694220eee1dccf4802c +EBUILD lxdm-0.5.3.ebuild 1792 SHA256 8039d611374a586968529412e1abb6320532f72cc96b1a2b1d0b914db3d04d56 SHA512 a6fe486cec22ed8b40981e4f288eeb77498962e565eb5cf6cc7358c3ccd9541e4dbd366026560d6d3b173736550f08fa68bde79a51468c7a6bd1748d6881b991 WHIRLPOOL 94e7556d184a9a1f5540629d29d9de62bef7a9caa51083f2cf84b30a107dfe6a6bfb3618491abc8eb0966a6c224df12d82abe9d2ec8cbe6c132923040eeba9bc diff --git a/lxde-base/lxdm/lxdm-0.5.0.ebuild b/lxde-base/lxdm/lxdm-0.5.0.ebuild deleted file mode 100644 index 87433cd..0000000 --- a/lxde-base/lxdm/lxdm-0.5.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild,v 1.2 2013/12/22 12:46:59 pacho Exp $ - -EAPI="5" - -WANT_AUTOMAKE="1.12" #493996 -inherit eutils autotools systemd - -DESCRIPTION="LXDE Display Manager" -HOMEPAGE="http://lxde.org" -SRC_URI="mirror://sourceforge/lxdm/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" - -IUSE="consolekit debug gnome-keyring gtk3 nls pam selinux" - -RDEPEND="consolekit? ( sys-auth/consolekit ) - x11-libs/libxcb - gtk3? ( x11-libs/gtk+:3 ) - !gtk3? ( x11-libs/gtk+:2 ) - nls? ( sys-devel/gettext ) - pam? ( virtual/pam )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig" - -src_prepare() { - cd "${S}" - # Upstream bug, tarball contains pre-made lxdm.conf - rm data/lxdm.conf || die - - sed -i -e '/pam_console.so/d' pam/lxdm - - if ! use selinux; then - sed -i -e '/pam_selinux.so/d' pam/lxdm - fi - if ! use gnome-keyring; then - sed -i -e '/pam_gnome_keyring.so/d' pam/lxdm - fi - # Allow user to apply any additional patches without modifing ebuild - epatch_user - - # 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_configure() { - econf --enable-password \ - --with-x \ - --with-xconn=xcb \ - $(use_enable consolekit) \ - $(use_enable gtk3) \ - $(use_enable nls) \ - $(use_enable debug) \ - $(use_with pam) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS COPYING INSTALL README TODO || die -} - -pkg_postinst() { - echo - elog "Take into consideration that LXDM is in the early stages of development!" - echo -} diff --git a/lxde-base/lxdm/lxdm-0.5.3.ebuild b/lxde-base/lxdm/lxdm-0.5.3.ebuild new file mode 100644 index 0000000..87433cd --- /dev/null +++ b/lxde-base/lxdm/lxdm-0.5.3.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild,v 1.2 2013/12/22 12:46:59 pacho Exp $ + +EAPI="5" + +WANT_AUTOMAKE="1.12" #493996 +inherit eutils autotools systemd + +DESCRIPTION="LXDE Display Manager" +HOMEPAGE="http://lxde.org" +SRC_URI="mirror://sourceforge/lxdm/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +IUSE="consolekit debug gnome-keyring gtk3 nls pam selinux" + +RDEPEND="consolekit? ( sys-auth/consolekit ) + x11-libs/libxcb + gtk3? ( x11-libs/gtk+:3 ) + !gtk3? ( x11-libs/gtk+:2 ) + nls? ( sys-devel/gettext ) + pam? ( virtual/pam )" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig" + +src_prepare() { + cd "${S}" + # Upstream bug, tarball contains pre-made lxdm.conf + rm data/lxdm.conf || die + + sed -i -e '/pam_console.so/d' pam/lxdm + + if ! use selinux; then + sed -i -e '/pam_selinux.so/d' pam/lxdm + fi + if ! use gnome-keyring; then + sed -i -e '/pam_gnome_keyring.so/d' pam/lxdm + fi + # Allow user to apply any additional patches without modifing ebuild + epatch_user + + # 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_configure() { + econf --enable-password \ + --with-x \ + --with-xconn=xcb \ + $(use_enable consolekit) \ + $(use_enable gtk3) \ + $(use_enable nls) \ + $(use_enable debug) \ + $(use_with pam) +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS COPYING INSTALL README TODO || die +} + +pkg_postinst() { + echo + elog "Take into consideration that LXDM is in the early stages of development!" + echo +} -- cgit v1.2.3