add libportal

This commit is contained in:
Archisman Panigrahi 2025-05-01 01:08:27 -04:00
parent 68f13f2631
commit 6cb3dd8e16
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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')