mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add yelp. Change from webkitgtk3 to webkitgtk
This commit is contained in:
parent
df45575b62
commit
0e1ed78f9c
3 changed files with 5 additions and 19 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue