qtile: install .desktop file
This commit is contained in:
parent
fee715adc2
commit
a9760b84c7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue