blob: 4742e39828da615ea30b398a384521c58c384abb (
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 = 1
url = https://gitlab.com/desktop-frameworks/notification
arch = x86_64
arch = aarch64
license = GPL3
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
md5sums = a52d1d80ae6eb1eac86ad33b6c14d761
pkgname = dfl-notification
depends = qt5-base
pkgname = dfl-notification-qt6
depends = qt6-base
|