Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54896 Details for
Bug 86598
openbox-3.3-rc1 release
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Removed makefile patch & sn stuff
openbox-3.3_rc1.ebuild (text/plain), 1.52 KB, created by
Joonas Henriksson
on 2005-03-30 15:52:22 UTC
(
hide
)
Description:
Removed makefile patch & sn stuff
Filename:
MIME Type:
Creator:
Joonas Henriksson
Created:
2005-03-30 15:52:22 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils > >DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." >HOMEPAGE="http://icculus.org/openbox/" >SRC_URI="http://icculus.org/openbox/releases/${P/_/-}.tar.gz > mirror://gentoo/ob-themes-usability.tar.bz2" > >LICENSE="GPL-2" >SLOT="3" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" >IUSE="pango nls startup-notification" > >RDEPEND="virtual/xft > virtual/x11 > >=dev-libs/glib-2 > >=media-libs/fontconfig-2 > >=dev-libs/libxml2-2.0" >DEPEND="${RDEPEND} > pango? ( x11-libs/pango ) > startup-notification? ( x11-libs/startup-notification ) > dev-util/pkgconfig" > >S=${WORKDIR}/${P/_/-} > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > `use_enable nls` \ > `use_enable pango` \ > `use_enable startup-notification` || die > emake || die >} > >src_install() { > dodir /etc/X11/Sessions > echo "/usr/bin/openbox" > ${D}/etc/X11/Sessions/openbox > fperms a+x /etc/X11/Sessions/openbox > > dodir /usr/share/xsessions > insinto /usr/share/xsessions > doins ${FILESDIR}/${PN}.desktop > > make DESTDIR=${D} install || die > dodoc ABOUT-NLS AUTHORS CHANGELOG COMPLIANCE COPYING README > > # Extra styles from http://home.clara.co.uk/dpb/openbox.htm > # These are included due to the poor usability of the default themes > # for users with limited vision. These are based on Jimmac's > # Gorilla and Industrial themes for Metacity. > > dodir /usr/share/themes > cp -a ${WORKDIR}/ob-themes-usability/* ${D}/usr/share/themes >}
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 86598
:
54733
|
54734
| 54896