[arch-commits] Commit in emerillon/repos (6 files)

Balló György bgyorgy at nymeria.archlinux.org
Fri Apr 11 02:49:48 UTC 2014


    Date: Friday, April 11, 2014 @ 04:49:48
  Author: bgyorgy
Revision: 109168

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

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

--------------------------------------------+
 community-testing-i686/PKGBUILD            |   32 +++++++++++++++++++++++++++
 community-testing-i686/emerillon.install   |   11 +++++++++
 community-testing-x86_64/PKGBUILD          |   32 +++++++++++++++++++++++++++
 community-testing-x86_64/emerillon.install |   11 +++++++++
 4 files changed, 86 insertions(+)

Copied: emerillon/repos/community-testing-i686/PKGBUILD (from rev 109167, emerillon/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-04-11 02:49:48 UTC (rev 109168)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=6
+pkgdesc="Map viewer for OpenStreetMap"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Emerillon"
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+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 --disable-maintainer-mode
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: emerillon/repos/community-testing-i686/emerillon.install (from rev 109167, emerillon/trunk/emerillon.install)
===================================================================
--- community-testing-i686/emerillon.install	                        (rev 0)
+++ community-testing-i686/emerillon.install	2014-04-11 02:49:48 UTC (rev 109168)
@@ -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-testing-x86_64/PKGBUILD (from rev 109167, emerillon/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-04-11 02:49:48 UTC (rev 109168)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=6
+pkgdesc="Map viewer for OpenStreetMap"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Emerillon"
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+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 --disable-maintainer-mode
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: emerillon/repos/community-testing-x86_64/emerillon.install (from rev 109167, emerillon/trunk/emerillon.install)
===================================================================
--- community-testing-x86_64/emerillon.install	                        (rev 0)
+++ community-testing-x86_64/emerillon.install	2014-04-11 02:49:48 UTC (rev 109168)
@@ -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