mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
hydrus: fix desktop file
This commit is contained in:
parent
858b9e9427
commit
9602fe5954
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hydrus'
|
# Template file for 'hydrus'
|
||||||
pkgname=hydrus
|
pkgname=hydrus
|
||||||
version=573
|
version=573
|
||||||
revision=1
|
revision=2
|
||||||
pycompile_dirs="usr/lib/hydrus"
|
pycompile_dirs="usr/lib/hydrus"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
depends="python3 libopencv-python3 python3-BeautifulSoup4 python3-yaml
|
depends="python3 libopencv-python3 python3-BeautifulSoup4 python3-yaml
|
||||||
|
@ -37,9 +37,10 @@ do_install() {
|
||||||
ln -sf ../lib/hydrus/hydrus_client.py ${DESTDIR}/usr/bin/hydrus-client
|
ln -sf ../lib/hydrus/hydrus_client.py ${DESTDIR}/usr/bin/hydrus-client
|
||||||
ln -sf ../lib/hydrus/hydrus_server.py ${DESTDIR}/usr/bin/hydrus-server
|
ln -sf ../lib/hydrus/hydrus_server.py ${DESTDIR}/usr/bin/hydrus-server
|
||||||
|
|
||||||
|
rm -f ${DESTDIR}/usr/lib/hydrus/static/io.github.hydrusnetwork.hydrus.desktop
|
||||||
vmkdir usr/share/applications
|
vmkdir usr/share/applications
|
||||||
ln -Tsf ../../lib/hydrus/static/hydrus.desktop \
|
vinstall static/io.github.hydrusnetwork.hydrus.desktop 644 \
|
||||||
${DESTDIR}/usr/share/applications/hydrus.desktop
|
usr/share/applications
|
||||||
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue