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

Jan de Groot jgc at archlinux.org
Tue Mar 22 20:28:32 UTC 2016


    Date: Tuesday, March 22, 2016 @ 21:28:32
  Author: jgc
Revision: 262423

archrelease: copy trunk to gnome-unstable-any

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

-----------------------+
 PKGBUILD              |   27 +++++++++++++++++++++++++++
 gnome-weather.install |   12 ++++++++++++
 2 files changed, 39 insertions(+)

Copied: gnome-weather/repos/gnome-unstable-any/PKGBUILD (from rev 262422, gnome-weather/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2016-03-22 20:28:32 UTC (rev 262423)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-weather
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+arch=(any)
+url="https://www.gnome.org/"
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2)
+makedepends=(intltool gobject-introspection)
+groups=(gnome-extra)
+install=gnome-weather.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3d56c59715656c9031b42f4803ee22776a954cd0587f465590ea0f43cec5b46a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-weather/repos/gnome-unstable-any/gnome-weather.install (from rev 262422, gnome-weather/trunk/gnome-weather.install)
===================================================================
--- gnome-unstable-any/gnome-weather.install	                        (rev 0)
+++ gnome-unstable-any/gnome-weather.install	2016-03-22 20:28:32 UTC (rev 262423)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list