diff options
author | Tomas Frydrych <tf@openedhand.com> | 2007-12-21 12:29:04 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2007-12-21 12:29:04 +0000 |
commit | 4f67e7c86cf7db1c0e41a7d225669d2efd58f609 (patch) | |
tree | a04da117989a7e7609624354c2997349d24d0fe2 /meta/packages/matchbox-wm-2 | |
parent | 6b3e57c8c085594c820d492110c6dcd5d129a93d (diff) | |
download | poky-4f67e7c86cf7db1c0e41a7d225669d2efd58f609.tar.gz |
matchbox-wm-2 recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3368 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm-2')
-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 | } | ||