blob: c19b7af82ba098d44cfa2c9a47d8045f27d65f67 (
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
|
# Maintainer: steeltitanium <steeltitanium1 at gmail dot com>
# Contributor: Librewish <librewish@gmail.com>
pkgname=wayfire-desktop-git
pkgver=0.7.3
pkgrel=3
arch=(any)
url='https://wayfire.org/'
pkgdesc='A meta package to use Wayfire as a desktop'
provides=(wayfire-desktop)
conflicts=(wayfire-desktop)
depends=(
'wayfire'
'wf-config'
#'wayfire-plugins-extra'
'wf-shell'
'wcm'
'wf-recorder'
'wf-osk-git'
'waybar'
'mako'
'polkit-gnome'
'gnome-keyring'
'swaylock'
'swayidle'
'grim'
'slurp'
'kanshi'
'gammastep'
'qt5-wayland'
'qt5ct'
'kvantum'
'clipman'
'wl-clipboard'
'brightnessctl'
'playerctl'
'wayvnc'
'wtype'
'wlogout'
'wofi'
'nwg-drawer'
'nwg-look'
'bemenu-wlroots'
'dex'
'perl-file-mimeinfo'
'xdg-user-dirs-gtk'
'xdg-utils'
'xdg-desktop-portal-wlr'
)
optdepends=(
'blueberry: for bluetooth'
'network-manager-applet: for nm gtk frontend'
'greetd-qtgreet: recommonded display manager'
'xorg-server-xwayland: xwayland support'
'xorg-xhost: to run xwayland apps with elevated privilage'
'alacritty: recommended terminal'
)
|