* [PATCH 00/12] meta-xfce updates + fix
@ 2018-03-01 23:01 Andreas Müller
2018-03-01 23:01 ` [PATCH 01/12] xfce4-panel: add gtk-icon-cache to inherit Andreas Müller
` (12 more replies)
0 siblings, 13 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
To be honest:
* For those patches possible a run test was performed
* Builds were made close to rocko (don't have enough build machines :) so hope
world build does not turn red on these..
The following changes since commit d0619b667202cb1e99f5eec2232b86d509437b3d:
xrdp: enable cpliboard (2018-02-23 20:29:06 -0800)
are available in the Git repository at:
https://github.com/schnitzeltony/meta-openembedded.git patches
for you to fetch changes up to b97e5db88cebbd1f06b3840a8b170b1816da3fef:
fltk: rework packaging (2018-03-01 23:40:58 +0100)
----------------------------------------------------------------
Andreas Müller (12):
xfce4-panel: add gtk-icon-cache to inherit
devilspie2: update 0.42 -> 0.43
xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5
xfce4-terminal: update 0.8.6 -> 0.8.7.1
exo: update 0.11.5 -> 0.12.0
thunar: update 1.6.13 -> 1.6.14
xfce4-timer-plugin: update 1.6.0 -> 1.7.0
menulibre: update 2.1.3 -> 2.1.5
xfce4-notifyd: update 0.4.0 -> 0.4.2
parole: update 0.8.1 -> 1.0.0
xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5
fltk: rework packaging
meta-gnome/recipes-gnome/devilspie/{devilspie2_0.42.bb => devilspie2_0.43.bb} | 4 ++--
meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop | 1 +
meta-oe/recipes-support/fltk/fltk.bb | 10 ++++++++-
meta-xfce/recipes-apps/menulibre/files/0001-add_launcher-Exit-early-if-no-row-is-selected.patch | 37 ------------------------------
meta-xfce/recipes-apps/menulibre/files/0002-setup.py-avoid-usr-share-share-paths.patch | 40 ---------------------------------
meta-xfce/recipes-apps/menulibre/files/0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch | 36 ------------------------------
meta-xfce/recipes-apps/menulibre/{menulibre_2.1.3.bb => menulibre_2.1.5.bb} | 21 ++++++++++--------
meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch | 105 --------------------------------------------------------------------------------------
meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.4.0.bb => xfce4-notifyd_0.4.2.bb} | 5 ++---
meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.6.bb => xfce4-terminal_0.8.7.1.bb} | 4 ++--
meta-xfce/recipes-multimedia/parole/{parole_0.8.1.bb => parole_1.0.0.bb} | 4 ++--
meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.4.bb => xfce4-pulseaudio-plugin_0.3.5.bb} | 4 ++--
meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin/0001-Specify-string-format-explicitly.patch | 32 --------------------------
meta-xfce/recipes-panel-plugins/timer/{xfce4-timer-plugin_1.6.0.bb => xfce4-timer-plugin_1.7.0.bb} | 6 ++---
meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.4.bb => xfce4-whiskermenu-plugin_2.1.5.bb} | 4 ++--
meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch | 8 +++----
meta-xfce/recipes-xfce/exo/{exo_0.11.5.bb => exo_0.12.0.bb} | 4 ++--
meta-xfce/recipes-xfce/thunar/{thunar_1.6.13.bb => thunar_1.6.14.bb} | 4 ++--
meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb | 5 +++--
19 files changed, 47 insertions(+), 287 deletions(-)
rename meta-gnome/recipes-gnome/devilspie/{devilspie2_0.42.bb => devilspie2_0.43.bb} (87%)
delete mode 100644 meta-xfce/recipes-apps/menulibre/files/0001-add_launcher-Exit-early-if-no-row-is-selected.patch
delete mode 100644 meta-xfce/recipes-apps/menulibre/files/0002-setup.py-avoid-usr-share-share-paths.patch
delete mode 100644 meta-xfce/recipes-apps/menulibre/files/0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch
rename meta-xfce/recipes-apps/menulibre/{menulibre_2.1.3.bb => menulibre_2.1.5.bb} (53%)
delete mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch
rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.4.0.bb => xfce4-notifyd_0.4.2.bb} (77%)
rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.6.bb => xfce4-terminal_0.8.7.1.bb} (68%)
rename meta-xfce/recipes-multimedia/parole/{parole_0.8.1.bb => parole_1.0.0.bb} (86%)
rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.4.bb => xfce4-pulseaudio-plugin_0.3.5.bb} (73%)
delete mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin/0001-Specify-string-format-explicitly.patch
rename meta-xfce/recipes-panel-plugins/timer/{xfce4-timer-plugin_1.6.0.bb => xfce4-timer-plugin_1.7.0.bb} (65%)
rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.4.bb => xfce4-whiskermenu-plugin_2.1.5.bb} (66%)
rename meta-xfce/recipes-xfce/exo/{exo_0.11.5.bb => exo_0.12.0.bb} (88%)
rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.13.bb => thunar_1.6.14.bb} (88%)
--
2.14.3
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 01/12] xfce4-panel: add gtk-icon-cache to inherit
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 02/12] devilspie2: update 0.42 -> 0.43 Andreas Müller
` (11 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
+ mini stylize
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb
index 75bcdd716..9cc9a4bbc 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck"
-inherit xfce gtk-doc distro_features_check
+inherit xfce gtk-doc distro_features_check gtk-icon-cache
REQUIRED_DISTRO_FEATURES = "x11"
@@ -39,5 +39,6 @@ FILES_${PN}-gtk3 = " \
${libdir}/libxfce4panel-2.0${SOLIBS} \
${libdir}/xfce4/panel/wrapper-2.0 \
"
-FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug \
+FILES_${PN}-dbg += " \
+ ${libdir}/xfce4/panel/plugins/.debug \
"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 02/12] devilspie2: update 0.42 -> 0.43
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
2018-03-01 23:01 ` [PATCH 01/12] xfce4-panel: add gtk-icon-cache to inherit Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 03/12] xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5 Andreas Müller
` (10 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
While at it, add a comment to desktop file.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
.../devilspie/{devilspie2_0.42.bb => devilspie2_0.43.bb} | 4 ++--
meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
rename meta-gnome/recipes-gnome/devilspie/{devilspie2_0.42.bb => devilspie2_0.43.bb} (87%)
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.42.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb
similarity index 87%
rename from meta-gnome/recipes-gnome/devilspie/devilspie2_0.42.bb
rename to meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb
index ae2ec5a59..a4636dcf1 100644
--- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.42.bb
+++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb
@@ -11,8 +11,8 @@ SRC_URI = " \
file://default.lua \
file://devilspie2.desktop \
"
-SRC_URI[md5sum] = "f205409e921aa2d86481f1b8d518da45"
-SRC_URI[sha256sum] = "11f5bc310fba4df404c057461ffb3fadac8ef51d211008c665c48f587a5a3f85"
+SRC_URI[md5sum] = "26eed0b5b4af5c7e13c551eceaeab832"
+SRC_URI[sha256sum] = "ecffc17c62b41e196b72340192a90c4223329df041f135e74c0990860595f828"
inherit pkgconfig gettext
diff --git a/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop b/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop
index e34e881cd..b80904a0d 100644
--- a/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop
+++ b/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Type=Application
Name=Devilspie2
+Comment=Perform scripted actions on windows as they are created
Exec=devilspie2 -f /etc/devilspie2
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 03/12] xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
2018-03-01 23:01 ` [PATCH 01/12] xfce4-panel: add gtk-icon-cache to inherit Andreas Müller
2018-03-01 23:01 ` [PATCH 02/12] devilspie2: update 0.42 -> 0.43 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 04/12] xfce4-terminal: update 0.8.6 -> 0.8.7.1 Andreas Müller
` (9 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.4.bb => xfce4-whiskermenu-plugin_2.1.5.bb} (66%)
diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.4.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.5.bb
similarity index 66%
rename from meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.4.bb
rename to meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.5.bb
index 4a331c5f6..4aed9902b 100644
--- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.4.bb
+++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.1.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit xfce-panel-plugin cmake
-SRC_URI[md5sum] = "5aeff066c38fda9aea2a2a3d8ab6dc9e"
-SRC_URI[sha256sum] = "ffdf2d5d4e0eeffc96d4642fdce8c55f26d3444cbd6c7b3d6f6cd7168ad4a6d5"
+SRC_URI[md5sum] = "9bb98425d45b027e7a35905d07b0cbbc"
+SRC_URI[sha256sum] = "20684ffe014b84d3d0630bbfcc5f8707582acb67b602ab7ef6317df6782df2b4"
RRECOMMENDS_${PN} += "menulibre"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 04/12] xfce4-terminal: update 0.8.6 -> 0.8.7.1
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (2 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 03/12] xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 05/12] exo: update 0.11.5 -> 0.12.0 Andreas Müller
` (8 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
.../{xfce4-terminal_0.8.6.bb => xfce4-terminal_0.8.7.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.6.bb => xfce4-terminal_0.8.7.1.bb} (68%)
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.6.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.7.1.bb
similarity index 68%
rename from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.6.bb
rename to meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.7.1.bb
index f42edb672..8d992f1cd 100644
--- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.6.bb
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.7.1.bb
@@ -8,5 +8,5 @@ inherit xfce-app
FILES_${PN} += "${datadir}/xfce4 \
${datadir}/gnome-control-center"
-SRC_URI[md5sum] = "92f5a3366e30f5f8238d8250f730b6af"
-SRC_URI[sha256sum] = "bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7"
+SRC_URI[md5sum] = "cb34fdf6783d96bebd53e77fd83964ad"
+SRC_URI[sha256sum] = "9ff21627e8d2a105e7133efc3e8eeeda376a2071fac737e37cf47a539a7b4351"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 05/12] exo: update 0.11.5 -> 0.12.0
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (3 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 04/12] xfce4-terminal: update 0.8.6 -> 0.8.7.1 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 06/12] thunar: update 1.6.13 -> 1.6.14 Andreas Müller
` (7 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
.../recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch | 8 ++++----
meta-xfce/recipes-xfce/exo/{exo_0.11.5.bb => exo_0.12.0.bb} | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
rename meta-xfce/recipes-xfce/exo/{exo_0.11.5.bb => exo_0.12.0.bb} (88%)
diff --git a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
index 99318d5aa..f5c5e8dac 100644
--- a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
+++ b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch
@@ -40,7 +40,7 @@ index 62ad18d..bdc5fae 100644
distclean-local:
rm -rf *.cache *~
diff --git a/configure.ac b/configure.ac
-index ba5395d..2605067 100644
+index 3f92d1b..0d4cc38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,15 +116,6 @@ AC_PROG_CC()
@@ -65,9 +65,9 @@ index ba5395d..2605067 100644
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.42.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.42.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.24.0])
--XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.20.0])
+-XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.22.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.42.0])
--XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
+-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.12.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI2], [libxfce4ui-2], [4.12.0])
-XDT_CHECK_OPTIONAL_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.42.0], [gio-unix], [GIO-Unix features])
@@ -80,5 +80,5 @@ index ba5395d..2605067 100644
dnl *************************
dnl *** Check for gtk-doc ***
--
-2.9.4
+2.14.3
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.11.5.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.0.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/exo/exo_0.11.5.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.12.0.bb
index d5508c0a5..d256b5769 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.11.5.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.0.bb
@@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \
file://reduce-build-to-exo-csource-only.patch \
"
-SRC_URI[md5sum] = "2e560edfa8ddf77e21c4787a6f600171"
-SRC_URI[sha256sum] = "8e8629f33783eba1ce6d092a42c28217458a0cc3d1ad7474097b9187054955c1"
+SRC_URI[md5sum] = "724afcca224f5fb22b510926d2740e52"
+SRC_URI[sha256sum] = "64b88271a37d0ec7dca062c7bc61ca323116f7855092ac39698c421a2f30a18f"
PACKAGES =+ "exo-csource"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 06/12] thunar: update 1.6.13 -> 1.6.14
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (4 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 05/12] exo: update 0.11.5 -> 0.12.0 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 07/12] xfce4-timer-plugin: update 1.6.0 -> 1.7.0 Andreas Müller
` (6 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
meta-xfce/recipes-xfce/thunar/{thunar_1.6.13.bb => thunar_1.6.14.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.13.bb => thunar_1.6.14.bb} (88%)
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.13.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.14.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.6.13.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.6.14.bb
index df7c46cec..585a46d82 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.13.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.14.bb
@@ -9,8 +9,8 @@ inherit xfce distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
-SRC_URI[md5sum] = "3e51987757d718ee7f27d0a0447b07fa"
-SRC_URI[sha256sum] = "a2900acfa92f965aff86cd7728d88a3836b3d21fb85d3355a8c5119c9975f93f"
+SRC_URI[md5sum] = "22ba809c5b146738a3531c9abca78522"
+SRC_URI[sha256sum] = "d6112133a1c43494e3b1cb75e775e1d05988805a06fd1e11253e9a29b8ebe59a"
S = "${WORKDIR}/Thunar-${PV}/"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 07/12] xfce4-timer-plugin: update 1.6.0 -> 1.7.0
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (5 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 06/12] thunar: update 1.6.13 -> 1.6.14 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 08/12] menulibre: update 2.1.3 -> 2.1.5 Andreas Müller
` (5 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
* 0001-Specify-string-format-explicitly.patch: Code was restructured and fix
was done upstream.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
.../0001-Specify-string-format-explicitly.patch | 32 ----------------------
...plugin_1.6.0.bb => xfce4-timer-plugin_1.7.0.bb} | 6 ++--
2 files changed, 2 insertions(+), 36 deletions(-)
delete mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin/0001-Specify-string-format-explicitly.patch
rename meta-xfce/recipes-panel-plugins/timer/{xfce4-timer-plugin_1.6.0.bb => xfce4-timer-plugin_1.7.0.bb} (65%)
diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin/0001-Specify-string-format-explicitly.patch b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin/0001-Specify-string-format-explicitly.patch
deleted file mode 100644
index 3f0bb05af..000000000
--- a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin/0001-Specify-string-format-explicitly.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 6b786e1c161026ab5486ac218891a85db65bf3ba Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Wed, 22 Mar 2017 15:28:24 -0700
-Subject: [PATCH] Specify string format explicitly
-
-Avoids below errors when compiling with -Wformat-security
-
-error: format string is not a string literal (potentially insecure)
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
-Upstream-Status: Pending
-
- src/xfcetimer.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/xfcetimer.c b/src/xfcetimer.c
-index 601772f..4b89682 100644
---- a/src/xfcetimer.c
-+++ b/src/xfcetimer.c
-@@ -190,7 +190,7 @@ static gboolean update_function (gpointer data){
-
- dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
- GTK_MESSAGE_WARNING,
-- GTK_BUTTONS_NONE, dialog_message);
-+ GTK_BUTTONS_NONE, "%s", dialog_message);
-
- gtk_window_set_title ((GtkWindow *) dialog, dialog_title);
-
---
-2.12.0
-
diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb
similarity index 65%
rename from meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
rename to meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb
index 961519285..2ddc6f67c 100644
--- a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
+++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb
@@ -6,7 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1"
inherit xfce-panel-plugin
-SRC_URI += "file://0001-Specify-string-format-explicitly.patch"
-
-SRC_URI[md5sum] = "3be2a4ccfb2af20441b1d25c2cea5f28"
-SRC_URI[sha256sum] = "39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c"
+SRC_URI[md5sum] = "32e6a14e80bf9a93db2f2b3bfd7de920"
+SRC_URI[sha256sum] = "2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 08/12] menulibre: update 2.1.3 -> 2.1.5
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (6 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 07/12] xfce4-timer-plugin: update 1.6.0 -> 1.7.0 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 09/12] xfce4-notifyd: update 0.4.0 -> 0.4.2 Andreas Müller
` (4 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Patches:
* 0001../0003..: They were stolen from Fedora and don't apply no more due to
major code changes. Fedora has removed them too.
* 0002..: Does not apply no more. Replaced by sed in do_install
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
...launcher-Exit-early-if-no-row-is-selected.patch | 37 --------------------
...0002-setup.py-avoid-usr-share-share-paths.patch | 40 ----------------------
...ulibreXdg.py-fix-loading-of-desktop-files.patch | 36 -------------------
| 21 +++++++-----
4 files changed, 12 insertions(+), 122 deletions(-)
delete mode 100644 meta-xfce/recipes-apps/menulibre/files/0001-add_launcher-Exit-early-if-no-row-is-selected.patch
delete mode 100644 meta-xfce/recipes-apps/menulibre/files/0002-setup.py-avoid-usr-share-share-paths.patch
delete mode 100644 meta-xfce/recipes-apps/menulibre/files/0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch
rename meta-xfce/recipes-apps/menulibre/{menulibre_2.1.3.bb => menulibre_2.1.5.bb} (53%)
diff --git a/meta-xfce/recipes-apps/menulibre/files/0001-add_launcher-Exit-early-if-no-row-is-selected.patch b/meta-xfce/recipes-apps/menulibre/files/0001-add_launcher-Exit-early-if-no-row-is-selected.patch
deleted file mode 100644
index fb2dfc90a..000000000
--- a/meta-xfce/recipes-apps/menulibre/files/0001-add_launcher-Exit-early-if-no-row-is-selected.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 1060e7ac8a63b93d56006718f0e9b1d9382b2226 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Mon, 31 Oct 2016 08:33:16 +0100
-Subject: [PATCH] add_launcher: Exit early if no row is selected
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Stolen from [1]
-
-[1] http://pkgs.fedoraproject.org/cgit/rpms/menulibre.git/tree/menulibre-add-launcher-none-check.patch
-
-Upstream-Status: Pending
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- menulibre/MenulibreApplication.py | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/menulibre/MenulibreApplication.py b/menulibre/MenulibreApplication.py
-index e234800..ac73b03 100644
---- a/menulibre/MenulibreApplication.py
-+++ b/menulibre/MenulibreApplication.py
-@@ -1418,6 +1418,10 @@ class MenulibreWindow(Gtk.ApplicationWindow):
- model, parent_data = self.treeview.get_parent_row_data()
- model, row_data = self.treeview.get_selected_row_data()
-
-+ # Exit early if no row is selected
-+ if not row_data:
-+ return
-+
- # Currently selected item is a directory, take its categories.
- if row_data[2] == MenuItemTypes.DIRECTORY:
- self.treeview.add_child(new_row_data)
---
-2.5.5
-
diff --git a/meta-xfce/recipes-apps/menulibre/files/0002-setup.py-avoid-usr-share-share-paths.patch b/meta-xfce/recipes-apps/menulibre/files/0002-setup.py-avoid-usr-share-share-paths.patch
deleted file mode 100644
index b63d4dc3b..000000000
--- a/meta-xfce/recipes-apps/menulibre/files/0002-setup.py-avoid-usr-share-share-paths.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 99788b4557543c490493ce1b827538c49142c25d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Mon, 31 Oct 2016 09:08:51 +0100
-Subject: [PATCH] setup.py: avoid /usr/share/share paths
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Inappropriate [configuration]
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- setup.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 5fc237d..c4fbf7c 100644
---- a/setup.py
-+++ b/setup.py
-@@ -143,7 +143,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
-
- if self.root:
- target_data = os.path.relpath(self.install_data, self.root) + os.sep
-- target_pkgdata = os.path.join(target_data, 'share', 'menulibre', '')
-+ target_pkgdata = os.path.join(target_data, 'menulibre', '')
- target_scripts = os.path.join(self.install_scripts, '')
-
- data_dir = os.path.join(self.prefix, 'share', 'menulibre', '')
-@@ -152,7 +152,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
- # --user install
- self.root = ''
- target_data = os.path.relpath(self.install_data) + os.sep
-- target_pkgdata = os.path.join(target_data, 'share', 'menulibre', '')
-+ target_pkgdata = os.path.join(target_data, 'menulibre', '')
- target_scripts = os.path.join(self.install_scripts, '')
-
- # Use absolute paths
---
-2.5.5
-
diff --git a/meta-xfce/recipes-apps/menulibre/files/0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch b/meta-xfce/recipes-apps/menulibre/files/0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch
deleted file mode 100644
index 1e92088e1..000000000
--- a/meta-xfce/recipes-apps/menulibre/files/0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 90098d835b62b38ac396d55b80a684770dbaacde Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Mon, 31 Oct 2016 15:50:52 +0100
-Subject: [PATCH] MenulibreXdg.py: fix loading of desktop files
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-fixes:
-| UnicodeDecodeError: 'ascii' codec can't decode byet 0xd9 in position 235: ordinal not in range(128)
-
-and information display not properly filled.
-
-Upstream-Status: Pending
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- menulibre/MenulibreXdg.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/menulibre/MenulibreXdg.py b/menulibre/MenulibreXdg.py
-index e04c5e6..14b2593 100644
---- a/menulibre/MenulibreXdg.py
-+++ b/menulibre/MenulibreXdg.py
-@@ -74,7 +74,7 @@ class MenulibreDesktopEntry:
-
- def load_properties(self, filename):
- """Load the properties."""
-- input_file = open(filename)
-+ input_file = open(filename, 'rt', encoding='utf-8')
- self.load_properties_from_text(input_file.read())
- input_file.close()
-
---
-2.5.5
-
--git a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb
similarity index 53%
rename from meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb
rename to meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb
index 69e52fe4a..cc7b29164 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.5.bb
@@ -4,21 +4,23 @@ SECTION = "x11/graphics"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-DEPENDS = "python3-distutils-extra-native intltool-native"
+DEPENDS = " \
+ python3-distutils-extra-native \
+ intltool-native \
+"
inherit distutils3 gtk-icon-cache
-SRC_URI = " \
- https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz \
- file://0001-add_launcher-Exit-early-if-no-row-is-selected.patch \
- file://0002-setup.py-avoid-usr-share-share-paths.patch \
- file://0003-MenulibreXdg.py-fix-loading-of-desktop-files.patch \
-"
-SRC_URI[md5sum] = "19d9d3337322eb5513454bb8cdfb739b"
-SRC_URI[sha256sum] = "bdd69740119902f1b1f8c7831155f4428403792a0a6c4287bcbb395c4e71fb31"
+SRC_URI = "https://launchpad.net/menulibre/2.1/${PV}/+download/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "efc7edb49bb0e5fea49e158b40573334"
+SRC_URI[sha256sum] = "ef05b2722bab2acb7070d6c8ed0e7bd58bd4a4540bf498af9e889944f9da08b5"
+
+do_compile() {
+}
do_install_append() {
sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop
+ sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py
}
FILES_${PN} += " \
@@ -29,6 +31,7 @@ FILES_${PN} += " \
RDEPENDS_${PN} += " \
gtk+3 \
+ gtksourceview3 \
python3-pygobject \
gnome-menus3 \
python3-unixadmin \
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 09/12] xfce4-notifyd: update 0.4.0 -> 0.4.2
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (7 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 08/12] menulibre: update 2.1.3 -> 2.1.5 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 10/12] parole: update 0.8.1 -> 1.0.0 Andreas Müller
` (3 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Patch was applied upstream and is working now after additional tarball fix.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
...gure-option-to-start-daemon-by-autostart-.patch | 105 ---------------------
...ce4-notifyd_0.4.0.bb => xfce4-notifyd_0.4.2.bb} | 5 +-
2 files changed, 2 insertions(+), 108 deletions(-)
delete mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch
rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.4.0.bb => xfce4-notifyd_0.4.2.bb} (77%)
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch b/meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch
deleted file mode 100644
index 7be66f55b..000000000
--- a/meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch
+++ /dev/null
@@ -1,105 +0,0 @@
-From 751ca1687edae351db7477b00b67a72b7fc55dee Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
-Date: Fri, 10 Nov 2017 10:29:28 +0100
-Subject: [PATCH] Add a configure option to start daemon by autostart instead
- of dbus
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-On sytems with multiple desktops installed, dbus service
-'org.freedesktop.Notifications' may be defined by multiple instances. In my
-case it is KDE-Plasma causing unpredictable results: On some environments
-xfce4-notifyd is started on others not.
-
-To help distros/packagers a new configure option '--enable-dbus-start-daemon'
-is introduced. It is desabled by default so no unexpected impact is to expect.
-
-It should be noted that the simplicity of this change is possible since recent
-change: Daemon does not kill itself after being idle for certain time - see
-commit d87a4a93b2ec4ab094f5a35ae818395f750f2891.
-
-Upstream-Status: Submitted [1]
-
-[1] https://bugzilla.xfce.org/show_bug.cgi?id=13989
-
-Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
----
- Makefile.am | 13 +++++++++++++
- configure.ac | 8 ++++++++
- xfce4-notifyd/xfce4-notifyd.desktop.in | 6 ++++++
- 3 files changed, 27 insertions(+)
- create mode 100644 xfce4-notifyd/xfce4-notifyd.desktop.in
-
-diff --git a/Makefile.am b/Makefile.am
-index c81bdaa..3bd2d46 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -83,6 +83,7 @@ xfce4_notifyd_config_xfce4_notifyd_config_LDADD = \
- $(common_ldadd) \
- $(LIBNOTIFY_LIBS)
-
-+if USE_DBUS_START_DAEMON
- servicedir = $(datadir)/dbus-1/services
- service_in_files = xfce4-notifyd/org.xfce.xfce4-notifyd.Notifications.service.in
- service_DATA = $(service_in_files:.service.in=.service)
-@@ -97,6 +98,15 @@ dist_service = \
- xfce4-notifyd/notify-dbus.xml \
- xfce4-notifyd/xfce-notify-marshal.list
- distclean_service = $(service_DATA) $(systemd_user_DATA)
-+else
-+autostartdir = $(sysconfdir)/xdg/autostart
-+autostart_in_files = xfce4-notifyd/xfce4-notifyd.desktop.in
-+autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
-+
-+dist_autostart = \
-+ $(autostart_in_files)
-+distclean_autostart = $(autostart_DATA)
-+endif
-
- dist_man1_MANS = \
- xfce4-notifyd-config/xfce4-notifyd-config.1
-@@ -273,6 +283,9 @@ install-data-hook:
- xfce4-notifyd/%.service: $(srcdir)/xfce4-notifyd/%.service.in Makefile
- sed -e "s,\@notifydir\@,$(xfce4_notifyddir),g" < $< > $@
-
-+xfce4-notifyd/%.desktop: $(srcdir)/xfce4-notifyd/%.desktop.in Makefile
-+ sed -e "s,\@notifydir\@,$(xfce4_notifyddir),g" < $< > $@
-+
- distclean-local:
- -rm -rf *.cache *~
-
-diff --git a/configure.ac b/configure.ac
-index 46a132c..a37da8c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -124,6 +124,14 @@ AS_IF([test "x$use_old_gsi_sig" = "xyes"],
- AM_CONDITIONAL([USE_OLD_GET_SERVER_INFORMATION_SIGNATURE],
- [test "x$use_old_gsi_sig" = "xyes"])
-
-+dnl dbus start daemon
-+AC_ARG_ENABLE([dbus-start-daemon],
-+ [AS_HELP_STRING([--enable-dbus-start-daemon],
-+ [Start daemon by dbus - if not set by autostart. (default=yes)])],
-+ [use_dbus_start_daemon=$enableval], [use_dbus_start_daemon=yes])
-+AM_CONDITIONAL([USE_DBUS_START_DAEMON],
-+ [test "x$use_dbus_start_daemon" = "xyes"])
-+
- dnl create #define for spec version
- AC_DEFINE_UNQUOTED([NOTIFICATIONS_SPEC_VERSION], ["notifications_spec_version"],
- [Set to the version of the freedesktop.org notifications spec we support])
-diff --git a/xfce4-notifyd/xfce4-notifyd.desktop.in b/xfce4-notifyd/xfce4-notifyd.desktop.in
-new file mode 100644
-index 0000000..d1f76f9
---- /dev/null
-+++ b/xfce4-notifyd/xfce4-notifyd.desktop.in
-@@ -0,0 +1,6 @@
-+[Desktop Entry]
-+Type=Application
-+Name=Xfce Notification Daemon
-+Exec=@notifydir@/xfce4-notifyd
-+Icon=xfce4-notifyd
-+OnlyShowIn=XFCE;
---
-2.9.5
-
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
similarity index 77%
rename from meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
rename to meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
index a39396fa9..54e702eed 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb
@@ -15,9 +15,8 @@ DEPENDS = " \
inherit xfce-app
-SRC_URI += "file://0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch"
-SRC_URI[md5sum] = "c2de09c30b06eaf2d3faaf3e509d656a"
-SRC_URI[sha256sum] = "2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9"
+SRC_URI[md5sum] = "ecb930ef6ae6e1f310a5afe5f638eff8"
+SRC_URI[sha256sum] = "f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356"
# Avoid trouble with other desktops e.g KDE which also ships dbus service named
# org.freedesktop.Notifications
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 10/12] parole: update 0.8.1 -> 1.0.0
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (8 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 09/12] xfce4-notifyd: update 0.4.0 -> 0.4.2 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 11/12] xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5 Andreas Müller
` (2 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
.../recipes-multimedia/parole/{parole_0.8.1.bb => parole_1.0.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-multimedia/parole/{parole_0.8.1.bb => parole_1.0.0.bb} (86%)
diff --git a/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.0.bb
similarity index 86%
rename from meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb
rename to meta-xfce/recipes-multimedia/parole/parole_1.0.0.bb
index 824611abe..479f1a4df 100644
--- a/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb
+++ b/meta-xfce/recipes-multimedia/parole/parole_1.0.0.bb
@@ -19,8 +19,8 @@ DEPENDS += " \
taglib \
"
-SRC_URI[md5sum] = "361e3059f1263c76a3711db2c7c1a97b"
-SRC_URI[sha256sum] = "4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fcbd80f4"
+SRC_URI[md5sum] = "d00d3ca571900826bf5e1f6986e42992"
+SRC_URI[sha256sum] = "6666b335aeb690fb527f77b62c322baf34834b593659fdcd21d21ed3f1e14010"
RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 11/12] xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (9 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 10/12] parole: update 0.8.1 -> 1.0.0 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-01 23:01 ` [PATCH 12/12] fltk: rework packaging Andreas Müller
2018-03-12 17:19 ` [PATCH 00/12] meta-xfce updates + fix Andreas Müller
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
...e4-pulseaudio-plugin_0.3.4.bb => xfce4-pulseaudio-plugin_0.3.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.4.bb => xfce4-pulseaudio-plugin_0.3.5.bb} (73%)
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.4.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.5.bb
similarity index 73%
rename from meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.4.bb
rename to meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.5.bb
index 32032a26a..a1d60c527 100644
--- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.4.bb
+++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.5.bb
@@ -8,8 +8,8 @@ REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
DEPENDS += "pulseaudio"
-SRC_URI[md5sum] = "05633b8776dd3dcd4cda8580613644c3"
-SRC_URI[sha256sum] = "43fa39400eccab1f3980064f42dde76f5cf4546a6ea0a5dc5c4c5b9ed2a01220"
+SRC_URI[md5sum] = "30cd40be36895c4ced48c2433ff440c4"
+SRC_URI[sha256sum] = "25e7bc414edf6e16140c31ca4e7dcedd4e17d40ea23a2921beb799fed11a99bb"
PACKAGECONFIG ??= ""
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 12/12] fltk: rework packaging
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (10 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 11/12] xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5 Andreas Müller
@ 2018-03-01 23:01 ` Andreas Müller
2018-03-12 17:19 ` [PATCH 00/12] meta-xfce updates + fix Andreas Müller
12 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-01 23:01 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
meta-oe/recipes-support/fltk/fltk.bb | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb
index 6a3d1c9f9..4f80735b3 100644
--- a/meta-oe/recipes-support/fltk/fltk.bb
+++ b/meta-oe/recipes-support/fltk/fltk.bb
@@ -34,4 +34,12 @@ python populate_packages_prepend () {
LEAD_SONAME = "libfltk.so"
-FILES_${PN} += "${datadir}/mime"
+# .desktop / icons / mime only necessary for fluid app
+FILES_${PN}-bin += " \
+ ${datadir}/applications \
+ ${datadir}/icons \
+ ${datadir}/mime \
+"
+
+# cmake files
+FILES_${PN}-dev += "${datadir}/fltk"
--
2.14.3
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH 00/12] meta-xfce updates + fix
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
` (11 preceding siblings ...)
2018-03-01 23:01 ` [PATCH 12/12] fltk: rework packaging Andreas Müller
@ 2018-03-12 17:19 ` Andreas Müller
2018-03-12 18:07 ` Trevor Woerner
12 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2018-03-12 17:19 UTC (permalink / raw)
To: openembeded-devel
ping?
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 00/12] meta-xfce updates + fix
2018-03-12 17:19 ` [PATCH 00/12] meta-xfce updates + fix Andreas Müller
@ 2018-03-12 18:07 ` Trevor Woerner
2018-03-12 18:12 ` Trevor Woerner
0 siblings, 1 reply; 17+ messages in thread
From: Trevor Woerner @ 2018-03-12 18:07 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembeded-devel
Hey Andreas,
On Mon, Mar 12, 2018 at 1:19 PM, Andreas Müller <schnitzeltony@gmail.com>
wrote:
> ping?
You can monitor patchwork to see the status of your patches:
https://patchwork.openembedded.org/project/oe/patches/
In this case your xfce patchset is listed as "Master Under Test" which
means it's making the rounds in the various "state of the world" builds. If
it passes those builds, it likely gets in.
"State of the world" builds usually take a couple weeks.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 00/12] meta-xfce updates + fix
2018-03-12 18:07 ` Trevor Woerner
@ 2018-03-12 18:12 ` Trevor Woerner
2018-03-12 20:29 ` Andreas Müller
0 siblings, 1 reply; 17+ messages in thread
From: Trevor Woerner @ 2018-03-12 18:12 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembeded-devel
On Mon 2018-03-12 @ 02:07:53 PM, Trevor Woerner wrote:
> You can monitor patchwork to see the status of your patches:
> https://patchwork.openembedded.org/project/oe/patches/
> In this case your xfce patchset is listed as "Master Under Test" which
> means it's making the rounds in the various "state of the world" builds. If
> it passes those builds, it likely gets in.
> "State of the world" builds usually take a couple weeks.
PS if a patch doesn't move from New to "MUT", it probably means the
maintainers weren't able to apply it cleanly (which often happens if someone
else has submitted a patch for the same file before you that ends up messing
up your patch, even though your patch might apply cleanly to the current
master)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 00/12] meta-xfce updates + fix
2018-03-12 18:12 ` Trevor Woerner
@ 2018-03-12 20:29 ` Andreas Müller
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2018-03-12 20:29 UTC (permalink / raw)
To: Trevor Woerner; +Cc: openembeded-devel
On Mon, Mar 12, 2018 at 7:12 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> On Mon 2018-03-12 @ 02:07:53 PM, Trevor Woerner wrote:
>> You can monitor patchwork to see the status of your patches:
>> https://patchwork.openembedded.org/project/oe/patches/
>> In this case your xfce patchset is listed as "Master Under Test" which
>> means it's making the rounds in the various "state of the world" builds. If
>> it passes those builds, it likely gets in.
>> "State of the world" builds usually take a couple weeks.
>
> PS if a patch doesn't move from New to "MUT", it probably means the
> maintainers weren't able to apply it cleanly (which often happens if someone
> else has submitted a patch for the same file before you that ends up messing
> up your patch, even though your patch might apply cleanly to the current
> master)
They're not in master-next so I don't think they are included to world builds.
Andreas
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2018-03-12 20:29 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01 23:01 [PATCH 00/12] meta-xfce updates + fix Andreas Müller
2018-03-01 23:01 ` [PATCH 01/12] xfce4-panel: add gtk-icon-cache to inherit Andreas Müller
2018-03-01 23:01 ` [PATCH 02/12] devilspie2: update 0.42 -> 0.43 Andreas Müller
2018-03-01 23:01 ` [PATCH 03/12] xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5 Andreas Müller
2018-03-01 23:01 ` [PATCH 04/12] xfce4-terminal: update 0.8.6 -> 0.8.7.1 Andreas Müller
2018-03-01 23:01 ` [PATCH 05/12] exo: update 0.11.5 -> 0.12.0 Andreas Müller
2018-03-01 23:01 ` [PATCH 06/12] thunar: update 1.6.13 -> 1.6.14 Andreas Müller
2018-03-01 23:01 ` [PATCH 07/12] xfce4-timer-plugin: update 1.6.0 -> 1.7.0 Andreas Müller
2018-03-01 23:01 ` [PATCH 08/12] menulibre: update 2.1.3 -> 2.1.5 Andreas Müller
2018-03-01 23:01 ` [PATCH 09/12] xfce4-notifyd: update 0.4.0 -> 0.4.2 Andreas Müller
2018-03-01 23:01 ` [PATCH 10/12] parole: update 0.8.1 -> 1.0.0 Andreas Müller
2018-03-01 23:01 ` [PATCH 11/12] xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5 Andreas Müller
2018-03-01 23:01 ` [PATCH 12/12] fltk: rework packaging Andreas Müller
2018-03-12 17:19 ` [PATCH 00/12] meta-xfce updates + fix Andreas Müller
2018-03-12 18:07 ` Trevor Woerner
2018-03-12 18:12 ` Trevor Woerner
2018-03-12 20:29 ` Andreas Müller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.