[arch-commits] Commit in emerillon (7 files)

Balló György bgyorgy at nymeria.archlinux.org
Sat Mar 30 16:34:08 UTC 2013


    Date: Saturday, March 30, 2013 @ 17:34:08
  Author: bgyorgy
Revision: 87391

archrelease: copy trunk to community-i686, community-x86_64

Added:
  emerillon/repos/
  emerillon/repos/community-i686/
  emerillon/repos/community-i686/PKGBUILD
    (from rev 87390, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-i686/emerillon.install
    (from rev 87390, emerillon/trunk/emerillon.install)
  emerillon/repos/community-x86_64/
  emerillon/repos/community-x86_64/PKGBUILD
    (from rev 87390, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-x86_64/emerillon.install
    (from rev 87390, emerillon/trunk/emerillon.install)

------------------------------------+
 community-i686/PKGBUILD            |   29 +++++++++++++++++++++++++++++
 community-i686/emerillon.install   |   11 +++++++++++
 community-x86_64/PKGBUILD          |   29 +++++++++++++++++++++++++++++
 community-x86_64/emerillon.install |   11 +++++++++++
 4 files changed, 80 insertions(+)

Copied: emerillon/repos/community-i686/PKGBUILD (from rev 87390, emerillon/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2013-03-30 16:34:08 UTC (rev 87391)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=3
+pkgdesc="Map viewer for OpenStreetMap"
+arch=('i686' 'x86_64')
+url="http://projects.gnome.org/emerillon/"
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: emerillon/repos/community-i686/emerillon.install (from rev 87390, emerillon/trunk/emerillon.install)
===================================================================
--- repos/community-i686/emerillon.install	                        (rev 0)
+++ repos/community-i686/emerillon.install	2013-03-30 16:34:08 UTC (rev 87391)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: emerillon/repos/community-x86_64/PKGBUILD (from rev 87390, emerillon/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2013-03-30 16:34:08 UTC (rev 87391)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=3
+pkgdesc="Map viewer for OpenStreetMap"
+arch=('i686' 'x86_64')
+url="http://projects.gnome.org/emerillon/"
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: emerillon/repos/community-x86_64/emerillon.install (from rev 87390, emerillon/trunk/emerillon.install)
===================================================================
--- repos/community-x86_64/emerillon.install	                        (rev 0)
+++ repos/community-x86_64/emerillon.install	2013-03-30 16:34:08 UTC (rev 87391)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list