mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
chrome-gnome-shell: use python3.
This commit is contained in:
parent
d9c83dbe8b
commit
f610253281
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'chrome-gnome-shell'
|
# Template file for 'chrome-gnome-shell'
|
||||||
pkgname=chrome-gnome-shell
|
pkgname=chrome-gnome-shell
|
||||||
version=10.1
|
version=10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
|
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
|
||||||
hostmakedepends="python jq"
|
hostmakedepends="python3 jq"
|
||||||
depends="python python-gobject python-requests dbus gnome-shell"
|
depends="python3 python3-gobject python3-requests dbus gnome-shell"
|
||||||
short_desc="GNOME Shell integration for Chrome"
|
short_desc="GNOME Shell integration for Chrome"
|
||||||
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
|
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue