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"
|
fontconfigmirror="https://www.freedesktop.org/software/fontconfig/release"
|
||||||
hexchatmirror="https://dl.hexchat.net/hexchat"
|
hexchatmirror="https://dl.hexchat.net/hexchat"
|
||||||
pcmanfmmirror="https://downloads.sourceforge.net/pcmanfm"
|
pcmanfmmirror="https://downloads.sourceforge.net/pcmanfm"
|
||||||
retawqmirror="http://prdownloads.sourceforge.net/retawq"
|
lynxmirror="https://invisible-mirror.net/archives/lynx/tarballs"
|
||||||
|
|
||||||
# filenames
|
# filenames
|
||||||
gcc="gcc-9.2.0.tar.xz"
|
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"
|
fontconfig="fontconfig-2.13.1.tar.bz2"
|
||||||
hexchat="hexchat-2.12.4.tar.xz"
|
hexchat="hexchat-2.12.4.tar.xz"
|
||||||
pcmanfm="pcmanfm-1.3.1.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
|
# work directories
|
||||||
tmpdir="`pwd`/pkgsrc"
|
tmpdir="`pwd`/pkgsrc"
|
||||||
@ -106,7 +106,7 @@ pangosrcdir=${pango//.tar.xz}
|
|||||||
fontconfigsrcdir=${fontconfig//.tar.bz2}
|
fontconfigsrcdir=${fontconfig//.tar.bz2}
|
||||||
hexchatsrcdir=${hexchat//.tar.xz}
|
hexchatsrcdir=${hexchat//.tar.xz}
|
||||||
pcmanfmsrcdir=${pcmanfm//.tar.xz}
|
pcmanfmsrcdir=${pcmanfm//.tar.xz}
|
||||||
retawqsrcdir=${retawq//.tar.gz}
|
lynxsrcdir=${retawq//.tar.gz}
|
||||||
|
|
||||||
|
|
||||||
if [ ! -d "$tmpdir" ]; then
|
if [ ! -d "$tmpdir" ]; then
|
||||||
@ -887,14 +887,14 @@ pcmanfm()
|
|||||||
cd $tmp
|
cd $tmp
|
||||||
}
|
}
|
||||||
|
|
||||||
retawq()
|
lynx()
|
||||||
{
|
{
|
||||||
cd $tmpdir
|
cd $tmpdir
|
||||||
|
|
||||||
# Grab sources for PCManFM
|
# Grab sources for Lynx
|
||||||
if [ ! -d $retawqsrcdir ]; then
|
if [ ! -d $lynxsrcdir ]; then
|
||||||
wget $retawqmirror/$retawq
|
wget $lynxmirror/$lynx
|
||||||
tar -xf $retawq
|
tar -xf $lynx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $retawqsrcdir
|
cd $retawqsrcdir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user