[arch-commits] Commit in gnome-weather/repos (2 files)

Jan de Groot jgc at archlinux.org
Mon Sep 18 13:16:18 UTC 2017


    Date: Monday, September 18, 2017 @ 13:16:17
  Author: jgc
Revision: 305801

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-weather/repos/gnome-unstable-any/
  gnome-weather/repos/gnome-unstable-any/PKGBUILD
    (from rev 305800, gnome-weather/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: gnome-weather/repos/gnome-unstable-any/PKGBUILD (from rev 305800, gnome-weather/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2017-09-18 13:16:17 UTC (rev 305801)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-weather
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather"
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
+makedepends=(intltool gobject-introspection autoconf-archive appstream-glib git)
+groups=(gnome-extra)
+_commit=608877f993ab001666d9ca843c23c98c16459abe  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-weather#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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list