aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb
blob: b94e0ccd61a14fc015dc6fd48373e4551893e4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "xdg-user-dirs is a tool to help manage user directories like the desktop folder and the music folder"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = " \
    http://user-dirs.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
    file://xdg-user-dirs.desktop \
"
SRC_URI[md5sum] = "f5aaf5686ad7d8809a664bfb4566a54d"
SRC_URI[sha256sum] = "20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786"

inherit autotools gettext

do_install_append () {
    install -d ${D}${sysconfdir}/xdg/autostart
    install -m 644 ${WORKDIR}/xdg-user-dirs.desktop ${D}${sysconfdir}/xdg/autostart
}

CONFFILES_${PN} += " \
    ${sysconfdir}/xdg/user-dirs.conf \
    ${sysconfdir}/xdg/user-dirs.defaults \
"