summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/list.xml
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to rpm-4.19Thierry Vignaud2024-01-051-1/+1
|
* Eliminate use of egrep and fgrep and the warnings they now giveDan Fandrich2024-01-051-2/+2
|
* installer: update file list for changes in Adwaita icon locationsMartin Whitaker2023-04-281-9/+9
|
* installer: include icu data file needed when using WebKitGTK.Martin Whitaker2023-01-021-0/+4
|
* installer: add openssl config file needed when running cryptsetup (mga#31315)Martin Whitaker2022-12-291-0/+1
|
* installer: add additional files to allow https URLs to be authenticated.Martin Whitaker2022-11-301-0/+2
|
* Rework mirror::nearest() to use the same algorithm as urpm::mirrors.Martin Whitaker2022-11-201-0/+5
| | | | | The old code never really worked. At best it would return a mirror at the same longitude, but usually it returned a random result.
* Include rpm & rpmdb in stage 2 installer files.Martin Whitaker2022-10-291-0/+2
| | | | | These are needed to allow the rpm database to be converted to sqlite when upgrading an older Mageia installation (mga#31024).
* Fix typo in comment.Martin Whitaker2022-10-281-1/+1
|
* Adapt to WebKit2 4.1.Martin Whitaker2022-10-261-8/+9
|
* Adapt to perl 5.28Thierry Vignaud2022-06-081-4/+0
|
* Enable to alter default downloader (mga#28539)Thierry Vignaud2022-01-171-1/+1
| | | | | | | Default is still curl. Choice is limited to what is actually included in stage2 (for now, only aria2c, curl or wget) eg: " downloader=wget"
* Fix drakxools debuginfo name with rpm-4.14+Thierry Vignaud2021-10-291-1/+1
| | | | Also include Xorg debuginfo
* Add a wrapper to easily debug XorgThierry Vignaud2021-10-291-0/+10
|
* Add more files for gdb-11.1 to work smoothlyThierry Vignaud2021-10-291-1/+18
| | | | (missing scm files)
* Adapt to the fact that gdb-11.1 uses guile-3Thierry Vignaud2021-10-291-11/+11
|
* Adapt to xserver-21.1Thierry Vignaud2021-10-071-2/+0
|
* Adapt to gdk_pixbuf 2.42.6Thierry Vignaud2021-06-061-1/+0
|
* Adjust to x11-data-xkbdata-2.32Thierry Vignaud2021-06-061-2/+0
|
* fix building with glibc-2.32Thierry Vignaud2020-12-081-1/+0
|
* Regroup tools somewhatThierry Vignaud2020-11-201-7/+9
|
* Use mkfs.ntfs symlink for consistencyThierry Vignaud2020-11-201-1/+1
|
* Use mkfs.fat instead of mkdosfs symlinkThierry Vignaud2020-11-201-1/+1
|
* Group together all fsck & related toolsThierry Vignaud2020-11-201-8/+7
|
* Include tools for exfatThierry Vignaud2020-11-201-1/+1
| | | | exfat-utils is in no more in tainted/release, we use exfatprogs now
* installer: remove unicore/Heavy.pl and utf8_heavy.pl from list.xmlMartin Whitaker2020-06-181-2/+0
| | | | They no longer exist in perl 5.32.
* explain the need for HarfBuzzThierry Vignaud2020-06-171-1/+1
|
* installer: latest Pango requires HarfBuzz.Martin Whitaker2020-06-171-0/+1
|
* add minimal support for exFATThierry Vignaud2020-03-201-0/+1
| | | | colorize it the same way as FAT or NTFS
* actually enable to resize NILFS2Thierry Vignaud2020-03-181-1/+1
| | | | | | | | | | | | bit of support was there but code could not be reached also actually include nilfs-resize for resizing NILFS2 It's only supported online: "This command is valid only for mounted NILFS2 file systems, and will fail if the device has no active mounts." Note that ext3/4 could use the same path but only for growing. XFS could also share that path...
* include xfs_growfsThierry Vignaud2020-03-181-1/+1
|
* add support for F2FSThierry Vignaud2020-03-181-0/+1
|
* adjust debug build to current pythonThierry Vignaud2020-03-161-2/+2
| | | | else drakx-installer-stage2 cannot be rebuilt with the debug option
* include ntfs3g compression support pluginThierry Vignaud2020-03-121-0/+4
| | | | It's needed for supporting Windows 10 NTFS "Compact OS"
* regroup fs toolsThierry Vignaud2020-02-191-1/+1
|
* adapt to libinput-1.15.0Thierry Vignaud2020-01-251-1/+2
|
* newer Gtk+3 needs GdkPixdataThierry Vignaud2019-09-131-0/+1
|
* adjust to new rpm-mageia-setupThierry Vignaud2019-09-121-1/+1
|
* adapt to libinput 1.4Thierry Vignaud2019-08-291-2/+2
|
* installer: include all of /usr/lib/udev/hwdb.d (mga#20327)Martin Whitaker2019-05-271-7/+1
|
* include libinput model quirks rulesThierry Vignaud2019-04-261-0/+1
| | | | Hoping it can helps mga#20327
* installer: fix paths to Adwaita iconsMartin Whitaker2019-03-161-8/+6
| | | | | | | Follow changes in the adwaita-icon-theme package: - the pan-*-symbolic icons have been moved - the go-up and go-down icons have been deprecated since GTK+ 3.10 and don't appear to be needed any more
* installer: include Encode::Unicode moduleMartin Whitaker2018-09-231-0/+2
| | | | needed by bootloader::write_refind()
* include mode modules for Encode (mga#23481)Thierry Vignaud2018-08-251-0/+3
|
* unicore/lib seems uneeded nowThierry Vignaud2018-08-251-4/+0
|
* actually include the XS part of List::MoreUtils::XSThierry Vignaud2018-08-091-0/+1
|
* adapt to perl 5.28: fix including stuff from pkgsThierry Vignaud2018-08-091-2/+2
| | | | need to expand macro when using "matching"
* adapt to perl 5.28Thierry Vignaud2018-08-091-74/+80
| | | | | - perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch) - ARCH-linux-thread-multi & version is no more used in path
* include libinput 1.12 RC2 moved quirksThierry Vignaud2018-08-011-0/+4
|
* adapt to 1.12 RC1Thierry Vignaud2018-08-011-2/+0
|