matchbox-wm_1.1.bb 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. SECTION = "x11/wm"
  2. DESCRIPTION = "Matchbox window manager"
  3. LICENSE = "GPL"
  4. DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat"
  5. PR="r4"
  6. SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \
  7. file://kbdconfig \
  8. file://gconf-2.m4"
  9. S = "${WORKDIR}/matchbox-window-manager-${PV}"
  10. inherit autotools pkgconfig update-alternatives
  11. FILES_${PN} = "${bindir}/* \
  12. ${datadir}/matchbox \
  13. ${sysconfdir}/matchbox \
  14. ${datadir}/themes/blondie/matchbox \
  15. ${datadir}/themes/Default/matchbox \
  16. ${datadir}/themes/MBOpus/matchbox"
  17. ALTERNATIVE_NAME = "x-session-manager"
  18. ALTERNATIVE_LINK = "${bindir}/x-session-manager"
  19. ALTERNATIVE_PATH = "${bindir}/matchbox-session"
  20. ALTERNATIVE_PRIORITY = "10"
  21. EXTRA_OECONF = " --enable-startup-notification --disable-xrm"
  22. do_configure_prepend () {
  23. cp ${WORKDIR}/gconf-2.m4 ${S}/
  24. }
  25. do_install_prepend() {
  26. install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
  27. }