wok diff inxi/receipt @ rev 23708
updated tumbler and tumbler-dev (0.2.7 -> 0.2.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 14:56:48 2020 +0100 (2020-04-28) |
parents | 4b5d7d9c4529 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/inxi/receipt Wed Mar 13 14:55:07 2019 +0100 1.2 +++ b/inxi/receipt Tue Apr 28 14:56:48 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="inxi" 1.7 -VERSION="3.0.32.1" 1.8 +VERSION="3.0.37" 1.9 CATEGORY="utilities" 1.10 TAGS="system-information" 1.11 SHORT_DESC="Full featured CLI system information tool." 1.12 @@ -10,7 +10,7 @@ 1.13 WEB_SITE="https://smxi.org/docs/inxi.htm" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://github.com/smxi/$PACKAGE/archive/${VERSION/32./32-}.tar.gz" 1.17 +WGET_URL="https://github.com/smxi/$PACKAGE/archive/$VERSION-1.tar.gz" 1.18 1.19 DEPENDS="bash coreutils-disk gawk pciutils procps sed" 1.20 1.21 @@ -26,21 +26,37 @@ 1.22 # Configure inxi to work with SliTaz 1.23 1.24 inxi="$fs/usr/bin/inxi" 1.25 - sed -i 's|/var/run/dmesg.boot|/var/log/dmesg.log|' $inxi 1.26 + sed -i 's|/var/run/dmesg.boot|/var/log/dmesg.log|' \ 1.27 + $inxi 1.28 # SliTaz packages 1.29 - sed -i 's|df:coreutils|df:coreutils-disk|' $inxi 1.30 - sed -i 's|readlink:coreutils|readlink:coreutils-file-special|' $inxi 1.31 - sed -i 's|tr:coreutils|tr:coreutils-character|' $inxi 1.32 - sed -i 's|uname:uname|uname:coreutils-context-system|' $inxi 1.33 - sed -i 's|wc:coreutils|wc:coreutils-file-summarize|' $inxi 1.34 - sed -i 's|glxinfo:mesa-utils|glxinfo:mesa-demos|' $inxi 1.35 - sed -i 's|xdpyinfo:X11-utils|xdpyinfo:xorg-xdpyinfo|' $inxi 1.36 - sed -i 's|xprop:X11-utils|xprop:xorg-xprop|' $inxi 1.37 - sed -i 's|xrandr:x11-xserver-utils|xrandr:xorg-xrandr|' $inxi 1.38 - sed -i 's|dig:dnsutils|dig:bind-client|' $inxi 1.39 - sed -i 's|hddtemp:hddtemp|hddtemp:|' $inxi # no package 1.40 - sed -i 's|ip:iproute|ip:iproute2|' $inxi 1.41 - sed -i 's|strings:binutils|strings:busybox|' $inxi 1.42 - sed -i 's|runlevel:sysvinit|runlevel:|' $inxi # no package 1.43 - sed -i 's|print_lines_basic "0" "" "Debian/Ubuntu:.*$|print_lines_basic "0" "" "SliTaz:^$package_deb"|' $inxi 1.44 + sed -i 's|df:coreutils|df:coreutils-disk|' \ 1.45 + $inxi 1.46 + sed -i 's|readlink:coreutils|readlink:coreutils-file-special|' \ 1.47 + $inxi 1.48 + sed -i 's|tr:coreutils|tr:coreutils-character|' \ 1.49 + $inxi 1.50 + sed -i 's|uname:uname|uname:coreutils-context-system|' \ 1.51 + $inxi 1.52 + sed -i 's|wc:coreutils|wc:coreutils-file-summarize|' \ 1.53 + $inxi 1.54 + sed -i 's|glxinfo:mesa-utils|glxinfo:mesa-demos|' \ 1.55 + $inxi 1.56 + sed -i 's|xdpyinfo:X11-utils|xdpyinfo:xorg-xdpyinfo|' \ 1.57 + $inxi 1.58 + sed -i 's|xprop:X11-utils|xprop:xorg-xprop|' \ 1.59 + $inxi 1.60 + sed -i 's|xrandr:x11-xserver-utils|xrandr:xorg-xrandr|' \ 1.61 + $inxi 1.62 + sed -i 's|dig:dnsutils|dig:bind-client|' \ 1.63 + $inxi 1.64 + sed -i 's|hddtemp:hddtemp|hddtemp:|' \ 1.65 + $inxi # no package 1.66 + sed -i 's|ip:iproute|ip:iproute2|' \ 1.67 + $inxi 1.68 + sed -i 's|strings:binutils|strings:busybox|' \ 1.69 + $inxi 1.70 + sed -i 's|runlevel:sysvinit|runlevel:|' \ 1.71 + $inxi # no package 1.72 + sed -i 's|print_lines_basic "0" "" "Debian/Ubuntu:.*$|print_lines_basic "0" "" "SliTaz:^$package_deb"|' \ 1.73 + $inxi 1.74 }