Add yelp. Change from webkitgtk3 to webkitgtk

This commit is contained in:
willemw12 2020-07-05 09:26:24 +02:00
parent df45575b62
commit 0e1ed78f9c
3 changed files with 5 additions and 19 deletions

View file

@ -1,17 +1,15 @@
# Generated by mksrcinfo v7
# Mon Sep 28 08:56:16 UTC 2015
pkgbase = typhoon
pkgdesc = A weather application based on Stormcloud
pkgver = 0.8.94
pkgrel = 2
pkgrel = 3
url = https://www.launchpad.net/typhoon
install = typhoon.install
arch = any
license = GPL3
makedepends = python2-distutils-extra
depends = dconf
depends = python2-gobject
depends = webkitgtk3
depends = yelp
depends = webkitgtk
source = https://launchpad.net/typhoon/trunk/0.8.94/+download/typhoon_0.8.94.tar.gz
md5sums = 659f85cb08b4c0bdffe943d507c83362

View file

@ -2,14 +2,13 @@
pkgname=typhoon
pkgver=0.8.94
pkgrel=2
pkgrel=3
pkgdesc="A weather application based on Stormcloud"
arch=('any')
url="https://www.launchpad.net/typhoon"
license=('GPL3')
makedepends=('python2-distutils-extra')
depends=('dconf' 'python2-gobject' 'webkitgtk3')
install=$pkgname.install
depends=('dconf' 'python2-gobject' 'yelp' 'webkitgtk')
source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.tar.gz)
md5sums=('659f85cb08b4c0bdffe943d507c83362')

View file

@ -1,11 +0,0 @@
post_install() {
glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}