diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-13 00:53:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-19 09:37:30 +0200 |
commit | 8d668c02d99d678c2470d6e4a35e7db32e30b141 (patch) | |
tree | f58eede58badcbc1f22f6723492a9528f13d28d1 /meta-xfce/recipes-thunar-plugins | |
parent | b4d3770a32b39422b5d7af1783ed8390e8ff477e (diff) | |
download | meta-openembedded-8d668c02d99d678c2470d6e4a35e7db32e30b141.tar.gz |
thunar-media-tags-plugin: initial add 0.2.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-thunar-plugins')
-rw-r--r-- | meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.2.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.2.1.bb b/meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.2.1.bb new file mode 100644 index 000000000..3fb250cd8 --- /dev/null +++ b/meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.2.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Adds ID3/OGG tag support to the Thunar bulk rename dialog" | ||
2 | HOMEPAGE = "http://thunar.xfce.org" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | |||
6 | inherit thunar-plugin | ||
7 | |||
8 | DEPENDS += "taglib" | ||
9 | |||
10 | SRC_URI[md5sum] = "0106e900714f86ccbafdc72238d3cf8d" | ||
11 | SRC_URI[sha256sum] = "056d012a10403ee3e2e55b6ff2faecb796821de9ebee000315589b95d95ed253" | ||