summaryrefslogtreecommitdiff
path: root/community/viking/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-19 11:02:18 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-19 11:02:18 +0200
commit4f22a5c482279b73ed0140e8962f75169f9b3e57 (patch)
tree1369f17af7242f30a62b7ffbacd138a7978821fd /community/viking/PKGBUILD
parent63b47d2adad6c3c625196b2717bbd42283e9bb79 (diff)
parent9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgdamm/PKGBUILD community/mingetty/PKGBUILD extra/cups/PKGBUILD extra/xorg-appres/PKGBUILD extra/xorg-xrefresh/PKGBUILD extra/xorg-xwininfo/PKGBUILD
Diffstat (limited to 'community/viking/PKGBUILD')
-rw-r--r--community/viking/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/viking/PKGBUILD b/community/viking/PKGBUILD
index 528d5fcc2..6be683faa 100644
--- a/community/viking/PKGBUILD
+++ b/community/viking/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84763 2013-02-24 12:35:22Z jlichtblau $
+# $Id: PKGBUILD 91039 2013-05-18 13:32:51Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Nick Østergaard <oe.nick@gmail.com>
# Contributor: Jonny Gerold <jonny@fsk141.com>
pkgname=viking
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="GTK+2 application to manage GPS data"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,16 +12,17 @@ url="http://viking.sourceforge.net/"
license=('GPL2')
depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
makedepends=('intltool' 'gnome-doc-utils')
-options=('!emptydirs' '!makeflags')
+optdepends=(geo: for geocaches)
+options=('!emptydirs')
install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('80aa4c7bf3be75441a435f6681831b8aeb08f7eb6f7a5a86872eec16cda67799')
+sha256sums=('20d91b048d2bfbb33498af4da5dc120a3a9232ed05a4a87a3ce6e341445ef640')
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-expedia #--enable-geocaches gives error
+ ./configure --prefix=/usr --enable-expedia --enable-geocaches
make
}