All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH 1/4] garcon: 0.6.4 -> 0.7.0
@ 2020-05-19  1:30 kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 2/4] xfconf: 4.14.2 -> 4.14.3 kai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kai @ 2020-05-19  1:30 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

garcon 0.7.0:

- Add garcon_menu_item_[g|s]et_keywords to docs
- Add garcon_gtk_menu_get_desktop_actions_menu
- Improve docstrings
- Translation Updates:
  Albanian, Asturian, Belarusian, Chinese (Taiwan), Galician, Georgian,
  Hindi, Spanish

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../recipes-xfce/garcon/{garcon_0.6.4.bb => garcon_0.7.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/garcon/{garcon_0.6.4.bb => garcon_0.7.0.bb} (76%)

diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.7.0.bb
similarity index 76%
rename from meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb
rename to meta-xfce/recipes-xfce/garcon/garcon_0.7.0.bb
index 75997de7b..c4b858fd7 100644
--- a/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb
+++ b/meta-xfce/recipes-xfce/garcon/garcon_0.7.0.bb
@@ -9,8 +9,8 @@ inherit xfce gtk-doc features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
-SRC_URI[md5sum] = "9715aa8214be9c553d9b8c44fde90b9f"
-SRC_URI[sha256sum] = "d75e4753037a74733c07b71b8db7a656d869869f0f107f6411a306bbc87a762d"
+SRC_URI[md5sum] = "2964c7a7e5d4aac58b4afef9b8602914"
+SRC_URI[sha256sum] = "82c3b61b508011642b09e6fb01b1d3f22c4e4de0fc54a9244327d0ddb66b2423"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-xfce][PATCH 2/4] xfconf: 4.14.2 -> 4.14.3
  2020-05-19  1:30 [meta-xfce][PATCH 1/4] garcon: 0.6.4 -> 0.7.0 kai
@ 2020-05-19  1:30 ` kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 3/4] thunar: 1.8.12 -> 1.8.14 kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 4/4] catfish: 1.4.11 -> 1.4.13 kai
  2 siblings, 0 replies; 4+ messages in thread
From: kai @ 2020-05-19  1:30 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

xfconf 4.14.3 NEWS
==================
- Always provide files for vala bindings

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../xfconf/{xfconf_4.14.2.bb => xfconf_4.14.3.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.14.2.bb => xfconf_4.14.3.bb} (83%)

diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.3.bb
similarity index 83%
rename from meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb
rename to meta-xfce/recipes-xfce/xfconf/xfconf_4.14.3.bb
index 893a32f42..792f8b160 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.3.bb
@@ -8,8 +8,8 @@ inherit xfce gtk-doc gobject-introspection
 
 EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
 
-SRC_URI[md5sum] = "769b74d354aa65e0013edc6823b78e48"
-SRC_URI[sha256sum] = "1e7086cc5a63219e375c95a1dfd10ad7098c2586f55ac209e66aef61b969f255"
+SRC_URI[md5sum] = "25c32ed08a43e81f7900c03601dffc02"
+SRC_URI[sha256sum] = "589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02"
 
 FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
                 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-xfce][PATCH 3/4] thunar: 1.8.12 -> 1.8.14
  2020-05-19  1:30 [meta-xfce][PATCH 1/4] garcon: 0.6.4 -> 0.7.0 kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 2/4] xfconf: 4.14.2 -> 4.14.3 kai
@ 2020-05-19  1:30 ` kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 4/4] catfish: 1.4.11 -> 1.4.13 kai
  2 siblings, 0 replies; 4+ messages in thread
From: kai @ 2020-05-19  1:30 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

1.8.14
======
   - Revert "Allow opening of multiple file selections (bug #2487)",
   because it introduced a regression (Not possible any more to DnD
   multiple files in icon/compact view)
   - Translation Updates:
     Portuguese,

