Move to lynx, have dfm as well
This commit is contained in:
parent
d49e7c9b04
commit
cefbb429a1
@ -39,7 +39,7 @@ pangomirror="https://download.gnome.org/sources/pango/1.38"
|
||||
fontconfigmirror="https://www.freedesktop.org/software/fontconfig/release"
|
||||
hexchatmirror="https://dl.hexchat.net/hexchat"
|
||||
pcmanfmmirror="https://downloads.sourceforge.net/pcmanfm"
|
||||
retawqmirror="http://prdownloads.sourceforge.net/retawq"
|
||||
lynxmirror="https://invisible-mirror.net/archives/lynx/tarballs"
|
||||
|
||||
# filenames
|
||||
gcc="gcc-9.2.0.tar.xz"
|
||||
@ -69,7 +69,7 @@ pango="pango-1.38.0.tar.xz"
|
||||
fontconfig="fontconfig-2.13.1.tar.bz2"
|
||||
hexchat="hexchat-2.12.4.tar.xz"
|
||||
pcmanfm="pcmanfm-1.3.1.tar.xz"
|
||||
retawq="retawq-0.2.6c.tar.gz"
|
||||
lynx="lynx2.8.9rel.1.tar.gz"
|
||||
|
||||
# work directories
|
||||
tmpdir="`pwd`/pkgsrc"
|
||||
@ -106,7 +106,7 @@ pangosrcdir=${pango//.tar.xz}
|
||||
fontconfigsrcdir=${fontconfig//.tar.bz2}
|
||||
hexchatsrcdir=${hexchat//.tar.xz}
|
||||
pcmanfmsrcdir=${pcmanfm//.tar.xz}
|
||||
retawqsrcdir=${retawq//.tar.gz}
|
||||
lynxsrcdir=${retawq//.tar.gz}
|
||||
|
||||
|
||||
if [ ! -d "$tmpdir" ]; then
|
||||
@ -887,14 +887,14 @@ pcmanfm()
|
||||
cd $tmp
|
||||
}
|
||||
|
||||
retawq()
|
||||
lynx()
|
||||
{
|
||||
cd $tmpdir
|
||||
|
||||
# Grab sources for PCManFM
|
||||
if [ ! -d $retawqsrcdir ]; then
|
||||
wget $retawqmirror/$retawq
|
||||
tar -xf $retawq
|
||||
# Grab sources for Lynx
|
||||
if [ ! -d $lynxsrcdir ]; then
|
||||
wget $lynxmirror/$lynx
|
||||
tar -xf $lynx
|
||||
fi
|
||||
|
||||
cd $retawqsrcdir
|
||||
|
Loading…
x
Reference in New Issue
Block a user