forked from extern/nix-config
tari-web: Remove unnecessary dependencies
Since fonts and other desktop-related packages are now handled by tari-desktop, this is no longer necessary. Note that I also created tari-web before I figured out HiDPI support for Qt and GTK applications.
This commit is contained in:
parent
83598a092c
commit
69e2a52bf2
5
.archlinux/PKGBUILDs/tari-web/PKGBUILD
vendored
5
.archlinux/PKGBUILDs/tari-web/PKGBUILD
vendored
@ -5,12 +5,11 @@ _https='https_everywhere-2018.9.19-an+fx.xpi'
|
||||
_arcdark='arc_dark_theme-2018.9.24-fx.xpi'
|
||||
|
||||
pkgname=tari-web
|
||||
pkgver=0.1.0
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Web browser settings."
|
||||
arch=('any')
|
||||
depends=(ttf-dejavu ttf-liberation noto-fonts noto-fonts-cjk
|
||||
noto-fonts-emoji adapta-gtk-theme firefox chromium)
|
||||
depends=(firefox chromium)
|
||||
source=('local-settings.js' 'mozilla.cfg'
|
||||
"https://addons.cdn.mozilla.net/user-media/addons/607454/${_ubo}"
|
||||
"https://addons.cdn.mozilla.net/user-media/addons/808538/${_vimium}"
|
||||
|
Loading…
Reference in New Issue
Block a user