Added missing dependencies

This commit is contained in:
Figue 2019-10-25 18:14:24 +02:00
parent ee40a9e71b
commit 9cd6451188
2 changed files with 4 additions and 2 deletions

View file

@ -28,6 +28,8 @@ pkgbase = icecat
makedepends = cbindgen
makedepends = nasm
makedepends = wget
makedepends = mercurial
makedepends = perl-rename
depends = gtk3
depends = mozilla-common
depends = libxt

View file

@ -18,7 +18,7 @@ depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
ffmpeg nss ttf-font libpulse)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2
python nodejs python2-psutil cbindgen nasm wget)
python nodejs python2-psutil cbindgen nasm wget mercurial perl-rename)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
@ -50,7 +50,7 @@ prepare() {
# sed -e "s/^FFSUB.*/FFSUB=/g" -i makeicecat
sed -e "s/^GNUVERSION=.*/GNUVERSION=${pkgrel}/g" -i makeicecat
sed -e 's/^FFVERSION.*/FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB/g' -i makeicecat # Only need this patch if release has 2 numbers
# sed -e 's/^gpg --recv-keys.*//g' -i makeicecat ## WITH PROXY gpg doesn't work!!!!!!
# sed -e 's/^gpg2 --keyserver.*//g' -i makeicecat ## WITH PROXY gpg doesn't work!!!!!!
rm -rf output # Clean output just in case is already an old build there
bash makeicecat
cd output/icecat-${pkgver}