mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
3.9 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/target/desktop/config.in
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. pkgfilter sed '
  23. # Disable packages
  24. / sendmail / { s/^X /O /; p; d; };
  25. / workbone / { s/^X /O /; p; d; };
  26. / ifhp / { s/^X /O /; p; d; };
  27. / xv / { s/^X /O /; p; d; };
  28. / wu-ftp / { s/^X /O /; p; d; };
  29. / gcc2 / { s/^X /O /; p; d; };
  30. # Select some packages (and repositories) explicitely
  31. / base / { p; d; };
  32. / alpha / { p; d; };
  33. / mips / { p; d; };
  34. / powerpc / { p; d; };
  35. / sparc / { p; d; };
  36. / x86 / { p; d; };
  37. / x11 / { p; d; };
  38. / kde / { p; d; };
  39. / gnome14 / { p; d; };
  40. / gnome2 / { p; d; };
  41. / rene / { p; d; };
  42. / clifford / { p; d; };
  43. / daniel / { p; d; };
  44. # compatibility stuff (e.g. mozilla, ogle)
  45. # left here for the case we remove gnome14 above later
  46. / glib12 / { p; d; };
  47. / gtk+12 / { p; d; };
  48. / libglade10 / { p; d; };
  49. / orbit10 / { p; d; };
  50. / gimp12 / { p; d; };
  51. / gimp-print42 / { p; d; };
  52. / galeon12 / { p; d; };
  53. # alesandro repository
  54. / vsftpd / { p; d; };
  55. / php / { p; d; };
  56. # mnemoc repository
  57. / openldap / { p; d; };
  58. / perl-libxml / { p; d; };
  59. # kasc repository - (mostly) games
  60. / kasc / { p; d; };
  61. # blindcoder repository
  62. / kino / { p; d; };
  63. / libavc1394 / { p; d; };
  64. / libraw1394 / { p; d; };
  65. / irssi / { p; d; };
  66. / libsdl / { p; d; };
  67. / libebml / { p; d; };
  68. / libmatroska / { p; d; }
  69. # blindcoder and kasc repository
  70. / libsdl.* / { p; d; };
  71. # esden repository
  72. / w3m / { p; d; };
  73. / wvdial / { p; d; };
  74. / povray35 / { p; d; };
  75. / wavemon / { p; d; };
  76. # fake repository (currently) only contians useful stuff
  77. # maybe opt-out stuff in the future
  78. / fake / { p; d; };
  79. # jimmy repository
  80. / divx4linux / { p; d; };
  81. / mplayer / { p; d; };
  82. / mplayer-fonts / { p; d; };
  83. / umix / { p; d; };
  84. # jsaw repository
  85. / openjade / { p; d; };
  86. / libmusicbrainz / { p; d; };
  87. / scribus / { p; d; };
  88. # preanti repository
  89. / libmikmod / { p; d; };
  90. / ddd / { p; d; };
  91. / nedit / { p; d; };
  92. # misc repository
  93. / centericq / { s/^X /O /; p; d; }
  94. / openbox / { s/^X /O /; p; d; }
  95. / zsh / { s/^X /O /; p; d; }
  96. / misc / { p; d; };
  97. # michiel repository
  98. / blackbox / { p; d; };
  99. / bbkeys / { p; d; };
  100. / librsync / { p; d; };
  101. / duplicity / { p; d; };
  102. # tsa
  103. / ethereal / { p; d; };
  104. / ettercap / { p; d; };
  105. / wxwindows / { p; d; };
  106. # mathieu repository
  107. / xcdroast / { p; d; };
  108. # tibit repository
  109. / ctags / { p; d; };
  110. / dvgrab / { p; d; };
  111. / dvdrip / { p; d; };
  112. / fvwm / { p; d; };
  113. / libchipcard / { p; d; };
  114. / pcsc-lite / { p; d; };
  115. / libdv / { p; d; };
  116. / libstroke / { p; d; };
  117. / mjpegtools / { p; d; };
  118. / nvrec / { p; d; };
  119. / openhbci / { p; d; };
  120. / towitoko / { p; d; };
  121. / xvid / { p; d; };
  122. / pilot-link / { p; d; };
  123. # nikolaus repository
  124. / flac / { p; d; };
  125. / cheapskatefonts / { p; d; };
  126. / rdesktop / { p; d; };
  127. / spice / { p; d; };
  128. / tsclient / { p; d; };
  129. #
  130. / libsamplerate / { p; d; };
  131. # Disable the rest
  132. /.*/ { s/^X /O / ; p; d; };'
  133. ROCKCFGSET_CREATE_TARBZ2=0
  134. ROCKCFGSET_CREATE_GEM=1
  135. ROCKCFGSET_DIETLIBC=0
  136. ROCKCFGSET_DO_REBUILD_STAGE=0
  137. ROCKCFGSET_CREATE_DOCS=1
  138. ROCKCFGSET_DISABLE_NLS=0