mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
geoclue pkgrel bump. someone was messing with package names upstream.
This commit is contained in:
parent
f29431dc2f
commit
573b1362fb
2 changed files with 42 additions and 0 deletions
31
extra/geoclue/PKGBUILD
Normal file
31
extra/geoclue/PKGBUILD
Normal 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
|
||||
}
|
11
extra/geoclue/geoclue.install
Normal file
11
extra/geoclue/geoclue.install
Normal file
|
@ -0,0 +1,11 @@
|
|||
post_install() {
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in a new issue