[arch-commits] Commit in navit/repos/community-x86_64 (4 files)

Balló György bgyorgy at archlinux.org
Tue Apr 24 09:40:35 UTC 2018


    Date: Tuesday, April 24, 2018 @ 09:40:34
  Author: bgyorgy
Revision: 317541

archrelease: copy trunk to community-x86_64

Added:
  navit/repos/community-x86_64/PKGBUILD
    (from rev 317540, navit/trunk/PKGBUILD)
  navit/repos/community-x86_64/navit.install
    (from rev 317540, navit/trunk/navit.install)
Deleted:
  navit/repos/community-x86_64/PKGBUILD
  navit/repos/community-x86_64/navit.install

---------------+
 PKGBUILD      |   65 ++++++++++++++++++++++++++++++--------------------------
 navit.install |   16 ++++++-------
 2 files changed, 43 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-24 09:40:29 UTC (rev 317540)
+++ PKGBUILD	2018-04-24 09:40:34 UTC (rev 317541)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: TDY <tdy at archlinux.info>
-# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
-# Contributor: Stefan Lohmaier <noneuss at gmail dot com
-# Contributor: Thermionix <thermionix at gmail dot com>
-
-pkgname=navit
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Modular turn-by-turn car navigation system"
-arch=('x86_64' 'i686')
-url="http://www.navit-project.org/"
-license=('GPL')
-depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
-makedepends=('cmake' 'libxslt')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
-sha256sums=('13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=lib -DSAMPLE_MAP=FALSE
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: navit/repos/community-x86_64/PKGBUILD (from rev 317540, navit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-24 09:40:34 UTC (rev 317541)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: TDY <tdy at archlinux.info>
+# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
+# Contributor: Stefan Lohmaier <noneuss at gmail dot com
+# Contributor: Thermionix <thermionix at gmail dot com>
+
+pkgname=navit
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64')
+url="http://www.navit-project.org/"
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
+sha256sums=('251f17e10509f782798eeb1bb9f8085d4356742d00dde5a354a41a508f54ec27')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/lib64/lib/' CMakeLists.txt 
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: navit.install
===================================================================
--- navit.install	2018-04-24 09:40:29 UTC (rev 317540)
+++ navit.install	2018-04-24 09:40:34 UTC (rev 317541)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Additional setup is required"
-  echo "  -> See http://wiki.navit-project.org/index.php/Configuration"
-  echo
-  echo "==> No maps are bundled with the install"
-  echo "  -> See http://wiki.navit-project.org/index.php/Maps"
-  echo
-}

Copied: navit/repos/community-x86_64/navit.install (from rev 317540, navit/trunk/navit.install)
===================================================================
--- navit.install	                        (rev 0)
+++ navit.install	2018-04-24 09:40:34 UTC (rev 317541)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Additional setup is required"
+  echo "  -> See http://wiki.navit-project.org/index.php/Configuration"
+  echo
+  echo "==> No maps are bundled with the install"
+  echo "  -> See http://wiki.navit-project.org/index.php/Maps"
+  echo
+}



More information about the arch-commits mailing list