[arch-commits] Commit in geocode-glib/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue Aug 8 19:01:35 UTC 2017


    Date: Tuesday, August 8, 2017 @ 19:01:34
  Author: heftig
Revision: 301785

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

Added:
  geocode-glib/repos/extra-i686/PKGBUILD
    (from rev 301784, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/extra-x86_64/PKGBUILD
    (from rev 301784, geocode-glib/trunk/PKGBUILD)
Deleted:
  geocode-glib/repos/extra-i686/PKGBUILD
  geocode-glib/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 ------------------------
 extra-x86_64/PKGBUILD |   40 ------------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-08-08 19:00:58 UTC (rev 301784)
+++ extra-i686/PKGBUILD	2017-08-08 19:01:34 UTC (rev 301785)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=geocode-glib
-pkgver=3.23.90
-pkgrel=1
-pkgdesc="Helper library for geocoding services"
-url="https://git.gnome.org/browse/geocode-glib/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
-options=(!emptydirs)
-_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
-source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: geocode-glib/repos/extra-i686/PKGBUILD (from rev 301784, geocode-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-08-08 19:01:34 UTC (rev 301785)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=aa513ab2a33039382023f3dbffea2604ad5af0f3  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-08-08 19:00:58 UTC (rev 301784)
+++ extra-x86_64/PKGBUILD	2017-08-08 19:01:34 UTC (rev 301785)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=geocode-glib
-pkgver=3.23.90
-pkgrel=1
-pkgdesc="Helper library for geocoding services"
-url="https://git.gnome.org/browse/geocode-glib/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 json-glib libsoup)
-makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
-options=(!emptydirs)
-_commit=537eb30d0479588053cde1336e1a93c1d66b7493  # tags/3.23.90^0
-source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: geocode-glib/repos/extra-x86_64/PKGBUILD (from rev 301784, geocode-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-08 19:01:34 UTC (rev 301785)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=geocode-glib
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Helper library for geocoding services"
+url="https://git.gnome.org/browse/geocode-glib/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 json-glib libsoup)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+options=(!emptydirs)
+_commit=aa513ab2a33039382023f3dbffea2604ad5af0f3  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/geocode-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/gnome/Adwaita/g' icons/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list