diff options
author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/matchbox-panel | |
download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-panel')
-rw-r--r-- | openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb | 24 | ||||
-rw-r--r-- | openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | 20 |
2 files changed, 44 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb new file mode 100644 index 0000000000..5559929141 --- /dev/null +++ b/openembedded/packages/matchbox-panel/matchbox-panel_0.9.2.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "Matchbox Window Manager Panel" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel wireless-tools" | ||
4 | SECTION = "x11/wm" | ||
5 | PR="r2" | ||
6 | |||
7 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig gettext | ||
10 | |||
11 | CFLAGS += "-D_GNU_SOURCE" | ||
12 | |||
13 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" | ||
14 | EXTRA_OECONF_append_h3600 = " --enable-small-icons " | ||
15 | EXTRA_OECONF_append_h3900 = " --enable-small-icons " | ||
16 | EXTRA_OECONF_append_collie = " --enable-small-icons " | ||
17 | EXTRA_OECONF_append_poodle = " --enable-small-icons " | ||
18 | EXTRA_OECONF_append_mnci = " --enable-small-icons " | ||
19 | EXTRA_OECONF_append_integral = " --enable-small-icons " | ||
20 | |||
21 | FILES_${PN} = "${bindir} \ | ||
22 | ${datadir}/applications \ | ||
23 | ${datadir}/pixmaps" | ||
24 | |||
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb new file mode 100644 index 0000000000..9d18c90aae --- /dev/null +++ b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Matchbox Window Manager Panel" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" | ||
4 | SECTION = "x11/wm" | ||
5 | PV = "0.9cvs${CVSDATE}" | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
9 | |||
10 | S = ${WORKDIR}/${PN} | ||
11 | |||
12 | inherit autotools pkgconfig gettext | ||
13 | |||
14 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" | ||
15 | CFLAGS += " -D_GNU_SOURCE" | ||
16 | |||
17 | FILES_${PN} = "${bindir} \ | ||
18 | ${datadir}/applications \ | ||
19 | ${datadir}/pixmaps" | ||
20 | |||