summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-panel
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/matchbox-panel
downloadpoky-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.bb24
-rw-r--r--openembedded/packages/matchbox-panel/matchbox-panel_svn.bb20
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 @@
1DESCRIPTION = "Matchbox Window Manager Panel"
2LICENSE = "GPL"
3DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel wireless-tools"
4SECTION = "x11/wm"
5PR="r2"
6
7SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz"
8
9inherit autotools pkgconfig gettext
10
11CFLAGS += "-D_GNU_SOURCE"
12
13EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
14EXTRA_OECONF_append_h3600 = " --enable-small-icons "
15EXTRA_OECONF_append_h3900 = " --enable-small-icons "
16EXTRA_OECONF_append_collie = " --enable-small-icons "
17EXTRA_OECONF_append_poodle = " --enable-small-icons "
18EXTRA_OECONF_append_mnci = " --enable-small-icons "
19EXTRA_OECONF_append_integral = " --enable-small-icons "
20
21FILES_${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 @@
1DESCRIPTION = "Matchbox Window Manager Panel"
2LICENSE = "GPL"
3DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
4SECTION = "x11/wm"
5PV = "0.9cvs${CVSDATE}"
6DEFAULT_PREFERENCE = "-1"
7
8SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
9
10S = ${WORKDIR}/${PN}
11
12inherit autotools pkgconfig gettext
13
14EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons"
15CFLAGS += " -D_GNU_SOURCE"
16
17FILES_${PN} = "${bindir} \
18 ${datadir}/applications \
19 ${datadir}/pixmaps"
20