Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138629 Details for
Bug 202478
x11-themes/mac4lin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-themes/mac4lin-0.3
mac4lin-0.3.ebuild (text/plain), 3.67 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2007-12-16 16:50:32 UTC
(
hide
)
Description:
x11-themes/mac4lin-0.3
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2007-12-16 16:50:32 UTC
Size:
3.67 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit multilib > >DESCRIPTION="brings the Mac OS X user interface to GNU/Linux" >HOMEPAGE="http://sourceforge.net/projects/mac4lin" >SRC_URI="mirror://sourceforge/${PN}/Mac4Lin_v${PV}.tar.gz" > >LICENSE="" >SLOT="0" >KEYWORDS="~amd64" >IUSE="cursor avant simdock compiz exaile fonts gdm grub metacity gtk \ > gtk-splash mozilla pidgin dark light sound xmms audacious" > >DEPEND="" >RDEPEND="cursor? ( x11-base/xorg-server ) > avant? ( gnome-extra/avant-window-navigator ) > simdock? ( gnome-extra/simdock ) > compiz? ( x11-wm/compiz x11-wm/emerald ) > exaile? ( media-sound/exaile ) > gdm? ( gnome-base/gdm ) > grub? ( sys-boot/grub ) > metacity? ( x11-wm/metacity ) > gtk? ( x11-libs/gtk+ )" > >S=${WORKDIR} > >src_install() { > cd "${S}" > > if use cursor ; then > dodir /usr/share/cursors/xorg-x11/ > tar \ > -xzf Cursors/Mac4Lin_v${PV}_Cursors.tar.gz \ > -C ${D}/usr/share/cursors/xorg-x11/ \ > || die "installing cursors failed" > fi > > if use avant ; then > die "TODO: Avant not yet supported" > fi > > if use compiz ; then > dodir /usr/share/emerald/themes/Mac4Lin_Emerald_v${PV} > tar \ > -xzf Emerald/Mac4Lin_Emerald_v${PV}.emerald \ > -C ${D}/usr/share/emerald/themes/Mac4Lin_Emerald_v${PV} \ > || die "installing emerald themes failed" > fi > > if use exaile && use avant ; then > dodir /usr/$(get_libdir)/exaile/xl > cp \ > Exaile\ AWN\ Plugin/awn.py \ > ${D}/usr/$(get_libdir)/exaile/xl \ > || die "installing exaile avant plugin failed" > fi > > if use fonts ; then > die "TODO: fonts not yet supported" > fi > > if use gdm ; then > dodir /usr/share/gdm/themes > tar \ > -xzf GDM\ Theme/Mac4Lin_v${PV}_GDM.tar.gz \ > -C ${D}/usr/share/gdm/themes \ > || die "installing gdm themes failed" > fi > > if use grub ; then > if [[ -d ${ROOT}/boot/grub ]]; then > dodir /boot/grub/splashimages > cp \ > Grub\ Splash/* \ > ${D}/boot/grub/splashimages \ > || die "installing grub themes failed" > else > die "/boot/grub/ does not exist, please make sure you have /boot mounted" > fi > fi > > if use metacity || use gtk ; then > dodir /usr/share/themes > for THEME in Mac4Lin_GTK Mac4Lin_GTK_Aqua; do > tar \ > -xzf GTK\ Metacity\ Theme/${THEME}_v${PV}.tar.gz \ > -C ${D}/usr/share/themes \ > || die "installing metacity/GTK theme failed" > done > fi > > if use gtk-splash ; then > dodir /usr/share/pixmaps/splash/ > cp \ > GTK\ Splash/* \ > ${D}/usr/share/pixmaps/splash \ > || die "installing gtk splash failed" > fi > > if use mozilla ; then > die "TODO: mozilla not yet supported" > fi > > if use pidgin ; then > if use dark ; then > dodir /usr/share/pixmaps/ > tar \ > -xzf Pidgin/pidgin-osx-theme-black.tar.gz \ > -C ${D}/usr/share/pixmaps/ \ > || die "installing dark pidgin theme failed" > else > if use light ; then > dodir /usr/share/pixmaps/ > tar \ > -xzf pidgin-osx-theme.tar.gz \ > -C ${D}/usr/share/pixmaps/ \ > || die "installing light pidgin theme failed" > else > ewarn "No Pidgin style installed, choose 'dark' or 'light'" > fi > fi > > #if use avant ; then > # TODO: shipped awn plugin is binary only crap > #fi > fi > > if use sound ; then > dodir /usr/share/sounds > mkdir TMP > tar \ > -xzf Sounds/OSX_Sounds_v${PV}.tar.gz \ > -C TMP \ > || die "installing sounds failed" > find TMP -name "*.wav" -exec chmod 644 {} \; > cp -r TMP/* ${D}/usr/share/sounds > rm -rf TMP > fi > > # usplash will never be supported, I guess > > for PLAYER in xmms audacious ; do > if use ${PLAYER} ; then > dodir /usr/share/${PLAYER}/Skins > tar \ > -xzf XMMS Audacious BMP Skin/Audacious_ XMMS_BMP_OSX_v${PV}.tar.gz \ > -C ${D}/usr/share/${PLAYER}/Skins \ > || die "installing ${PLAYER} skins failed" > fi > done > >}
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 202478
:
138629
|
138641
|
138759
|
171066
|
171067
|
185461
|
196574
|
196575