blob: efe074b178eae9e1572ac65b496b48b4cc02aa33 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
pkgbase = sway-scroll-stable
pkgdesc = Fork of the sway Wayland compositor with a scrolling layout like PaperWM or niri (stable version)
pkgver = 1.11.3
pkgrel = 1
epoch = 1
url = https://github.com/dawsers/scroll
install = sway-scroll-stable.install
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
makedepends = ninja
makedepends = scdoc
makedepends = wayland-protocols
depends = cairo
depends = gdk-pixbuf2
depends = libevdev.so
depends = libinput
depends = libjson-c.so
depends = libpixman-1.so
depends = libudev.so
depends = libwayland-server.so
depends = libxcb
depends = libxkbcommon.so
depends = pango
depends = pcre2
depends = ttf-font
depends = wlroots0.19
depends = xcb-util-wm
depends = lua
optdepends = brightnessctl: Brightness adjustment tool used in the default configuration
optdepends = foot: Terminal emulator used in the default configuration
optdepends = i3status: Status line generation
optdepends = libpulse: Volume adjustment tool (pactl) used in the default configuration
optdepends = mako: Lightweight notification daemon
optdepends = polkit: System privilege control. Required if not using seatd service
optdepends = swaybg: Wallpaper tool for sway
optdepends = sway-contrib: Collection of user-contributed scripts for sway
optdepends = swayidle: Idle management daemon
optdepends = swaylock: Screen locker
optdepends = waybar: Highly customizable bar
optdepends = wmenu: Application launcher used in default config
optdepends = xorg-xwayland: X11 support
optdepends = xdg-desktop-portal-gtk: Default xdg-desktop-portal for file picking
optdepends = xdg-desktop-portal-wlr: xdg-desktop-portal backend
provides = sway-scroll-stable
provides = wayland-compositor
conflicts = sway-scroll-git
backup = etc/scroll/config
backup = etc/scroll/config.d/50-systemd-user.conf
source = git+https://github.com/dawsers/scroll.git#tag=1.11.3
source = 50-systemd-user.conf
source = scroll-portals.conf
source = remove_git_version_format.patch
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
pkgname = sway-scroll-stable
|