manuskript: ship .desktop
This commit is contained in:
parent
ee8b0f1131
commit
484682560d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'manuskript'
|
||||
pkgname=manuskript
|
||||
version=0.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
pycompile_dirs="usr/share/${pkgname}"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-enchant python3-lxml python3-Markdown python3-PyQt5 qt5-svg"
|
||||
|
@ -21,4 +21,6 @@ do_install() {
|
|||
|
||||
vmkdir usr/bin
|
||||
ln -sf /usr/share/manuskript/bin/manuskript ${DESTDIR}/usr/bin/manuskript
|
||||
|
||||
vinstall package/create_deb/manuskript.desktop 0644 usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue