[arch-commits] Commit in libgweather/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Apr 20 07:32:30 UTC 2017
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 <jgc at archlinux.org>
-
-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 <jgc at archlinux.org>
+
+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 <jgc at archlinux.org>
-
-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 <jgc at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list