summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-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>
* 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>
* xfce4-terminal: upgrase 0.8.7.4 -> 0.8.8Andreas Müller2019-08-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-datetime-setter: add recipeKai Kang2019-08-091-0/+19
| | | | | | | | | | | | Because xfce4-settings turn back to its official upstream, it missing function to set date and time. Add it from Andreas's repo on github. xfce4-datetime-setter calls functions from dbus service org.freedesktop.timedate1 to set date and time. And the dbus service is provided by systemd. So check distro feature 'systemd' that xfce4-datetime-setter is imcompatible with sysvinit. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* orage: Fix build with libical3Khem Raj2019-07-252-0/+79
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce-polkit: add required distro feature check to polkitHongxu Jia2019-06-251-1/+2
| | | | | | | | The xfce-polkit depends polkit, it should do required distro feature check to polkit Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screensaver: 0.1.4 -> 0.1.5Kai Kang2019-06-212-3/+24
| | | | | | | | | | Upgrade xfce4-screensaver from 0.1.4 to 0.1.5. * install pam config file and add a patch to remove unsupported syntax '@include' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screensaver: add recipeKai Kang2019-05-252-0/+79
| | | | | | | | | | xfce4-screensaver is a screen saver and locker which used by Xfce module 'actions' when click 'Lock Screen'. * add a patch to fix configure QA issue for cross compile Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-terminal: add vte-prompt to RRECOMMENDSAndreas Müller2019-05-061-0/+2
| | | | | | | Without xfce4-terminal sets window/tab-title to 'Untitled' Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notifyd: upgrade 0.4.3 -> 0.4.4Andreas Müller2019-05-061-3/+2
| | | | | | | | | | | * A bugfix release [1] * Dependency on dbus-glib-native (dbus-binding-tool) is no more required [2] [1] https://mail.xfce.org/pipermail/xfce/2019-April/036382.html [2] https://git.xfce.org/apps/xfce4-notifyd/commit?id=841b4e4ddc2f757180e1c76fb32d85db2e88cbc4 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.8.3 -> 0.8.4Andreas Müller2019-04-091-2/+2
| | | | | | | | | | | | | | | | | A bugfix release - see announcement [1]: - Add missing field initializers - Instead of thumbnails, the same icons with a crossed red circle (bug #13419) - Resolve g_type_class_add_private() deprecation - Glib-Critical errors to stdout: Source ID X was not found when attempting to remove it (bug #15268) - Fix memory leak (bug #12034) - Show file size in the status bar (bug #14791) - Fix opening of PPM files (bug #14709) [1] https://mail.xfce.org/pipermail/xfce/2019-April/036350.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.4 -> 1.9.5Andreas Müller2019-04-061-2/+2
| | | | | | | | | This fixes a bug introduced in 1.9.4 [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=15187 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.3 -> 1.9.4Andreas Müller2019-03-221-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mixer: Remove recipeKhem Raj2019-03-162-78/+0
| | | | | | | xfce4-mixer can be replaced with xfce4-pulseaudio-plugin Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* xarchiver: upgrade to upstream 0.5.4.14Andreas Müller2019-02-201-7/+14
| | | | | | | | * build with gtk+3 * add 7z support Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: upgrade 1.4.6 -> 1.4.7Andreas Müller2019-02-151-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* menulibre: Fix multilib fetchAndreas Müller2019-02-081-1/+1
| | | | | | | | | ERROR: lib32-menulibre-2.2.0-r0 do_fetch: Fetcher failure for URL: 'https://launchpad.net/menulibre/2.2/2.2.0/+download/lib32-menulibre-2.2.0.tar.gz'. Unable to fetch URL from any source. | ERROR: lib32-menulibre-2.2.0-r0 do_fetch: Function failed: base_do_fetch Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-taskmanager: upgrade 1.2.1 -> 1.2.2Andreas Müller2019-01-042-10/+10
| | | | | | | xfce4-taskmanager moved to gtk3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notifyd: 0.4.2 -> 0.4.3Kai Kang2018-11-021-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: initial add 1.0.8Andreas Müller2018-10-261-0/+28
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: initial add 1.4.6Andreas Müller2018-10-261-0/+17
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.2 -> 1.9.3Andreas Müller2018-08-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.8.2 -> 0.8.3Andreas Müller2018-06-301-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4: package libtool files if they are installedMark Asselstine2018-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is a partial revert of commit 2ad5ceafa53f [various classes recipes: Remove FILES entries for dbg/dev packages] to restore the packaging of libtool (.la) files. It is generally recommended to include 'remove-libtool' in your distro features to purge libtool files as a do_install postfunc for all recipes, as is the documented recommendation for handling of libtool files (unless the .la have been determined to be absolutely necessary, in which case a recipe can use the REMOVE_LIBTOOL_LA to prevent the cleanup). However, if the 'remove-libtool' distro feature is not specified we need to ensure that if after a recipe completes do_install() and there are libtool files present in the image, we must package them or we will hit 'installed-vs-shipped' QA issues. NOTE: that even with respect to libtool files this is not a 1:1 partial revert of commit 2ad5ceafa53f, adjustments are made according to the current state of the build today. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* various classes recipes: Remove FILES entries for dbg/dev packagesAndreas Müller2018-06-141-1/+0
| | | | | | | These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* xfce4-terminal: upgrade 0.8.7.3 -> 0.8.7.4Andreas Müller2018-06-141-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* mousepad: upgrade 0.4.0 -> 0.4.1Andreas Müller2018-06-141-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* xfce4-taskmanager: upgrade 1.2.0 -> 1.2.1Andreas Müller2018-06-141-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* ristretto: fix build after update of xfconfAndreas Müller2018-06-142-0/+41
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* xfce4-mixer: fix build after update of xfconfAndreas Müller2018-06-142-1/+65
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* xfce4-notifyd: fix parallel build issueHongxu Jia2018-05-231-1/+1
| | | | | | | | | | | | | | | | | While do an out-of-tree build, if xfce4-notifyd-config is not created in time, there is a compile failure: ... |LC_ALL=C intltool-merge -d -u -c ./po/.intltool-merge-cache ../xfce4-notifyd-0.4.0/po ../xfce4-notifyd-0.4.0/xfce4-notifyd-config/ xfce4-notifyd-config.desktop.in xfce4-notifyd-config/xfce4-notifyd-config.desktop |Died at intltool-merge line 1184. ... Ensure xfce4-notifyd-config subdirectory exists fixes the issue. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: fix parallel build issueHongxu Jia2018-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | While do an out-of-tree build, if dir panel-plugin is not created in time, there is a compile failure: ... | intltool-merge -d -u -c ./po/.intltool-merge-cache ../xfce4-screenshooter-1.9.1/po ../xfce4-screenshooter-1.9.1/panel-plugin/screenshooter.desktop.in panel-plugin/screenshooter.desktop | Died at intltool-merge line 1184, <PO_FILE> line 22700. ... Ensure panel-plugin subdirectory exists fixes the issue. The fix refers the following commit: ... commit 754754b53bbf4c72d7855e9209f1ccecce5cd8dd Author: Catalin Enache <catalin.enache@windriver.com> Date: Thu Nov 9 11:12:29 2017 +0800 xfce4-screenshooter: create src dir before build ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Andreas Müller <schnitzeltony@google.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* menulibre: update 2.1.5 -> 2.2.0Andreas Müller2018-05-171-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-screenshooter: update 1.9.1 -> 1.9.2Andreas Müller2018-05-171-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* menulibre: only include when x11 in DISTRO_FEATURESArmin Kuster2018-04-131-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xarchiver: only include when x11 in DISTRO_FEATURESArmin Kuster2018-04-131-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-terminal: update 0.8.7.2 -> 0.8.7.3Andreas Müller2018-04-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-terminal: update 0.8.7.1 -> 0.8.7.2Andreas Müller2018-03-211-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-terminal: update 0.8.6 -> 0.8.7.1Andreas Müller2018-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-notifyd: update 0.4.0 -> 0.4.2Andreas Müller2018-03-162-108/+2
| | | | | | | Patch was applied upstream and is working now after additional tarball fix. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* menulibre: update 2.1.3 -> 2.1.5Andreas Müller2018-03-164-122/+12
| | | | | | | | | | | 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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce-polkit: fix Name/Comment fields in desktop fileAndreas Müller2018-01-222-1/+38
| | | | | | | | Without this xfce-polkit is displayed ad 'null' in autosatart dialog of xfce4-settings. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-screenshooter: create src dir before buildCatalin Enache2017-11-301-0/+1
| | | | | | | | | | | In some case the output directory for xfce4-screenshooter.appdata.xml file doesn't exist. Create directory before build. Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-notifyd: avoid trouble starting daemon for images with multiple desktopsAndreas Müller2017-11-192-0/+110
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>