-
Notifications
You must be signed in to change notification settings - Fork 1
/
PKGBUILD
124 lines (117 loc) · 1.84 KB
/
PKGBUILD
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
115
116
117
118
119
120
121
122
123
124
# Maintainer: Daniel Hillenbrand <codeworkx [at] bbqlinux [dot] org>
pkgname=bbqlinux-desktop-gnome
pkgver=1.0.1
pkgrel=1
pkgdesc="BBQLinux GNOME Desktop"
arch=('any')
url="https://github.com/bbqlinux/bbqlinux-desktop-gnome"
license=('GPL')
groups=('bbqlinux')
replaces=('bbqlinux-desktop-environment')
provides=('bbqlinux-desktop-environment')
depends=(
# lightdm
'lightdm'
'lightdm-bbqlinux-greeter'
# Theme
'bbqlinux-theme'
'bbqlinux-artwork'
'bbqlinux-config-gtk'
# gnome
'adwaita-icon-theme'
'baobab'
'dconf-editor'
'empathy'
'eog'
'epiphany'
'evince'
'gdm'
'gnome-backgrounds'
'gnome-calculator'
'gnome-contacts'
'gnome-control-center'
'gnome-desktop'
'gnome-dictionary'
'gnome-disk-utility'
'gnome-font-viewer'
'gnome-keyring'
'gnome-screenshot'
'gnome-session'
'gnome-settings-daemon'
'gnome-shell'
'gnome-shell-extensions'
'gnome-system-log'
'gnome-system-monitor'
'gnome-terminal'
'gnome-themes-standard'
'gnome-user-docs'
'gnome-user-share'
'grilo-plugins'
'gucharmap'
'mousetweaks'
'mutter'
'nautilus'
'sushi'
'totem'
'tracker'
'vino'
'xdg-user-dirs-gtk'
'yelp'
# gnome-extra
'accerciser'
'aisleriot'
'anjuta'
'atomix'
'bijiben'
'brasero'
'cheese'
'devhelp'
'evolution'
'file-roller'
'five-or-more'
'four-in-a-row'
'gedit'
'gedit-code-assistance'
'gitg'
'gnome-builder'
'gnome-calendar'
'gnome-characters'
'gnome-chess'
'gnome-clocks'
'gnome-code-assistance'
'gnome-color-manager'
'gnome-devel-docs'
'gnome-documents'
'gnome-getting-started-docs'
'gnome-klotski'
'gnome-logs'
'gnome-mahjongg'
'gnome-maps'
'gnome-mines'
'gnome-music'
'gnome-nettool'
'gnome-nibbles'
'gnome-photos'
'gnome-robots'
'gnome-sound-recorder'
'gnome-sudoku'
'gnome-taquin'
'gnome-tetravex'
'gnome-tweak-tool'
'gnome-weather'
'hitori'
'iagno'
'lightsoff'
'nautilus-sendto'
'orca'
'polari'
'quadrapassel'
'rygel'
'seahorse'
'swell-foop'
'tali'
'vinagre'
)
package() {
cd "$pkgdir"
}