summaryrefslogtreecommitdiff
path: root/nonprism/gnome-weather
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:31:34 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:31:34 -0300
commita7c36267158d9cfc0d50729f9a723038aa483fa1 (patch)
treeb93863b50b2c405bd267a7247b61c67ab68e4bed /nonprism/gnome-weather
parent3e508804172798e4eef503fc427782fae2ec5263 (diff)
gnome-weather-3.20.1-1.nonprism1: updating version
Diffstat (limited to 'nonprism/gnome-weather')
-rw-r--r--nonprism/gnome-weather/PKGBUILD9
-rw-r--r--nonprism/gnome-weather/gnome-weather.install12
2 files changed, 4 insertions, 17 deletions
diff --git a/nonprism/gnome-weather/PKGBUILD b/nonprism/gnome-weather/PKGBUILD
index 7104a6a98..0bb618550 100644
--- a/nonprism/gnome-weather/PKGBUILD
+++ b/nonprism/gnome-weather/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 262422 2016-03-22 20:28:28Z jgc $
+# $Id: PKGBUILD 267261 2016-05-09 19:41:11Z heftig $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=gnome-weather
-pkgver=3.20.0
+pkgver=3.20.1
pkgrel=1.nonprism1
pkgdesc="Access current weather conditions and forecasts, without geoclue2 support"
+url="https://wiki.gnome.org/Apps/Weather"
arch=(any)
-url="https://www.gnome.org/"
license=(GPL)
depends=(gtk3 gjs libgweather)
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
nonprism.patch)
-sha256sums=('3d56c59715656c9031b42f4803ee22776a954cd0587f465590ea0f43cec5b46a'
+sha256sums=('e310ecd56f396ac0e8e5652ac8b63258720034e23afbf32fbb2d509f25bbb2b6'
'67daef24d0aaf285d1f2960d5f3b976e71e5150233468a738cdd7557ee730fa4')
prepare() {
diff --git a/nonprism/gnome-weather/gnome-weather.install b/nonprism/gnome-weather/gnome-weather.install
deleted file mode 100644
index f7e8c46ac..000000000
--- a/nonprism/gnome-weather/gnome-weather.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}