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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:36:19 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:36:19
  Author: jgc
Revision: 234854

db-move: moved gnome-maps from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-maps/repos/testing-i686/
  gnome-maps/repos/testing-i686/PKGBUILD
    (from rev 234786, gnome-maps/repos/gnome-unstable-i686/PKGBUILD)
  gnome-maps/repos/testing-i686/gnome-maps.install
    (from rev 234786, gnome-maps/repos/gnome-unstable-i686/gnome-maps.install)
  gnome-maps/repos/testing-x86_64/
  gnome-maps/repos/testing-x86_64/PKGBUILD
    (from rev 234786, gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-maps/repos/testing-x86_64/gnome-maps.install
    (from rev 234786, gnome-maps/repos/gnome-unstable-x86_64/gnome-maps.install)
Deleted:
  gnome-maps/repos/gnome-unstable-i686/
  gnome-maps/repos/gnome-unstable-x86_64/

-----------------------------------+
 testing-i686/PKGBUILD             |   27 +++++++++++++++++++++++++++
 testing-i686/gnome-maps.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD           |   27 +++++++++++++++++++++++++++
 testing-x86_64/gnome-maps.install |   12 ++++++++++++
 4 files changed, 78 insertions(+)

Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 234786, gnome-maps/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:36:19 UTC (rev 234854)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-maps
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://live.gnome.org/Maps"
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7244531457d88a7602291b47eeffda94b3fd84b3f356d8895e561fe1357de7c1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: gnome-maps/repos/testing-i686/gnome-maps.install (from rev 234786, gnome-maps/repos/gnome-unstable-i686/gnome-maps.install)
===================================================================
--- testing-i686/gnome-maps.install	                        (rev 0)
+++ testing-i686/gnome-maps.install	2015-03-25 15:36:19 UTC (rev 234854)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-maps/repos/testing-x86_64/PKGBUILD (from rev 234786, gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:36:19 UTC (rev 234854)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-maps
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://live.gnome.org/Maps"
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7244531457d88a7602291b47eeffda94b3fd84b3f356d8895e561fe1357de7c1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: gnome-maps/repos/testing-x86_64/gnome-maps.install (from rev 234786, gnome-maps/repos/gnome-unstable-x86_64/gnome-maps.install)
===================================================================
--- testing-x86_64/gnome-maps.install	                        (rev 0)
+++ testing-x86_64/gnome-maps.install	2015-03-25 15:36:19 UTC (rev 234854)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list