-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPKGBUILD
87 lines (80 loc) · 1.53 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
# Maintainer: Daniel Hillenbrand <codeworkx [at] bbqlinux [dot] org>
pkgname=bbqlinux-desktop-xfce4
pkgver=1.1.0
pkgrel=1
pkgdesc="BBQLinux XFCE4 Desktop"
arch=('any')
url="https://github.com/bbqlinux/bbqlinux-desktop-xfce4"
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'
# xfce
'exo'
'garcon'
'gtk-xfce-engine'
'thunar'
'thunar-volman'
'tumbler'
'xfce4-appfinder'
'xfce4-panel'
'xfce4-power-manager'
'xfce4-session'
'xfce4-settings'
'xfce4-terminal'
'xfconf'
'xfdesktop'
'xfwm4'
'xfwm4-themes'
# xfce-goodies
'mousepad'
'orage'
'parole'
'ristretto'
'thunar-archive-plugin'
'thunar-media-tags-plugin'
'xfburn'
'xfce4-artwork'
'xfce4-battery-plugin'
'xfce4-clipman-plugin'
'xfce4-cpufreq-plugin'
'xfce4-cpugraph-plugin'
'xfce4-datetime-plugin'
'xfce4-dict'
'xfce4-diskperf-plugin'
'xfce4-eyes-plugin'
'xfce4-fsguard-plugin'
'xfce4-genmon-plugin'
'xfce4-mailwatch-plugin'
'xfce4-mount-plugin'
'xfce4-mpc-plugin'
'xfce4-netload-plugin'
'xfce4-notes-plugin'
'xfce4-notifyd'
'xfce4-pulseaudio-plugin'
'xfce4-screenshooter'
'xfce4-sensors-plugin'
'xfce4-smartbookmark-plugin'
'xfce4-systemload-plugin'
'xfce4-taskmanager'
'xfce4-time-out-plugin'
'xfce4-timer-plugin'
'xfce4-verve-plugin'
'xfce4-wavelan-plugin'
'xfce4-weather-plugin'
'xfce4-whiskermenu-plugin'
'xfce4-xkb-plugin'
)
package() {
cd "$pkgdir"
mkdir -p etc
cp -R "$srcdir/etc/skel" etc/skel
}