diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-08 18:03:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-08 18:03:40 +0100 |
commit | 2d473748ba47a39c9ba689b4957f44ca6e2bd92d (patch) | |
tree | e54a85f90e01514c914e29e47ed264849b851444 /app-misc/screenfetch/files | |
parent | a383c251e513317adda6662eb6ec849ef25bad49 (diff) |
r1710 revision bump
Diffstat (limited to 'app-misc/screenfetch/files')
-rw-r--r-- | app-misc/screenfetch/files/kogaion.patch | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/app-misc/screenfetch/files/kogaion.patch b/app-misc/screenfetch/files/kogaion.patch deleted file mode 100644 index 00a92e2f..00000000 --- a/app-misc/screenfetch/files/kogaion.patch +++ /dev/null @@ -1,92 +0,0 @@ ---- screenfetch-dev~ 2015-05-21 10:38:27.187030904 +0200 -+++ screenfetch-dev 2015-05-21 10:39:50.374805454 +0200 -@@ -435,8 +435,8 @@ - distro_codename=null - elif [[ "${distro_detect}" == "CentOS" || "${distro_detect}" =~ "RedHatEnterprise" ]]; then - distro="Red Hat Enterprise Linux" -- elif [[ "${distro_detect}" == "Kogaion" ]]; then -- distro="Kogaion" -+ elif [[ "${distro_detect}" == "kogaion" ]]; then -+ distro="kogaion" - elif [[ "${distro_detect}" == "SolusOS" ]]; then - distro="SolusOS" - elif [[ "${distro_detect}" == "Trisquel" ]]; then -@@ -540,7 +540,7 @@ - elif [ -f /etc/redhat-release ] && grep -q "CentOS" /etc/redhat-release; then distro="CentOS" - elif [ -f /etc/slackware-version ]; then distro="Slackware" - elif [ -f /usr/share/doc/tc/release.txt ]; then distro="TinyCore" -- elif [ -f /etc/kogaion-edition ]; then distro="Kogaion"; fi -+ elif [ -f /etc/kogaion-edition ]; then distro="kogaion"; fi - else - if [[ -x /usr/bin/sw_vers ]] && /usr/bin/sw_vers | grep -i "Mac OS X" >/dev/null; then - distro="Mac OS X" -@@ -725,13 +725,13 @@ - - # Package Count - Begin - detectpkgs () { -- pkgs="Unknown" -+ pkgs="" - case "${distro}" in - 'Arch Linux'|'Parabola GNU/Linux-libre'|'Chakra'|'Manjaro'|'Antergos'|'KaOS') pkgs=$(pacman -Qq | wc -l) ;; - 'Frugalware') pkgs=$(pacman-g2 -Q | wc -l) ;; - 'Fuduntu'|'Ubuntu'|'Mint'|'SolusOS'|'Debian'|'Raspbian'|'LMDE'|'CrunchBang'|'Peppermint'|'LinuxDeepin'|'Deepin'|'Kali Linux'|'Trisquel'|'elementary OS') pkgs=$(dpkg --get-selections | wc -l) ;; - 'Slackware') pkgs=$(ls -1 /var/log/packages | wc -l) ;; -- 'Gentoo'|'Kogaion'|'Funtoo') pkgs=$(ls -d /var/db/pkg/*/* | wc -l) ;; -+ 'Gentoo'|'Funtoo'|'kogaion') pkgs=$(ls -d /var/db/pkg/*/* | wc -l) ;; - 'Fedora'|'Korora'|'openSUSE'|'Red Hat Enterprise Linux'|'CentOS'|'Mandriva'|'Mandrake'|'Mageia'|'Viperr') pkgs=$(rpm -qa | wc -l) ;; - 'Void') pkgs=$(xbps-query -l|wc -l);; - 'Evolve OS') pkgs=$(pisi list-installed | wc -l);; -@@ -3077,28 +3077,29 @@ - "${c1} .") - ;; - -- "Kogaion") -+ "kogaion") - if [[ "$no_color" != "1" ]]; then - c1=$(getColor 'white') # White -- c2=$(getColor 'light blue') # Blue -+ c2=$(getColor 'light grey') # Red - fi - if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi - startline="0" -- fulloutput=("${c2} ........... %s" -+ fulloutput=( -+"${c2} ........... %s" - "${c2} .. .. %s" - "${c2} .. .. %s" --"${c2} .. ${c1}o ${c2}.. %s" --"${c2} .. ${c1}:W' ${c2}.. %s" --"${c2} .. ${c1}.d. ${c2}.. %s" --"${c2}:. ${c1}.KNO ${c2}.: %s" --"${c2}:. ${c1}cNNN. ${c2}.: %s" --"${c2}: ${c1}dXXX, ${c2}: %s" --"${c2}: ${c1}. dXXX, .cd, ${c2}: %s" --"${c2}: ${c1}'kc .. dKKK. ,ll;:' ${c2}: %s" --"${c2}: ${c1}.xkkxc;..dkkkc',cxkkl ${c2}: %s" --"${c2}:. ${c1}.,cdddddddddddddo:. ${c2}.: %s" --"${c2} .. ${c1}:lllllll: ${c2}.. %s" --"${c2} .. ${c1}',,,,, ${c2}.. %s" -+"${c2} .. ${c1}: ${c2}.. %s" -+"${c2} .. ${c1}.:. ${c2}.. %s" -+"${c2} .. ${c1}.:. ${c2}.. %s" -+"${c2}:. ${c1}.:::. ${c2}.: %s" -+"${c2}:. ${c1}.:::. ${c2}.: %s" -+"${c2}: ${c1}.:::. : ${c2}: %s" -+"${c2}: ${c1}: .:::. ... ${c2}: %s" -+"${c2}: ${c1}.... .:::. ...... ${c2}: %s" -+"${c2}: ${c1}..................... ${c2}: %s" -+"${c2}:. ${c1}................... ${c2}.: %s" -+"${c2} .. ${c1}.......... ${c2}.. %s" -+"${c2} .. ${c1}...... ${c2}.. %s" - "${c2} .. .. %s" - "${c2} .. .. %s" - "${c2} ............... %s") -@@ -3365,7 +3366,7 @@ - myascii="${distro}" - [[ "${asc_distro}" ]] && myascii="${asc_distro}" - case ${myascii} in -- "Arch Linux - Old"|"Fedora"|"Korora"|"Mandriva"|"Mandrake"|"Chakra"|"Kogaion"|"Slackware"|"Mac OS X"|"Trisquel"|"Kali Linux"|"Jiyuu Linux"|"Antergos"|"KaOS") labelcolor=$(getColor 'light blue');; -+ "Arch Linux - Old"|"Fedora"|"Korora"|"Mandriva"|"Mandrake"|"Chakra"|"kogaion"|"Slackware"|"Mac OS X"|"Trisquel"|"Kali Linux"|"Jiyuu Linux"|"Antergos"|"KaOS") labelcolor=$(getColor 'light blue');; - "Arch Linux"|"Frugalware"|"Mageia"|"Deepin") labelcolor=$(getColor 'light cyan');; - "Mint"|"LMDE"|"openSUSE"|"LinuxDeepin"|"DragonflyBSD"|"Manjaro"|"Manjaro-tree"|"Android"|"Void") labelcolor=$(getColor 'light green');; - "Ubuntu-3color"|"FreeBSD"|"FreeBSD - Old"|"Debian"|"Raspbian"|"BSD"|"Red Hat Enterprise Linux"|"Peppermint"|"Cygwin"|"Fuduntu"|"NetBSD"|"Scientific Linux"|"DragonFlyBSD"|"BackTrack Linux") labelcolor=$(getColor 'light red');; |