wok-current diff gptfdisk/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (6 days ago) |
parents | 7740a0c081ce |
children |
line diff
1.1 --- a/gptfdisk/receipt Tue Feb 13 07:30:07 2024 +0100 1.2 +++ b/gptfdisk/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -14,6 +14,8 @@ 1.4 DEPENDS="ncursesw popt util-linux-uuid" 1.5 BUILD_DEPENDS="ncursesw-dev popt-dev util-linux-uuid-dev" 1.6 1.7 +HOST_ARCH="i486 x86_64" 1.8 + 1.9 # What is the latest version available today? 1.10 current_version() 1.11 { 1.12 @@ -26,6 +28,7 @@ 1.13 compile_rules() 1.14 { 1.15 patch --input=$stuff/patches/gptcurses.cc-1.0.8 1.16 + patch --input=$stuff/patches/guid.cc-1.0.8 1.17 1.18 make 1.19 }