Summary: | rss-glx-0.8.0-r2 installs kde .desktop files when USE=-kde | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Peter Hyman <pete4abw> |
Component: | New packages | Assignee: | Krzysztof Pawlik (RETIRED) <nelchael> |
Status: | RESOLVED WORKSFORME | ||
Severity: | trivial | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Peter Hyman
2006-01-12 02:12:02 UTC
I may have been incorrect. Perhaps a local conf variable should be set if -kde is used. if ! use kde local myconf="--without-kdessconfigdir" fi something like that. Or, just blow out the desktop files. from configure... Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] --with-x use the X Window System --with-configdir Where is xscreensaver stashing its screensaver configs? --with-kdessconfigdir Where is KDE stashing its screensaver configs? that myconf change does NOT stop the .desktop files from being installed. They need to be removed find ... -name '*desktop' |xargs rm -f or just remove ${D}/usr/share/applnk/ and below since it's not needed. something like that. from the install routine... even with --without-kdessconfig mkdir -p -- /mnt/src/var/tmp/portage/rss-glx-0.8.0-r2/image//usr/share/applnk/System/ScreenSavers /bin/install -c -m 644 hufo_smoke.desktop 0.8.0-r3 doesn't install them for me. |