Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33483 - korilla-1.3.4.ebuild (update)
Summary: korilla-1.3.4.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Troy Dack
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-14 13:59 UTC by ares
Modified: 2003-11-15 20:24 UTC (History)
1 user (show)

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


Attachments
korilla-1.3.4.ebuild (korilla-1.3.4.ebuild,718 bytes, text/plain)
2003-11-14 14:02 UTC, ares
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ares 2003-11-14 13:59:17 UTC
Ebuild for new set korilla icons version 1.3.4
Comment 1 ares 2003-11-14 14:02:35 UTC
Created attachment 20748 [details]
korilla-1.3.4.ebuild
Comment 2 ares 2003-11-14 14:26:22 UTC
Comment on attachment 20748 [details]
korilla-1.3.4.ebuild

># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: /home/cvsroot/gentoo-x86/x11-themes/korilla/korilla-1.3.4.ebuild,v 1.1 2003/11/12 08:39:31 tad Exp $
>
>inherit kde # not kde-base since we don't need c++ deps
>
>need-kde 3
>
>DESCRIPTION="Kool Gorilla Icon Set for KDE"
>SRC_URI="http://www.starsurvivor.net/linux/gorilla/Korilla-v${PV}.tar.bz2"
>
>KEYWORDS="x86 ppc"
>SLOT="0"
>LICENSE="GPL"
># stripping hangs and we've no binaries
>RESTRICT="$RESTRICT nostrip"
>
>src_unpack() {
>	unpack Korilla-v${PV}.tar.bz2
>	mv "Kool.Gorilla" "${P}"
>}
>
>src_compile() {
>	return 1
>}
>
>src_install(){
>	dodir $PREFIX/share/icons/
>	cp -r ${S} ${D}/${PREFIX}/share/icons/
>}
Comment 3 Troy Dack 2003-11-15 20:24:48 UTC
Committed to cvs.