diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-28 15:01:51 +0200 |
|---|---|---|
| committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-08 14:28:36 +0200 |
| commit | 62d68daab0233c98681c1ef47ef7db1f28ce7f97 (patch) | |
| tree | e3e7a823b9650144988b6409e904b1613d4a94ad /meta-xfce/recipes-panel-plugins/embed | |
| parent | dabac05179efea2cbdf6b33375f4a990fa720a01 (diff) | |
| download | meta-openembedded-62d68daab0233c98681c1ef47ef7db1f28ce7f97.tar.gz | |
xfce4-embed-plugin: initial add 1.0.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/embed')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb new file mode 100644 index 0000000000..32d6edfb48 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "A panel plugin that embeds arbitrary windows (or GtkPlug widgets) into the panel." | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" | ||
| 3 | SECTION = "x11/application" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | inherit xfce-panel-plugin | ||
| 8 | |||
| 9 | # DEPENDS += "xfconf xproto libxtst" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "c5b86cbc1c54ee7c1d2e95a4502fed8e" | ||
| 12 | SRC_URI[sha256sum] = "35d4c6c56dd6468c0e5afe66f657c1526f2d830a577105a51da43657651832e3" | ||
