From: Richard Purdie Date: Tue, 30 May 2006 22:58:14 +0000 (+0000) Subject: Add Matchbox Applet Volume X-Git-Tag: Release-2010-05/1~9453^2~1558^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8938bf09e6a8642d7843dc036486c888c99ea5d5;p=openembedded.git Add Matchbox Applet Volume --- diff --git a/packages/matchbox-applet-volume/.mtn2git_empty b/packages/matchbox-applet-volume/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb b/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb new file mode 100644 index 0000000000..61b4756059 --- /dev/null +++ b/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Matchbox Volume Applet" +LICENSE = "GPL" +DEPENDS = "matchbox-wm libmatchbox" +SECTION = "x11/wm" + +SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-volume/${PV}/mb-applet-volume-${PV}.tar.gz" +S = "${WORKDIR}/mb-applet-volume-${PV}" + +inherit autotools pkgconfig + +FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps" +