mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed extra/geoclue
This commit is contained in:
parent
ee0ef9f686
commit
dc5f4ccf6e
2 changed files with 0 additions and 44 deletions
|
@ -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
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
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