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

Balló György bgyorgy at nymeria.archlinux.org
Sun Apr 28 14:34:24 UTC 2013


    Date: Sunday, April 28, 2013 @ 16:34:24
  Author: bgyorgy
Revision: 89282

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-28 14:34:16 UTC (rev 89281)
+++ community-i686/PKGBUILD	2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,29 +0,0 @@
-# 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/PKGBUILD (from rev 89281, emerillon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-28 14:34:24 UTC (rev 89282)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=4
+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
+}

Deleted: community-i686/emerillon.install
===================================================================
--- community-i686/emerillon.install	2013-04-28 14:34:16 UTC (rev 89281)
+++ community-i686/emerillon.install	2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,11 +0,0 @@
-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-i686/emerillon.install (from rev 89281, emerillon/trunk/emerillon.install)
===================================================================
--- community-i686/emerillon.install	                        (rev 0)
+++ community-i686/emerillon.install	2013-04-28 14:34:24 UTC (rev 89282)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-28 14:34:16 UTC (rev 89281)
+++ community-x86_64/PKGBUILD	2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,29 +0,0 @@
-# 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/PKGBUILD (from rev 89281, emerillon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-28 14:34:24 UTC (rev 89282)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=4
+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
+}

Deleted: community-x86_64/emerillon.install
===================================================================
--- community-x86_64/emerillon.install	2013-04-28 14:34:16 UTC (rev 89281)
+++ community-x86_64/emerillon.install	2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,11 +0,0 @@
-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/emerillon.install (from rev 89281, emerillon/trunk/emerillon.install)
===================================================================
--- community-x86_64/emerillon.install	                        (rev 0)
+++ community-x86_64/emerillon.install	2013-04-28 14:34:24 UTC (rev 89282)
@@ -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