https://goodies.xfce.org/ states "Starting this month (November 2019), a project is starting
to migrate the goodies.xfce.org documentation to https://docs.xfce.org/start. The goal is to
remove deprecated projects and, eventually, de-commission the goodies.xfce.org URLs. Additional
information will be posted on https://wiki.xfce.org/projects/goodies-decomm/start as the project
proceeds."
This patch updates the URLs being used in the HOMEPAGEs to reflect where the address is actually
resolving.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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>
Release notes for 4.16.0
========================
- Add README.md to EXTRA_DIST (#72)
- Translation Updates: Albanian, Basque, Belarusian, Catalan, Chinese
(China), Chinese (Taiwan), Czech, Dutch, Estonian, Finnish, French,
German, Hebrew, Italian, Japanese, Lithuanian, Norwegian Bokmål,
Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish,
Turkish
Release notes for 4.15.0
========================
This is a development release aimed at testers and translators. Parole
4.16.0 should be expected in the coming weeks.
Playlist Improvements:
- Playlist is now an in-window popover instead of a slide-out panel
- Shuffle functionality now utilizes a sort filter instead of randomly
selecting the next track, making it possible makeing the playback
history more accurate (#32)
DVD Support:
- Added a menu option to activate the subpicture menu
- DVD chapter selection from the playlist is functional again
- The DVD menu will now automatically load if playback does not start
successfully
Dialog Appearance Improvements:
Each of the dialogs were ported to CSD with some cleanup and default
buttons marked as "suggested". The following dialogs had some additional
improvements:
- Go To Position: Timestamp inputs changed to vertical orientation for
better clock-like appearance
- Keyboard Shortcuts: Adjusted to "always-center" positioning since
transient positioning failed
- Open File: Spinner configured as the FileChooser "extra" widget
- Open Location: Removed some duplicated text
- Plugins: Rearranged the plugins manager, and moved credits to a
per-plugin About dialog
- Save Playlist: File type panel replaced with a combobox that also
filters the FileChooser
General:
- Added basic GitLab pipeline
- Added new icon and icon name "org.xfce.parole"
- Added README.md
- Fixed distcheck builds with intltool 0.51.0
- Fixed full-debug builds with GLib 2.35+
- Fixed missing-prototypes errors
- Player controls are no longer hidden while the sound popover is open
- Selecting an option on the "Stream is taking too long" dialog will now
dismiss the dialog
- Sort POTFILES.in to make it easier to review
Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
Eastern Armenian, English (Australia), Estonian, Galician, German,
Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
Japanese, Kazakh, Lithuanian, Occitan (post 1500), Polish, Portuguese,
Slovak, Slovenian, Spanish, Swedish, Telugu, Turkish, Ukrainian, Uyghur
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
>From release notes:
* fix crash when parsing MPD 0.21 outputs response in some cases (bug #15415)
* new translations: hy_AM, ie, fi
* many updated translations
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* This is a bufix release
* Also removed dependencies redundant with "inherit xfce-app"
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is a partial revert of commit 2ad5ceafa5 [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 2ad5ceafa5, 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>
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning:
| WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic:
${COREBASE}/LICENSE is not a valid license file, please use
'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.
This will become an error in the future
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Multiple recipes require other recipes which all are defined to have a
LICENSE_FLAGS = "commercial". Set these referring packages to the same
license flag so they are only enabled when their dependency is also enabled.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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>
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>
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>