1.8.13
======
   - Use tre-view toplevel path of the cursor, if available, in order to
   prevent jumping (Bug #16024)
   - Increase vertical gap between icon and its label slightly (Bug #16041)
   - Fix crash when inserting USB device in tree-view  mode. (Bug #15172)
   - Fix jump to Home when ejecting a currently viewed device (Bug #16504)
   - Allow context menu when editing location in pathbar (Bug #16483)
   - Sort device entries in tree view (Bug #16471)
   - Allow to open multiple files at once (Bug #2487)
   - Fix incorrect pathbar autocomplete (Bug #16267)
   - Avoid unreadable names in detailed view (Bug #16391)
   - Prevent crash when renaming files (Bug #10805)
   - Translation Updates:
     Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh,
     Malay, Portuguese, Portuguese (Brazil),

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../thunar/{thunar_1.8.12.bb => thunar_1.8.14.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.12.bb => thunar_1.8.14.bb} (84%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.14.bb
similarity index 84%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.14.bb
index 0d2befd02..499c83152 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.14.bb
@@ -8,8 +8,8 @@ inherit xfce gobject-introspection features_check mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[md5sum] = "bebd2d83ad2ed111b906c99b65fb32ed"
-SRC_URI[sha256sum] = "29295bee0b1f5bfd525e37405e5d32b497ae539b15183dd14e6ca49e252225f8"
+SRC_URI[md5sum] = "24218474191ac4c7e907d5b6fd6f1831"
+SRC_URI[sha256sum] = "8ac57b1f5842d5bd348bbb6dac4714f5ad1f22de651d8ec6a7099ceb19fa219f"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-xfce][PATCH 4/4] catfish: 1.4.11 -> 1.4.13
  2020-05-19  1:30 [meta-xfce][PATCH 1/4] garcon: 0.6.4 -> 0.7.0 kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 2/4] xfconf: 4.14.2 -> 4.14.3 kai
  2020-05-19  1:30 ` [meta-xfce][PATCH 3/4] thunar: 1.8.12 -> 1.8.14 kai
@ 2020-05-19  1:30 ` kai
  2 siblings, 0 replies; 4+ messages in thread
From: kai @ 2020-05-19  1:30 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

v1.4.13:
 + General:
   - Optimized svg and png assets
 + Bug Fixes:
   - Fix missing results from symbolic links (Xfce #16318)
   - Do not load catfishconfig during setup as it breaks Debian packaging
 + Translation Updates:
   Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
   Danish, Dutch, French, Galician, German, Hungarian, Interlingue, Italian,
   Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Russian,
   Spanish, Swedish, Turkish

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../catfish/{catfish_1.4.11.bb => catfish_1.4.13.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/catfish/{catfish_1.4.11.bb => catfish_1.4.13.bb} (72%)

diff --git a/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb b/meta-xfce/recipes-apps/catfish/catfish_1.4.13.bb
similarity index 72%
rename from meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb
rename to meta-xfce/recipes-apps/catfish/catfish_1.4.13.bb
index 27b5d5ed4..01a36e1fc 100644
--- a/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb
+++ b/meta-xfce/recipes-apps/catfish/catfish_1.4.13.bb
@@ -9,8 +9,8 @@ DEPENDS += "python3-distutils-extra-native"
 
 B = "${S}"
 
-SRC_URI[md5sum] = "67e23d45fded026ef3445bc7fe1d1653"
-SRC_URI[sha256sum] = "617baf9309e3cdfb20c8357ac786eb26f30e6fd4280d4534d3cdd742c7ffcd85"
+SRC_URI[md5sum] = "750b65401c9445e185e71c808d7509a4"
+SRC_URI[sha256sum] = "58c0ea06e5f286019295545fbfd1dbca23aea74c625762bbb4c89a6f484ae839"
 
 FILES_${PN} += "${datadir}/metainfo"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-19  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19  1:30 [meta-xfce][PATCH 1/4] garcon: 0.6.4 -> 0.7.0 kai
2020-05-19  1:30 ` [meta-xfce][PATCH 2/4] xfconf: 4.14.2 -> 4.14.3 kai
2020-05-19  1:30 ` [meta-xfce][PATCH 3/4] thunar: 1.8.12 -> 1.8.14 kai
2020-05-19  1:30 ` [meta-xfce][PATCH 4/4] catfish: 1.4.11 -> 1.4.13 kai

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.