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'
|
||||
pkgname=chrome-gnome-shell
|
||||
version=10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
|
||||
hostmakedepends="python jq"
|
||||
depends="python python-gobject python-requests dbus gnome-shell"
|
||||
hostmakedepends="python3 jq"
|
||||
depends="python3 python3-gobject python3-requests dbus gnome-shell"
|
||||
short_desc="GNOME Shell integration for Chrome"
|
||||
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue