summaryrefslogtreecommitdiff
path: root/~fauno
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-09-26 16:51:02 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-09-26 16:51:02 -0300
commit2b049dac85360749c4cef44b11da32c73e1e1a04 (patch)
treed40c4005bc245f0a5bb0da9a9525bf6d240f5b6a /~fauno
parent9146699991b6ea418605a56676ac6ebfb4fac030 (diff)
~fauno/emerillon-1.90-2
And deps. libchamplain needs to be updated to 0.12.0
Diffstat (limited to '~fauno')
-rw-r--r--~fauno/emerillon/PKGBUILD26
-rw-r--r--~fauno/emerillon/emerillon.install12
-rw-r--r--~fauno/ethos/PKGBUILD24
-rw-r--r--~fauno/geoclue/PKGBUILD28
-rw-r--r--~fauno/librest/PKGBUILD28
5 files changed, 118 insertions, 0 deletions
diff --git a/~fauno/emerillon/PKGBUILD b/~fauno/emerillon/PKGBUILD
new file mode 100644
index 000000000..621ed04bb
--- /dev/null
+++ b/~fauno/emerillon/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Isaac Dupree <id@isaac.cedarswampstudios.org>
+# Contributor: yannsen <ynnsen@gmail.com>
+pkgname=emerillon
+arch=('i686' 'x86_64')
+pkgver=0.1.90
+pkgrel=2
+pkgdesc="OpenStreetMap viewer"
+url="http://projects.gnome.org/emerillon/"
+license=('GPL2')
+depends=('libpeas' 'geoclue' 'libsoup-gnome' 'libchamplain>=0.12.0' 'librest' 'ethos')
+makedepends=('intltool' 'gnome-common' 'vala' 'gtk-doc')
+options=(!libtool)
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/emerillon/0.1/${pkgname}-${pkgver}.tar.xz)
+md5sums=('d740ee4d5fcd7b39fde15e75b4ee7a3a')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=$pkgdir install
+}
diff --git a/~fauno/emerillon/emerillon.install b/~fauno/emerillon/emerillon.install
new file mode 100644
index 000000000..77c7018ea
--- /dev/null
+++ b/~fauno/emerillon/emerillon.install
@@ -0,0 +1,12 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
diff --git a/~fauno/ethos/PKGBUILD b/~fauno/ethos/PKGBUILD
new file mode 100644
index 000000000..f05c8fa8b
--- /dev/null
+++ b/~fauno/ethos/PKGBUILD
@@ -0,0 +1,24 @@
+# Contributor: yannsen <ynnsen@gmail.com>
+pkgname=ethos
+pkgver=0.2.2
+pkgrel=6
+arch=('i686' 'x86_64')
+pkgdesc="Plugin framework for GLib"
+url="http://git.dronelabs.com/ethos/about/"
+license="LGPL"
+depends=(python2 gtk2)
+makedepends=(intltool pygtk)
+source=(http://ftp.dronelabs.com/sources/$pkgname/0.2/$pkgname-$pkgver.tar.gz)
+md5sums=('36cf1ef444a224556bba4d441c400300')
+options=(!libtool)
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}
diff --git a/~fauno/geoclue/PKGBUILD b/~fauno/geoclue/PKGBUILD
new file mode 100644
index 000000000..e370197c7
--- /dev/null
+++ b/~fauno/geoclue/PKGBUILD
@@ -0,0 +1,28 @@
+# mAINTAIner: Isaac Dupree <id@isaac.cedarswampstudios.org>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Kurama <kurama_luka@yahoo.it>
+
+pkgname=geoclue
+pkgver=0.12
+pkgrel=2
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
+arch=('i686' 'x86_64')
+url="http://geoclue.freedesktop.org"
+license=('LGPL')
+depends=('gconf')
+makedepends=('gtk-doc' 'libtool')
+source=(http://cgit.freedesktop.org/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+# unset LDFLAGS
+ ./autogen.sh --prefix=/usr --libexecdir=/usr/lib
+ find -name 'Makefile' -print0 | xargs -0 sed -i "s/-Werror //"
+ make
+}
+
+package(){
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
+md5sums=('684e24d1ff3683953c968fed210b2982')
diff --git a/~fauno/librest/PKGBUILD b/~fauno/librest/PKGBUILD
new file mode 100644
index 000000000..a66c4559e
--- /dev/null
+++ b/~fauno/librest/PKGBUILD
@@ -0,0 +1,28 @@
+# Contributor: Berseker <berseker86 at gmail dot com>
+
+pkgname=librest
+_realname=rest
+
+pkgver=0.7.10
+pkgrel=1
+pkgdesc="a library to access 'RESTful' web services"
+arch=('i686' 'x86_64')
+url="http://moblin.org/projects/librest/"
+license=('GPL')
+source=(http://ftp.gnome.org/pub/GNOME/sources/rest/0.7/${_realname}-${pkgver}.tar.bz2)
+options=('!libtool')
+depends=('libsoup-gnome' 'libxml2')
+makedepends=('gtk-doc')
+
+build() {
+ cd "$srcdir/${_realname}-${pkgver}"
+
+ ./configure --prefix=/usr #--without-gnome
+ make
+}
+
+package() {
+ cd "$srcdir/${_realname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
+}
+md5sums=('f47850d26bfb6148d1a3db9e74426e20')