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.

158 lines
3.7 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 - 2003 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. / kde31 / { p; d; };
  39. / gnome14 / { p; d; };
  40. / gnome24 / { 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. # kasc repository - (mostly) games
  59. / kasc / { p; d; };
  60. # blindcoder repository
  61. / kino / { p; d; };
  62. / libavc1394 / { p; d; };
  63. / libraw1394 / { p; d; };
  64. / irssi / { p; d; };
  65. / libsdl / { p; d; };
  66. # blindcoder and kasc repository
  67. / libsdl.* / { p; d; };
  68. # esden repository
  69. / w3m / { p; d; };
  70. / wvdial / { p; d; };
  71. / povray35 / { p; d; };
  72. / wavemon / { p; d; };
  73. # fake repository (currently) only contians useful stuff
  74. # maybe opt-out stuff in the future
  75. / fake / { p; d; };
  76. # jimmy repository
  77. / divx4linux / { p; d; };
  78. / mplayer / { p; d; };
  79. / mplayer-fonts / { p; d; };
  80. / umix / { p; d; };
  81. # jsaw repository
  82. / openjade / { p; d; };
  83. / libmusicbrainz / { p; d; };
  84. # preanti repository
  85. / libmikmod / { p; d; };
  86. / ddd / { p; d; };
  87. / nedit / { p; d; };
  88. # misc repository
  89. / centericq / { s/^X /O /p; d; }
  90. / openbox / { s/^X /O /p; d; }
  91. / zsh / { s/^X /O /p; d; }
  92. / misc / { p; d; };
  93. # michiel repository
  94. / blackbox / { p; d; };
  95. / bbkeys / { p; d; };
  96. / librsync / { p; d; };
  97. / duplicity / { p; d; };
  98. # tsa
  99. / ethereal / { p; d; };
  100. / ettercap / { p; d; };
  101. # mathieu repository
  102. / xcdroast / { p; d; };
  103. # tibit repository
  104. / ctags / { p; d; };
  105. / dvgrab / { p; d; };
  106. / dvdrip / { p; d; };
  107. / fvwm / { p; d; };
  108. / libchipcard / { p; d; };
  109. / pcsc-lite / { p; d; };
  110. / libdv / { p; d; };
  111. / libstroke / { p; d; };
  112. / mjpegtools / { p; d; };
  113. / nvrec / { p; d; };
  114. / openhbci / { p; d; };
  115. / towitoko / { p; d; };
  116. / xvid / { p; d; };
  117. / pilot-link / { p; d; };
  118. # nikolaus repository
  119. / flac / { p; d; };
  120. / cheapskatefonts / { p; d; };
  121. / rdesktop / { p; d; };
  122. / spice / { p; d; };
  123. / tsclient / { p; d; };
  124. # Disable the rest
  125. /.*/ { s/^X /O / ; p; d; };'
  126. ROCKCFGSET_CREATE_TARBZ2=0
  127. ROCKCFGSET_CREATE_GEM=1
  128. ROCKCFGSET_DIETLIBC=0
  129. ROCKCFGSET_DO_REBUILD_STAGE=0
  130. ROCKCFGSET_CREATE_DOCS=1
  131. ROCKCFGSET_DISABLE_NLS=0