Summary: | x11-themes/gtk2-E17-detour - GTK2 theme to match the Detour E17 theme | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Babikhin Kirill <mrakobes86> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | kripton |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
GTK2 theme to match the Detour E17 theme
correct ebuild gtk2-E17-detour-1.0-r4.ebuild |
Description
Babikhin Kirill
2008-05-30 14:31:42 UTC
Created attachment 154837 [details]
GTK2 theme to match the Detour E17 theme
1. Do NOT abuse Bugzilla by entering garbage. This is your only warning. 2. This is NOT the right product or component to file the ebuild to. Did you not read the bright red text: "Bugs related to ebuilds belong in 'Gentoo Linux'"? - GPL is not a valid license, see /usr/portage/licenses - $workdir needs to be quoted uh, assign... Comment on attachment 154837 [details] GTK2 theme to match the Detour E17 theme ><HTML><HEAD/><BODY><PRE># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="GTK2 theme to match the Detour E17 theme" >HOMEPAGE="http://www.gnome-look.org/content/show.php?content=81769" >SRC_URI="http://www.gnome-look.org/CONTENT/content-files/81769-Detour.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" >IUSE="" > >DEPEND="x11-themes/gtk-engines-aurora" > >S="${WORKDIR}"/Detour > >src_install() { > insinto /usr/share/gtk-2.0/Detour > doins -r gtk-2.0/* || die >} ></PRE></BODY></HTML> Created attachment 154905 [details]
correct ebuild
Created attachment 160420 [details]
gtk2-E17-detour-1.0-r4.ebuild
|