diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-09-01 00:24:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-31 20:04:52 +0200 |
commit | ecfe0887244ed51f3904fa11bbfd6b7a1bb53521 (patch) | |
tree | 058a71917c9f134df186a677b170ad5178eea342 | |
parent | 45590e31f0c0e26f8de6b92bb6bf9da5cccb240b (diff) | |
download | meta-openembedded-ecfe0887244ed51f3904fa11bbfd6b7a1bb53521.tar.gz |
thunar-volman: Add initial recipe with version 0.6.0
* build & partially run tested on overo
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb new file mode 100644 index 000000000..377561ccc --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "Automatic management of removable drives and media for thunar" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify" | ||
6 | |||
7 | inherit xfce | ||
8 | |||
9 | SRC_URI[md5sum] = "2f166662dd100d5195da238af417f305" | ||
10 | SRC_URI[sha256sum] = "b1afd2b3b285cfcf07c11caa3d37fa5ff1fc06f7dc68fcca07f9a0d70daa694f" | ||