mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
added clang as a makedep
This commit is contained in:
parent
9f345f2261
commit
4b116de97c
2 changed files with 6 additions and 7 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -21,6 +21,7 @@ pkgbase = icecat
|
|||
makedepends = inetutils
|
||||
makedepends = rust
|
||||
makedepends = llvm
|
||||
makedepends = clang
|
||||
depends = gtk3
|
||||
depends = gtk2
|
||||
depends = mozilla-common
|
||||
|
|
@ -41,8 +42,8 @@ pkgbase = icecat
|
|||
optdepends = libnotify: Notification integration
|
||||
optdepends = pulseaudio: Audio support
|
||||
optdepends = speech-dispatcher: Text-to-Speech
|
||||
source = https://ftp.gnu.org/gnu/gnuzilla/60.3.0/icecat-60.3.0-gnu1.tar.bz2
|
||||
source = https://ftp.gnu.org/gnu/gnuzilla/60.3.0/icecat-60.3.0-gnu1.tar.bz2.sig
|
||||
source = http://ftpmirror.gnu.org/gnuzilla/60.3.0/icecat-60.3.0-gnu1.tar.bz2
|
||||
source = http://ftpmirror.gnu.org/gnuzilla/60.3.0/icecat-60.3.0-gnu1.tar.bz2.sig
|
||||
source = icecat.desktop
|
||||
source = icecat-safe.desktop
|
||||
validpgpkeys = A57369A8BABC2542B5A0368C3C76EED7D7E04784
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -17,7 +17,7 @@ license=('GPL' 'MPL' 'LGPL')
|
|||
depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'ffmpeg'
|
||||
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
|
||||
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'autoconf2.13'
|
||||
'libpulse' 'gst-plugins-base-libs' 'inetutils' 'rust' 'llvm')
|
||||
'libpulse' 'gst-plugins-base-libs' 'inetutils' 'rust' 'llvm' 'clang')
|
||||
optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||
'libnotify: Notification integration'
|
||||
'pulseaudio: Audio support'
|
||||
|
|
@ -26,10 +26,8 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
|||
## Set this variable to 1 if you want to build with clang compiler ##
|
||||
#_CLANG=0
|
||||
|
||||
[ "$_CLANG" ] && [ "$_CLANG" -eq "1" ] && makedepends+=(clang)
|
||||
|
||||
#source=(http://ftpmirror.gnu.org/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
|
||||
source=(https://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig} ## Main upstream download site
|
||||
source=(http://ftpmirror.gnu.org/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
|
||||
#source=(https://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig} ## Main upstream download site
|
||||
#source=(https://mirrors.kernel.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2 ## Good mirror
|
||||
#source=(http://jenkins.trisquel.info/icecat/${pkgname}-${_pkgver}.tar.bz2 ## Official developer (Ruben Rodriguez) site. Probably only has developer releases.
|
||||
#source=(http://alpha.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue