Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39837 - New ebuild, gtk-chtheme
Summary: New ebuild, gtk-chtheme
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 45598 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-29 19:52 UTC by Yi Quang (RETIRED)
Modified: 2004-12-30 00:35 UTC (History)
4 users (show)

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


Attachments
ebuild for gtk-chtheme (gtk-chtheme-0.2.ebuild,458 bytes, text/plain)
2004-01-29 19:53 UTC, Yi Quang (RETIRED)
Details
ebuild for gtk-chtheme 0.3 (gtk-chtheme-0.3.ebuild,499 bytes, text/plain)
2004-02-09 01:39 UTC, Julien Allanos (RETIRED)
Details
new ebuild for gtk-chtheme 0.3.1 (gtk-chtheme-0.3.1.ebuild,491 bytes, text/plain)
2004-03-05 17:14 UTC, Julien Allanos (RETIRED)
Details
Ebuild from 45598 (gtk-chtheme-0.3.1.ebuild,472 bytes, text/plain)
2004-05-05 10:44 UTC, Hans Oluf Hagen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yi Quang (RETIRED) gentoo-dev 2004-01-29 19:52:19 UTC
I just whipped up a quick ebuild for gtk-chtheme, please look it over.  It's a nice little program.  

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Yi Quang (RETIRED) gentoo-dev 2004-01-29 19:53:54 UTC
Created attachment 24613 [details]
ebuild for gtk-chtheme

Oh, I forgot, this should perhaps go into gnome-extra perhaps.
Comment 2 Julien Allanos (RETIRED) gentoo-dev 2004-02-03 09:28:51 UTC
I suggest to ~x86 it for a first.
Comment 3 Julien Allanos (RETIRED) gentoo-dev 2004-02-03 09:30:27 UTC
Please note that it causes a sandbox violation error.
Comment 4 Julien Allanos (RETIRED) gentoo-dev 2004-02-03 12:24:11 UTC
i found a workaround for the sandbox violation error: you may add

    sed -i s,usr,${D}, Makefile

just before

    emake || die

in the src_compile().
Comment 5 Julien Allanos (RETIRED) gentoo-dev 2004-02-09 01:39:57 UTC
Created attachment 25242 [details]
ebuild for gtk-chtheme 0.3

here is an ebuild for the 0.3 version.
Comment 6 Julien Allanos (RETIRED) gentoo-dev 2004-03-05 17:14:21 UTC
Created attachment 26926 [details]
new ebuild for gtk-chtheme 0.3.1
Comment 7 Ian Leitch (RETIRED) gentoo-dev 2004-05-04 12:01:41 UTC
*** Bug 45598 has been marked as a duplicate of this bug. ***
Comment 8 Hans Oluf Hagen 2004-05-04 12:29:35 UTC
There is no need of using sed in the src_compile routine. Just use make DESTDIR=${D} install in src_install. 
Comment 9 Julien Allanos (RETIRED) gentoo-dev 2004-05-04 12:41:21 UTC
you are right hans, the ebuild on #45598 is working. please commit it, this is a really nice and useful app, much better than muhri's gtk theme switcher.
Comment 10 Hans Oluf Hagen 2004-05-05 10:44:42 UTC
Created attachment 30787 [details]
Ebuild from 45598
Comment 11 Yi Quang (RETIRED) gentoo-dev 2004-05-05 19:33:42 UTC
In portage, thanks for your patience and your ebuilds.  
Comment 12 TGL 2004-05-06 00:49:42 UTC
In the ebuild currently in portage, in function src_install(), the "install" target lacks after the call to make, thus it doesn't install any file.
Comment 13 Hans Oluf Hagen 2004-05-06 01:52:10 UTC
The ebuild in portage also lacks a $ at the end of the RCS Header keyword. The ebuild should also ble placed in x11-themes, and not gnome-extra. (gtk-theme-switcher + gtk-engines are located in x11-themes). 
Comment 14 Julien Allanos (RETIRED) gentoo-dev 2004-12-30 00:35:49 UTC
could this me marked stable?