diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-25 00:05:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-25 00:05:47 +0000 |
commit | 09ebc17bcd92ea9c79f03f05a719c635b8fb863e (patch) | |
tree | a2a097724eb75f99acaa8f91b82a2e067b73c7b9 /lxde-base | |
parent | Version bump (diff) | |
download | historical-09ebc17bcd92ea9c79f03f05a719c635b8fb863e.tar.gz historical-09ebc17bcd92ea9c79f03f05a719c635b8fb863e.tar.bz2 historical-09ebc17bcd92ea9c79f03f05a719c635b8fb863e.zip |
Remove old LXDE packages
Package-Manager: portage-2.1.11.11/cvs/Linux x86_64
Diffstat (limited to 'lxde-base')
54 files changed, 76 insertions, 1675 deletions
diff --git a/lxde-base/lxappearance/ChangeLog b/lxde-base/lxappearance/ChangeLog index ef6da506cf2d..a18985dde4c1 100644 --- a/lxde-base/lxappearance/ChangeLog +++ b/lxde-base/lxappearance/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxappearance # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.32 2012/08/14 22:08:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.33 2012/08/25 00:00:44 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxappearance-0.2.1.ebuild, + -lxappearance-0.4.0.ebuild, -lxappearance-0.5.0.ebuild, + -lxappearance-0.5.1.ebuild: + Remove old LXDE packages 14 Aug 2012; Johannes Huber <johu@gentoo.org> lxappearance-0.5.2.ebuild: Stable for x86, wrt bug #430494 @@ -144,4 +149,3 @@ 17 May 2008; Samuli Suominen <drac@gentoo.org> +lxappearance-0.2.ebuild: Initial commit wrt #157989, thanks to Ryoichiro Suzuki and Jonathan Dehan. - diff --git a/lxde-base/lxappearance/lxappearance-0.2.1.ebuild b/lxde-base/lxappearance/lxappearance-0.2.1.ebuild deleted file mode 100644 index ea88d565dbd5..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.2.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.2.1.ebuild,v 1.7 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit autotools eutils - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - - #bug 277651 - epatch "${FILESDIR}"/${P}-intltool.patch - - # Rerun autotools - einfo "Regenerating autotools files..." - eautoreconf -} - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS -} diff --git a/lxde-base/lxappearance/lxappearance-0.4.0.ebuild b/lxde-base/lxappearance/lxappearance-0.4.0.ebuild deleted file mode 100644 index 7fd6cd4cfaeb..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.4.0.ebuild,v 1.8 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-linguas.patch -} - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS -} diff --git a/lxde-base/lxappearance/lxappearance-0.5.0.ebuild b/lxde-base/lxappearance/lxappearance-0.5.0.ebuild deleted file mode 100644 index c3cc46b5b57a..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.5.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.0.ebuild,v 1.7 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS -} diff --git a/lxde-base/lxappearance/lxappearance-0.5.1.ebuild b/lxde-base/lxappearance/lxappearance-0.5.1.ebuild deleted file mode 100644 index 937760bd6ed2..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.5.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.1.ebuild,v 1.6 2012/06/05 00:30:29 xmw Exp $ - -EAPI="4" - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_configure() { - econf --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS -} diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index c83f429b25b9..8dd1b13b63e8 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxde-common # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.36 2012/08/14 22:11:53 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.37 2012/08/25 00:01:31 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxde-common-0.4.2.ebuild, + -lxde-common-0.5.0-r1.ebuild, -lxde-common-0.5.0-r2.ebuild, + -lxde-common-0.5.0.ebuild, -lxde-common-0.5.5-r1.ebuild: + Remove old LXDE packages 14 Aug 2012; Johannes Huber <johu@gentoo.org> lxde-common-0.5.5-r2.ebuild: Stable for x86, wrt bug #430494 @@ -153,4 +158,3 @@ 07 Nov 2008; Ben de Groot <yngwin@gentoo.org> +metadata.xml, +lxde-common-0.3.2.1.ebuild: Initial import of ebuild from lxde overlay - diff --git a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild b/lxde-base/lxde-common/lxde-common-0.4.2.ebuild deleted file mode 100644 index eff50761fb91..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.4.2.ebuild,v 1.5 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} diff --git a/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild deleted file mode 100644 index 246abc3405e8..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -inherit eutils - -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_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-session-fix.patch - epatch "${FILESDIR}"/${P}-desktop-icons.patch -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} - -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" -} diff --git a/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild deleted file mode 100644 index 2f924c05a1ee..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild,v 1.5 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -inherit eutils - -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_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-session-fix.patch - epatch "${FILESDIR}"/${P}-desktop-icons.patch -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} - -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" -} diff --git a/lxde-base/lxde-common/lxde-common-0.5.0.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0.ebuild deleted file mode 100644 index 3f68688653a9..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.5.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -inherit eutils - -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="amd64 arm ppc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" -PDEPEND="lxde-base/lxde-icon-theme" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-session-fix.patch -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} - -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" -} diff --git a/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild b/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild deleted file mode 100644 index 10c0317cf073..000000000000 --- a/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild,v 1.6 2012/06/05 00:40:58 xmw Exp $ - -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 - 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" -} diff --git a/lxde-base/lxde-icon-theme/ChangeLog b/lxde-base/lxde-icon-theme/ChangeLog index cb00aab3fd6b..ac08c3bad292 100644 --- a/lxde-base/lxde-icon-theme/ChangeLog +++ b/lxde-base/lxde-icon-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxde-icon-theme # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-icon-theme/ChangeLog,v 1.13 2012/08/14 22:11:05 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-icon-theme/ChangeLog,v 1.14 2012/08/25 00:01:00 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> + -lxde-icon-theme-0.0.1.ebuild: + Remove old LXDE packages 14 Aug 2012; Johannes Huber <johu@gentoo.org> lxde-icon-theme-0.5.0.ebuild: Stable for x86, wrt bug #430494 @@ -54,4 +58,3 @@ +lxde-icon-theme-0.0.1.ebuild: New package lxde-icon-theme , which was splitted from lxde-common and contains nuoveXT2 iconset - diff --git a/lxde-base/lxde-icon-theme/lxde-icon-theme-0.0.1.ebuild b/lxde-base/lxde-icon-theme/lxde-icon-theme-0.0.1.ebuild deleted file mode 100644 index 0d193bbec5ba..000000000000 --- a/lxde-base/lxde-icon-theme/lxde-icon-theme-0.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-icon-theme/lxde-icon-theme-0.0.1.ebuild,v 1.8 2012/05/04 05:50:41 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="nuoveXT2 iconset" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - !<lxde-base/lxde-common-0.5.0" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} diff --git a/lxde-base/lxde-meta/ChangeLog b/lxde-base/lxde-meta/ChangeLog index d57469989d7a..ed30d19868fb 100644 --- a/lxde-base/lxde-meta/ChangeLog +++ b/lxde-base/lxde-meta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxde-meta # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.49 2012/08/24 23:58:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.50 2012/08/24 23:59:37 hwoarang Exp $ + + 24 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxde-meta-0.5.5-r1.ebuild, + -lxde-meta-0.5.5.ebuild: + Remove old LXDE packages 24 Aug 2012; Markos Chandras <hwoarang@gentoo.org> lxde-meta-0.5.5-r2.ebuild: Add lxde-base/menu-cache as dependency diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r1.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r1.ebuild deleted file mode 100644 index fa915f14daab..000000000000 --- a/lxde-base/lxde-meta/lxde-meta-0.5.5-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r1.ebuild,v 1.1 2012/05/12 15:14:46 hwoarang Exp $ - -EAPI="2" - -DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment" -HOMEPAGE="http://lxde.sf.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" -IUSE="" - -RDEPEND="=lxde-base/lxappearance-0.5* - =lxde-base/lxde-icon-theme-0.5* - =lxde-base/lxde-common-0.5.5* - =lxde-base/lxmenu-data-0.1* - =lxde-base/lxinput-0.3* - =lxde-base/lxpanel-0.5.9* - =lxde-base/lxrandr-0.1* - >=lxde-base/lxsession-0.4.6.1 - =lxde-base/lxsession-edit-0.2* - =lxde-base/lxshortcut-0.1* - =lxde-base/lxtask-0.1* - =lxde-base/lxterminal-0.1.11* - media-gfx/gpicview - x11-misc/pcmanfm - x11-wm/openbox - >=x11-misc/obconf-2.0.3_p20111019" - -pkg_postinst() { - elog "For your convenience you can review the LXDE Configuration HOWTO at" - elog "http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" -} diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild deleted file mode 100644 index 7cb1e7709efe..000000000000 --- a/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild,v 1.7 2012/06/05 01:11:05 xmw Exp $ - -EAPI="2" - -DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment" -HOMEPAGE="http://lxde.sf.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="=lxde-base/lxappearance-0.5* - =lxde-base/lxde-icon-theme-0.0* - =lxde-base/lxde-common-0.5.5* - =lxde-base/lxmenu-data-0.1* - =lxde-base/lxinput-0.3* - =lxde-base/lxpanel-0.5.8* - =lxde-base/lxrandr-0.1* - >=lxde-base/lxsession-0.4.6.1 - =lxde-base/lxsession-edit-0.2* - =lxde-base/lxshortcut-0.1* - =lxde-base/lxtask-0.1* - =lxde-base/lxterminal-0.1.11* - media-gfx/gpicview - x11-misc/pcmanfm - x11-wm/openbox - || ( <=x11-misc/obconf-2.0.3-r1 >x11-misc/obconf-2.0.3-r1[lxde] - >=x11-misc/obconf-2.0.3_p20111019 )" - -pkg_postinst() { - elog "For your convenience you can review the LXDE Configuration HOWTO at" - elog "http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" -} diff --git a/lxde-base/lxinput/ChangeLog b/lxde-base/lxinput/ChangeLog index 3c910ef66cc2..a5aed43ad21c 100644 --- a/lxde-base/lxinput/ChangeLog +++ b/lxde-base/lxinput/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxinput # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/ChangeLog,v 1.25 2012/08/14 22:06:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/ChangeLog,v 1.26 2012/08/25 00:02:13 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxinput-0.1.1.ebuild, + -lxinput-0.3.0.ebuild, -lxinput-0.3.1.ebuild: + Remove old LXDE packages 14 Aug 2012; Johannes Huber <johu@gentoo.org> lxinput-0.3.2.ebuild: Stable for x86, wrt bug #430494 @@ -87,4 +91,3 @@ 04 Aug 2009; Ben de Groot <yngwin@gentoo.org> +lxinput-0.1.1.ebuild, +metadata.xml: Initial import. - diff --git a/lxde-base/lxinput/lxinput-0.1.1.ebuild b/lxde-base/lxinput/lxinput-0.1.1.ebuild deleted file mode 100644 index 6fd13d903951..000000000000 --- a/lxde-base/lxinput/lxinput-0.1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.1.1.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="LXDE keyboard and mouse configuration tool" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die 'dodoc failed' -} diff --git a/lxde-base/lxinput/lxinput-0.3.0.ebuild b/lxde-base/lxinput/lxinput-0.3.0.ebuild deleted file mode 100644 index cffb8b3d1b14..000000000000 --- a/lxde-base/lxinput/lxinput-0.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.3.0.ebuild,v 1.8 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="LXDE keyboard and mouse configuration tool" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - >=dev-util/intltool-0.40.0" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die 'dodoc failed' -} diff --git a/lxde-base/lxinput/lxinput-0.3.1.ebuild b/lxde-base/lxinput/lxinput-0.3.1.ebuild deleted file mode 100644 index 422303028d1b..000000000000 --- a/lxde-base/lxinput/lxinput-0.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.3.1.ebuild,v 1.7 2012/06/05 00:31:54 xmw Exp $ - -EAPI="4" - -DESCRIPTION="LXDE keyboard and mouse configuration tool" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - >=dev-util/intltool-0.40.0" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS README -} diff --git a/lxde-base/lxmenu-data/ChangeLog b/lxde-base/lxmenu-data/ChangeLog index 59d1f5554a49..56236983515c 100644 --- a/lxde-base/lxmenu-data/ChangeLog +++ b/lxde-base/lxmenu-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxmenu-data # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v 1.18 2012/06/05 00:19:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v 1.19 2012/08/25 00:01:43 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxmenu-data-0.1.1.ebuild: + Remove old LXDE packages 05 Jun 2012; Michael Weber <xmw@gentoo.org> lxmenu-data-0.1.2.ebuild: ppc stable (bug 385189) @@ -71,4 +74,3 @@ Initial commit. This package provides files for building the LXDE applications menu in compliance with freedesktop.org specs. Needed by lxpanel and lxlauncher. - diff --git a/lxde-base/lxmenu-data/lxmenu-data-0.1.1.ebuild b/lxde-base/lxmenu-data/lxmenu-data-0.1.1.ebuild deleted file mode 100644 index b7525532cfbf..000000000000 --- a/lxde-base/lxmenu-data/lxmenu-data-0.1.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.1.ebuild,v 1.10 2012/05/04 05:50:40 jdhore Exp $ - -DESCRIPTION="Provides files needed for LXDE application menus" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="sys-devel/gettext - >=dev-util/intltool-0.40.0 - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die "dodoc failed" -} diff --git a/lxde-base/lxpanel/ChangeLog b/lxde-base/lxpanel/ChangeLog index 4225efc93db3..9d07570a4b35 100644 --- a/lxde-base/lxpanel/ChangeLog +++ b/lxde-base/lxpanel/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for lxde-base/lxpanel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.50 2012/08/14 22:05:50 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.51 2012/08/25 00:03:51 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> + -files/lxpanel-0.5.1-sandbox.patch, -files/lxpanel-0.5.6-broken-apps.patch, + -files/lxpanel-0.5.6-symbol-alarm.patch, + -files/lxpanel-0.5.7-requisition.patch, + -files/lxpanel-0.5.7-tooltip-netstatus.patch, + -files/lxpanel-0.5.8-battery-meter.patch, + -files/lxpanel-0.5.8-dynamic-width.patch, + -files/lxpanel-0.5.8-thermal-plugin.patch, -lxpanel-0.5.8-r3.ebuild, + -lxpanel-0.5.8.ebuild, -lxpanel-0.5.9.ebuild: + Remove old LXDE packages 14 Aug 2012; Johannes Huber <johu@gentoo.org> lxpanel-0.5.10.ebuild: Stable for x86, wrt bug #430494 @@ -214,4 +225,3 @@ 07 Nov 2008; Ben de Groot <yngwin@gentoo.org> +metadata.xml, +lxpanel-0.3.8.1.ebuild: Initial import of ebuild from lxde overlay - diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.1-sandbox.patch b/lxde-base/lxpanel/files/lxpanel-0.5.1-sandbox.patch deleted file mode 100644 index e7a12d24b081..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.1-sandbox.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -burN lxpanel-0.5.1.orig/src/plugins/Makefile.am lxpanel-0.5.1/src/plugins/Makefile.am ---- lxpanel-0.5.1.orig/src/plugins/Makefile.am 2009-07-09 07:02:10.000000000 +0200 -+++ lxpanel-0.5.1/src/plugins/Makefile.am 2009-08-04 20:42:03.000000000 +0200 -@@ -47,6 +47,3 @@ - icon.xpm - - install-exec-hook: -- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.la -- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.a -- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*. -diff -burN lxpanel-0.5.1.orig/src/plugins/netstatus/Makefile.am lxpanel-0.5.1/src/plugins/netstatus/Makefile.am ---- lxpanel-0.5.1.orig/src/plugins/netstatus/Makefile.am 2009-08-02 04:29:06.000000000 +0200 -+++ lxpanel-0.5.1/src/plugins/netstatus/Makefile.am 2009-08-04 20:42:36.000000000 +0200 -@@ -34,4 +34,3 @@ - $(LXPANEL_MODULE) - - install-exec-hook: -- rm -f "$(moduledir)\*.la" *.a diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.6-broken-apps.patch b/lxde-base/lxpanel/files/lxpanel-0.5.6-broken-apps.patch deleted file mode 100644 index 16cda10915aa..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.6-broken-apps.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -NrU5 lxpanel-0.5.6.original/data/default/panels/panel.in lxpanel-0.5.6/data/default/panels/panel.in ---- lxpanel-0.5.6.original/data/default/panels/panel.in 2010-02-08 00:37:52.000000000 -0600 -+++ lxpanel-0.5.6/data/default/panels/panel.in 2010-12-26 12:49:42.000000000 -0600 -@@ -50,16 +50,10 @@ - type = launchbar - Config { - Button { - id=pcmanfm.desktop - } -- Button { -- id=gnome-terminal.desktop -- } -- Button { -- id=firefox.desktop -- } - } - } - - Plugin { - type = space diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.6-symbol-alarm.patch b/lxde-base/lxpanel/files/lxpanel-0.5.6-symbol-alarm.patch deleted file mode 100644 index e3da3d89776c..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.6-symbol-alarm.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 4a974f2686d2fafdcda4a180b0483a7b17fd2d71 Mon Sep 17 00:00:00 2001 -From: Marty Jack <martyj@linux.local> -Date: Thu, 22 Jul 2010 19:46:13 -0400 -Subject: [PATCH 3/3] Fix build issue with symbol "alarm" showing up on F14 (Bug3033293) - ---- - src/plugins/batt/batt.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/plugins/batt/batt.c b/src/plugins/batt/batt.c -index 288231f..05c0deb 100644 ---- a/src/plugins/batt/batt.c -+++ b/src/plugins/batt/batt.c -@@ -95,7 +95,7 @@ typedef struct { - typedef struct { - char *command; - sem_t *lock; --} alarm; -+} Alarm; - - static void destructor(Plugin *p); - static void update_display(lx_battery *lx_b, gboolean repaint); -@@ -103,7 +103,7 @@ static void update_display(lx_battery *lx_b, gboolean repaint); - /* alarmProcess takes the address of a dynamically allocated alarm struct (which - it must free). It ensures that alarm commands do not run concurrently. */ - static void * alarmProcess(void *arg) { -- alarm *a = (alarm *) arg; -+ Alarm *a = (Alarm *) arg; - - sem_wait(a->lock); - system(a->command); -@@ -157,7 +157,7 @@ void update_display(lx_battery *lx_b, gboolean repaint) { - /* Run the alarm command if it isn't already running */ - if (alarmCanRun) { - -- alarm *a = (alarm *) malloc(sizeof(alarm)); -+ Alarm *a = (Alarm *) malloc(sizeof(Alarm)); - a->command = lx_b->alarmCommand; - a->lock = &(lx_b->alarmProcessLock); - --- -1.7.1.1 - diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.7-requisition.patch b/lxde-base/lxpanel/files/lxpanel-0.5.7-requisition.patch deleted file mode 100644 index b52cf991af34..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.7-requisition.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 200121f93d7c6ac9aadb53c58f45906ecd1e3b7a Mon Sep 17 00:00:00 2001 -From: Julien Lavergne <julien.lavergne@gmail.com> -Date: Sun, 24 Jul 2011 15:43:24 +0200 -Subject: [PATCH] Fix usage of GtkRequisition - ---- - src/plugins/menu.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/plugins/menu.c b/src/plugins/menu.c -index 59a8dad..6d0ad9c 100644 ---- a/src/plugins/menu.c -+++ b/src/plugins/menu.c -@@ -142,10 +142,10 @@ menu_pos(GtkMenu *menu, gint *x, gint *y, gboolean *push_in, GtkWidget *widget) - gdk_window_get_origin(widget->window, &ox, &oy); - #endif - #if GTK_CHECK_VERSION(2,20,0) -- GtkRequisition *requisition; -- gtk_widget_get_requisition(GTK_WIDGET(menu),requisition); -- w = requisition->width; -- h = requisition->height; -+ GtkRequisition requisition; -+ gtk_widget_get_requisition(GTK_WIDGET(menu), &requisition); -+ w = requisition.width; -+ h = requisition.height; - - #else - w = GTK_WIDGET(menu)->requisition.width; --- -1.7.0.1 - diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.7-tooltip-netstatus.patch b/lxde-base/lxpanel/files/lxpanel-0.5.7-tooltip-netstatus.patch deleted file mode 100644 index a92732783ac2..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.7-tooltip-netstatus.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c30911ee2846a7ab544552651e679786483f2168 Mon Sep 17 00:00:00 2001 -From: Andrea Florio <andrea@opensuse.org> -Date: Mon, 25 Jul 2011 00:55:29 +0200 -Subject: [PATCH] fixed error in tooltipS function call - ---- - src/plugins/netstatus/netstatus-icon.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/src/plugins/netstatus/netstatus-icon.c b/src/plugins/netstatus/netstatus-icon.c -index 2cd3ccb..b3bfc19 100644 ---- a/src/plugins/netstatus/netstatus-icon.c -+++ b/src/plugins/netstatus/netstatus-icon.c -@@ -26,6 +26,7 @@ - - #include <gtk/gtk.h> - #include <glib/gi18n.h> -+#include <gtk/gtktooltips.h> - - #include "netstatus-util.h" - #include "netstatus-enums.h" -@@ -899,7 +900,7 @@ netstatus_icon_instance_init (NetstatusIcon *icon, - gtk_container_add (GTK_CONTAINER (icon), icon->priv->signal_image); - gtk_widget_hide (icon->priv->signal_image); - -- icon->priv->tooltips = gtk_tooltip_new (); -+ icon->priv->tooltips = gtk_tooltips_new (); - g_object_ref (icon->priv->tooltips); - gtk_object_sink (GTK_OBJECT (icon->priv->tooltips)); - --- -1.7.0.1 - diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.8-battery-meter.patch b/lxde-base/lxpanel/files/lxpanel-0.5.8-battery-meter.patch deleted file mode 100644 index 99ae7bc6dbf6..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.8-battery-meter.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- src/plugins/batt/batt_sys.c.orig 2011-12-19 15:10:52.690113669 +0100 -+++ src/plugins/batt/batt_sys.c 2011-12-19 15:14:36.154315765 +0100 -@@ -217,10 +217,24 @@ - b->remaining_capacity = b->remaining_energy; - } - } -+ // Start ideapad patch -+ if (b->remaining_capacity != -1 && b->last_capacity == -1) { -+ if (b->voltage != -1) { -+ b->remaining_energy = b->remaining_capacity * b->voltage / 1000; -+ b->present_rate = b->present_rate * 1000 / b->voltage; -+ } else { -+ b->remaining_capacity = b->remaining_energy; -+ } -+ } -+ // end ideapad patch - if (b->last_capacity < MIN_CAPACITY) - b->percentage = 0; - else -+ if (b->last_capacity_unit != -1) { - b->percentage = ((float) b->remaining_energy * 100.0) / (float) b->last_capacity_unit; -+ } else { -+ b->percentage = ((float) b->remaining_capacity *100.0) / (float) b->last_capacity; -+ } - - if (b->percentage > 100) - b->percentage = 100; diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.8-dynamic-width.patch b/lxde-base/lxpanel/files/lxpanel-0.5.8-dynamic-width.patch deleted file mode 100644 index 0aea7b1a0d67..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.8-dynamic-width.patch +++ /dev/null @@ -1,40 +0,0 @@ -# See https://bugs.gentoo.org/show_bug.cgi?id=408541 -diff -urN lxpanel-0.5.8.bak/src/panel.c lxpanel-0.5.8/src/panel.c ---- lxpanel-0.5.8.bak/src/panel.c 2012-03-16 18:09:33.000000000 +0800 -+++ lxpanel-0.5.8/src/panel.c 2012-03-16 22:38:58.000000000 +0800 -@@ -484,13 +484,29 @@ - { - ENTER; - -- if (p->widthtype == WIDTH_REQUEST) -- p->width = (p->orientation == ORIENT_HORIZ) ? req->width : req->height; -- if (p->heighttype == HEIGHT_REQUEST) -- p->height = (p->orientation == ORIENT_HORIZ) ? req->height : req->width; -+ if (p->autohide && !p->visible) -+ { -+ /* When the panel is in invisible state, the content box also got hidden, thus always -+ * report 0 size. Ask the content box instead for its size. */ -+ GtkRequisition req_box; -+ gtk_widget_size_request(p->box, &req_box); -+ if (p->widthtype == WIDTH_REQUEST) -+ p->width = (p->orientation == ORIENT_HORIZ) ? req_box.width : req_box.height; -+ if (p->heighttype == HEIGHT_REQUEST) -+ p->height = (p->orientation == ORIENT_HORIZ) ? req_box.height : req_box.width; -+ } -+ else -+ { -+ if (p->widthtype == WIDTH_REQUEST) -+ p->width = (p->orientation == ORIENT_HORIZ) ? req->width : req->height; -+ if (p->heighttype == HEIGHT_REQUEST) -+ p->height = (p->orientation == ORIENT_HORIZ) ? req->height : req->width; -+ } - calculate_position(p); -- req->width = p->aw; -- req->height = p->ah; -+ -+ gtk_widget_set_size_request( widget, p->aw, p->ah ); -+// req->width = p->aw; -+// req->height = p->ah; - - RET( TRUE ); - } diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.8-thermal-plugin.patch b/lxde-base/lxpanel/files/lxpanel-0.5.8-thermal-plugin.patch deleted file mode 100644 index 0d9a1e7ecf99..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.8-thermal-plugin.patch +++ /dev/null @@ -1,378 +0,0 @@ -X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde%2Flxpanel;a=blobdiff_plain;f=src%2Fplugins%2Fthermal%2Fthermal.c;h=1ac80939630e4c26b376a45dc7474ddca8246189;hp=afe5e89135fa28d72f7aa625f70214c3adb3239e;hb=HEAD;hpb=8e33d60b30bb9236d7a16c06e8f079936c8dd9b0 - -diff --git a/src/plugins/thermal/thermal.c b/src/plugins/thermal/thermal.c -index afe5e89..1ac8093 100644 ---- a/src/plugins/thermal/thermal.c -+++ b/src/plugins/thermal/thermal.c -@@ -32,12 +32,18 @@ - - #include "dbg.h" - --#define THERMAL_DIRECTORY "/proc/acpi/thermal_zone/" /* must be slash-terminated */ --#define THERMAL_TEMPF "temperature" --#define THERMAL_TRIP "trip_points" --#define TRIP_CRITICAL "critical (S5):" -+#define PROC_THERMAL_DIRECTORY "/proc/acpi/thermal_zone/" /* must be slash-terminated */ -+#define PROC_THERMAL_TEMPF "temperature" -+#define PROC_THERMAL_TRIP "trip_points" -+#define PROC_TRIP_CRITICAL "critical (S5):" - --typedef struct { -+#define SYSFS_THERMAL_DIRECTORY "/sys/class/thermal/" /* must be slash-terminated */ -+#define SYSFS_THERMAL_SUBDIR_PREFIX "thermal_zone" -+#define SYSFS_THERMAL_TEMPF "temp" -+#define SYSFS_THERMAL_TRIP "trip_point_0_temp" -+ -+ -+typedef struct thermal { - Plugin * plugin; - GtkWidget *main; - GtkWidget *namew; -@@ -45,7 +51,7 @@ typedef struct { - int critical; - int warning1; - int warning2; -- int custom_levels, auto_sensor; -+ int not_custom_levels, auto_sensor; - char *sensor, - *str_cl_normal, - *str_cl_warning1, -@@ -54,17 +60,20 @@ typedef struct { - GdkColor cl_normal, - cl_warning1, - cl_warning2; -+ gint (*get_temperature)(struct thermal *th); -+ gint (*get_critical)(struct thermal *th); - } thermal; - -+ - static gint --get_critical(thermal *th){ -+proc_get_critical(thermal *th){ - FILE *state; - char buf[ 256 ], sstmp [ 100 ]; - char* pstr; - - if(th->sensor == NULL) return -1; - -- sprintf(sstmp,"%s%s",th->sensor,THERMAL_TRIP); -+ sprintf(sstmp,"%s%s",th->sensor,PROC_THERMAL_TRIP); - - if (!(state = fopen( sstmp, "r"))) { - //printf("cannot open %s\n",sstmp); -@@ -72,15 +81,15 @@ get_critical(thermal *th){ - } - - while( fgets(buf, 256, state) && -- ! ( pstr = strstr(buf, TRIP_CRITICAL) ) ); -+ ! ( pstr = strstr(buf, PROC_TRIP_CRITICAL) ) ); - if( pstr ) - { -- pstr += strlen(TRIP_CRITICAL); -+ pstr += strlen(PROC_TRIP_CRITICAL); - while( *pstr && *pstr == ' ' ) - ++pstr; - - pstr[strlen(pstr)-3] = '\0'; -- printf("Critical: [%s]\n",pstr); -+ //printf("Critical: [%s]\n",pstr); - fclose(state); - return atoi(pstr); - } -@@ -90,14 +99,14 @@ get_critical(thermal *th){ - } - - static gint --get_temperature(thermal *th){ -+proc_get_temperature(thermal *th){ - FILE *state; - char buf[ 256 ], sstmp [ 100 ]; - char* pstr; - - if(th->sensor == NULL) return -1; - -- sprintf(sstmp,"%s%s",th->sensor,THERMAL_TEMPF); -+ sprintf(sstmp,"%s%s",th->sensor,PROC_THERMAL_TEMPF); - - if (!(state = fopen( sstmp, "r"))) { - //printf("cannot open %s\n",sstmp); -@@ -122,11 +131,77 @@ get_temperature(thermal *th){ - } - - static gint -+sysfs_get_critical(thermal *th){ -+ FILE *state; -+ char buf[ 256 ], sstmp [ 100 ]; -+ char* pstr; -+ -+ if(th->sensor == NULL) return -1; -+ -+ sprintf(sstmp,"%s%s",th->sensor,SYSFS_THERMAL_TRIP); -+ -+ if (!(state = fopen( sstmp, "r"))) { -+ //printf("cannot open %s\n",sstmp); -+ return -1; -+ } -+ -+ while( fgets(buf, 256, state) && -+ ! ( pstr = buf ) ); -+ if( pstr ) -+ { -+ fclose(state); -+ return atoi(pstr)/1000; -+ } -+ -+ fclose(state); -+ return -1; -+} -+ -+static gint -+sysfs_get_temperature(thermal *th){ -+ FILE *state; -+ char buf[ 256 ], sstmp [ 100 ]; -+ char* pstr; -+ -+ if(th->sensor == NULL) return -1; -+ -+ sprintf(sstmp,"%s%s",th->sensor,SYSFS_THERMAL_TEMPF); -+ -+ if (!(state = fopen( sstmp, "r"))) { -+ //printf("cannot open %s\n",sstmp); -+ return -1; -+ } -+ -+ while (fgets(buf, 256, state) && -+ ! ( pstr = buf ) ); -+ if( pstr ) -+ { -+ fclose(state); -+ return atoi(pstr)/1000; -+ } -+ -+ fclose(state); -+ return -1; -+} -+ -+ -+static void -+set_get_functions(thermal *th) -+{ -+ if (th->sensor && strncmp(th->sensor, "/sys/", 5) == 0){ -+ th->get_temperature = sysfs_get_temperature; -+ th->get_critical = sysfs_get_critical; -+ } else { -+ th->get_temperature = proc_get_temperature; -+ th->get_critical = proc_get_critical; -+ } -+} -+ -+static gint - update_display(thermal *th) - { - char buffer [60]; -- int n; -- int temp = get_temperature(th); -+ int temp = th->get_temperature(th); - GdkColor color; - - if(temp >= th->warning2) -@@ -141,42 +216,92 @@ update_display(thermal *th) - panel_draw_label_text(th->plugin->panel, th->namew, "NA", TRUE, TRUE); - else - { -- n = sprintf(buffer, "<span color=\"#%06x\"><b>%02d</b></span>", gcolor2rgb24(&color), temp); -+ sprintf(buffer, "<span color=\"#%06x\"><b>%02d</b></span>", gcolor2rgb24(&color), temp); - gtk_label_set_markup (GTK_LABEL(th->namew), buffer) ; - } - - RET(TRUE); - } - -+ -+/* get_sensor(): -+ * - Get the sensor directory, and store it in '*sensor'. -+ * - It is searched for in 'directory'. -+ * - Only the subdirectories starting with 'subdir_prefix' are accepted as sensors. -+ * - 'subdir_prefix' may be NULL, in which case any subdir is considered a sensor. */ - static void --check_sensors( thermal* th ) -+get_sensor(char** sensor, char const* directory, char const* subdir_prefix) - { - GDir *sensorsDirectory; - const char *sensor_name; - char sensor_path[100]; - -- if (! (sensorsDirectory = g_dir_open(THERMAL_DIRECTORY, 0, NULL))) -+ if (! (sensorsDirectory = g_dir_open(directory, 0, NULL))) - { -- th->sensor = NULL; -+ *sensor = NULL; - return; - } - - /* Scan the thermal_zone directory for available sensors */ - while ((sensor_name = g_dir_read_name(sensorsDirectory))) { - if (sensor_name[0] != '.') { -- sprintf(sensor_path,"%s%s/",THERMAL_DIRECTORY, sensor_name); -- if(th->sensor) { -- g_free(th->sensor); -- th->sensor = NULL; -+ if (subdir_prefix) { -+ if (strncmp(sensor_name, subdir_prefix, strlen(subdir_prefix)) != 0) -+ continue; - } -- th->sensor = strdup(sensor_path); -- //printf("sensor: %s\n", b->sensor); -+ sprintf(sensor_path,"%s%s/", directory, sensor_name); -+ if(*sensor) { -+ g_free(*sensor); -+ *sensor = NULL; -+ } -+ *sensor = strdup(sensor_path); - break; - } - } - g_dir_close(sensorsDirectory); - } - -+static void -+check_sensors( thermal *th ) -+{ -+ if(th->sensor) { -+ g_free(th->sensor); -+ th->sensor = NULL; -+ } -+ -+ get_sensor(&th->sensor, PROC_THERMAL_DIRECTORY, NULL); -+ -+ if (!th->sensor) -+ get_sensor(&th->sensor, SYSFS_THERMAL_DIRECTORY, SYSFS_THERMAL_SUBDIR_PREFIX); -+ -+ //printf("thermal sensor: %s\n", th->sensor); -+} -+ -+ -+static void applyConfig(Plugin* p) -+{ -+ thermal *th = p->priv; -+ ENTER; -+ -+ if (th->str_cl_normal) gdk_color_parse(th->str_cl_normal, &th->cl_normal); -+ if (th->str_cl_warning1) gdk_color_parse(th->str_cl_warning1, &th->cl_warning1); -+ if (th->str_cl_warning2) gdk_color_parse(th->str_cl_warning2, &th->cl_warning2); -+ -+ if(th->sensor == NULL) th->auto_sensor = TRUE; -+ if(th->auto_sensor) check_sensors(th); -+ -+ set_get_functions(th); -+ -+ th->critical = th->get_critical(th); -+ -+ if(th->not_custom_levels){ -+ th->warning1 = th->critical - 10; -+ th->warning2 = th->critical - 5; -+ } -+ -+ RET(); -+} -+ - static int - thermal_constructor(Plugin *p, char** fp) - { -@@ -197,6 +322,11 @@ thermal_constructor(Plugin *p, char** fp) - th->main = p->pwid; - th->tip = gtk_tooltips_new(); - -+ /* By default, use automatic, that is, "not custom" temperature levels. If -+ * we were using custom levels, they would be 0°C at startup, so we would -+ * display in warning colors by default. */ -+ th->not_custom_levels = TRUE; -+ - g_signal_connect (G_OBJECT (p->pwid), "button_press_event", - G_CALLBACK (plugin_button_press_event), (gpointer) p); - -@@ -220,7 +350,7 @@ thermal_constructor(Plugin *p, char** fp) - }else if (!g_ascii_strcasecmp(s.t[0], "AutomaticSensor")){ - th->auto_sensor= atoi(s.t[1]); - }else if (!g_ascii_strcasecmp(s.t[0], "CustomLevels")){ -- th->custom_levels= atoi(s.t[1]); -+ th->not_custom_levels= atoi(s.t[1]); - }else if (!g_ascii_strcasecmp(s.t[0], "Sensor")){ - th->sensor= g_strdup(s.t[1]); - }else if (!g_ascii_strcasecmp(s.t[0], "Warning1Temp")){ -@@ -236,7 +366,6 @@ thermal_constructor(Plugin *p, char** fp) - goto error; - } - } -- - } - - if(!th->str_cl_normal) -@@ -246,20 +375,7 @@ thermal_constructor(Plugin *p, char** fp) - if(!th->str_cl_warning2) - th->str_cl_warning2 = g_strdup("#ff0000"); - -- gdk_color_parse(th->str_cl_normal, &(th->cl_normal)); -- gdk_color_parse(th->str_cl_warning1, &(th->cl_warning1)); -- gdk_color_parse(th->str_cl_warning2, &(th->cl_warning2)); -- -- -- if(th->sensor == NULL) th->auto_sensor = TRUE; -- if(th->auto_sensor) check_sensors(th); -- -- th->critical = get_critical(th); -- -- if(!th->custom_levels){ -- th->warning1 = th->critical - 10; -- th->warning2 = th->critical - 5; -- } -+ applyConfig(p); - - gtk_widget_show(th->namew); - -@@ -272,27 +388,6 @@ error: - RET(FALSE); - } - --static void applyConfig(Plugin* p) --{ -- -- thermal *th = (thermal *)p->priv; -- -- ENTER; -- -- if (th->str_cl_normal) gdk_color_parse(th->str_cl_normal, &th->cl_normal); -- if (th->str_cl_warning1) gdk_color_parse(th->str_cl_warning1, &th->cl_warning1); -- if (th->str_cl_warning2) gdk_color_parse(th->str_cl_warning2, &th->cl_warning2); -- -- if(th->auto_sensor) check_sensors(th); -- -- if(th->custom_levels){ -- th->warning1 = th->critical - 10; -- th->warning2 = th->critical - 5; -- } -- -- RET(); --} -- - static void config(Plugin *p, GtkWindow* parent) { - ENTER; - -@@ -306,7 +401,7 @@ static void config(Plugin *p, GtkWindow* parent) { - _("Warning2"), &th->str_cl_warning2, CONF_TYPE_STR, - _("Automatic sensor location"), &th->auto_sensor, CONF_TYPE_BOOL, - _("Sensor"), &th->sensor, CONF_TYPE_STR, -- _("Automatic temperature levels"), &th->custom_levels, CONF_TYPE_BOOL, -+ _("Automatic temperature levels"), &th->not_custom_levels, CONF_TYPE_BOOL, - _("Warning1 Temperature"), &th->warning1, CONF_TYPE_INT, - _("Warning2 Temperature"), &th->warning2, CONF_TYPE_INT, - NULL); -@@ -338,7 +433,7 @@ static void save_config( Plugin* p, FILE* fp ) - lxpanel_put_str( fp, "NormalColor", th->str_cl_normal ); - lxpanel_put_str( fp, "Warning1Color", th->str_cl_warning1 ); - lxpanel_put_str( fp, "Warning2Color", th->str_cl_warning2 ); -- lxpanel_put_int( fp, "CustomLevels", th->custom_levels ); -+ lxpanel_put_int( fp, "CustomLevels", th->not_custom_levels ); - lxpanel_put_int( fp, "Warning1Temp", th->warning1 ); - lxpanel_put_int( fp, "Warning2Temp", th->warning2 ); - lxpanel_put_int( fp, "AutomaticSensor", th->auto_sensor ); diff --git a/lxde-base/lxpanel/lxpanel-0.5.8-r3.ebuild b/lxde-base/lxpanel/lxpanel-0.5.8-r3.ebuild deleted file mode 100644 index 3d83ca16b464..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.5.8-r3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.8-r3.ebuild,v 1.1 2012/05/07 10:14:24 hwoarang Exp $ - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="http://lxde.org/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="+alsa" -RESTRICT="test" # bug 249598 - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXmu - x11-libs/libXpm - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.1-sandbox.patch - epatch "${FILESDIR}"/${PN}-0.5.6-broken-apps.patch - epatch "${FILESDIR}"/${P}-battery-meter.patch - epatch "${FILESDIR}"/${P}-thermal-plugin.patch - epatch "${FILESDIR}"/${P}-dynamic-width.patch - eautoreconf -} - -src_configure() { - local plugins=all - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins=${plugins} - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete -} - -pkg_postinst() { - elog "If you have problems with broken icons shown in the main panel," - elog "you will have to configure panel settings via its menu." - elog "This will not be an issue with first time installations." -} diff --git a/lxde-base/lxpanel/lxpanel-0.5.8.ebuild b/lxde-base/lxpanel/lxpanel-0.5.8.ebuild deleted file mode 100644 index 094e89d2f4bc..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.5.8.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.8.ebuild,v 1.6 2012/06/05 00:43:59 xmw Exp $ - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="http://lxde.org/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="+alsa" -RESTRICT="test" # bug 249598 - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXmu - x11-libs/libXpm - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.1-sandbox.patch - epatch "${FILESDIR}"/${PN}-0.5.6-broken-apps.patch - eautoreconf -} - -src_configure() { - local plugins=all - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins=${plugins} - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete -} - -pkg_postinst() { - elog "If you have problems with broken icons shown in the main panel," - elog "you will have to configure panel settings via its menu." - elog "This will not be an issue with first time installations." -} diff --git a/lxde-base/lxpanel/lxpanel-0.5.9.ebuild b/lxde-base/lxpanel/lxpanel-0.5.9.ebuild deleted file mode 100644 index 6c2f0ed22426..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.5.9.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.9.ebuild,v 1.4 2012/06/11 18:40:13 hwoarang Exp $ - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="http://lxde.org/" -SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="+alsa wifi" -RESTRICT="test" # bug 249598 - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXmu - x11-libs/libXpm - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.8-dynamic-width.patch - epatch "${FILESDIR}"/${P}-sandbox.patch - #bug #415595 - epatch "${FILESDIR}"/${P}-libwnck-check.patch - #bug #420583 - sed -i "s:-Werror::" configure.ac || die - eautoreconf -} - -src_configure() { - local plugins="netstatus,volume,cpu deskno,batt, \ - kbled,xkb,thermal,cpufreq,monitors" - # wnckpager disabled per bug #415519 - use wifi && plugins+=",netstat" - use alsa && plugins+=",volumealsa" - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins="${plugins}" - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete -} - -pkg_postinst() { - elog "If you have problems with broken icons shown in the main panel," - elog "you will have to configure panel settings via its menu." - elog "This will not be an issue with first time installations." -} diff --git a/lxde-base/lxrandr/ChangeLog b/lxde-base/lxrandr/ChangeLog index 6d45ea5248b4..0d0353793294 100644 --- a/lxde-base/lxrandr/ChangeLog +++ b/lxde-base/lxrandr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxrandr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v 1.18 2012/06/05 00:33:07 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v 1.19 2012/08/25 00:04:15 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> + -files/lxrandr-0.1.1-intltool.patch, -lxrandr-0.1.1.ebuild: + Remove old LXDE packages 05 Jun 2012; Michael Weber <xmw@gentoo.org> lxrandr-0.1.2.ebuild: ppc stable (bug 385189) @@ -64,4 +68,3 @@ 07 Nov 2008; Ben de Groot <yngwin@gentoo.org> +metadata.xml, +lxrandr-0.1.ebuild: Initial import of ebuild from lxde overlay - diff --git a/lxde-base/lxrandr/files/lxrandr-0.1.1-intltool.patch b/lxde-base/lxrandr/files/lxrandr-0.1.1-intltool.patch deleted file mode 100644 index 3911144414d1..000000000000 --- a/lxde-base/lxrandr/files/lxrandr-0.1.1-intltool.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -NrU5 lxrandr-0.1.1.original/configure.in lxrandr-0.1.1/configure.in ---- lxrandr-0.1.1.original/configure.in 2009-08-03 16:53:44.000000000 -0600 -+++ lxrandr-0.1.1/configure.in 2009-08-03 16:57:35.000000000 -0600 -@@ -2,10 +2,11 @@ - - AC_INIT(configure.in) - AM_INIT_AUTOMAKE(lxrandr, 0.1.1) - AM_CONFIG_HEADER(config.h) - AM_MAINTAINER_MODE -+IT_PROG_INTLTOOL - - AC_ISC_POSIX - AC_PROG_CC - AM_PROG_CC_STDC - AC_HEADER_STDC diff --git a/lxde-base/lxrandr/lxrandr-0.1.1.ebuild b/lxde-base/lxrandr/lxrandr-0.1.1.ebuild deleted file mode 100644 index d7b8585f9d0d..000000000000 --- a/lxde-base/lxrandr/lxrandr-0.1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.1.ebuild,v 1.12 2012/05/04 05:50:41 jdhore Exp $ - -EAPI="1" - -inherit autotools eutils - -DESCRIPTION="LXDE GUI interface to RandR extention" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~alpha amd64 arm ppc x86" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXrandr - x11-apps/xrandr" -DEPEND="${RDEPEND} - x11-proto/randrproto - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-intltool.patch - - # Rerun autotools - einfo "Regenerating autotools files..." - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed!" - dodoc AUTHORS || die "dodoc failed" -} diff --git a/lxde-base/lxsession-edit/ChangeLog b/lxde-base/lxsession-edit/ChangeLog index 155500d3ed5e..f86e662b7323 100644 --- a/lxde-base/lxsession-edit/ChangeLog +++ b/lxde-base/lxsession-edit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxsession-edit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession-edit/ChangeLog,v 1.19 2012/08/11 21:27:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession-edit/ChangeLog,v 1.20 2012/08/25 00:04:55 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> + -files/lxsession-edit-0.1.1-intltool.patch, -lxsession-edit-0.1.1.ebuild: + Remove old LXDE packages 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> lxsession-edit-0.2.0.ebuild: Stable for amd64, wrt bug #430494 diff --git a/lxde-base/lxsession-edit/files/lxsession-edit-0.1.1-intltool.patch b/lxde-base/lxsession-edit/files/lxsession-edit-0.1.1-intltool.patch deleted file mode 100644 index dd1f6c0a4ff3..000000000000 --- a/lxde-base/lxsession-edit/files/lxsession-edit-0.1.1-intltool.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -NrU5 lxsession-edit-0.1.1.original/configure.in lxsession-edit-0.1.1/configure.in ---- lxsession-edit-0.1.1.original/configure.in 2009-08-04 22:53:54.000000000 -0600 -+++ lxsession-edit-0.1.1/configure.in 2009-08-04 22:55:13.000000000 -0600 -@@ -2,10 +2,11 @@ - - AC_INIT(configure.in) - AM_INIT_AUTOMAKE(lxsession-edit, 0.1.1) - AM_CONFIG_HEADER(config.h) - AM_MAINTAINER_MODE -+IT_PROG_INTLTOOL - - AC_ISC_POSIX - AC_PROG_CC - AM_PROG_CC_STDC - AM_PROG_CC_C_O diff --git a/lxde-base/lxsession-edit/lxsession-edit-0.1.1.ebuild b/lxde-base/lxsession-edit/lxsession-edit-0.1.1.ebuild deleted file mode 100644 index 308491df926c..000000000000 --- a/lxde-base/lxsession-edit/lxsession-edit-0.1.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession-edit/lxsession-edit-0.1.1.ebuild,v 1.13 2012/05/04 05:50:38 jdhore Exp $ - -EAPI="1" - -inherit autotools eutils - -DESCRIPTION="LXDE session autostart editor" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" -IUSE="" - -COMMON_DEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -RDEPEND="${COMMON_DEPEND} - lxde-base/lxde-common - lxde-base/lxsession" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext - dev-util/intltool - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-intltool.patch - - # Rerun autotools - einfo "Regenerating autotools files..." - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die 'dodoc failed' -} diff --git a/lxde-base/lxsession/ChangeLog b/lxde-base/lxsession/ChangeLog index 774df10fa8f4..3075573698f7 100644 --- a/lxde-base/lxsession/ChangeLog +++ b/lxde-base/lxsession/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxsession # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.38 2012/06/05 01:03:43 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.39 2012/08/25 00:04:33 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxsession-0.4.4.ebuild, + -lxsession-0.4.5.ebuild: + Remove old LXDE packages 05 Jun 2012; Michael Weber <xmw@gentoo.org> lxsession-0.4.6.1.ebuild: ppc stable (bug 385189) @@ -154,4 +158,3 @@ +lxsession-0.3.8.ebuild, +metadata.xml: Upstream has renamed lxsession-lite to lxsession with the latest version, which we add here. - diff --git a/lxde-base/lxsession/lxsession-0.4.4.ebuild b/lxde-base/lxsession/lxsession-0.4.4.ebuild deleted file mode 100644 index ad7ea7293b8d..000000000000 --- a/lxde-base/lxsession/lxsession-0.4.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.4.ebuild,v 1.8 2012/05/04 05:50:41 jdhore Exp $ - -EAPI="2" - -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" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - sys-apps/dbus - >=lxde-base/lxde-common-0.5.0" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} diff --git a/lxde-base/lxsession/lxsession-0.4.5.ebuild b/lxde-base/lxsession/lxsession-0.4.5.ebuild deleted file mode 100644 index 036d4000a7cc..000000000000 --- a/lxde-base/lxsession/lxsession-0.4.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.5.ebuild,v 1.8 2012/05/04 05:50:41 jdhore Exp $ - -EAPI="2" - -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" -SLOT="0" -IUSE="nls udev" - -COMMON_DEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - >=lxde-base/lxde-common-0.5.0 - x11-libs/libX11 - udev? ( >=sys-apps/dbus-1.4.1 )" -RDEPEND="${COMMON_DEPEND} - udev? ( >=sys-power/upower-0.9.5 )" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext - x11-proto/xproto" - -src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable udev dbus) \ - $(use_enable nls) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README || die -} diff --git a/lxde-base/lxshortcut/ChangeLog b/lxde-base/lxshortcut/ChangeLog index fef7c41edaa0..eebc245a5f28 100644 --- a/lxde-base/lxshortcut/ChangeLog +++ b/lxde-base/lxshortcut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxshortcut # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.16 2012/08/11 21:27:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.17 2012/08/25 00:05:13 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> + -files/lxshortcut-0.1.1-intltool.patch, -lxshortcut-0.1.1.ebuild: + Remove old LXDE packages 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> lxshortcut-0.1.2.ebuild: Stable for amd64, wrt bug #430494 diff --git a/lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch b/lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch deleted file mode 100644 index 50e3bc689197..000000000000 --- a/lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -NrU5 lxshortcut-0.1.1.original/configure.in lxshortcut-0.1.1/configure.in ---- lxshortcut-0.1.1.original/configure.in 2009-08-04 23:06:40.000000000 -0600 -+++ lxshortcut-0.1.1/configure.in 2009-08-04 23:07:11.000000000 -0600 -@@ -2,10 +2,11 @@ - - AC_INIT(configure.in) - AM_INIT_AUTOMAKE(lxshortcut, 0.1.1) - AM_CONFIG_HEADER(config.h) - AM_MAINTAINER_MODE -+IT_PROG_INTLTOOL - - AC_ISC_POSIX - AC_PROG_CC - AM_PROG_CC_STDC - AC_HEADER_STDC diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild deleted file mode 100644 index f4f072abce02..000000000000 --- a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.10 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -inherit autotools eutils - -DESCRIPTION="LXDE tool to edit desktop entry files" -HOMEPAGE="http://lxde.sourceforge.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 - dev-libs/glib:2" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/intltool - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-intltool.patch - - # Rerun autotools - einfo "Regenerating autotools files..." - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README || die "dodoc failed" -} diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog index 78b67993c062..1705e9d84564 100644 --- a/lxde-base/lxtask/ChangeLog +++ b/lxde-base/lxtask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxtask # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.25 2012/08/11 21:28:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.26 2012/08/25 00:05:33 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxtask-0.1.3.ebuild: + Remove old LXDE packages 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> lxtask-0.1.4.ebuild: Stable for amd64, wrt bug #430494 diff --git a/lxde-base/lxtask/lxtask-0.1.3.ebuild b/lxde-base/lxtask/lxtask-0.1.3.ebuild deleted file mode 100644 index 1dd2335a6e3e..000000000000 --- a/lxde-base/lxtask/lxtask-0.1.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.3.ebuild,v 1.8 2012/05/04 05:50:40 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="LXDE Task manager" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ppc x86" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README || die "dodoc failed" -} diff --git a/lxde-base/lxterminal/ChangeLog b/lxde-base/lxterminal/ChangeLog index 071c99053aef..9a46e58482c1 100644 --- a/lxde-base/lxterminal/ChangeLog +++ b/lxde-base/lxterminal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxterminal # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.28 2012/08/11 21:28:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.29 2012/08/25 00:05:46 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxterminal-0.1.9.ebuild: + Remove old LXDE packages 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> lxterminal-0.1.11.ebuild: Stable for amd64, wrt bug #430494 diff --git a/lxde-base/lxterminal/lxterminal-0.1.9.ebuild b/lxde-base/lxterminal/lxterminal-0.1.9.ebuild deleted file mode 100644 index 3d1cc558f620..000000000000 --- a/lxde-base/lxterminal/lxterminal-0.1.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.9.ebuild,v 1.9 2012/05/04 05:50:40 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~mips ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2 - x11-libs/vte:0" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README || die "dodoc failed" -} diff --git a/lxde-base/menu-cache/ChangeLog b/lxde-base/menu-cache/ChangeLog index 8362830ea0be..d6562cad9398 100644 --- a/lxde-base/menu-cache/ChangeLog +++ b/lxde-base/menu-cache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/menu-cache # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.25 2012/08/20 21:52:32 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.26 2012/08/25 00:00:12 hwoarang Exp $ + + 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -menu-cache-0.2.6.ebuild, + -menu-cache-0.3.1.ebuild, -menu-cache-0.3.2.ebuild: + Remove old LXDE packages 20 Aug 2012; Johannes Huber <johu@gentoo.org> menu-cache-0.3.3.ebuild: Stable for x86, wrt bug #429102 @@ -96,4 +100,3 @@ +metadata.xml: Initial commit. This is a gnome-menus replacement for LXDE, for caching the applications menu. - diff --git a/lxde-base/menu-cache/menu-cache-0.2.6.ebuild b/lxde-base/menu-cache/menu-cache-0.2.6.ebuild deleted file mode 100644 index bfc2d2374826..000000000000 --- a/lxde-base/menu-cache/menu-cache-0.2.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.6.ebuild,v 1.6 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="A library creating and utilizing caches to speed up freedesktop.org application menus" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.16.0:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die "dodoc failed" -} diff --git a/lxde-base/menu-cache/menu-cache-0.3.1.ebuild b/lxde-base/menu-cache/menu-cache-0.3.1.ebuild deleted file mode 100644 index c32fee537831..000000000000 --- a/lxde-base/menu-cache/menu-cache-0.3.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.6 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="2" - -DESCRIPTION="A library creating and utilizing caches to speed up freedesktop.org application menus" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die "dodoc failed" -} diff --git a/lxde-base/menu-cache/menu-cache-0.3.2.ebuild b/lxde-base/menu-cache/menu-cache-0.3.2.ebuild deleted file mode 100644 index 6a14173a31d2..000000000000 --- a/lxde-base/menu-cache/menu-cache-0.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.2.ebuild,v 1.8 2012/05/04 05:50:39 jdhore Exp $ - -EAPI="2" - -DESCRIPTION="A library creating and utilizing caches to speed up freedesktop.org application menus" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README || die "dodoc failed" -} |