From 1581db777aa413144ae9aaff70602eae670c8b93 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jan 2023 08:21:34 +0000 Subject: gentoo auto-resync : 01:01:2023 - 08:21:34 --- lxde-base/Manifest.gz | Bin 2717 -> 2716 bytes lxde-base/lxdm/Manifest | 2 +- lxde-base/lxdm/lxdm-0.5.3-r3.ebuild | 83 ------------------------------------ lxde-base/lxdm/lxdm-0.5.3-r4.ebuild | 83 ++++++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 84 deletions(-) delete mode 100644 lxde-base/lxdm/lxdm-0.5.3-r3.ebuild create mode 100644 lxde-base/lxdm/lxdm-0.5.3-r4.ebuild (limited to 'lxde-base') diff --git a/lxde-base/Manifest.gz b/lxde-base/Manifest.gz index e21c56e5a256..4af7d06351a1 100644 Binary files a/lxde-base/Manifest.gz and b/lxde-base/Manifest.gz differ diff --git a/lxde-base/lxdm/Manifest b/lxde-base/lxdm/Manifest index fa8d749e81c3..0428b72b74e8 100644 --- a/lxde-base/lxdm/Manifest +++ b/lxde-base/lxdm/Manifest @@ -2,5 +2,5 @@ AUX Xsession 1974 BLAKE2B 229ba66250e025cb207d9e22a50aab356bfa185cbc65ea87d62a2e AUX lxdm-0.5.3-pam.patch 470 BLAKE2B cf386ca0237f7bd4362867083e5c395cdd3e9187ab2c5bfbbcd4e9e405e7f9c9e2ed9e47e1c6ff8ce7cc6d9b04a19e7f03920892e97fa9b7f91b7f76cae2b890 SHA512 b64caec5b27f92ef2c2dc5fbaa0c067d6450bbaa23c057599c741b1f930bcbe47c07ff68f8ea6b35a610edff820aea7071bdde5edbecd47851a2d80f833f8ed2 AUX lxdm-0.5.3-upstream-fixes.patch 5836 BLAKE2B 0e76a7c92a9b5c57dc85fa9659653b29ea449810ee4bf596e4691e91cc4ed1645b6b75e64bd7fe35f2488f469bad237633042b43e10d10afd0ce7f8fa29bdd9b SHA512 c67186af1f3288633e5a3b8a25167f92999209c99dac4257b330d9046eb0524eb766032dc6e2870a9843afa8ede88defcb1f0e1cff57ece5bc9d5d1121446070 DIST lxdm-0.5.3.tar.xz 239132 BLAKE2B 9d27feb60452af49127972ce0ecdc25122f5f86961f65512fd6c185c5d6ca03e637fab703fa2df156dba8a3d0ef4e7cf9f55e20762ba49bb14dc4ee8a82b1fa3 SHA512 0e3539c595a71cb850c1756dd075b8d477a4e111a4167714057cac06650e9587f338f797f14122e7b2a2f4ad35b38cd7172b83e996758abeeaf0146d65bbc26f -EBUILD lxdm-0.5.3-r3.ebuild 2014 BLAKE2B f88804f5c8d9c0d69080cd6ecfbdac77a486c92046a005561cb91c385aeefefcb627b22ed8d90d7872be1384bbe5ff0969e535916d0e2ef6ad84535ff4e79580 SHA512 dee6a4d5a11a64757f40a5e0952be1109386815f085177680d746e881d11c67b2965f2525a70f92fcd66ac02aab52dc6d2036e7d079051a0d1c0e274e4305cb7 +EBUILD lxdm-0.5.3-r4.ebuild 2032 BLAKE2B f2e55d46111009b0964014219a81c98bd63ef3988929c437f383cbd8487f98c806e077e65e2ee7720a0d99518608f6dfec21943489bc9eddbd439eaf972a5431 SHA512 d2da4889515c1848cd55393cb1e6f5d6f824740edee3e6e63fab3433af1f9f92dc1c65032cb567aa35f1618fa408181b1137811839146df84b3b8ea251621d97 MISC metadata.xml 321 BLAKE2B 9b47c35de91df4ace007c6d3864b2a06366e7f98053ef4751d851247f3f26d6853383db9a759cd48d5bba37c1874bf31dc3f7ced247e20b5848947142b1061b0 SHA512 783ed64627aa0725e726ade932dcfa204aa2b855dd6e28d2be3aea7c92164c5c7509f1dad861befafe040c04699f8aee297f5c193d2cae21589de2b9a28a5e5d diff --git a/lxde-base/lxdm/lxdm-0.5.3-r3.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r3.ebuild deleted file mode 100644 index 2c6641a0a084..000000000000 --- a/lxde-base/lxdm/lxdm-0.5.3-r3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools strip-linguas systemd - -DESCRIPTION="LXDE Display Manager" -HOMEPAGE="https://wiki.lxde.org/en/LXDM" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86" - -IUSE="debug elogind nls pam systemd" - -# Although cairo, gdk-pixbuf, and pango are not directly checked and often forced by gtk+ -# They are directly referenced in the C code of the greeter and config util -DEPEND=" - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/pango - x11-libs/libX11 - x11-libs/libxcb:0= - virtual/libcrypt:0= - pam? ( sys-libs/pam )" -# We only use the pam modules and not actually link to the code -RDEPEND="${DEPEND} - elogind? ( sys-auth/elogind[pam] ) - systemd? ( sys-apps/systemd[pam] ) -" -BDEPEND=" - app-text/iso-codes - >=dev-util/intltool-0.40 - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -DOCS=( AUTHORS README TODO ) - -REQUIRED_USE="?? ( elogind systemd ) elogind? ( pam ) systemd? ( pam )" - -src_prepare() { - # Upstream bug, tarball contains pre-made lxdm.conf - rm "${S}"/data/lxdm.conf || die - - # Fix consolekit and selinux - eapply "${FILESDIR}/${P}-pam.patch" - # Apply all upstream fixes in git until 2016-11-11 - eapply "${FILESDIR}/lxdm-0.5.3-upstream-fixes.patch" - eapply_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 \ - --with-systemdsystemunitdir=$(systemd_get_systemunitdir) \ - --disable-consolekit \ - --enable-gtk3 \ - $(use_enable nls) \ - $(use_enable debug) \ - $(use_with pam) -} - -src_install() { - default_src_install - - #Use Gentoo specific Xsession startup file - exeinto /etc/${PN} - doexe "${FILESDIR}"/Xsession -} diff --git a/lxde-base/lxdm/lxdm-0.5.3-r4.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r4.ebuild new file mode 100644 index 000000000000..1242ecf466fa --- /dev/null +++ b/lxde-base/lxdm/lxdm-0.5.3-r4.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools strip-linguas systemd + +DESCRIPTION="LXDE Display Manager" +HOMEPAGE="https://wiki.lxde.org/en/LXDM" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86" + +IUSE="debug elogind nls pam systemd" + +# Although cairo, gdk-pixbuf, and pango are not directly checked and often forced by gtk+ +# They are directly referenced in the C code of the greeter and config util +DEPEND=" + dev-libs/glib:2 + x11-libs/cairo[X(-)] + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3[X(-)] + x11-libs/pango[X(-)] + x11-libs/libX11 + x11-libs/libxcb:0= + virtual/libcrypt:0= + pam? ( sys-libs/pam )" +# We only use the pam modules and not actually link to the code +RDEPEND="${DEPEND} + elogind? ( sys-auth/elogind[pam] ) + systemd? ( sys-apps/systemd[pam] ) +" +BDEPEND=" + app-text/iso-codes + >=dev-util/intltool-0.40 + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" +DOCS=( AUTHORS README TODO ) + +REQUIRED_USE="?? ( elogind systemd ) elogind? ( pam ) systemd? ( pam )" + +src_prepare() { + # Upstream bug, tarball contains pre-made lxdm.conf + rm "${S}"/data/lxdm.conf || die + + # Fix consolekit and selinux + eapply "${FILESDIR}/${P}-pam.patch" + # Apply all upstream fixes in git until 2016-11-11 + eapply "${FILESDIR}/lxdm-0.5.3-upstream-fixes.patch" + eapply_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 \ + --with-systemdsystemunitdir=$(systemd_get_systemunitdir) \ + --disable-consolekit \ + --enable-gtk3 \ + $(use_enable nls) \ + $(use_enable debug) \ + $(use_with pam) +} + +src_install() { + default_src_install + + #Use Gentoo specific Xsession startup file + exeinto /etc/${PN} + doexe "${FILESDIR}"/Xsession +} -- cgit v1.2.3