blob: 31f62c8a1fc4ef25ec22bfcb382190988b40bc02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = dfl-notification
pkgdesc = Implementation of the XDG Desktop Notification Spec
pkgver = 0.2.0
pkgrel = 2
url = https://gitlab.com/desktop-frameworks/notification
arch = x86_64
arch = aarch64
license = GPL-3.0-only
makedepends = meson
makedepends = ninja
makedepends = qt5-base
makedepends = qt6-base
source = https://gitlab.com/desktop-frameworks/notification/-/archive/v0.2.0/notification-v0.2.0.tar.gz
sha256sums = b8336c719dad5be75493f8cd00efc0e390db4b72eb7be7ad59a8daf217e29169
pkgname = dfl-notification
depends = qt5-base
pkgname = dfl-notification-qt6
depends = qt6-base
|