diff options
-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" | ||