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

Jan de Groot jgc at archlinux.org
Fri Apr 7 12:16:29 UTC 2017


    Date: Friday, April 7, 2017 @ 12:16:29
  Author: jgc
Revision: 292255

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-weather/repos/gnome-unstable-any/PKGBUILD (from rev 292254, gnome-weather/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2017-04-07 12:16:29 UTC (rev 292255)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-weather
+pkgver=3.24.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=a9d0dab4c3c44b832275bee20af777d610838ba9  # tags/3.24.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