Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96909 Details for
Bug 147507
x11-themes/candido-themes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnome-themes-candido-1.0.ebuild
gnome-themes-candido-1.0.ebuild (text/plain), 1.54 KB, created by
Marco Polichetti
on 2006-09-13 15:05:47 UTC
(
hide
)
Description:
gnome-themes-candido-1.0.ebuild
Filename:
MIME Type:
Creator:
Marco Polichetti
Created:
2006-09-13 15:05:47 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils > >DESCRIPTION="Candido gnome2 themes for Candido Gtk2 Cairo Engine" >HOMEPAGE="http://candido.berlios.de" >THEME_URI="http://candido.berlios.de/media/download_gallery/" >SRC_URI="${THEME_URI}Candido-DarkOrange.tar.bz2 > ${THEME_URI}Candido-Calm.tar.bz2 > ${THEME_URI}Candido-Candy.tar.bz2 > ${THEME_URI}Candido-Hybrid.tar.bz2 > ${THEME_URI}Candido-NeoGraphite.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" >IUSE="" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > >=dev-util/intltool-0.23" > >RDEPEND=">=x11-libs/gtk+-2 > >=x11-themes/gtk-engines-2.5 > x11-themes/gtk-engines-candido" > >src_unpack() { > return 0 >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > dodir /usr/share/themes > cd ${D}/usr/share/themes > > unpack ${A} > > find . -exec touch "{}" \; > > for dir in * > do > # Fix directory names that contain spaces > if echo "${dir}" | egrep -q "[[:space:]]" > then > new_dir=`echo "${dir}" | sed -e 's: :_:g'` > mv "${dir}" $new_dir > dir=$new_dir > fi > > if [ ! -d ${dir}/gtk-2.0 ] > then > mkdir tmp > mv ${dir}/* tmp > mv tmp ${dir}/gtk-2.0 > fi > > done > > chmod -R ugo=rX * >}
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 147507
: 96909