diff options
4 files changed, 16 insertions, 65 deletions
diff --git a/meta-oe/recipes-support/xdg-user-dirs/files/0001-explicitly-disable-man-generation-disable-documentat.patch b/meta-oe/recipes-support/xdg-user-dirs/files/0001-explicitly-disable-man-generation-disable-documentat.patch deleted file mode 100644 index b2b0e49988..0000000000 --- a/meta-oe/recipes-support/xdg-user-dirs/files/0001-explicitly-disable-man-generation-disable-documentat.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | From 41093d9634bfeddcaec866745d8d4022f4c6f8c1 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Sun, 19 Feb 2017 21:01:39 +0100 | ||
4 | Subject: [PATCH] explicitly disable man generation --disable-documentation is | ||
5 | not enough | ||
6 | MIME-Version: 1.0 | ||
7 | Content-Type: text/plain; charset=UTF-8 | ||
8 | Content-Transfer-Encoding: 8bit | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | |||
12 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
13 | --- | ||
14 | Makefile.am | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/Makefile.am b/Makefile.am | ||
18 | index c01c54f..dcdf7a2 100644 | ||
19 | --- a/Makefile.am | ||
20 | +++ b/Makefile.am | ||
21 | @@ -1,6 +1,6 @@ | ||
22 | NULL = | ||
23 | |||
24 | -SUBDIRS=po man | ||
25 | +SUBDIRS=po | ||
26 | |||
27 | INCLUDES = \ | ||
28 | -I$(top_srcdir) \ | ||
29 | -- | ||
30 | 2.9.3 | ||
31 | |||
diff --git a/meta-oe/recipes-support/xdg-user-dirs/files/xdg-user-dirs.desktop b/meta-oe/recipes-support/xdg-user-dirs/files/xdg-user-dirs.desktop deleted file mode 100644 index a9a22d3be7..0000000000 --- a/meta-oe/recipes-support/xdg-user-dirs/files/xdg-user-dirs.desktop +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Type=Application | ||
3 | Name=User folders update | ||
4 | Exec=xdg-user-dirs-update | ||
5 | StartupNotify=false | ||
6 | NoDisplay=true | ||
7 | X-GNOME-Autostart-Phase=Initialization | ||
8 | X-KDE-autostart-phase=1 | ||
9 | |||
diff --git a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb deleted file mode 100644 index c05675976d..0000000000 --- a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "xdg-user-dirs is a tool to help manage user directories like the desktop folder and the music folder" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
5 | SRC_URI = " \ | ||
6 | http://user-dirs.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ | ||
7 | file://0001-explicitly-disable-man-generation-disable-documentat.patch \ | ||
8 | file://xdg-user-dirs.desktop \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "f5aaf5686ad7d8809a664bfb4566a54d" | ||
11 | SRC_URI[sha256sum] = "20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786" | ||
12 | |||
13 | inherit autotools gettext | ||
14 | |||
15 | EXTRA_OECONF = "--disable-documentation" | ||
16 | |||
17 | do_install_append () { | ||
18 | install -d ${D}${sysconfdir}/xdg/autostart | ||
19 | install -m 644 ${WORKDIR}/xdg-user-dirs.desktop ${D}${sysconfdir}/xdg/autostart | ||
20 | } | ||
21 | |||
22 | CONFFILES_${PN} += " \ | ||
23 | ${sysconfdir}/xdg/user-dirs.conf \ | ||
24 | ${sysconfdir}/xdg/user-dirs.defaults \ | ||
25 | " | ||
diff --git a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb new file mode 100644 index 0000000000..e3ce9268cd --- /dev/null +++ b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "xdg-user-dirs is a tool to help manage user directories like the desktop folder and the music folder" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
5 | SRC_URI = "http://user-dirs.freedesktop.org/releases/${BPN}-${PV}.tar.gz" | ||
6 | SRC_URI[md5sum] = "e0564ec6d838e6e41864d872a29b3575" | ||
7 | SRC_URI[sha256sum] = "2a07052823788e8614925c5a19ef5b968d8db734fdee656699ea4f97d132418c" | ||
8 | |||
9 | inherit autotools gettext | ||
10 | |||
11 | EXTRA_OECONF = "--disable-documentation" | ||
12 | |||
13 | CONFFILES_${PN} += " \ | ||
14 | ${sysconfdir}/xdg/user-dirs.conf \ | ||
15 | ${sysconfdir}/xdg/user-dirs.defaults \ | ||
16 | " | ||