summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* gparted: upgrade 1.6.0 -> 1.7.0Wang Mingyu2025-02-101-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== * Recognise NBDs (Network Block Devices) * Add support for Bcachefs (experimental), single device file systems only * Prevent GParted probe starting LVM Volume Groups * Increase minimum required version of libparted to 3.2 * Update CI jobs for Ubuntu 24.04 LTS and use Rocky Linux 8 * Read exFAT file system usage from exfatprogs >= 1.2.3 * Fix serial number for my USB key showing binary data * Add support for Bcachefs, single device file systems only * Prevent GParted probe starting LVM Volume Groups * Fix hang searching partitions when btrfs-progs not installed * Increase minimum required version of libparted to 3.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-231-1/+1
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: update 1.5.0 -> 1.6.0Markus Volk2024-03-231-1/+2
| | | | | | | install missing metainfo files Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-gnome: Update patch status for several recipesKhem Raj2023-04-055-0/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit-gnome: add recipeMarkus Volk2023-04-057-0/+434
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: update 1.4.0 -> 1.5.0Markus Volk2023-02-223-68/+6
| | | | | | | | - Remove unneeded patches - Keep buildable without polkit after gettext migration Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: Allow wayland or x11 distro featuresKhem Raj2022-04-251-1/+2
| | | | | | | Fixes build with no-X11 distros Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gparted: update to v1.4.0Markus Volk2022-04-102-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE - use POSIX basename() to fix up musl build ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87) * Fix detection of mount points for encrypted file systems (#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (#183, !96) * Add JBD external EXT3/4 journal detection (#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> 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>
* gparted: Do not use NULL where boolean is expectedKhem Raj2022-01-282-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: add UPSTREAM_CHECK_URIOleksandr Kravchuk2021-12-131-0/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 1.3.0 -> 1.3.1Andreas Müller2021-11-031-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | 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>
* gparted: upgrade 1.2.0 -> 1.3.0Andreas Müller2021-05-111-1/+1
| | | | | | | | | | | | | | The GParted 1.3.0 release includes some new features in addition to bug fixes, and language translation updates. Key changes include: - Support resizing open LUKS2 encryption mappings - Improve exFAT support such as read FS usage and set UUID - Fix crash in Create New Partition dialog when changing type - Avoid GParted hanging when non-named device is hung Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 1.1.0 -> 1.2.0Andreas Müller2021-01-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GParted 1.2.0 (2021-01-25) Release Notes This release of GParted includes enhancements, bug fixes and language translation updates. Key changes include: Add exFAT support using exfatprogs Wait for udev change on /dev/DISK when erasing signatures Don't try to mask non-existent Systemd \xe2\x97\x8f.service Bug Fixes Add exFAT support using exfatprogs (!30) Fix gparted not launching when PS_FORMAT environment variable set (!54) Wait for udev change on /dev/DISK when erasing signatures(#83, !55) Raise minimum supported dosfstools to 3.0.18 (!57) Fix formatting directive in it.po (!58) Fix GNOME GitLab CI test job failures because of missing /dev entries (!59) Fix GitLab CI job failures following Ubuntu docker image updates (!60) Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62) Set default alignment to cylinder for amiga partition table (#116, !63) Don't try to mask non-existent Systemd \xe2\x97\x8f.service (#129, !64) Code Credits Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 0.33.0 -> 1.1.0Andreas Müller2020-05-035-70/+86
| | | | | | | | | | | * Due to huge bump recipe had to reworked completely * They offer a polkit action so our tailored version can go (it stopped working long ago btw). It is installed unconditionally but packed into an extra package which finds it's way into image only if 'polkit' is in distro features. 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>
* gparted: add to deps instead of overwritingKhem Raj2019-09-111-1/+1
| | | | | | | | | | | | Thsi recipe inherits gtk-icon-cache which adds hicolor-icon-theme to dependencies conditionally, this however gets lost if the DEPENDS is using = instead of += Fixes ERROR: QA Issue: gparted rdepends on hicolor-icon-theme, but it isn't a build dependency, missing hicolor-icon-theme in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 0.31.0 -> 0.33.0Andreas Müller2019-03-281-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: update 0.30.0 -> 0.31.0Andreas Müller2018-04-081-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gparted: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gparted: update 0.28.1 -> 0.30.0Andreas Müller2017-11-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* recipes: remove blacklisted recipesMartin Jansa2017-08-311-25/+0
| | | | | | | | * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: update 0.27.0 -> 0.28.1Andreas Müller2017-07-141-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-131-0/+2
| | | | | | | | | devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: update to 0.27.0Andreas Müller2016-11-221-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-2/+2
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: add intltool-native dependencyMartin Jansa2016-08-151-1/+1
| | | | | | | | * fixes: | ../gparted-0.24.0/configure: line 16730: syntax error near unexpected token `0.35.5' | ../gparted-0.24.0/configure: line 16730: `IT_PROG_INTLTOOL(0.35.5)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-doc-utils-stub: add a recipeAlexander Kanavin2016-06-081-1/+1
| | | | | | | | | | | Real gnome-doc-utils can no longer be build (because it requires both python 2 and libxml2, which can only be build for one version of Python), so a stub recipe which provides just m4 macros is provided, and usage of gnome-doc-utils is disabled where needed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-theme-torturer: BlacklistMartin Jansa2016-02-251-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-theme-torturer: addRoss Burton2016-02-151-0/+24
| | | | | | | Add this to meta-gnome as it's being removed from oe-core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: add polkit supportAndreas Müller2015-11-063-2/+52
| | | | | | | | | | | * This was missing for me and is a good test case for xfce-polkit asking for root's password. * Decision to use polkit (installed?) is made at runtime. Unfortunately this cool solution was not my idea but stolen from [1] [1] http://pkgs.fedoraproject.org/cgit/gparted.git Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gparted: add gtk-icon-cache to inheritAndreas Müller2015-11-061-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gparted: update to 0.24.0Andreas Müller2015-11-061-3/+3
| | | | | | | | | | | | | | | | Depending on gnome-doc-utils-native fixes (detected when building from scratch): | gnome-doc-utils.make:63: error: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | gnome-doc-utils.make:133: error: ENABLE_SK does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | gnome-doc-utils.make:182: error: ENABLE_SK does not appear in AM_CONDITIONAL | help/Makefile.am:1: 'gnome-doc-utils.make' included from here | ... | autoreconf: automake failed with exit status: 1 | ERROR: autoreconf execution failed. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gparted: update to 0.23.0Andreas Müller2015-08-242-74/+3
| | | | | | | a patch better than mine was applied mainline Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: initial add 0.20.0Andreas Müller2014-11-242-0/+89
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>