diff options
| author | Ross Burton <ross@openedhand.com> | 2007-02-01 10:27:18 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2007-02-01 10:27:18 +0000 |
| commit | bfba5601473d21b25a6775021c225b181654a8f4 (patch) | |
| tree | 4f12026868bd72ad417f3dd26993dc6a0a1f3a97 /meta/packages/matchbox-desktop-2 | |
| parent | 6bdda677c7712b336bb0a7e3e0ff54da5c644cd0 (diff) | |
| download | poky-bfba5601473d21b25a6775021c225b181654a8f4.tar.gz | |
Add matchbox-desktop-2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1244 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-desktop-2')
| -rw-r--r-- | meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb new file mode 100644 index 0000000000..d172f98aa1 --- /dev/null +++ b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Matchbox Window Manager Desktop" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | DEPENDS = "gtk+ startup-notification" | ||
| 4 | SECTION = "x11/wm" | ||
| 5 | PV = "0.0+svn${SRCDATE}" | ||
| 6 | DEFAULT_PREFERENCE = "-1" | ||
| 7 | |||
| 8 | RPROVIDES = matchbox-desktop | ||
| 9 | RREPLACES = matchbox-desktop | ||
| 10 | RCONFLICTS = matchbox-desktop | ||
| 11 | |||
| 12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--enable-startup-notification" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${PN}" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
