mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
syncthing-gtk: add python-gobject to depends
This commit is contained in:
parent
5a1cd857fc
commit
431838beb1
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'syncthing-gtk'
|
# Template file for 'syncthing-gtk'
|
||||||
pkgname=syncthing-gtk
|
pkgname=syncthing-gtk
|
||||||
version=0.9.2.6
|
version=0.9.2.6
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="GTK3 and python based GUI for Syncthing"
|
short_desc="GTK3 and python based GUI for Syncthing"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="syncthing python-dateutil libnotify librsvg python-bcrypt python-cairo gtk+3"
|
depends="syncthing python-dateutil libnotify librsvg python-bcrypt python-cairo gtk+3 python-gobject"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/syncthing/syncthing-gtk"
|
homepage="https://github.com/syncthing/syncthing-gtk"
|
||||||
distfiles="https://github.com/syncthing/syncthing-gtk/archive/v${version}.tar.gz"
|
distfiles="https://github.com/syncthing/syncthing-gtk/archive/v${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue