geoclue pkgrel bump. someone was messing with package names upstream.

This commit is contained in:
WarheadsSE 2013-09-26 13:16:02 -04:00
parent f29431dc2f
commit 573b1362fb
2 changed files with 42 additions and 0 deletions

31
extra/geoclue/PKGBUILD Normal file
View file

@ -0,0 +1,31 @@
# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: György Balló <ballogy@freestart.hu>
pkgname=geoclue
pkgver=0.12.99
pkgrel=1.1
pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
arch=(i686 x86_64)
url="http://geoclue.freedesktop.org/"
license=(LGPL)
depends=(dbus-glib libxml2 dconf)
makedepends=(networkmanager libsoup-gnome gtk-doc)
optdepends=('networkmanager: geolocation'
'libsoup-gnome: Skyhook location provider')
options=('!libtool')
install=geoclue.install
source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.gz)
md5sums=('779245045bfeeec4853da8baaa3a18e6')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/$pkgname --disable-static
make
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}

View file

@ -0,0 +1,11 @@
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}