wok-current view tazpkg/stuff/getall-module.patch @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 --- a/modules/upgrade
2 +++ b/modules/upgrade
3 @@ -16,6 +16,9 @@
4 # Get TazPkg working environment
5 . @@MODULES@@/getenv
7 +# Get TazPkg getall module
8 +. @@MODULES@@/getall
9 +
10 time="$(date +%s)"
12 # Recharge packages databases (if necessary) (respects already exported "root" value)
13 --- a/modules/upgrade
14 +++ b/modules/upgrade
15 @@ -147,6 +147,9 @@
16 fi
17 case "$answer" in
18 0)
19 + # Fetch all pkgs upgrade
20 + _ 'Fetch all updates :'
21 + fetchall_pkgs
22 for pkg in $(cat "$UP_LIST"); do
23 echo 'y' | tazpkg -gi "$pkg" --forced #--reason="upgrade"
24 done
25 --- a/po/fr.po
26 +++ b/po/fr.po
27 @@ -1329,6 +1329,10 @@
28 msgid "Do you wish to install them now? (y/N)"
29 msgstr "Voulez-vous les installer maintenant ? (o/N)"
31 +#: modules/upgrade:151
32 +msgid "Fetch all updates :"
33 +msgstr "Téléchargment des mises à jour :"
34 +
35 #: modules/upgrade:157
36 msgid "Leaving without any upgrades installed."
37 msgstr "Sortie sans avoir installé de mise à jour."
38 --- a/po/tazpkg.pot
39 +++ b/po/tazpkg.pot
40 @@ -1314,6 +1314,10 @@
41 msgid "Do you wish to install them now? (y/N)"
42 msgstr ""
44 +#: modules/upgrade:151
45 +msgid "Fetch all updates :"
46 +msgstr ""
47 +
48 #: modules/upgrade:157
49 msgid "Leaving without any upgrades installed."
50 msgstr ""