mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
Merge pull request #6209 from stepus53/master
New package: chrome-gnome-shell-9
This commit is contained in:
commit
a8eae19184
1 changed files with 14 additions and 0 deletions
14
srcpkgs/chrome-gnome-shell/template
Normal file
14
srcpkgs/chrome-gnome-shell/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'chrome-gnome-shell'
|
||||||
|
pkgname=chrome-gnome-shell
|
||||||
|
version=9
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
|
||||||
|
makedepends="python jq"
|
||||||
|
depends="python python-gobject python-requests dbus gnome-shell"
|
||||||
|
short_desc="GNOME Shell integration for Chrome"
|
||||||
|
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
|
checksum=11fdfaa12208ec87ddbac27fc9652609c74e421d3e258de6b4776e392efdd448
|
Loading…
Add table
Reference in a new issue