19 Commits

Author SHA1 Message Date
Khem Raj
2a483cfd80 thunar-archive-plugin: upgrade 0.5.1 -> 0.5.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:43 -08:00
Khem Raj
a5143ea64c thunar-shares-plugin: upgrade 0.3.1 -> 0.3.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:33 -08:00
Kai Kang
bac63db5dc thunar-archive-plugin: 0.5.0 -> 0.5.1
Release notes for 0.5.1
=======================
Bugfix and translation release

Fixes:
- Fix use-after-free crash in "tap_provider_child_watch_destroy"
- build: Add GLib requirement
- build: Fix autotools warnings
- Use generic package icon name in dialog header

Translation Updates:
  English (Canada), Greek, Persian (Iran), Russian

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17 09:53:32 -07:00
Kai Kang
d23c91f722 thunar-media-tags-plugin: 0.3.0 -> 0.4.0
Update thunar-media-tags-plugin from 0.3.0 to 0.4.0

* update HOMEPAGE
* the license file is out of date and has been updated to latest GPL2
  text [1]

[1]: https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/-/commit/e206959

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10 09:39:38 -07:00
Kai Kang
56607c9463 thunar-shares-plugin: Bump GLib minimum required to 2.26
Backport patch to bump glib minimum required version to 2.26 for
thunar-shares-plugin.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27 16:03:06 -08:00
Markus Volk
d105948181 thunar-archive-plugin: update 0.4.0 -> 0.5.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-06 13:55:04 -08:00
Markus Volk
abdb05b6b4 unblock some recipes for wayland
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01 08:43:01 -07:00
Khem Raj
66cc729664 thunar-shares-plugin: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 19:20:38 -08:00
Khem Raj
06c810a80e recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
Martin Jansa
c61dc077bb Convert to new override syntax
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>
2021-08-03 10:21:25 -07:00
Andreas Müller
c36d47e709 thunar-shares-plugin: upgrade 0.3.0 -> 0.3.1
Release notes for 0.3.1

=======================
- Remove unused THUNARX_TYPE_PREFERENCES_PROVIDER, since it may cause
  crashes (iface->get_menu_items not implemented)
- Improved spacing and layout (Bug #14657)
- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Czech, Danish, Dutch, English
(Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
Japanese, Kazakh, Korean, Latvian, Lithuanian, Norwegian Bokmål, Occitan
(post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Serbian,
Slovak, Slovenian, Spanish, Turkish, Uighur, Ukrainian, Urdu, Urdu
(Pakistan), Uzbek, Vietnamese

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-10 17:48:38 -07:00
Denys Dmytriyenko
4c00e5fed9 recipes: rename distro_features_check to features_check
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>
2019-11-21 17:51:37 -08:00
Armin Kuster
a5ebab5dfe thunar-shares-plugin: add pam to REQUIRED_DISTRO_FEATURES
package has a rdepends on samba-server

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-29 12:38:21 -07:00
Andreas Müller
8020defbac thunar-shares-plugin: initial add 0.3.0
* it has seen a major update recently (GTK3 Port / Thunarx-3 Port)
* it requires samba-server - so don't add it to packagegroup-xfce-extended for now.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-30 08:58:30 -07:00
Andreas Müller
fa0bde4164 thunar-media-tags-plugin: upgrade 0.2.1 -> 0.3.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14 08:57:14 -07:00
Andreas Müller
0b9506385f thunar-archive-plugin: upgrade 0.3.1 -> 0.4.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14 08:57:14 -07:00
Matthieu CRAPET
c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
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>
2014-02-23 23:20:02 +01:00
Andreas Müller
8d668c02d9 thunar-media-tags-plugin: initial add 0.2.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-05-19 09:37:30 +02:00
Andreas Müller
29cd0c6255 thunar-archive-plugin: initial add 0.3.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-05-19 09:37:30 +02:00