mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed community/gpsbabel
This commit is contained in:
parent
b9e48bd275
commit
ba681d97c8
3 changed files with 0 additions and 59 deletions
|
@ -1,50 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
|
||||
# Contributor: William Rea <sillywilly@gmail.com>
|
||||
|
||||
pkgname=gpsbabel
|
||||
pkgver=1.4.4
|
||||
pkgrel=2
|
||||
pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gpsbabel.org"
|
||||
license=('GPL')
|
||||
depends=('libusb-compat' 'expat')
|
||||
makedepends=('qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 'docbook-xsl')
|
||||
optdepends=('qt4' 'qtwebkit')
|
||||
options=('docs')
|
||||
source=("gpsbabel-$pkgver.tar.gz::http://archlinux-stuff.googlecode.com/files/gpsbabel-$pkgver.tar.gz"
|
||||
"gpsbabel.desktop"
|
||||
"htmldoc.tar.xz")
|
||||
md5sums=('6c4c8f0cb9fcf9f8302585148878f174'
|
||||
'7bdbd243e29a8831842d31c079f04c45'
|
||||
'cd91c9117bb8e6294bf807431bd95bcd')
|
||||
|
||||
build() {
|
||||
cd $srcdir/gpsbabel-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
# make doc
|
||||
(cd gui && qmake && make)
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/gpsbabel-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
# GUI
|
||||
install -Dm755 gui/objects/gpsbabelfe-bin ${pkgdir}/usr/bin/gpsbabelfe-bin
|
||||
install -Dm644 gui/images/appicon.png $pkgdir/usr/share/pixmaps/gpsbabel.png
|
||||
install -Dm644 $srcdir/gpsbabel.desktop $pkgdir/usr/share/applications/gpsbabel.desktop
|
||||
|
||||
# Header install
|
||||
mkdir -p $pkgdir/usr/include/gpsbabel
|
||||
cp {defs.h,queue.h,gbtypes.h,filterdefs.h,cet.h,cet_util.h,garmin_tables.h} \
|
||||
$pkgdir/usr/include/gpsbabel
|
||||
|
||||
# Doc install
|
||||
mkdir -p $pkgdir/usr/share/doc/$pkgname
|
||||
cp -r $srcdir/htmldoc/* $pkgdir/usr/share/doc/$pkgname//
|
||||
cp README* $pkgdir/usr/share/doc/$pkgname/
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=GPSBabel
|
||||
Comment=Qt GUI interface for GPSBabel
|
||||
GenericName=GPSBabel
|
||||
Icon=gpsbabel
|
||||
Exec=gpsbabelfe-bin
|
||||
Terminal=false
|
||||
Categories=Geography;Education;Utility;
|
Binary file not shown.
Loading…
Reference in a new issue