clearine: add gtk+3 dependency
This commit is contained in:
parent
b83efaa7c2
commit
9a8d4f16cc
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'clearine'
|
||||
pkgname=clearine
|
||||
version=0.7
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=python3-module
|
||||
pycompile_module="Clearine"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-gobject python3-cairo"
|
||||
depends="python3-gobject gtk+3 python3-cairo"
|
||||
short_desc="GTK3-based logout-window overlay for independent windowmanager"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue