ah, i see. Your pkgbuild is (now) fine, but geoclue2-git wants geocode-glib, which is causing the error, not your pkgbuild.
Search Criteria
Package Details: gnome-maps-git 3.9.91.68.g5397f07-1
Package Actions
| Package Base: | gnome-maps-git |
|---|---|
| Description: | A simple GNOME 3 maps application |
| Upstream URL: | https://git.gnome.org/browse/gnome-maps/ |
| Category: | gnome |
| Licenses: | |
| Submitter: | yoseforb |
| Maintainer: | yoseforb |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2013-03-25 14:03 |
| Last Updated: | 2013-09-23 16:06 |
Dependencies (9)
Required by (0)
Sources
Latest Comments
Comment by marcoms
Comment by marcoms
you might also want to change geocode-glib to geocode-glib-git
Comment by marcoms
sorry, I don't know why there are so many reposts
Comment by marcoms
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
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
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
I updated.
Comment by marcoms
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
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
yes, geocode-glib is provide of geocode-glib-git.
in similar, geoclue2 is provide of geoclue2-git (not geoclude-git!).
Comment by marcoms
:: no results found for geocode-glib -> geocode-glib-git?
:: no results found for geoclue2 -> {geoclue2-git,geoclude-git}?
Comment by lubosz
Could you please correct the description, since it is not correct.
"Maps is a map application for GNOME." - From the readme
Comment by yoseforb
Updated.
Comment by Airon90
geocode-glib is not installable and geocode-glib-git is not installable too!
Comment by Airon90
[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
Updated.
Comment by jarryson
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
Fixed.
Comment by erick2red
Could be that the URL and the Description are somehow wrong ?