diff options
| -rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb new file mode 100644 index 0000000000..1584f3d585 --- /dev/null +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | SECTION = "x11/wm" | ||
| 2 | DESCRIPTION = "Matchbox window manager" | ||
| 3 | LICENSE = "GPL" | ||
| 4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite" | ||
| 5 | |||
| 6 | PV = "0.0+svnr${SRCREV}" | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | ||
| 10 | " | ||
| 11 | |||
| 12 | S = "${WORKDIR}/matchbox-window-manager-2" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig update-alternatives | ||
| 15 | |||
| 16 | ALTERNATIVE_NAME = "x-window-manager" | ||
| 17 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | ||
| 18 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | ||
| 19 | ALTERNATIVE_PRIORITY = "10" | ||
| 20 | |||
| 21 | FILES_${PN} = "${bindir}/* \ | ||
| 22 | ${datadir}/matchbox-2 \ | ||
| 23 | ${sysconfdir}/matchbox-2 \ | ||
| 24 | ${datadir}/themes/*" | ||
| 25 | |||
| 26 | EXTRA_OECONF = "--enable-debug \ | ||
| 27 | --enable-compositing-manager \ | ||
| 28 | " | ||
| 29 | |||
| 30 | do_install_append () { | ||
| 31 | cd ${D}${bindir} | ||
| 32 | ln -s matchbox-window-manager-2-simple matchbox-window-manager | ||
| 33 | } | ||
