blob: b4e562f3bd9e073e5dd00de0fbda99fff44743bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = sway-systemd-git
pkgdesc = Systemd integration for Sway session
pkgver = 0.4.1.r0.gd2c1493
pkgrel = 2
url = https://github.com/alebastr/sway-systemd
arch = any
license = custom:MIT
makedepends = git
makedepends = meson
depends = python
depends = sway
depends = dbus
depends = python-dbus-next
depends = python-i3ipc
depends = python-psutil
depends = python-xlib
depends = python-tenacity
depends = sway-contrib
provides = sway-systemd
conflicts = sway-systemd
conflicts = sway-services-git
source = sway-systemd::git+https://github.com/alebastr/sway-systemd.git
sha512sums = SKIP
pkgname = sway-systemd-git
|