mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
chromium: depend on xdg-utils
xdg-utils is needed to properly open files and directories in downloads. Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
This commit is contained in:
parent
c7f78e2bd2
commit
bba04fb6aa
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
# See http://www.chromium.org/developers/calendar for the latest version
|
# See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=75.0.3770.100
|
version=75.0.3770.100
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686 x86_64*"
|
archs="i686 x86_64*"
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
|
@ -32,7 +32,7 @@ makedepends="libpng-devel gtk+-devel gtk+3-devel nss-devel pciutils-devel
|
||||||
minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
|
minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
|
||||||
re2-devel fontconfig-devel freetype-devel opus-devel
|
re2-devel fontconfig-devel freetype-devel opus-devel
|
||||||
ffmpeg-devel libva-devel"
|
ffmpeg-devel libva-devel"
|
||||||
depends="libexif hwids desktop-file-utils hicolor-icon-theme"
|
depends="libexif hwids desktop-file-utils hicolor-icon-theme xdg-utils"
|
||||||
|
|
||||||
build_options_default="jumbo_build clang"
|
build_options_default="jumbo_build clang"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue