[arch-commits] Commit in gnome-maps/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 2 20:40:51 UTC 2017
Date: Monday, October 2, 2017 @ 20:40:50
Author: heftig
Revision: 306603
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-maps/repos/testing-i686/PKGBUILD
(from rev 306602, gnome-maps/trunk/PKGBUILD)
gnome-maps/repos/testing-x86_64/PKGBUILD
(from rev 306602, gnome-maps/trunk/PKGBUILD)
Deleted:
gnome-maps/repos/testing-i686/PKGBUILD
gnome-maps/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 38 -----------------------
testing-x86_64/PKGBUILD | 38 -----------------------
3 files changed, 76 insertions(+), 76 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2017-10-02 20:39:44 UTC (rev 306602)
+++ testing-i686/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-maps
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
-groups=(gnome-extra)
-_commit=2389cd30a693f18f19a880a88d515c74dc69781e # tags/v3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="${pkgdir}" install
-}
Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 306602, gnome-maps/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-maps
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=9b2d558766b348d5242b8b523f7747c9d2425955 # tags/v3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2017-10-02 20:39:44 UTC (rev 306602)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-maps
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
-groups=(gnome-extra)
-_commit=2389cd30a693f18f19a880a88d515c74dc69781e # tags/v3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="${pkgdir}" install
-}
Copied: gnome-maps/repos/testing-x86_64/PKGBUILD (from rev 306602, gnome-maps/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 20:40:50 UTC (rev 306603)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-maps
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=9b2d558766b348d5242b8b523f7747c9d2425955 # tags/v3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list