clearine: add gtk+3 dependency

This commit is contained in:
Michal Vasilek 2022-01-30 01:49:35 +01:00
parent b83efaa7c2
commit 9a8d4f16cc
1 changed files with 2 additions and 2 deletions

View File

@ -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"