Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59828 Details for
Bug 94009
suxpanel - new package (0.4a version)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
suxpanel-0.4a.ebuild
suxpanel-0.4a.ebuild (text/plain), 886 bytes, created by
Przemyslaw Maciag (RETIRED)
on 2005-05-25 16:19:39 UTC
(
hide
)
Description:
suxpanel-0.4a.ebuild
Filename:
MIME Type:
Creator:
Przemyslaw Maciag (RETIRED)
Created:
2005-05-25 16:19:39 UTC
Size:
886 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header > >inherit eutils > >DESCRIPTION="SuxPanel is a complete rewrite of MacOS Style Panel, a light-weight X11 desktop panel" >SRC_URI="http://www.linuxmag.com.br/~leandro/${PN}/${P}.tar.bz2" >HOMEPAGE="http://www.linuxmag.com.br/~leandro/suxpanel/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=x11-libs/gtk+-2 > >=sys-apps/sed-4" >RDEPEND=">=x11-libs/gtk+-2" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/${PN}-gtk2_wnck_window_activate.patch > epatch ${FILESDIR}/${PN}-makeconf_cflags.patch > epatch ${FILESDIR}/${PN}-destdir.patch >} > >src_compile() { > econf || die "Configure failed." > emake GFLAGS="${CFLAGS}" || die "Make failed." >} > >src_install () { > einstall DESTDIR="${D}" || die "Make install failed." > > dobin suxpanel-install.sh > dodoc README >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94009
: 59828 |
59829
|
59830
|
59831