summaryrefslogtreecommitdiff
path: root/xengineering-desktop-meta/PKGBUILD
blob: 694b70888e72bf018d077fef70878bf77ce3bbd1 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114

# Maintainer: xengineering <mail2xengineering@protonmail.com>

pkgname=xengineering-desktop-meta
pkgver=2.0.0
pkgrel=1
pkgdesc="Packages for a Desktop Arch Linux Installation"
arch=('x86_64')
url="xengineering.eu"
license=('GPL')
depends=(

    'xengineering-base-meta'

    # desktop basics
    'cinnamon'
    'cinnamon-translations'
    'lightdm'
    'lightdm-gtk-greeter'
    'lightdm-gtk-greeter-settings'

    # admin utils
    'gnome-terminal'  # VERY important because otherwise you are left
    'terminator'      # without any terminal access in your desktop!
    'flatpak'

    # misc
    'bluez-utils'
    'bluez-plugins'
    'pavucontrol'
    'pulseaudio-bluetooth'
    'networkmanager-openconnect'

    # browser
    'firefox'

    # desktop utils
    'code'
    'cheese'
    'kleopatra'
    'blueberry'
    'gedit'
    'evince'
    'gnome-disk-utility'
    'gnome-calculator'
    'gnome-system-monitor'
    'file-roller'
    'baobab'
    'flameshot'
    'simplescreenrecorder'
    'cups'
    'celluloid'
    'xournalpp'
    'ristretto'
    'keepassxc'

    # additional
    'papirus-icon-theme'
    'virtualbox-guest-utils'
    'redshift'

    # xorg package group
    'xf86-video-vesa'
    'xorg-bdftopcf'
    'xorg-docs'
    'xorg-font-util'
    'xorg-fonts-100dpi'
    'xorg-fonts-75dpi'
    'xorg-fonts-encodings'
    'xorg-iceauth'
    'xorg-luit'
    'xorg-mkfontscale'
    'xorg-server'
    'xorg-server-common'
    'xorg-server-devel'
    'xorg-server-xephyr'
    'xorg-server-xnest'
    'xorg-server-xvfb'
    'xorg-server-xwayland'
    'xorg-sessreg'
    'xorg-setxkbmap'
    'xorg-smproxy'
    'xorg-x11perf'
    'xorg-xauth'
    'xorg-xbacklight'
    'xorg-xcmsdb'
    'xorg-xcursorgen'
    'xorg-xdpyinfo'
    'xorg-xdriinfo'
    'xorg-xev'
    'xorg-xgamma'
    'xorg-xhost'
    'xorg-xinput'
    'xorg-xkbcomp'
    'xorg-xkbevd'
    'xorg-xkbutils'
    'xorg-xkill'
    'xorg-xlsatoms'
    'xorg-xlsclients'
    'xorg-xmodmap'
    'xorg-xpr'
    'xorg-xprop'
    'xorg-xrandr'
    'xorg-xrdb'
    'xorg-xrefresh'
    'xorg-xset'
    'xorg-xsetroot'
    'xorg-xvinfo'
    'xorg-xwd'
    'xorg-xwininfo'
    'xorg-xwud'

)