From 181c24b269cebebaa533bf033f044ccf1f909f46 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 25 Aug 2003 13:42:21 +0000 Subject: [PATCH] more desktop package slection work ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1178 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/desktop/config.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/target/desktop/config.in b/target/desktop/config.in index 4013b345f..31580a1e5 100644 --- a/target/desktop/config.in +++ b/target/desktop/config.in @@ -82,6 +82,10 @@ pkgfilter sed ' / wvdial / { p; d; }; / povray35 / { p; d; }; +# the fake repository (currently) only contians useful stuff +# maybe opt-out stuff in the future +/ fake / { p; d; }; + # jimmy repository / divx4linux / { p; d; }; / mplayer / { p; d; }; @@ -92,8 +96,9 @@ pkgfilter sed ' / ddd / { p; d; }; / nedit / { p; d; }; -# misc -/ evolution / { p; d; }; +# misc repository +/ centericq / { s/^X /O /p; d; } +/ misc / { p; d; }; # michiel repository / blackbox / { p; d; };