summaryrefslogtreecommitdiffstats
path: root/meta-xfce
Commit message (Collapse)AuthorAgeFilesLines
...
* xfce-dusk-gtk3: correct invalid SRC_URIChangqing Li2019-12-161-1/+1
| | | | | | | | | | | | original SRC_URI is invalid now, and current upstream address is such a long address(see below), and this package has not been updated since 2011, so use http://sources.openembedded.org/. https://dllb2.pling.com/api/files/download/id/1460766718/s/938c137c59bf7f1a6a6cc100c940feafd6904dc6478d5f96d09f3a631f9708e559055433db9e97654b196881fecbae445f094347befba0a5e477e961a73a7434/t/1576230019/c/a3f98e1fd43cfd072d46d7bedf6646191f5a020476297e0da678723a0078b9b8d284736bb34c4e876389b4e518777dc6a23c8666bb6bd42ceb1b893c9c264cce/lt/download/141404-xfce_dusk_gtk3-1_3.tar.gz Signed-off-by: Changqing Li <changqing.li@windriver.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-kbdleds-plugin: remove this recipeChangqing Li2019-12-162-16/+0
| | | | | | | | | | According to https://xfce.org/about/news, xfce4-kbdleds-plugin has been dropped Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: remove pythonnative from inheritAndreas Müller2019-12-151-1/+1
| | | | | | | | * build tested with oe-core patch removing python2 from hosttools * checked log files and there are no traces that a running python is required Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glade3: remove ancient version of gladeAndreas Müller2019-12-154-175/+0
| | | | | | | | | | | | | * This was suggested already [1] but I complained that there is a use-case. There are several workarounds possible for this so we don't need to keep it anymore. * glade3 popped into focus during preparations for python2 removal. So instead of wasting time to keep unmaintained version just drop it [1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199523.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: give up glade3 (=glade for gtk2) supportAndreas Müller2019-12-151-3/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-xfce-engine: remove this recipeChangqing Li2019-12-133-54/+0
| | | | | | | | | | | | | | | | * Part of xfce 4.14 changelog Theme Engine (gtk-xfce-engine) The gtk-xfce-engine has been deprecated and archived. * repo have been remove from upstream https://archive.xfce.org/src/xfce/ no gtk-xfce-engine now so remove this recipe Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com>
* thunar: 1.8.9 -> 1.8.10Kai Kang2019-12-101-5/+2
| | | | | | | | | | The tarball name uses all lower case now, so SRC_URI and S are not needded to be set in the recipe which have been configured in xfce.bbclass already. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
* exo: 0.12.9 -> 0.12.10Kai Kang2019-12-101-2/+2
| | | | | | | | | | | | | Upgrade exo from 0.12.9 to 0.12.10. Release notes: * Bug Fixes: - Fix typeahead search regression (Xfce #16191) * Translation Updates: Spanish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
* xfce4-panel-profiles: 1.0.8 -> 1.0.9Kai Kang2019-12-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | Upgrade xfce4-panel-profiles from 1.0.8 to 1.0.9. Release notes: * New Features - Add Xfce 4.14 profile * General - Suppress deprecation warnings - Rename launchers to be more explicit - Rename Xubuntu releases to version numbers instead of codenames - Unversion gimp desktop file to work with any release * Bugs Fixed - Fix KeyError when processing some layouts (Xfce #14934) - Safely handle values that GLib cannot process (Xfce #14597) * Updated translations Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
* exo: upgrade 0.12.8 -> 0.12.9Andreas Müller2019-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | Release notes for 0.12.9 ======================== Bug Fixes: - Explicitly depend on gio-unix-2.0 (Xfce #15825) - Fix alignment of multi-line filenames when text beside icons (Xfce - Fix cursor missing in search popup widget (Xfce #16068) - Fix desktop item creation on symbolic link directories - Fix excess clickable area of multiline filenames (Xfce #16075) - Fix issues with displaying icon view contents (Xfce #14737) - Fix prelight deactivation (Xfce #11806) - Hide search widget when doing a fullscreen resize (Xfce #15106) - Make user-created launchers executable by default Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-2130-30/+30
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 1.0.4 -> 1.0.5Andreas Müller2019-11-211-2/+2
| | | | | | | | | | | | | Release notes for 1.0.5 ======================= Bug Fixes: - Fix creation and cleanup of thumbnails (Xfce #16026) - Fix volume hotkeys in fullscreen (Xfce #16005) - Fix compiler warnings Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screensaver: 0.1.5 -> 0.1.8Kai Kang2019-11-081-3/+4
| | | | | | | | | | Update xfce4-screensaver from 0.1.5 to 0.1.8. * add dependency libwnck3 * add runtime depenency python3-core Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-weather-plugin: 0.9.1 -> 0.10.0Kai Kang2019-11-081-2/+2
| | | | | | | Translation update only release. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce-panel-plugin.bbclass: correct SRC_URI with xfce_verdirKai Kang2019-11-081-2/+2
| | | | | | | | | | The SRC_URI is wrongly calculated in xfce-panel-plugin.bbclass when the length of first 2 parts(separated by dot(.)) of PV is longer than 3 such as 0.10. It should use function xfce_verdir() instead which is introduced by xfce.bbclass. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-genmon-plugin: 4.0.1 -> 4.0.2Kai Kang2019-11-081-2/+2
| | | | | | | Bug fixes and i18n update release. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.3.3 -> 2.3.4Andreas Müller2019-11-061-2/+2
| | | | | | | | | | | | Release notes for 2.3.4 Acked-by: Kai Kang <kai.kang@windriver.com> ======================= - Fix building against xfce4-panel 4.15.0 - Translation updates: Dutch, Galician, Georgian. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-time-out-plugin: upgrade 1.0.3 -> 1.1.0Andreas Müller2019-11-061-2/+2
| | | | | | | | | | | | | | | Release notes for 1.1.0 ======================= - GTK3 Port - React to panel "mode," not "orientation" (Bug #15840) - Make time out plugin respect panel icon size (Bug #15839) - Allow compilation with panel 4.15 - Make build less verbose - Translation Updates: Croatian, Galician, Italian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.6 -> 1.9.7Andreas Müller2019-11-061-2/+2
| | | | | | | | | | | | | | | | | | | Release notes for 1.9.7 ======================= - Add warning notice to imgur upload option (Bug #15347) - Fix cursor capture when near screen edge (Bug #9262) - Improve wording (Bug #15429) - Allow compilation with panel 4.15 - Restore libxfce4ui 4.12 compatibility - Translation Updates: Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Danish, Dutch, English (United Kingdom), French, German, Greek, Hungarian, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce-polkit: Upgrade 0.2 -> 0.3Adrian Bunk2019-11-042-36/+1
| | | | | | | | Patch applied upstream removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-wavelan-plugin: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of xfce4 wavelan plugin is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-diskperf-plugin: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of xfce4 diskperf plugin is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mpc-plugin: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of xfce4 mpc plugin is BSD-0-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* menulibre: upgrade 2.2.0 -> 2.2.1Andreas Müller2019-10-171-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.14.0 -> 4.14.1Andreas Müller2019-10-092-3/+3
| | | | | | | | | | * important bugfix release: systray draws icons properly when compositing is disabled * while at it renumber patches Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: upgrade 1.4.9 -> 1.4.10Andreas Müller2019-10-091-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add zeus compatibility to all layer.conf filesPalmer Dabbelt2019-10-081-1/+1
| | | | | | | | | | | I have no idea if this is the right thing to do, but without the patch I can't actually buil OE because none of these layers are compatible with the change in openembedded-core to move to zeus. Fixes: a5c9709b8d ("layer.conf: Update for zeus series") # openembedded-core Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.5 -> 1.9.6Andreas Müller2019-09-031-3/+3
| | | | | | | This is a bugfix & translation-update release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: upgrade 4.14.0 -> 4.14.1Andreas Müller2019-09-031-2/+2
| | | | | | | Minor bugfixes & translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipeAndreas Müller2019-09-031-10/+12
| | | | | | | | | | | | | | | It is more or less a recipe rewrite: * stylize recipe * Use gtk3 instead of gtk. * Drop gconf backend - we should get rid of orphanded gconf * Add PACKAGECONFIGs for 'xim' and 'xfce' - xfce is set by default * Drop intltool-native from depends - they moved to gettext * Remove entries from FILES - gobject-introspection.bbclass takes care * Remove dbus-glib from depends - they moved to gdbus long time ago (Thanks Kai) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove LICENSE = "MIT" from packagegroups and imagesAdrian Bunk2019-08-303-6/+0
| | | | | | | This is the default in the packagegroup and image classes. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-datetime-setter: fix compile error and requires distro feature x11Kai Kang2019-08-272-2/+33
| | | | | | | | | | | | | | | | | | | It fails to compile xfce4-datetime-setter occasionally when system load is high: | ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory | 42 | #include "cc-datetime-resources.h" | | ^~~~~~~~~~~~~~~~~~~~~~~~~ | compilation terminated. Update datetime_panel_dep to make sure cc-datetime-resources.h be generated before including. xfce4-datetime-setter depends on libxfce4ui which requires distro feature 'x11', so make it require 'x11' too. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gigolo: upgrade 0.4.2 -> 0.5.0Andreas Müller2019-08-191-3/+3
| | | | | | | | | | | Frome release announcements: * Stable GTK+3 release to go along Xfce 4.14 * Migrate gvfs commands to gio * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-diskperf-plugin: upgrade 2.6.1 -> 2.6.2Andreas Müller2019-08-193-42/+10
| | | | | | | | * announcement claims this a translation update only * they include sys/sysmacros.h at a different position -> patch can go Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-fsguard-plugin: upgrade 1.1.0 -> 1.1.1Andreas Müller2019-08-192-9/+9
| | | | | | | | Announcement says it is a translation-updates-only-release but it seems they changed licence either. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mpc-plugin: upgrade 0.5.1 -> 0.5.2Andreas Müller2019-08-191-3/+3
| | | | | | | | | | >From release notes: * fix crash when parsing MPD 0.21 outputs response in some cases (bug #15415) * new translations: hy_AM, ie, fi * many updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-systemload-plugin: upgrade 1.2.2 -> 1.2.3Andreas Müller2019-08-191-3/+3
| | | | | | | | This release fixes possible leak, crasher in properties dialog and updates translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-netload-plugin: upgrade 1.3.1 -> 1.3.2Andreas Müller2019-08-193-37/+10
| | | | | | | | | * release changed layout and fixed minor bugs * patch applied with fuzz warning. Looking into showed that it changes unrelated parts of code and upstream did change file already in correct way Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-wavelan-plugin: upgrade 0.6.0 -> 0.6.1Andreas Müller2019-08-192-9/+9
| | | | | | | Layout, bugfixes & translation release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-smartbookmark-plugin: upgrade 0.5.0 -> 0.5.1Andreas Müller2019-08-192-9/+9
| | | | | | | layout & translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-battery-plugin: 1.1.2 -> 1.1.3Andreas Müller2019-08-192-9/+9
| | | | | | | | Minor bugfix & translation update release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-time-out-plugin: upgrade 1.0.2 -> 1.0.3Andreas Müller2019-08-192-10/+10
| | | | | | | Bugix/layout/translation release (still GTK2) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 1.0.2 -> 1.0.4Andreas Müller2019-08-161-7/+4
| | | | | | | | * This is a bufix release * Also removed dependencies redundant with "inherit xfce-app" Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-pulseaudio-plugin: upgrade 0.4.1 -> 0.4.2Andreas Müller2019-08-161-2/+2
| | | | | | | More or less a translation-only release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-places-plugin: 1.8.0 -> 1.8.1Andreas Müller2019-08-161-3/+3
| | | | | | | a bugfix release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-datetime-plugin: upgrade 0.7.1 -> 0.8.0Andreas Müller2019-08-162-9/+9
| | | | | | | Port to GTK3 / bugfixes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: upgrade 1.4.7 -> 1.4.8Andreas Müller2019-08-161-2/+2
| | | | | | | This is a minor bugfix release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.8.4 -> 0.10.0Andreas Müller2019-08-163-56/+16
| | | | | | | | * GTK3 port * overall recipe cleanup Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mousepad: upgrade 0.4.1 -> 0.4.2Andreas Müller2019-08-162-16/+16
| | | | | | | | * many bugfixes * dependencies reworked / cleaned up Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mousepad: move to gtk3Andreas Müller2019-08-161-4/+1
| | | | | | | | At the time of creation there was no gtksourceview3. That was a blocker to use gtk3. gtksourceview3 was added long ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>