diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-06 16:17:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-06 14:20:51 -0800 |
commit | 55679e2557b0e5c8c15468a7b1fca4fa5b1f51b2 (patch) | |
tree | 2fadfbc757b321ee225efc19df04baf09f7210eb /meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb | |
parent | 15bd506bd9fb55b61072884463ed13c66bb4bcf7 (diff) | |
download | meta-openembedded-55679e2557b0e5c8c15468a7b1fca4fa5b1f51b2.tar.gz |
thunar-volman: upgrade 0.9.5 -> 4.16.0
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>
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb deleted file mode 100644 index d499e22ea..000000000 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SUMMARY = "Automatic management of removable drives and media for thunar" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS = "exo libnotify libgudev" | ||
6 | |||
7 | inherit xfce features_check | ||
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
11 | SRC_URI[md5sum] = "f9ef39ed4bbff05eb74058dfff24dd84" | ||
12 | SRC_URI[sha256sum] = "7ea7c6693334f2248cf399586af8974dfb7db9aad685ee31ac100e62e19a1837" | ||
13 | |||
14 | PACKAGECONFIG ??= "" | ||
15 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | ||
16 | |||
17 | RDEPENDS_${PN} = "eject" | ||