[arch-commits] Commit in gpsbabel/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Apr 16 10:40:30 UTC 2014


    Date: Wednesday, April 16, 2014 @ 12:40:29
  Author: spupykin
Revision: 109583

upgpkg: gpsbabel 1.5.0-1

upd

Modified:
  gpsbabel/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-16 10:39:57 UTC (rev 109582)
+++ PKGBUILD	2014-04-16 10:40:29 UTC (rev 109583)
@@ -4,8 +4,8 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=gpsbabel
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
 arch=('i686' 'x86_64')
 url="http://www.gpsbabel.org"
@@ -14,8 +14,8 @@
 makedepends=('fop' 'qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 'java-environment' 'docbook-xsl')
 optdepends=('qt4' 'qtwebkit')
 options=('docs')
-source=("gpsbabel-$pkgver.tar.gz::http://archlinux-stuff.googlecode.com/files/gpsbabel-$pkgver.tar.gz")
-md5sums=('6c4c8f0cb9fcf9f8302585148878f174')
+source=("http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz")
+md5sums=('fe536f1e091522a4bb0676700f195187')
 
 build() {
   cd $srcdir/gpsbabel-$pkgver
@@ -22,7 +22,7 @@
   ./configure --prefix=/usr
   make
   make doc
-  (cd gui && qmake && make)
+  (cd gui && qmake-qt4 && make)
 }
 
 package() {
@@ -36,8 +36,7 @@
 
   # 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
+  cp *.h $pkgdir/usr/include/gpsbabel
 
   # Doc install
   mkdir -p $pkgdir/usr/share/doc/$pkgname




More information about the arch-commits mailing list