removed extra/geoclue

This commit is contained in:
Kevin Mihelich 2014-07-01 03:41:59 +00:00
parent ee0ef9f686
commit dc5f4ccf6e
2 changed files with 0 additions and 44 deletions

View file

@ -1,33 +0,0 @@
# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: György Balló <ballogy@freestart.hu>
# remove when bumped upstream
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

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