[arch-commits] CVS update of extra/multimedia/gpsdrive (PKGBUILD gpsdrive-gcc4.patch)

Eric Belanger eric at archlinux.org
Tue Nov 27 04:22:48 UTC 2007


    Date: Monday, November 26, 2007 @ 23:22:48
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/gpsdrive

 Removed: PKGBUILD (1.17) gpsdrive-gcc4.patch (1.1)

extra repo cleanup


---------------------+
 PKGBUILD            |   24 ------------------------
 gpsdrive-gcc4.patch |   11 -----------
 2 files changed, 35 deletions(-)


Index: extra/multimedia/gpsdrive/PKGBUILD
diff -u extra/multimedia/gpsdrive/PKGBUILD:1.17 extra/multimedia/gpsdrive/PKGBUILD:removed
--- extra/multimedia/gpsdrive/PKGBUILD:1.17	Fri Jun  2 14:59:10 2006
+++ extra/multimedia/gpsdrive/PKGBUILD	Mon Nov 26 23:22:48 2007
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD,v 1.17 2006/06/02 18:59:10 ganja_guru Exp $
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: damir <damir at archlinux.org>
-
-pkgname=gpsdrive
-pkgver=2.10pre2
-pkgrel=2
-pkgdesc="A car (bike, ship, plane) navigation system"
-arch=(i686 x86_64)
-depends=('gtk2' 'mysql>=5.0.15' 'pcre')
-url="http://gpsdrive.kraftvoll.at"
-source=($url/$pkgname-$pkgver.tar.gz gpsdrive-gcc4.patch)
-
-build() {
-    cd $startdir/src/$pkgname-$pkgver
-    patch -Np0 -i ../gpsdrive-gcc4.patch || return 1
-    autoconf
-    ./configure --prefix=/usr
-    make || return 1
-    make prefix=$startdir/pkg/usr install
-    find $startdir/pkg -name '*.la' -exec rm {} \;
-}
-
-md5sums=('28b13b7253c8f019433be68686070558' 'bd2d46036a012025b38c31220c6f84a6')
Index: extra/multimedia/gpsdrive/gpsdrive-gcc4.patch
diff -u extra/multimedia/gpsdrive/gpsdrive-gcc4.patch:1.1 extra/multimedia/gpsdrive/gpsdrive-gcc4.patch:removed
--- extra/multimedia/gpsdrive/gpsdrive-gcc4.patch:1.1	Mon Sep 26 14:27:36 2005
+++ extra/multimedia/gpsdrive/gpsdrive-gcc4.patch	Mon Nov 26 23:22:48 2007
@@ -1,11 +0,0 @@
---- configure.ac~	2004-07-17 16:23:47.000000000 +0200
-+++ configure.ac	2005-09-26 18:29:19.000000000 +0200
-@@ -31,7 +31,7 @@
- 
- if test "$CC" = "gcc" ; then
- 
--if $CC -dumpversion|egrep -q "^3\.*"; then
-+if $CC -dumpversion|egrep -q "^4\.*"; then
- echo "GCC ok"
- else
- echo "*****************************************"




More information about the arch-commits mailing list