From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3C60138334 for ; Fri, 24 May 2019 18:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B2CE0822; Fri, 24 May 2019 18:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4E9AE0822 for ; Fri, 24 May 2019 18:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5141F344A54 for ; Fri, 24 May 2019 18:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B67295E6 for ; Fri, 24 May 2019 18:26:09 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1558722353.d714311a34bbdc1fed8800ae770ae0ce1db9ffd5.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxsession/Manifest lxde-base/lxsession/lxsession-0.5.4.ebuild X-VCS-Directories: lxde-base/lxsession/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: d714311a34bbdc1fed8800ae770ae0ce1db9ffd5 X-VCS-Branch: master Date: Fri, 24 May 2019 18:26:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1da14a25-579c-4d75-a855-1ef184cd83b8 X-Archives-Hash: 9f7f973c291fc064e88edd58d683d351 commit: d714311a34bbdc1fed8800ae770ae0ce1db9ffd5 Author: Hanno gentoo org> AuthorDate: Fri May 24 18:25:53 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Fri May 24 18:25:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d714311a lxde-base/lxsession: Version bump. Remove obsolete SED-lines and patch, EAPI=7. Closes: https://bugs.gentoo.org/681964 Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 lxde-base/lxsession/Manifest | 1 + lxde-base/lxsession/lxsession-0.5.4.ebuild | 63 ++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/lxde-base/lxsession/Manifest b/lxde-base/lxsession/Manifest index dc683212cd2..f640f1aba27 100644 --- a/lxde-base/lxsession/Manifest +++ b/lxde-base/lxsession/Manifest @@ -1 +1,2 @@ DIST lxsession-0.5.2.tar.xz 354092 BLAKE2B 3acbf1be74ed461d331ea8ed10e5c403057671d5f7f32c72951ba89681ad4b0b1a104c2962805738e5b414549e84db3e12327172ffe1b7c6f13a09e09c44fd0f SHA512 2e08e5263bb4ef9d8051e84997347a12d2f1ba75cf4e70f9e3ba783a509246f0d6efd672ac1cc1d0fffc8707710ddb148298449b5365deb6785623d596bc3da1 +DIST lxsession-0.5.4.tar.xz 422756 BLAKE2B a04c67dbbb9da6405e165a05eb43d82f9d7ecc943147a8c5ab4fb5edf50b40b408db102ea1e96e142f61fcc2d1ead023685c33e1c26c09a4183882cfe9c5c930 SHA512 5b92d6e703ef692e3788554a3a34eca7bb4b7bb23d735af838c35bfaab142238eaeee3095176e5e4a7464468ab5478a596c670b0e2488f8599091f3e2fc8482b diff --git a/lxde-base/lxsession/lxsession-0.5.4.ebuild b/lxde-base/lxsession/lxsession-0.5.4.ebuild new file mode 100644 index 00000000000..e9fb636e8f2 --- /dev/null +++ b/lxde-base/lxsession/lxsession-0.5.4.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit vala autotools + +DESCRIPTION="LXDE session manager" +HOMEPAGE="https://wiki.lxde.org/en/LXSession" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-linux" +SLOT="0" + +# upower USE flag is enabled by default in the desktop profile +IUSE="nls upower" + +COMMON_DEPEND=" + dev-libs/glib:2 + dev-libs/dbus-glib + dev-libs/libgee:0 + dev-libs/libunique:1 + lxde-base/lxde-common + sys-auth/polkit + x11-libs/gtk+:2 + x11-libs/libX11 + sys-apps/dbus +" +RDEPEND="${COMMON_DEPEND} + !lxde-base/lxsession-edit + sys-apps/lsb-release + upower? ( sys-power/upower ) +" +DEPEND="${COMMON_DEPEND} + $(vala_depend) + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig + x11-base/xorg-proto +" + +PATCHES=( + # Fedora patches + "${FILESDIR}"/${PN}-0.5.2-reload.patch + "${FILESDIR}"/${PN}-0.5.2-notify-daemon-default.patch + "${FILESDIR}"/${PN}-0.5.2-fix-invalid-memcpy.patch +) + +src_prepare() { + vala_src_prepare + + default + eautoreconf +} + +src_configure() { + # dbus is used for restart/shutdown (CK, logind?), and suspend/hibernate (UPower) + # gtk3 looks to not be ready, follow what other distributions are + # doing + econf \ + $(use_enable nls) \ + --disable-gtk3 +}