Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.

14 lines
323 B

  1. case "$sdever" in
  2. 2.1*) ;;
  3. 2.2*) if [ "$SDECFG_TRG_MNEMOSYNE_X" != none ]; then
  4. cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
  5. # these were part of x11-modular at 2.1, and we don't want
  6. # to enable them there
  7. pkgenable xproto xtrans xrandr
  8. # needed by fdclock
  9. pkgenable cairo
  10. EOT
  11. fi
  12. ;;
  13. esac