aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2016-11-22xfce4-diskperf-plugin: update to 2.6.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22xfce4-datetime-plugin: update to 0.7.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22xfce4-battery-plugin: update to 1.1.0Andreas Müller
fix-build-on-aarch64.patch was a backport and is now included upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfce4-clipman-plugin: update to 1.4.0Andreas Müller
optional usage of libunique was removed in [1] [1] https://git.xfce.org/panel-plugins/xfce4-clipman-plugin/commit/configure.ac.in?id=75071c2c4c6090dc8b7a06ceca958dcca4d2283b Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfce4-notifyd: update to 0.3.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfce4-calculator-plugin: update to 0.6.0Andreas Müller
* License checksum change was caused by FSF address change * add gtk-icon-cache to inherit Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfce4-weather-plugin: update to 0.8.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfce4-whiskermenu-plugin: update to 2.0.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03exo: update to 0.11.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03xfce4-power-manager: update to 1.6.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26ristretto: have tumbler back - it builds fine and is an important featureAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-19imsettings: 1.6.8 -> 1.7.1Wang Xin
1) Upgrade imsettings from 1.6.8 to 1.7.1. 2) Fix the directory structure. 3) Modify one patch, since the data has been changed. multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch 4) Modify DEPENDS, fix warning. WARNING: imsettings-1.7.1-r0 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-15packagegroup-xfce-base: add librsvg-gtkAndreas Müller
In elder environments this was dragged in by something else. Images without librsvg-gtk look really ugly and many icons are missing. Many xfce-packages ship svg icons. Instead of adding RRECOMMENDS on each of them add librsvg-gtk to packagegroup-xfce-base. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-05gtk-doc: disable where necessaryAlexander Kanavin
Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-05xfce4-mailwatch-plugin: control ipv6 support based on DISTRO_FEATURESJackie Huang
Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-05core-image-minimal-xfce: add kernel modules to imageKhem Raj
With existing image, USB mouse and keyboard doesnt work, it shows the GUI, adding kmod's make this possible to get keyboard/mouse working out of box. Improves first time experience Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22meta-oe: remove trailing spacesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22meta-oe: fix indentationMartin Jansa
* remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22thunar-volman: Fix build with clangKhem Raj
clang poins a void return for a boolean function | ../../thunar-volman-0.8.1/thunar-volman/tvm-block-device.c:717:3: error: non-void function 'tvm_block_device_mount' should return a value [-Wreturn-type] | g_return_if_fail (context != NULL); Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29xfce4-vala: unbreak by telling configure new vala API versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29xfce4-terminal: add dependency on vte9-termcapDmitry Rozhkov
xfce4-terminal requires vte9-termcap to be installed at run time to be fully functional. The patch adds vte9-termcap to xfce4-terminal's RDEPENDS. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29mousepad: remove blacklist caused by gtksourceview2Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29libxfce4ui: Use native intltool for building the libDmitry Rozhkov
Otherwise the dependency on intltool-dev is icluded mistakenly to RRECOMMENDS of the libxfce4ui-dev package. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-23gnome-terminal, toscoterm, vala-terminal, xfce4-terminal: use vte9Jussi Kukkonen
geany-plugins seems to compile fine with new vte: that recipe was not modified. gnome-terminal and vala-terminal are currently blacklisted for other reasons. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-23epdf, evince, tracker, gimp, tumbler: Remove blacklist caused by poppler ↵Derek Straka
build failures Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-13evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, ↵Martin Jansa
gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-06xfce4-eyes-plugin: update to 4.4.5Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-06xfce4-cpufreq-plugin: update to 1.1.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-06xfce-polkit: fix warning not able to copy licenseAndreas Müller
COPYING is a link on LICENSE. It seems that cause the warning so use LICENSE. Fixes: | WARNING: xfce-polkit-0.2-r0 do_populate_lic: Could not copy license file /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/xfce-polkit/0.2-r0/git/COPYING to /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/xfce-polkit/0.2-r0/license-destdir/xfce-polkit/COPYING: [Errno 2] No such file or directory: '/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/xfce-polkit/0.2-r0/license-destdir/xfce-polkit/COPYING' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-06meta-xfce: add intltool-native to DEPENDSAndreas Müller
fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28xfce4-weather-plugin: update to 0.8.7Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28xfce4-whiskermenu-plugin: update to 1.5.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-04-28meta-xfce: use bb.utils.contains() instead of base_contains()Ross Burton
base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25xfce4-clipman-plugin: Add PACKAGECONFIG for qrencodeMartin Jansa
* fixes: WARN: xfce4-clipman-plugin: xfce4-clipman-plugin rdepends on qrencode, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25packagegroup-xfce-extended: add xfce4-verve-pluginAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25xfce4-verve-plugin: initial add 1.1.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25xfce4-pulseaudio-plugin: update to 0.2.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-25parole: update to 0.8.1Andreas Müller
checked: patch or similar (for appdata) was applied Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25xfce4-vala: unbreak by telling configure new vala API versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25xfce4-xkb-plugin: update to 0.7.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25xfce4-panel: make date/time plugins handle timezone changes properlyAndreas Müller
0001... was applied to make 0002... apply on 4.12-release and git master branch. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25xfce4-whiskermenu-plugin: update to 1.5.2Andreas Müller
sources moved to common xfce panel location Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-15packagegroup-xfce-extended: add xfce4-calculator-pluginAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-15xfce4-calculator-plugin: initial add 0.5.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-27thunar: remove udisks from RRECOMMENDSAndreas Müller
now gvfs takes care to include all we need for automounting / network browsing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-27xfce4-power-manager: remove udisks rdependencyAndreas Müller
udisks spin down feature support was removed in: commit dc6ef998a2f19b6c2fcbfb48164db04be44c885d Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:34:22 2014 +0200 Remove disk spin down feature (3/3) Finally, let's remove the low-level code and remaining definitions. commit c9d0626110e4b6e906610e9a2316cdac7a11d58e Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:26:21 2014 +0200 Remove disk spin down feature (2/3) Remove all related GUI widgets from the settings dialog. commit 3ad75fad293fb66e6316aa5820ee064f264eafa4 Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:22:05 2014 +0200 Remove disk spin down feature (1/3) The spin down feature does not work and would need a rewrite to work with udisks-2. What's more, it is probably functionality best handled by other tools or scripts, so let's remove it from the power manager. As a first step, this commit removes all interfacing code between GUI and low-level udisks functions. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-06packagegroup-xfce-extended: add xfce4-sensors-pluginAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-06xfce4-sensors-plugin: initial add 1.2.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-12-18imsettings: Move from meta-ruby to meta-xfceKhem Raj
It depends on xfconf which is XFCE component, no one depends on imsettings in meta-ruby so move it close to its dependencies. Ideally, xfconf should be turned into PACKAGECONFIG and this recipe then moved to meta-oe since all kind of DE's can use it then. For now it frees meta-ruby from unnecessary dependency on xfce layer Change-Id: I6b5896b0db504fad49a9da5967d3493e27c627b0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-16xfce4-session: exclude machine-host dependency with ↵Martin Jansa
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS * this whole machine-host is very bad idea, all changes from postinst will be removed when netbase package is upgraded (it has CONFFILES set but most users won't know that this entry was appended by machine-host package) * see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: xfce4-session different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['dbusdbus_1.8.20.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.4.bb.do_populate_sysroot:virtual:native', 'upowerupower_0.9.14.bb.do_packagedata', 'xfce4-sessionmachine-host.bb.do_packagedata', 'xfce4-sessionxfce4-session_4.12.1.bb.do_package', 'xfce4-sessionxfce4-session_4.12.1.bb.do_packagedata', 'xorg-appiceauth_1.0.7.bb.do_packagedata', 'xorg-appxinit_1.3.4.bb.do_packagedata'] to ['dbusdbus_1.8.20.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.7.4.bb.do_populate_sysroot:virtual:native', 'upowerupower_0.9.14.bb.do_packagedata', 'xfce4-sessionmachine-host.bb.do_packagedata', 'xfce4-sessionxfce4-session_4.12.1.bb.do_package', 'xfce4-sessionxfce4-session_4.12.1.bb.do_packagedata', 'xorg-appiceauth_1.0.7.bb.do_packagedata', 'xorg-appxinit_1.3.4.bb.do_packagedata'] meta-openembedded/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb.do_packagedata with hash 7b3f9a883729dfe908e17980476d10e2 changed to meta-openembedded/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb.do_packagedata with hash f51309cb641c82a6d8e2dc5387bb6484 Hash for dependent task xfce4-sessionmachine-host.bb.do_packagedata changed from 7b3f9a883729dfe908e17980476d10e2 to f51309cb641c82a6d8e2dc5387bb6484 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>