Package Details: gnome-maps-git 3.9.91.68.g5397f07-1

Package Base: gnome-maps-git
Description: A simple GNOME 3 maps application
Upstream URL: https://git.gnome.org/browse/gnome-maps/
Category: gnome
Licenses: GPL
Submitter: yoseforb
Maintainer: yoseforb
Last Packager: None
Votes: 3
First Submitted: 2013-03-25 14:03
Last Updated: 2013-09-23 16:06

Latest Comments

Comment by marcoms

2013-08-13 11:59

ah, i see. Your pkgbuild is (now) fine, but geoclue2-git wants geocode-glib, which is causing the error, not your pkgbuild.

Comment by marcoms

2013-08-13 11:52

you might also want to change geocode-glib to geocode-glib-git

Comment by marcoms

2013-08-13 11:50

sorry, I don't know why there are so many reposts

Comment by marcoms

2013-08-13 11:49

so, are you going to change the pkgbuild? it fails to even ask me to edit it in pacaur because of the non-existant dependencies

Comment by marcoms

2013-08-13 11:38

so, are you going to change the pkgbuild? it fails to even ask me to edit it in pacaur because of the non-existant dependencies

Comment by marcoms

2013-08-13 11:38

so, are you going to change the pkgbuild? it fails to even ask me to edit it in pacaur because of the non-existant dependencies

Comment by yoseforb

2013-08-13 11:36

I updated.

Comment by marcoms

2013-08-13 11:34

so, are you going to change the pkgbuild? it fails to even ask me to edit it in pacaur because of the non-existant dependencies

Comment by marcoms

2013-08-13 11:34

so, are you going to change the pkgbuild? it fails to even ask me to edit it in pacaur because of the non-existant dependencies

Comment by yoseforb

2013-08-13 11:20

yes, geocode-glib is provide of geocode-glib-git.
in similar, geoclue2 is provide of geoclue2-git (not geoclude-git!).

Comment by marcoms

2013-08-13 11:18

:: no results found for geocode-glib -> geocode-glib-git?
:: no results found for geoclue2 -> {geoclue2-git,geoclude-git}?

Comment by lubosz

2013-08-03 14:14

Could you please correct the description, since it is not correct.

"Maps is a map application for GNOME." - From the readme

Comment by yoseforb

2013-07-11 11:46

Updated.

Comment by Airon90

2013-05-29 10:31

geocode-glib is not installable and geocode-glib-git is not installable too!

Comment by Airon90

2013-05-29 10:29

[airon@aironpc ~]$ pacaur -S gnome-maps-git
:: Package(s) gnome-maps-git not found in repositories, trying AUR...
:: resolving dependencies...
:: no results found for geocode-glib

Can someone fix it?

Comment by yoseforb

2013-05-15 18:52

Updated.

Comment by jarryson

2013-05-15 12:54

Please update the PKGBUILD.

pkgname=gnome-maps-git
_pkgname=gnome-maps
pkgver=153
pkgrel=1
pkgdesc="A simple GNOME 3 maps application"
arch=('i686' 'x86_64')
url="http://www.gnome.org"
license=('GPL')
depends=('gjs' 'libchamplain' 'geocode-glib')
makedepends=('git' 'gnome-common' 'intltool')
optdepends=()
provides=('gnome-maps')
conflicts=('gnome-maps')
install=gnome-maps.install
source=("${_pkgname}::git://git.gnome.org/gnome-maps")
sha256sums=('SKIP')

pkgver() {
cd "$srcdir"/${_pkgname}
git rev-list --count HEAD
#git describe --always | sed 's/-/./g'
}

build() {
cd "$srcdir"
cd "$srcdir/${_pkgname}"

./autogen.sh --prefix=/usr --disable-schemas-compile --disable-maintainer-mode
make
}

package() {
cd "$srcdir/${_pkgname}"
make DESTDIR="$pkgdir/" install
}

Comment by yoseforb

2013-03-26 16:41

Fixed.

Comment by erick2red

2013-03-26 13:21

Could be that the URL and the Description are somehow wrong ?