summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* - remove_unused_packages()Thomas Backlund2013-05-181-1/+1
| | | | | | kbluetooth is replaced by bluedevil, (#10082)
* special case for libreoffice-langpack-brThierry Vignaud2012-12-211-1/+1
|
* include FIRMWARE packages from Cards+ in detected graphical drivers (#6438, ↵Olivier Blin2012-10-131-1/+3
| | | | | | | | #7641): - not to remove radeon-firmware in draklive-install if a matching card is present - to install radeon-firmware during install
* revert bogus commitOlivier Blin2012-10-131-4/+2
|
* debug remove packages featureOlivier Blin2012-10-131-2/+4
|
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-1/+1
| | | | | - use 'LDAP' instead of 'Ldap'
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* do not remove important networking packages even if they seem unused (#49668)Pascal Terjan2010-05-261-0/+4
|
* task-kde3-minimal is dead, and now task-gnome-minimal instead of task-gnomePascal Terjan2010-05-251-2/+2
|
* Revert "don't ever remove locales-en when removing unused locales"Christophe Fergeau2010-05-111-1/+1
| | | | This reverts commit f5f2a44bbc1cdfde292b92febebfe9011acd5b05.
* don't ever remove locales-en when removing unused localesChristophe Fergeau2010-05-111-1/+1
| | | | It's used as the default locale on the flash
* handle zh_TW and similar locales in unused locales detectionChristophe Fergeau2010-05-111-1/+1
| | | | | | | Unused locale code tries to look for packages named locales-$cur_locale but this isn't right when the locale is zh_TW or similar since the package is named locales-zh for these locales. For such locales, use the main locale name when doing the package lookup.
* don't use $::prefix to remove unused packagesChristophe Fergeau2009-12-011-2/+2
| | | | | | If we do that, it will mess with the locale detection. Use a separate variable for the prefix where to run urpme from, and use the normal $::prefix for the rest of the code
* use ::prefix when removing unneeded packagesChristophe Fergeau2009-11-301-1/+1
| | | | | | | This is necessary for draklive-install on the Flash which does not copy / to the hard disk but a subdirectory. If we don't take ::prefix into account, we won't clean what we are about to install but the currently running system.
* (read_rpmsrate) use the installer's logic regarding flags inThierry Vignaud2009-04-211-1/+2
| | | | | | | | | | standalone mode, thus fixing wrongly selecting some 32bits packages on x86_64 (#50148) (regression introduced in r256659 on 2009-04-17; "(detect_hardware_packages,simple_read_rpmsrate) do not offer to install KDE packages on GNOME or LXDE (#49671)")
* (detect_rpmsrate_hardware_packages) do not offer to install java plugin (#48520)Thierry Vignaud2009-04-201-1/+1
|
* (read_rpmsrate) add a commentThierry Vignaud2009-04-171-1/+1
|
* (detect_hardware_packages,simple_read_rpmsrate) do not offer to installThierry Vignaud2009-04-171-4/+19
| | | | KDE packages on GNOME or LXDE (#49671)
* fix typo (thanks titi)Olivier Blin2008-10-021-1/+1
|
* use a minimum rpmsrate level of 5 when netbook/nettop/low_resources systems ↵Olivier Blin2008-10-021-1/+1
| | | | are detected
* use functions to get rpmsrate levelsOlivier Blin2008-10-021-2/+7
|
* move rpmsrate values in variablesOlivier Blin2008-09-231-0/+2
|
* fix network packages detectionOlivier Blin2008-09-181-1/+1
|
* keep all settings (for next commit)Olivier Blin2008-09-181-1/+2
|
* indent and space fixesOlivier Blin2008-09-171-12/+12
|
* improve phrasing (from Fred and Adam)Olivier Blin2008-09-051-2/+2
|
* merge remove-unused-hardware-packages and remove-unselected-localesOlivier Blin2008-09-051-0/+41
| | | | | helpers into a new remove-unused-packages tool (and make it reusable)
* extract detect_unselected_locale_packages functionOlivier Blin2008-09-051-0/+10
|
* extract detect_unused_hardware_packages functionOlivier Blin2008-09-051-0/+8
|
* rename as detect_rpmsrate_hardware_packagesOlivier Blin2008-08-181-2/+2
|
* use rpmsrate when detecting hardware packages outside of installOlivier Blin2008-08-181-0/+1
|
* fix indentationOlivier Blin2008-08-181-3/+3
|
* allow to detect network drivers for running system (when not maching all ↵Olivier Blin2008-08-181-1/+8
| | | | hardware)
* allow to detect graphical drivers for running system (when not maching all ↵Olivier Blin2008-08-181-2/+10
| | | | hardware)
* split graphical and network packages detection codeOlivier Blin2008-08-181-3/+15
|
* move hardware packages detection code in pkgsOlivier Blin2008-08-181-0/+23
|
* pass optional o_match_all_hardware optionOlivier Blin2008-08-181-4/+6
|
* remove useless requireOlivier Blin2008-08-181-1/+0
|
* support reading rpmsrate in chroot (could be useful for live installs)Olivier Blin2008-08-181-1/+1
|
* space fixOlivier Blin2008-08-181-1/+1
|
* remove useless isStandalone checks (we already check isInstall in one case, ↵Olivier Blin2008-08-181-2/+2
| | | | and the return values won't hurt)
* move rpmsrate functions in pkgs moduleOlivier Blin2008-08-181-0/+11
|
* add $line_nb in messagePascal Rigaux2008-03-141-2/+2
|
* add $line_nb in messagePascal Rigaux2008-03-141-1/+1
|
* kill some "used undefined variable" warningsPascal Rigaux2007-09-141-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-05-181-1486/+31
|
* re-sync after the big svn lossPascal Rigaux2007-05-181-0/+1598
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-1598/+0
|
* fix selected_leaves() dropping all packages in a circular referencePascal Rigaux2006-01-241-6/+11
| | | | | (including short circular references like amarok-engine-arts -> libamarokarts.so -> amarok-engine-arts)