Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203681 - x11-themes/gentoo-artwork new USE flags
Summary: x11-themes/gentoo-artwork new USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Dawid Węgliński (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-29 14:50 UTC by Roberto Castagnola
Modified: 2008-01-16 21:16 UTC (History)
0 users

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


Attachments
ebuild with new USE flags (gentoo-artwork-0.4.2-r1.ebuild,4.79 KB, text/plain)
2007-12-29 14:52 UTC, Roberto Castagnola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2007-12-29 14:50:57 UTC
x11-themes/gentoo-artwork should use more USE flags to select which artwork to install.
Comment 1 Roberto Castagnola 2007-12-29 14:52:56 UTC
Created attachment 139570 [details]
ebuild with new USE flags

- added these USE flags: icons pixmaps grub lilo

- moved following images to misc directory (and renamed) since their size is wrong:
800x600/OpenSource_in_the_sun-1280x960.png  size: 1280x960
1024x768/Gentoo_2parts_1024x768.png         size: 1024x786
1024x768/Gentoo_transparant_1024x768.png    size: 960x768
1280x1024/gentoo-freedom-1280x1024.jpg      size: 1280x1012
1280x1024/gentoowired.jpg                   size: 1280x960
1600x1200/gentoo-slip-1600x1200.jpg         size: 1200x1024

- moved /usr/share/lilo/splashimages/lilo.txt to /usr/share/doc/${PF}/
Comment 2 Dawid Węgliński (RETIRED) gentoo-dev 2008-01-12 07:38:16 UTC
Hm, sounds like a good idea, however the ebuild should be written other way round. I'll look at it deeper later today.
Comment 3 Dawid Węgliński (RETIRED) gentoo-dev 2008-01-15 12:10:05 UTC
In CVS now, thanks :)
Comment 4 Roberto Castagnola 2008-01-16 16:48:18 UTC
New ebuild in the tree needs a minor patch:
--- /usr/portage/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild       2008-01-15 19:06:29.000000000 +0100
+++ gentoo-artwork-0.4.2-r1.ebuild      2008-01-16 17:42:37.000000000 +0100
@@ -40,7 +40,7 @@
 DEPEND=""

 src_unpack() {
-       mkdir -p "${WORKDIR}"/${PN}0.2
+       mkdir -p "${WORKDIR}"/${PN}-0.2
        if use pixmaps || use icons || use kde || use grub; then
                unpack ${PN}-0.2.tar.bz2
        fi


Thanks :)
Comment 5 Dawid Węgliński (RETIRED) gentoo-dev 2008-01-16 21:16:41 UTC
Fixed once again, much thanks!