Browse Source

more desktop package slection work ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1178 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
181c24b269
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      target/desktop/config.in

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

Loading…
Cancel
Save