diff --git a/helpers/DATA/screenfetch/screenfetch_3.9.patch b/helpers/DATA/screenfetch/screenfetch_3.9.patch new file mode 100644 index 0000000000000000000000000000000000000000..ebf590bffe73a87904f5c48945d3f81c00a437a1 --- /dev/null +++ b/helpers/DATA/screenfetch/screenfetch_3.9.patch @@ -0,0 +1,44 @@ +--- source/screenfetch-dev 2019-11-12 15:59:19.000000000 -0600 ++++ source/screenfetch-dev_trisquel 2022-08-14 03:01:18.002077839 -0500 +@@ -4749,24 +4749,23 @@ + startline="0" + logowidth="38" + fulloutput=( +-"${c1} ▄▄▄▄▄▄ %s" +-"${c1} ▄█████████▄ %s" +-"${c1} ▄▄▄▄▄▄ ████▀ ▀████ %s" +-"${c1} ▄██████████▄ ████▀ ▄▄ ▀███ %s" +-"${c1} ▄███▀▀ ▀▀████ ███▄ ▄█ ███ %s" +-"${c1} ▄███ ▄▄▄ ████▄ ▀██████ ▄███ %s" +-"${c1} ███ █▀▀██▄ █████▄ ▀▀ ▄████ %s" +-"${c1} ▀███ ███ ███████▄▄ ▄▄██████ %s" +-"${c1} ▀███▄ ▄███ █████████████${c2}████▀ %s" +-"${c1} ▀█████████ ███████${c2}███▀▀▀ %s" +-"${c1} ▀▀███▀▀ ██${c2}████▀▀ %s" +-"${c2} ██████▀ ▄▄▄▄ %s" +-"${c2} █████▀ ████████ %s" +-"${c2} █████ ███▀ ▀███ %s" +-"${c2} ████▄ ██▄▄▄ ███ %s" +-"${c2} █████▄ ▀▀ ▄██ %s" +-"${c2} ██████▄▄▄████ %s" +-"${c2} █████▀▀ %s") ++"${c1} ,o\$\$\$o. %s" ++"${c1} ,o\$\$Y\"\"\"Y\$\$b %s" ++"${c1} ,o\$\$\$\$\$\$o. ,\$\$' , Y\$\$b %s" ++"${c1} ,o\$\$\$\$\$\$\$\$\$\$\$\$o. :\$ b Y\$\$.%s" ++"${c1},\$\$\"' \"Y\$\$\$\$o. 'b. ,b d\$\$\$ %s" ++"${c1}\$\$' .d\$\$\$\$b '\$\$\$\$o 'Y\$\$\$Y d\$\$\$' %s" ++"${c1}\$\$' q' 'b '\$\$\$\$\$o._ _.o\$\$\$\$' %s" ++"${c1}.\$\$,_ _,d\$ ,\$\$\$\$\$\$\$\$\$\$\$\$${c2}\$\$\$\$Y' %s" ++"${c1} '\$\$\$\$aaa\$\$\$' .\$\$\$\$\$\$${c2}\$\$\$\$\$\$\$\$' %s" ++"${c1} \"\"\"\" ${c2}d\$\$\$\$\"' %s" ++"${c2} d\$\$\$' .d\$\$b. %s" ++"${c2} \$\$\$\$ .\$\" 'a\$. %s" ++"${c2} \$\$\$\$ \$b \$\$. %s" ++"${c2} '\$\$\$. '\$b,,. \$\$\$ %s" ++"${c2} '\$\$\$. .\$\$' %s" ++"${c2} 'a\$\$\$o._.o\$\$a' %s" ++"${c2} 'a\$\$\$\$a' %s") + ;; + + "Manjaro") diff --git a/helpers/make-screenfetch b/helpers/make-screenfetch new file mode 100644 index 0000000000000000000000000000000000000000..d6b1d919e03a763783362818be48d28b2539f851 --- /dev/null +++ b/helpers/make-screenfetch @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2022 Luis Guzman <ark@switnet.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +. ./config + +patch -p1 < $DATA/screenfetch_3.9.patch + +changelog "Adding ASC-II trisquel logo update, thanks to @LegoLeprechaun" + +compile +