summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1f1b42b24bff56d221306c046a9487715dc764fc (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
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=pantheon-desktop-git
pkgver=20180925
pkgrel=9
pkgdesc='Meta package for the complete Pantheon desktop & apps'
arch=(any)
url='http://elementary.io'
license=(LGPL)
makedepends=(pantheon-core-git pantheon-dpms-helper-git)
depends=(contractor-git
  pantheon-applications-menu-git
  pantheon-calculator-git
  pantheon-calendar-git
  pantheon-camera-git
  pantheon-code-git
  pantheon-default-settings-git
  pantheon-geoclue2-agent-git
  pantheon-music-git
  pantheon-photos-git
  pantheon-polkit-agent-git
  pantheon-print-git
  pantheon-screenshot-git
  pantheon-session-git
  pantheon-shortcut-overlay-git
  pantheon-system-monitor-git
  pantheon-terminal-git
  pantheon-videos-git
  switchboard-git
  switchboard-plug-a11y-git
  switchboard-plug-about-git
  switchboard-plug-applications-git
  switchboard-plug-bluetooth-git
  switchboard-plug-datetime-git
  switchboard-plug-display-git
  switchboard-plug-elementary-tweaks-git
  switchboard-plug-keyboard-git
  switchboard-plug-locale-git
  switchboard-plug-mouse-touchpad-git
  switchboard-plug-network-git
  switchboard-plug-notifications-git
  switchboard-plug-parental-controls-git
  switchboard-plug-power-git
  switchboard-plug-printers-git
  switchboard-plug-security-privacy-git
  switchboard-plug-sharing-git
  switchboard-plug-sound-git
  switchboard-plug-user-accounts-git
  wingpanel-indicator-bluetooth-git
  wingpanel-indicator-datetime-git
  wingpanel-indicator-keyboard-git
  wingpanel-indicator-network-git
  wingpanel-indicator-nightlight-git
  wingpanel-indicator-notifications-git
  wingpanel-indicator-power-git
  wingpanel-indicator-session-git
  wingpanel-indicator-sound-git
  elementary-wallpapers-git
  elementary-icon-theme-git
  )

#  pantheon-mail-git
#  switchboard-plug-desktop-git
#  pantheon-files-git

build(){
  /bin/true
}

check(){
  /bin/true
}

package(){
  /bin/true
}