diff options
author | skrll <skrll@pkgsrc.org> | 2003-01-20 10:03:40 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-01-20 10:03:40 +0000 |
commit | 55966f3f8441576d4c8ac402e42f81a73587c4fa (patch) | |
tree | 281d4eb4b00f6fc47b7b11e966102e98cddc72a2 /games/kdetoys3/PLIST | |
parent | f05976d42617e7ea6d8f6f57b9553b5b0aa6ecad (diff) | |
download | pkgsrc-55966f3f8441576d4c8ac402e42f81a73587c4fa.tar.gz |
The result of my recent KDE fiddlings
- Build all packages with a --disable-static libtool. This is how the
packages should be built and means that we don't get a load of useless
static libraries.
- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
patches.
- Some other PLIST fixes
- Fix PR 19848. kspell doesn't find dictionaries.
Diffstat (limited to 'games/kdetoys3/PLIST')
-rw-r--r-- | games/kdetoys3/PLIST | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/kdetoys3/PLIST b/games/kdetoys3/PLIST index 64d5d068558..9374fd83272 100644 --- a/games/kdetoys3/PLIST +++ b/games/kdetoys3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/02 09:12:25 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/20 10:03:48 skrll Exp $ bin/amor bin/kaphorism bin/kmoon @@ -7,22 +7,18 @@ bin/kteatime bin/ktux bin/kworldclock include/AmorIface.h -lib/kde3/eyes_panelapplet.a lib/kde3/eyes_panelapplet.la lib/kde3/eyes_panelapplet.so lib/kde3/eyes_panelapplet.so.1 lib/kde3/eyes_panelapplet.so.1.0 -lib/kde3/fifteen_panelapplet.a lib/kde3/fifteen_panelapplet.la lib/kde3/fifteen_panelapplet.so lib/kde3/fifteen_panelapplet.so.1 lib/kde3/fifteen_panelapplet.so.1.0 -lib/kde3/weather_panelapplet.a lib/kde3/weather_panelapplet.la lib/kde3/weather_panelapplet.so lib/kde3/weather_panelapplet.so.1 lib/kde3/weather_panelapplet.so.1.0 -lib/kde3/ww_panelapplet.a lib/kde3/ww_panelapplet.la lib/kde3/ww_panelapplet.so lib/kde3/ww_panelapplet.so.1 @@ -586,9 +582,9 @@ share/kde/icons/locolor/32x32/apps/ktux.png @comment dirrm share/kde/icons/hicolor/32x32/apps @comment dirrm share/kde/icons/hicolor/16x16/apps @dirrm share/kde/apps/kworldclock/pics -@unexec ${RMDIR} %D/share/kde/apps/kworldclock/maps/depths >/dev/null || true -@unexec ${RMDIR} %D/share/kde/apps/kworldclock/maps >/dev/null || true -@unexec ${RMDIR} %D/share/kde/apps/kworldclock >/dev/null || true +@unexec ${RMDIR} %D/share/kde/apps/kworldclock/maps/depths 2>/dev/null || true +@unexec ${RMDIR} %D/share/kde/apps/kworldclock/maps 2>/dev/null || true +@unexec ${RMDIR} %D/share/kde/apps/kworldclock 2>/dev/null || true @dirrm share/kde/apps/kweather @dirrm share/kde/apps/ktux/sprites @dirrm share/kde/apps/ktux |