mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Added missing dependencies
This commit is contained in:
parent
ee40a9e71b
commit
9cd6451188
2 changed files with 4 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -28,6 +28,8 @@ pkgbase = icecat
|
|||
makedepends = cbindgen
|
||||
makedepends = nasm
|
||||
makedepends = wget
|
||||
makedepends = mercurial
|
||||
makedepends = perl-rename
|
||||
depends = gtk3
|
||||
depends = mozilla-common
|
||||
depends = libxt
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue