mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
add libportal
This commit is contained in:
parent
68f13f2631
commit
6cb3dd8e16
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = typhoon-git
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = v0.9.5.r2.g5ea0092
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
license = MIT
|
||||
|
|
@ -13,6 +13,7 @@ pkgbase = typhoon-git
|
|||
depends = python
|
||||
depends = imagemagick
|
||||
depends = python-dbus
|
||||
depends = libportal
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = git+https://github.com/archisman-panigrahi/typhoon#branch=master
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,14 +2,14 @@
|
|||
pkgname=typhoon-git
|
||||
_pkgname=typhoon
|
||||
pkgver=v0.9.5.r2.g5ea0092
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('any')
|
||||
url="https://github.com/archisman-panigrahi/typhoon"
|
||||
provides=($_pkgname)
|
||||
conflicts=($_pkgname)
|
||||
license=('MIT')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal')
|
||||
makedepends=('git' 'meson' 'ninja')
|
||||
source=("git+$url#branch=master")
|
||||
sha256sums=('SKIP')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue