diff options
Diffstat (limited to 'meta-xfce/classes/xfce.bbclass')
-rw-r--r-- | meta-xfce/classes/xfce.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index debd645a2e..2350c2703f 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | HOMEPAGE = "http://www.xfce.org" | 1 | HOMEPAGE = "http://www.xfce.org" |
2 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | 2 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
3 | 3 | ||
4 | inherit autotools gtk-icon-cache pkgconfig | 4 | inherit autotools gettext gtk-icon-cache pkgconfig |
5 | 5 | ||
6 | FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" | 6 | FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" |
7 | FILES_${PN}-doc += "${datadir}/xfce4/doc" | 7 | FILES_${PN}-doc += "${datadir}/xfce4/doc" |