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/PKGBUILD        2016-09-25 19:35:10 UTC (rev 276954)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot  <[email protected]>
+
+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  <[email protected]>
+
+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
+}

Reply via email to