summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/classes/thunar-plugin.bbclass2
-rw-r--r--meta-xfce/classes/xfce-panel-plugin.bbclass1
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.12.1.bb2
-rw-r--r--meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb2
-rw-r--r--meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb5
-rw-r--r--meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb4
-rw-r--r--meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb2
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb4
8 files changed, 21 insertions, 1 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass
index 692f121d8..76b0e7233 100644
--- a/meta-xfce/classes/thunar-plugin.bbclass
+++ b/meta-xfce/classes/thunar-plugin.bbclass
@@ -7,3 +7,5 @@ DEPENDS += "thunar"
7SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" 7SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
8 8
9FILES_${PN} += "${libdir}/thunarx-3/*.so" 9FILES_${PN} += "${libdir}/thunarx-3/*.so"
10
11FILES_${PN}-dev += "${libdir}/thunarx-3/*.la"
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass
index fbc754c18..29c1245ca 100644
--- a/meta-xfce/classes/xfce-panel-plugin.bbclass
+++ b/meta-xfce/classes/xfce-panel-plugin.bbclass
@@ -11,3 +11,4 @@ FILES_${PN} += "${datadir}/xfce4/panel/plugins/"
11FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" 11FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so"
12FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" 12FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so"
13 13
14FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" \ No newline at end of file
diff --git a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
index 22af379a7..eb9da2dff 100644
--- a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
+++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
@@ -15,4 +15,4 @@ PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
15PACKAGES =+ "xfce4-orageclock-plugin" 15PACKAGES =+ "xfce4-orageclock-plugin"
16FILES_${PN} += "${datadir}/dbus-1" 16FILES_${PN} += "${datadir}/dbus-1"
17FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" 17FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins"
18 18FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb
index 7e11b7718..2b4e97490 100644
--- a/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb
+++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb
@@ -34,3 +34,5 @@ FILES_${PN} += " \
34 ${datadir}/appdata \ 34 ${datadir}/appdata \
35 ${libdir}/parole-0/*.so \ 35 ${libdir}/parole-0/*.so \
36" 36"
37
38FILES_${PN}-dev += "${libdir}/parole-0/*.la"
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
index aae07e1e2..805e893f7 100644
--- a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
+++ b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
@@ -21,5 +21,10 @@ FILES_${PN} += "${libdir}/gtk-2.0/*/engines/*.so"
21FILES_gtk3-xfce-engine += "${libdir}/gtk-3.0/*/theming-engines/*.so" 21FILES_gtk3-xfce-engine += "${libdir}/gtk-3.0/*/theming-engines/*.so"
22FILES_${PN}-themes += "${datadir}/themes" 22FILES_${PN}-themes += "${datadir}/themes"
23 23
24FILES_${PN}-dev += " \
25 ${libdir}/gtk-2.0/*/engines/*.la \
26 ${libdir}/gtk-3.0/*/theming-engines/*.la \
27"
28
24RDEPENDS_${PN} += "${PN}-themes" 29RDEPENDS_${PN} += "${PN}-themes"
25RDEPENDS_gtk3-xfce-engine += "${PN}-themes" 30RDEPENDS_gtk3-xfce-engine += "${PN}-themes"
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb
index 611315058..9d2669475 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb
@@ -26,3 +26,7 @@ FILES_${PN} += "${datadir}/dbus-1/services \
26 ${libdir}/tumbler-1/plugins/*.so \ 26 ${libdir}/tumbler-1/plugins/*.so \
27 ${libdir}/tumbler-1/plugins/cache/*.so \ 27 ${libdir}/tumbler-1/plugins/cache/*.so \
28" 28"
29
30FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \
31 ${libdir}/tumbler-1/plugins/cache/*.la \
32"
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb
index f1b4504b2..f1abf6675 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb
@@ -32,6 +32,8 @@ PACKAGES =+ "${PN}-gtk3"
32FILES_${PN} += "${libdir}/xfce4/panel/migrate \ 32FILES_${PN} += "${libdir}/xfce4/panel/migrate \
33 ${libdir}/xfce4/panel/wrapper-1.0" 33 ${libdir}/xfce4/panel/wrapper-1.0"
34 34
35FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
36
35FILES_${PN}-gtk3 = " \ 37FILES_${PN}-gtk3 = " \
36 ${libdir}/libxfce4panel-2.0${SOLIBS} \ 38 ${libdir}/libxfce4panel-2.0${SOLIBS} \
37 ${libdir}/xfce4/panel/wrapper-2.0 \ 39 ${libdir}/xfce4/panel/wrapper-2.0 \
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
index 899edbf0a..712597bca 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
@@ -27,4 +27,8 @@ FILES_${PN} += " \
27 ${datadir}/polkit-1 \ 27 ${datadir}/polkit-1 \
28" 28"
29 29
30FILES_${PN} += " \
31 ${libdir}/xfce4/session/splash-engines/*.la \
32"
33
30RDEPENDS_${PN} += "machine-host" 34RDEPENDS_${PN} += "machine-host"