mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
lxde-base/lxsession: Drop old
Package-Manager: portage-2.2.27
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST lxsession-0.4.6.1.tar.gz 407100 SHA256 bd6a7ef3c0ba4b9eedf3c58624dbce8bbbba3b179abbc552bf10c2830eec3ee1 SHA512 eea554ba70b3fd278b7ce0bb2d278241dff26eaccf74f2a4a0a9846515688fd5dd846c97f29c71139a0c3b95bc5e906efc4673f0cd79d8db427894dff5524f16 WHIRLPOOL 235d6c2e8a622a4460d767d5b6af22710f17060fffea18ac5cedaeb4dc9f70dc77872d486caa9d7256c379f160755ac7b8299e7836fd513675b65d1c979b900a
|
||||
DIST lxsession-0.4.9.2.tar.gz 745637 SHA256 eff03e573b561cabe81c5d015d825e3d998e98d6621040113d7df471c8b9cfb4 SHA512 cffcd15faab79ad165f969edf65b6b106c5b4405b78e6c102a74ab96da9cf61b781d0be7587849ce56672ae3015e8f63bc1b84465f5ec0084c299ec588992172 WHIRLPOOL 5a5c172cda30a4690d82a4a8acd3b983cbcc60ed71fefdfbfbb97e8b4363f4c26825267a0bd45c71589c2dd180f9699a2d05dd759fe23bcfdd5e9d3a10ccdda2
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="LXDE session manager (lite version)"
|
||||
HOMEPAGE="http://lxde.sf.net/"
|
||||
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux"
|
||||
SLOT="0"
|
||||
# upower USE flag is enabled by default in the desktop profile
|
||||
IUSE="+dbus nls upower"
|
||||
|
||||
COMMON_DEPEND="dev-libs/glib:2
|
||||
lxde-base/lxde-common
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/libX11
|
||||
dbus? ( sys-apps/dbus )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
x11-proto/xproto"
|
||||
REQUIRED_USE="upower? ( dbus )"
|
||||
|
||||
DOCS="AUTHORS ChangeLog README"
|
||||
|
||||
src_configure() {
|
||||
# dbus is used for restart/shutdown (CK, logind?), and suspend/hibernate (UPower)
|
||||
econf \
|
||||
$(use_enable dbus) \
|
||||
$(use_enable nls)
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
VALA_MIN_API_VERSION="0.14"
|
||||
VALA_MAX_API_VERSION="0.20"
|
||||
|
||||
inherit vala autotools eutils
|
||||
|
||||
DESCRIPTION="LXDE session manager (lite version)"
|
||||
HOMEPAGE="http://lxde.sf.net/"
|
||||
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~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/libgee:0
|
||||
dev-libs/dbus-glib
|
||||
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 sys-power/upower-pm-utils ) )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
$(vala_depend)
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
x11-proto/xproto"
|
||||
|
||||
DOCS="AUTHORS ChangeLog README"
|
||||
|
||||
src_prepare() {
|
||||
# bug #488082
|
||||
epatch "${FILESDIR}"/${P}-makefile.patch
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# dbus is used for restart/shutdown (CK, logind?), and suspend/hibernate (UPower)
|
||||
econf \
|
||||
$(use_enable nls)
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
VALA_MIN_API_VERSION="0.14"
|
||||
VALA_MAX_API_VERSION="0.22"
|
||||
|
||||
inherit vala autotools eutils
|
||||
|
||||
DESCRIPTION="LXDE session manager (lite version)"
|
||||
HOMEPAGE="http://lxde.sf.net/"
|
||||
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~arm-linux ~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/libgee:0
|
||||
dev-libs/dbus-glib
|
||||
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 sys-power/upower-pm-utils ) )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
$(vala_depend)
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
x11-proto/xproto"
|
||||
|
||||
DOCS="AUTHORS ChangeLog README"
|
||||
|
||||
src_prepare() {
|
||||
# bug #488082
|
||||
epatch "${FILESDIR}"/${P}-makefile.patch
|
||||
|
||||
# bug #497100
|
||||
epatch "${FILESDIR}"/${P}-configure.patch
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# dbus is used for restart/shutdown (CK, logind?), and suspend/hibernate (UPower)
|
||||
econf \
|
||||
$(use_enable nls)
|
||||
}
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
VALA_MIN_API_VERSION="0.14"
|
||||
VALA_MAX_API_VERSION="0.20"
|
||||
|
||||
inherit vala autotools eutils
|
||||
|
||||
DESCRIPTION="LXDE session manager (lite version)"
|
||||
HOMEPAGE="http://lxde.sf.net/"
|
||||
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~arm-linux ~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/libgee:0
|
||||
dev-libs/dbus-glib
|
||||
lxde-base/lxde-common
|
||||
sys-auth/polkit
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/libX11
|
||||
sys-apps/dbus"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!lxde-base/lxsession-edit
|
||||
upower? ( || ( sys-power/upower sys-power/upower-pm-utils ) )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
$(vala_depend)
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
x11-proto/xproto"
|
||||
|
||||
DOCS="AUTHORS ChangeLog README"
|
||||
|
||||
src_prepare() {
|
||||
# bug #488082
|
||||
epatch "${FILESDIR}"/${P}-makefile.patch
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# dbus is used for restart/shutdown (CK, logind?), and suspend/hibernate (UPower)
|
||||
econf \
|
||||
$(use_enable nls)
|
||||
}
|
||||
Reference in New Issue
Block a user