summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_0.1.25.bb (renamed from meta-xfce/recipes-xfce/tumbler/tumbler_0.1.23.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.23.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.25.bb
index cd95a03837..3c2c2b371e 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.23.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.25.bb
@@ -1,11 +1,14 @@
1DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus specification" 1DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus specification"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "dbus-glib freetype gdk-pixbuf poppler" 5DEPENDS = "dbus-glib freetype gdk-pixbuf poppler"
6 6
7inherit xfce 7inherit xfce
8 8
9SRC_URI[md5sum] = "d4edc15c172714c7a3eaf3c719b8faf6"
10SRC_URI[sha256sum] = "02d5de508d8c18692a25a832a9280c2043f6b7c90dd3fcbd87f5955337015546"
11
9INSANE_SKIP_${PN} = "dev-so" 12INSANE_SKIP_${PN} = "dev-so"
10 13
11do_install_append() { 14do_install_append() {
@@ -27,6 +30,3 @@ FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \
27 ${libdir}/tumbler-1/plugins/.debug \ 30 ${libdir}/tumbler-1/plugins/.debug \
28 ${libdir}/tumbler-1/plugins/cache/.debug \ 31 ${libdir}/tumbler-1/plugins/cache/.debug \
29" 32"
30
31SRC_URI[md5sum] = "c6cf6821f5d884cbf2c26f45f2fecc74"
32SRC_URI[sha256sum] = "b3066d17b7e1fee5135eb876a7c2c50a1221bd0d447c3dd7c36efe6d7f3874cb"