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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 14:17:09
  Author: jgc
Revision: 305606

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 305605, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305605, libgweather/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 305605, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 14:17:09 UTC (rev 305606)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=7fc5c6e84eeac34e5a64dcef1ea44930b10f0d96  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305605, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 14:17:09 UTC (rev 305606)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=7fc5c6e84eeac34e5a64dcef1ea44930b10f0d96  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-06-05 Thread Jan de Groot
Date: Monday, June 5, 2017 @ 20:49:30
  Author: jgc
Revision: 297815

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 297814, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 297814, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-05 20:49:25 UTC (rev 297814)
+++ extra-i686/PKGBUILD 2017-06-05 20:49:30 UTC (rev 297815)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.24.0+12+g4684af7
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=4684af73784c3dd3a0fd2b3f710598aa995fae36  # master
-source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-i686/PKGBUILD (from rev 297814, 
libgweather/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-05 20:49:30 UTC (rev 297815)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.1+1+g9b08eea
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=9b08eeadf215580358d0f53ac0f54c9acdde7384  # master
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-05 20:49:25 UTC (rev 297814)
+++ extra-x86_64/PKGBUILD   2017-06-05 20:49:30 UTC (rev 297815)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.24.0+12+g4684af7
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=4684af73784c3dd3a0fd2b3f710598aa995fae36  # master
-source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 297814, 
libgweather/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-05 20:49:30 UTC (rev 297815)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.1+1+g9b08eea
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geoc

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

2017-04-20 Thread Jan de Groot
Date: Thursday, April 20, 2017 @ 07:32:29
  Author: jgc
Revision: 293301

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

Added:
  libgweather/repos/testing-i686/PKGBUILD
(from rev 293300, libgweather/trunk/PKGBUILD)
  libgweather/repos/testing-x86_64/PKGBUILD
(from rev 293300, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/testing-i686/PKGBUILD
  libgweather/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 ++
 testing-i686/PKGBUILD   |   42 ---
 testing-x86_64/PKGBUILD |   42 ---
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-20 07:32:23 UTC (rev 293300)
+++ testing-i686/PKGBUILD   2017-04-20 07:32:29 UTC (rev 293301)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.24.0
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
-source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/testing-i686/PKGBUILD (from rev 293300, 
libgweather/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-20 07:32:29 UTC (rev 293301)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.0+12+g4684af7
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=4684af73784c3dd3a0fd2b3f710598aa995fae36  # master
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  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-04-20 07:32:23 UTC (rev 293300)
+++ testing-x86_64/PKGBUILD 2017-04-20 07:32:29 UTC (rev 293301)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.24.0
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
-source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/testing-x86_64/PKGBUILD (from rev 293300, 
libgweather/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-20 07:32:29 UTC (rev 293301)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.0+12+g4684af7
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686

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

2017-03-30 Thread Jan Steffens
Date: Thursday, March 30, 2017 @ 20:17:33
  Author: heftig
Revision: 291888

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 291887, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291887, libgweather/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 291887, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-30 20:17:33 UTC (rev 291888)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291887, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-03-30 20:17:33 UTC (rev 291888)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=e8c6435c7c36bea38acd79398a49a7e5ce03376a  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-22 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 18:39:39
  Author: heftig
Revision: 284454

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 284453, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 284453, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-22 18:39:06 UTC (rev 284453)
+++ extra-i686/PKGBUILD 2016-12-22 18:39:39 UTC (rev 284454)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.20.3+20+gb9a6ef3
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
-source=("git://git.gnome.org/libgweather#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-i686/PKGBUILD (from rev 284453, 
libgweather/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-22 18:39:39 UTC (rev 284454)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.4
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=f66554b9fe3e59d95b8748dd78fb8dc57448bffa  # tags/3.20.4^0
+source=("git+https://git.gnome.org/browse/libgweather#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-22 18:39:06 UTC (rev 284453)
+++ extra-x86_64/PKGBUILD   2016-12-22 18:39:39 UTC (rev 284454)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.20.3+20+gb9a6ef3
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib dconf)
-makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
-options=(!emptydirs)
-_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
-source=("git://git.gnome.org/libgweather#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 284453, 
libgweather/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-12-22 18:39:39 UTC (rev 284454)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.4
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-intros

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

2016-09-25 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 19:35:10
  Author: heftig
Revision: 276954

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 276953, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276953, libgweather/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 276953, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 19:35:10 UTC (rev 276954)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.3+20+gb9a6ef3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
+source=("git://git.gnome.org/libgweather#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276953, 
libgweather/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 19:35:10 UTC (rev 276954)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.3+20+gb9a6ef3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib dconf)
+makedepends=(intltool gobject-introspection vala git gtk-doc autoconf-archive 
glade)
+options=(!emptydirs)
+_commit=b9a6ef3285d7e6f1cb8a89294b286360cee5b401
+source=("git://git.gnome.org/libgweather#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-29 Thread Jan Steffens
Date: Monday, August 29, 2016 @ 09:14:58
  Author: heftig
Revision: 274801

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 274800, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 274800, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 08:48:50 UTC (rev 274800)
+++ extra-i686/PKGBUILD 2016-08-29 09:14:58 UTC (rev 274801)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib)
-makedepends=(intltool gobject-introspection vala)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f74f1d355ef26e0fe4d3c77b5b7c91f68014e435d29065613e45cdb8db7ecc97')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-i686/PKGBUILD (from rev 274800, 
libgweather/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-29 09:14:58 UTC (rev 274801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib)
+makedepends=(intltool gobject-introspection vala)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-29 08:48:50 UTC (rev 274800)
+++ extra-x86_64/PKGBUILD   2016-08-29 09:14:58 UTC (rev 274801)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib)
-makedepends=(intltool gobject-introspection vala)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f74f1d355ef26e0fe4d3c77b5b7c91f68014e435d29065613e45cdb8db7ecc97')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 274800, 
libgweather/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-29 09:14:58 UTC (rev 274801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.3
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib)
+makedepends=(intltool gobject-introspection vala)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mak

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

2016-08-15 Thread Jan Steffens
Date: Tuesday, August 16, 2016 @ 00:42:57
  Author: heftig
Revision: 273835

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 273834, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 273834, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-16 00:39:16 UTC (rev 273834)
+++ extra-i686/PKGBUILD 2016-08-16 00:42:57 UTC (rev 273835)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib)
-makedepends=(intltool gobject-introspection vala)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-i686/PKGBUILD (from rev 273834, 
libgweather/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-16 00:42:57 UTC (rev 273835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib)
+makedepends=(intltool gobject-introspection vala)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f74f1d355ef26e0fe4d3c77b5b7c91f68014e435d29065613e45cdb8db7ecc97')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-16 00:39:16 UTC (rev 273834)
+++ extra-x86_64/PKGBUILD   2016-08-16 00:42:57 UTC (rev 273835)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-
-pkgname=libgweather
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Location and timezone database and weather-lookup library"
-url="https://wiki.gnome.org/Projects/LibGWeather";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libsoup gtk3 geocode-glib)
-makedepends=(intltool gobject-introspection vala)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 273834, 
libgweather/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-16 00:42:57 UTC (rev 273835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot  
+
+pkgname=libgweather
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib)
+makedepends=(intltool gobject-introspection vala)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f74f1d355ef26e0fe4d3c77b5b7c91f68014e435d29065613e45cdb8db7ecc97')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  ma