diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-11-15 21:14:57 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-11-15 21:14:57 +0100 |
commit | 55e4ad33378ad58c3dd34329670c7d0ff04e6880 (patch) | |
tree | ee99ff1275c4ec60379823ebef20e198b5202917 /lxde-base | |
parent | gnome-extra/gnome-shell-extension-dash-to-panel: Drop old (diff) | |
download | gentoo-55e4ad33378ad58c3dd34329670c7d0ff04e6880.tar.gz gentoo-55e4ad33378ad58c3dd34329670c7d0ff04e6880.tar.bz2 gentoo-55e4ad33378ad58c3dd34329670c7d0ff04e6880.zip |
lxde-base/lxsession: Drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxsession/Manifest | 1 | ||||
-rw-r--r-- | lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch | 20 | ||||
-rw-r--r-- | lxde-base/lxsession/lxsession-0.5.2.ebuild | 72 | ||||
-rw-r--r-- | lxde-base/lxsession/lxsession-0.5.4.ebuild | 63 |
4 files changed, 0 insertions, 156 deletions
diff --git a/lxde-base/lxsession/Manifest b/lxde-base/lxsession/Manifest index f640f1aba274..2c4208a6c52f 100644 --- a/lxde-base/lxsession/Manifest +++ b/lxde-base/lxsession/Manifest @@ -1,2 +1 @@ -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/files/lxsession-0.5.2-key2-null.patch b/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch deleted file mode 100644 index 31c88a9caa66..000000000000 --- a/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- lxsession-0.5.2/lxsession/settings.vala.key2 2014-10-18 01:54:57.000000000 +0900 -+++ lxsession-0.5.2/lxsession/settings.vala 2015-07-13 14:56:00.830117779 +0900 -@@ -56,7 +56,7 @@ namespace Lxsession - return return_map; - } - -- public void create_config_item (string categorie, string key1, string key2, string type, string? variable) -+ public void create_config_item (string categorie, string key1, string? key2, string type, string? variable) - { - /* only support string for now */ - string item_key = categorie + ";" + key1 + ";" + key2 + ";"; -@@ -71,7 +71,7 @@ namespace Lxsession - update_support_keys (categorie, key1, key2); - } - -- public void delete_config_item (string categorie, string key1, string key2, string type) -+ public void delete_config_item (string categorie, string key1, string? key2, string type) - { - /* only support string for now */ - string item_key = categorie + ";" + key1 + ";" + key2 + ";"; diff --git a/lxde-base/lxsession/lxsession-0.5.2.ebuild b/lxde-base/lxsession/lxsession-0.5.2.ebuild deleted file mode 100644 index 84ca13270d27..000000000000 --- a/lxde-base/lxsession/lxsession-0.5.2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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}"/${P}-reload.patch - "${FILESDIR}"/${P}-key2-null.patch - "${FILESDIR}"/${P}-notify-daemon-default.patch - "${FILESDIR}"/${P}-fix-invalid-memcpy.patch -) - -src_prepare() { - vala_src_prepare - - # Don't start in Xfce to avoid bugs like - # https://bugzilla.redhat.com/show_bug.cgi?id=616730 - sed -i 's/^NotShowIn=GNOME;KDE;/NotShowIn=GNOME;KDE;XFCE;/g' data/lxpolkit.desktop.in.in || die - - # fix icon in desktop file - # http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxsession-edit;a=commit;h=3789a96691eadac9b8f3bf3034a97645860bd138 - sed -i 's/^Icon=xfwm4/Icon=session-properties/g' data/lxsession-edit.desktop.in || die - - 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 -} diff --git a/lxde-base/lxsession/lxsession-0.5.4.ebuild b/lxde-base/lxsession/lxsession-0.5.4.ebuild deleted file mode 100644 index e9fb636e8f23..000000000000 --- a/lxde-base/lxsession/lxsession-0.5.4.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# 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 -} |