Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157989 - New LXDE, lxsession, lxpanel ebuilds
Summary: New LXDE, lxsession, lxpanel ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: LXDE team (DEFUNCT)
URL: http://lxde.sourceforge.net
Whiteboard:
Keywords: EBUILD, InOverlay
: 150890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-13 00:36 UTC by Jonathan Dehan
Modified: 2008-11-07 17:16 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lxsession-0.1.1.ebuild (lxsession-0.1.1.ebuild,343 bytes, text/plain)
2006-12-13 00:38 UTC, Jonathan Dehan
Details
lxpanel-0.2.4.ebuild (lxpanel-0.2.4.ebuild,395 bytes, text/plain)
2006-12-13 00:39 UTC, Jonathan Dehan
Details
lxde-0.1.1.ebuild (lxde-0.1.1.ebuild,350 bytes, text/plain)
2006-12-13 00:39 UTC, Jonathan Dehan
Details
lxpanel-0.2.4.ebuild (lxpanel-0.2.4.ebuild,796 bytes, text/plain)
2006-12-21 09:24 UTC, Thomas Neu
Details
lxpanel-0.2.6.ebuild (lxpanel-0.2.6.ebuild,631 bytes, text/plain)
2008-02-27 18:05 UTC, Ryoichiro Suzuki
Details
lxpanel-0.2.7.2.ebuild (lxpanel-0.2.7.2.ebuild,641 bytes, text/plain)
2008-03-02 17:06 UTC, Ryoichiro Suzuki
Details
lxsession-0.3.ebuild (lxsession-0.3.ebuild,575 bytes, text/plain)
2008-03-02 17:06 UTC, Ryoichiro Suzuki
Details
lxappearance-0.2.ebuild (lxappearance-0.2.ebuild,494 bytes, text/plain)
2008-04-22 13:25 UTC, Ryoichiro Suzuki
Details
lxpanel-0.3.5.2.ebuild (lxpanel-0.3.5.2.ebuild,724 bytes, text/plain)
2008-04-22 16:25 UTC, Ryoichiro Suzuki
Details
lxtask-0.1.ebuild (lxtask-0.1.ebuild,495 bytes, text/plain)
2008-05-01 11:50 UTC, Ryoichiro Suzuki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Dehan 2006-12-13 00:36:45 UTC
Howdy, I just made some ebuilds for the uber-cool LXDE.

These are my first ebuilds, and first contributions to gentoo - criticisms are encouraged!
Comment 1 Jonathan Dehan 2006-12-13 00:38:11 UTC
Created attachment 103922 [details]
lxsession-0.1.1.ebuild
Comment 2 Jonathan Dehan 2006-12-13 00:39:10 UTC
Created attachment 103923 [details]
lxpanel-0.2.4.ebuild

place in x11-misc/lxpanel/
Comment 3 Jonathan Dehan 2006-12-13 00:39:49 UTC
Created attachment 103924 [details]
lxde-0.1.1.ebuild

place in virtual/lxde/
Comment 4 Jonathan Dehan 2006-12-13 00:40:17 UTC
Comment on attachment 103922 [details]
lxsession-0.1.1.ebuild

place in x11-apps/lxsession/
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-12-13 01:34:08 UTC
*** Bug 150890 has been marked as a duplicate of this bug. ***
Comment 6 Thomas Neu 2006-12-21 09:24:29 UTC
Created attachment 104522 [details]
lxpanel-0.2.4.ebuild

lxpanel ebuild does configure / install . Comments / Bugreports are Welcome
Comment 7 Thomas Neu 2006-12-21 09:29:12 UTC
Comment on attachment 104522 [details]
lxpanel-0.2.4.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header:$
>
>inherit toolchain-funcs
>
>DESCRIPTION="httnel is a light-weight X11 desktop panel for lxde"
>HOMEPAGE="http://gnomefiles.org/app.php/LXPanel/"
>SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~x86"
>IUSE=""
>
>RDEPEND=">=x11-libs/gtk+-2
>	 x11-libs/libXmu
>	 x11-libs/libXpm"
>DEPEND="${RDEPEND}
>	dev-util/pkgconfig"
>
>src_unpack() {
>	unpack ${A}
>	cd "${S}"
>}
>
>src_compile() {
>	econf ${myconf} || die "Configure failed."
>	emake CHATTY=1 CC=$(tc-getCC) || die "Make failed."
>}
>
>src_install () {
>	make DESTDIR=${D} install || die "Install failed."
>}
Comment 8 Ryoichiro Suzuki 2008-02-27 18:05:03 UTC
Created attachment 144758 [details]
lxpanel-0.2.6.ebuild
Comment 9 Ryoichiro Suzuki 2008-03-02 17:06:21 UTC
Created attachment 145097 [details]
lxpanel-0.2.7.2.ebuild
Comment 10 Ryoichiro Suzuki 2008-03-02 17:06:45 UTC
Created attachment 145098 [details]
lxsession-0.3.ebuild
Comment 11 Ryoichiro Suzuki 2008-04-22 13:25:07 UTC
Created attachment 150590 [details]
lxappearance-0.2.ebuild

A desktop-independent theme switcher for GTK+
Comment 12 Ryoichiro Suzuki 2008-04-22 16:25:01 UTC
Created attachment 150607 [details]
lxpanel-0.3.5.2.ebuild
Comment 13 Ryoichiro Suzuki 2008-05-01 11:50:54 UTC
Created attachment 151501 [details]
lxtask-0.1.ebuild

A lightweight desktop-independent task manager
Comment 14 Ben de Groot (RETIRED) gentoo-dev 2008-08-29 11:50:00 UTC
I am willing to commit these to portage if someone would want to maintain these by proxy.
Comment 15 Michael Metsger 2008-08-30 10:14:46 UTC
I can maintain live-ebuilds for lxde or snapshot-ebuilds
Comment 16 Ben de Groot (RETIRED) gentoo-dev 2008-08-31 17:17:30 UTC
I'm taking this on, and created the Gentoo LXDE Project:
http://www.gentoo.org/proj/en/desktop/lxde/
Comment 17 Ben de Groot (RETIRED) gentoo-dev 2008-09-05 15:29:46 UTC
Ebuilds for the latest release of the LXDE packages are now in the lxde overlay. They need some testing before I'll commit them to portage.
Comment 18 Ben de Groot (RETIRED) gentoo-dev 2008-11-07 17:16:54 UTC
LXDE is now in portage! I added an lxde-meta ebuild for convenience (until sets are fully supported). Please test and file new bugs if any issues come up.

Thanks to everybody who helped out for their contributions!