From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/
Date: Mon, 19 Aug 2019 09:24:54 +0000 (UTC) [thread overview]
Message-ID: <1566206667.e49a1a8936e132cf687a13c49407b0589f466985.hanno@gentoo> (raw)
commit: e49a1a8936e132cf687a13c49407b0589f466985
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 09:24:27 2019 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 09:24:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49a1a89
lxde-base/lxsession: Remove unneeded libgee dependency.
Closes: https://bugs.gentoo.org/691518
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.72, Repoman-2.3.17
lxde-base/lxsession/lxsession-0.5.4-r1.ebuild | 62 +++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/lxde-base/lxsession/lxsession-0.5.4-r1.ebuild b/lxde-base/lxsession/lxsession-0.5.4-r1.ebuild
new file mode 100644
index 00000000000..3c2f2eae218
--- /dev/null
+++ b/lxde-base/lxsession/lxsession-0.5.4-r1.ebuild
@@ -0,0 +1,62 @@
+# 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/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
+}
next reply other threads:[~2019-08-19 9:24 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-19 9:24 Hanno Boeck [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-11 17:48 [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/ Petr Vaněk
2024-07-28 4:15 Sam James
2024-07-28 4:05 Sam James
2021-07-21 14:49 Yixun Lan
2021-03-15 13:14 Andreas Sturmlechner
2021-03-05 22:20 Sam James
2020-05-11 6:55 Joonas Niilola
2019-11-15 12:41 Agostino Sarubbo
2019-09-13 18:16 Mikle Kolyada
2019-09-08 18:26 Sergei Trofimovich
2019-09-07 21:07 Thomas Deutschmann
2019-05-24 18:26 Hanno Boeck
2018-12-08 22:16 Mikle Kolyada
2018-04-07 16:42 Patrice Clement
2017-07-03 9:12 Alexis Ballier
2016-05-07 8:43 Pacho Ramos
2016-04-02 13:44 Agostino Sarubbo
2016-04-01 19:09 Markus Meier
2016-02-01 21:05 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1566206667.e49a1a8936e132cf687a13c49407b0589f466985.hanno@gentoo \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox