summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a3322c7dd551332f58edf7f36a9b88c210e2db5b (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
# Maintainer: Andrew Anderson <aanderso@tcd.ie>
pkgname=pantheon-core-git
pkgver=20180925
pkgrel=27
pkgdesc='Meta package for the complete Pantheon desktop & apps (core utilities)'
arch=(any)
url='http://elementary.io'
license=(LGPL)
makedepends=(bzr)
depends=(consolekit
  libsignon-glib
  contractor-git
  cerbere-git
  switchboard-git
  granite-git
  gala-git
  wingpanel-git
  lxdm-gtk3
  lxdm-theme-elementary
  gtk-theme-elementary-git
  gnome-settings-daemon-elementary
  pantheon-dpms-helper-git
  pantheon-default-settings-git
  pantheon-session-git
)

build(){
  /bin/true
}

check(){
  /bin/true
}

package(){
  /bin/true
}