summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/thunar-volman
Commit message (Collapse)AuthorAgeFilesLines
* thunar-volman: 4.16.0 -> 4.18.0Kai Kang2022-12-271-4/+4
| | | | | | | | | | | Update thunar-volman from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * inherit perlnative to fix error: | checking for XML::Parser... configure: error: | XML::Parser perl module is required for intltool Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Allow several components notificationAndreas Müller2022-04-061-1/+1
| | | | | | | | | | | | Never understood why we disappoint users by creating packages that behave differently from what they are used to in non-embedded distributions. Particularly when not saving build time: xfce4-notifyd which is a center component of XFCE and should be part of any useful image depends upon libnotify unconditionally. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar-volman: upgrade 0.9.5 -> 4.16.0Andreas Müller2021-01-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Add README.md to EXTRA_DIST - Translation Updates: Turkish, Vietnamese Release notes for 4.15.1 ======================== This is a development release of Thunar-volman aiming the upcoming release of Xfce 4.16. - Fix typo in README - Adds new README.md updates AM_INIT_AUTOMAKE - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese Release notes for 4.15.0 ======================== [Please note that this is a development release.] - Use icons from icon theme in the dialog (!3) - Add new app icon and switch to rDNS - Remove PDA tab (!1) - Avoid critical error when closing preferences dialog - Support libxfce4ui XfceTitledDialog new API - Translation Updates: Albanian, Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Eastern Armenian, English (United Kingdom), Estonian, Galician, Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Portuguese, Russian, Slovenian, Spanish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | 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>
* thunar-volman: 0.9.3 -> 0.9.5Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: 0.9.2 -> 0.9.3Kai Kang2019-07-161-3/+3
| | | | | | | | | * clean DEPENDS that removed items are required by exo: exo --> libxfce4ui --> libxfce4util --> glib-2.0 --> xfconf Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: 0.9.1 -> 0.9.2Kai Kang2019-06-151-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: upgrade 0.9.0 -> 0.9.1Andreas Müller2019-01-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: update 0.8.1 -> 0.9.0Andreas Müller2018-06-142-30/+3
| | | | | | | | * remove gtk+ dependency: Thunar moved to gkt3 and depending on libxfce4u* is good enough * it is a development release but no stoppers could be found. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* thunar-volman: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | thunar-volman depends on gtk+ and libxfce4ui which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar-volman: Fix build with clangKhem Raj2016-08-222-0/+27
| | | | | | | | | 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>
* thunar-volman: replace udev by libgudev in DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | fixes: | checking for gudev-1.0 >= 145... not found | *** The required package gudev-1.0 was not found on your system. | *** Please install gudev-1.0 (atleast version 145) or adjust Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar-volman: update to 0.8.1Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar-volman: Add PACKAGECONFIG for notifyMartin Jansa2013-10-051-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar-volman: update to 0.8.0Andreas Müller2012-09-181-4/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar-volman: add eject to RDEPENDSAndreas Müller2012-04-101-0/+3
| | | | | | | | | | Ejecting USB-memory stick caused: Error starting job: Failed to execute child process "eject" (No such file or directory) run-tested with angstrom/meta-oe environment on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* thunar-volman: Add udev to DEPENDSAndreas Müller2011-09-021-1/+1
| | | | | | | | | | | | | | | With fresh tmp-dir bitbake thunar-volman failed with | checking for gudev-1.0 >= 145... not found | *** The required package gudev-1.0 was not found on your system. | *** Please install gudev-1.0 (atleast version 145) or adjust | *** the PKG_CONFIG_PATH environment variable if you | *** installed the package in a nonstandard prefix so that | *** pkg-config is able to find it. | + bbfatal 'oe_runconf failed' Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* thunar-volman: Add initial recipe with version 0.6.0Andreas Müller2011-08-311-0/+10
* build & partially run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>