mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
Gpsbabel: done modification on the template file and added the icon
in /usr/share/doc/gpsbabel Regards Carlo
This commit is contained in:
parent
ee9b542414
commit
b56e2cd115
1 changed files with 4 additions and 5 deletions
|
@ -6,8 +6,7 @@ build_style=gnu-configure
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
homepage="http://www.gpsbabel.org/"
|
homepage="http://www.gpsbabel.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="GPSBabel converts waypoints, tracks, and routes between popular GPS formats"
|
short_desc="Converts waypoints, tracks, and routes between popular GPS formats"
|
||||||
configure_args=""
|
|
||||||
hostmakedepends="perl>=5.18 docbook-xml"
|
hostmakedepends="perl>=5.18 docbook-xml"
|
||||||
makedepends="qt-devel libusb-compat-devel expat-devel libxml2-devel xmlwf libxslt-devel offo-hyphenation"
|
makedepends="qt-devel libusb-compat-devel expat-devel libxml2-devel xmlwf libxslt-devel offo-hyphenation"
|
||||||
distfiles="http://arch.p5n.pp.ru/~sergej/dl/2014/${pkgname}-${version}.tar.gz"
|
distfiles="http://arch.p5n.pp.ru/~sergej/dl/2014/${pkgname}-${version}.tar.gz"
|
||||||
|
@ -41,14 +40,14 @@ do_clean() {
|
||||||
|
|
||||||
gpsbabel-gui_package() {
|
gpsbabel-gui_package() {
|
||||||
short_desc+=" - Qt4 GUI"
|
short_desc+=" - Qt4 GUI"
|
||||||
depends="${pkgname}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vcopy ${wrksrc}/gui/gpsbabelfe usr/bin
|
vcopy ${wrksrc}/gui/gpsbabelfe usr/bin
|
||||||
vcopy ${wrksrc}/gui/objects/gpsbabelfe-bin usr/bin
|
vcopy ${wrksrc}/gui/objects/gpsbabelfe-bin usr/bin
|
||||||
vmkdir usr/share/applications
|
vmkdir usr/share/applications
|
||||||
vcopy ${wrksrc}/gui/gpsbabel.desktop usr/share/applications
|
vcopy ${wrksrc}/gui/gpsbabel.desktop usr/share/applications
|
||||||
|
vcopy ${wrksrc}/gui/images/appicon.png /usr/share/doc/${pkgname}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue