diff options
author | Hanno <hanno@gentoo.org> | 2016-09-13 23:29:51 +0200 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2016-09-13 23:33:10 +0200 |
commit | 544685d22085f33dca4ddbee5b43d826053f8330 (patch) | |
tree | bf44c8fcdad7f26049c876b2dd23cc5f49f67748 /lxde-base | |
parent | lxde-base/lxappearance: version bump to 0.6.2 (diff) | |
download | gentoo-544685d22085f33dca4ddbee5b43d826053f8330.tar.gz gentoo-544685d22085f33dca4ddbee5b43d826053f8330.tar.bz2 gentoo-544685d22085f33dca4ddbee5b43d826053f8330.zip |
lxde-base/lxde-common: remove old versions and stale patches
Package-Manager: portage-2.3.0
Diffstat (limited to 'lxde-base')
3 files changed, 0 insertions, 65 deletions
diff --git a/lxde-base/lxde-common/files/lxde-common-0.5.0-desktop-icons.patch b/lxde-base/lxde-common/files/lxde-common-0.5.0-desktop-icons.patch deleted file mode 100644 index c751ae64dba3..000000000000 --- a/lxde-base/lxde-common/files/lxde-common-0.5.0-desktop-icons.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -NrU5 lxde-common-0.5.0.original/autostart lxde-common-0.5.0/autostart ---- lxde-common-0.5.0.original/autostart 2009-07-14 13:39:53.000000000 +0200 -+++ lxde-common-0.5.0/autostart 2010-07-29 15:42:14.585488801 +0200 -@@ -1,3 +1,3 @@ - @xscreensaver -no-splash - @lxpanel --profile LXDE --@pcmanfm -d -+@pcmanfm --desktop diff --git a/lxde-base/lxde-common/files/lxde-common-0.5.0-session-fix.patch b/lxde-base/lxde-common/files/lxde-common-0.5.0-session-fix.patch deleted file mode 100644 index 23a5438f032a..000000000000 --- a/lxde-base/lxde-common/files/lxde-common-0.5.0-session-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -NrU5 lxde-common-0.5.0.original/startlxde.in lxde-common-0.5.0/startlxde.in ---- lxde-common-0.5.0.original/startlxde.in 2010-01-21 09:18:33.000000000 -0600 -+++ lxde-common-0.5.0/startlxde.in 2010-01-21 09:19:12.000000000 -0600 -@@ -23,6 +23,6 @@ - - # Enable GTK+2 integration for OpenOffice.org, if available. - export SAL_USE_VCLPLUGIN=gtk - - # Start the LXDE session --exec @prefix@/bin/lxsession -s LXDE -+exec @prefix@/bin/lxsession -s LXDE -e LXDE diff --git a/lxde-base/lxde-common/lxde-common-0.5.5-r2.ebuild b/lxde-base/lxde-common/lxde-common-0.5.5-r2.ebuild deleted file mode 100644 index 85496ca838d5..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.5.5-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit eutils autotools - -DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" -PDEPEND="lxde-base/lxde-icon-theme" - -src_prepare() { - #bug 380043 - epatch "${FILESDIR}"/${P}-logout.patch - - # Rerun autotools - einfo "Regenerating autotools files..." - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install - # install session file - insinto /etc/X11/Sessions/ - doins ${FILESDIR}/lxde - dodoc AUTHORS ChangeLog README -} - -pkg_postinst() { - elog "${P} has renamed the configuration file name to" - elog "/etc/xdg/lxsession/LXDE/desktop.conf" - elog "Keep in mind you have to migrate your custom settings" - elog "from /etc/xdg/lxsession/LXDE/config" -} |