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; };