qtile: install .desktop file

This commit is contained in:
Ivan Fedorov 2022-08-15 23:05:40 +03:00 committed by classabbyamp
parent fee715adc2
commit a9760b84c7

View file

@ -1,7 +1,7 @@
# Template file for 'qtile' # Template file for 'qtile'
pkgname=qtile pkgname=qtile
version=0.21.0 version=0.21.0
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config" hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
makedepends="python3-devel libffi-devel pulseaudio-devel" makedepends="python3-devel libffi-devel pulseaudio-devel"
@ -15,5 +15,6 @@ distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254 checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
post_install() { post_install() {
vinstall resources/qtile.desktop 644 usr/share/xsessions
vlicense LICENSE vlicense LICENSE
} }