mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-03 17:15:14 +02:00
google-chrome: add missing gtk+3 dependency
This commit is contained in:
parent
b9222e94bc
commit
69c051e934
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'google-chrome'
|
# Template file for 'google-chrome'
|
||||||
pkgname=google-chrome
|
pkgname=google-chrome
|
||||||
version=99.0.4844.51
|
version=99.0.4844.51
|
||||||
revision=1
|
revision=2
|
||||||
_channel=stable
|
_channel=stable
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools"
|
hostmakedepends="curl tar xz python3 python3-html2text python3-setuptools"
|
||||||
|
depends="gtk+3"
|
||||||
short_desc="Attempt at creating a safer, faster, and more stable browser"
|
short_desc="Attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="custom:chrome"
|
license="custom:chrome"
|
||||||
|
|
Loading…
Add table
Reference in a new issue