mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
New package: modrana-0.57.3
This commit is contained in:
parent
744eaa077f
commit
7478881888
1 changed files with 30 additions and 0 deletions
30
srcpkgs/modrana/template
Normal file
30
srcpkgs/modrana/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Template file for 'modrana'
|
||||||
|
pkgname=modrana
|
||||||
|
version=0.57.3
|
||||||
|
revision=1
|
||||||
|
# releases aren't tagged in git
|
||||||
|
_version_commit=dbd558d407abe7a3a4a352c96b618147cade4bd9
|
||||||
|
build_style=gnu-makefile
|
||||||
|
build_helper=qmake
|
||||||
|
make_build_target="VersionFile all rsync launcher"
|
||||||
|
make_use_env=yes
|
||||||
|
hostmakedepends="rsync qt5-qmake qt5-host-tools"
|
||||||
|
makedepends="qt5-declarative-devel"
|
||||||
|
depends="pyotherside qt5-quickcontrols2"
|
||||||
|
short_desc="Flexible GPS navigation system for mobile devices"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://modrana.org"
|
||||||
|
distfiles="https://github.com/M4rtinK/modrana/archive/${_version_commit}.tar.gz"
|
||||||
|
checksum=7f93e4660997a8cba4194709c4566dec667da1c99ae45dd66ea6df71b8c637a6
|
||||||
|
python_version=3
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# not sure why the gtk binary is still here, only qt is supported/working
|
||||||
|
rm ${DESTDIR}/usr/bin/modrana-gtk
|
||||||
|
# broken, tries to invoke QT launcher with wrong path (/usr/modrana), just
|
||||||
|
# use modrana-qt5
|
||||||
|
rm ${DESTDIR}/usr/bin/modrana
|
||||||
|
rm ${DESTDIR}/usr/share/applications/modrana.desktop
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue