summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51e1a6b079d3efda120368b6fc5d33dc3b212ec2 (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
# Maintainer: Helder Bertoldo <helder.bertoldo@gmail.com>
# Contributor: 

pkgname=pantheon-stable
pkgver=1.0.8
pkgrel=1
pkgdesc="Meta package for the complete Pantheon desktop & apps that uses stable versions"
arch=(any)
url="https://github.com/elementary"
license=('GPL3')
depends=(
	'cerbere'
	'contractor'
	'elementary-feedback'
	'elementary-icon-theme'
	'elementary-wallpapers'
	'file-roller'
	'gala'
	'geary'
	'gnome-settings-daemon-elementary'
	'granite'
	'gtk-theme-elementary'
	'lightdm'
	'networkmanager'
	'pantheon-applications-menu'
	'pantheon-calculator'
	'pantheon-calendar'
	'pantheon-camera'
	'pantheon-code'
	'pantheon-default-settings'
	'pantheon-dpms-helper'
	'pantheon-files'
	'gvfs'
	'pantheon-geoclue2-agent'
	'pantheon-music'
	'pantheon-onboarding'
	'pantheon-photos'
	'pantheon-polkit-agent'
	'pantheon-print'
	'pantheon-screenshot'
	'pantheon-session-git'
	'pantheon-shortcut-overlay'
	'pantheon-terminal'
	'pantheon-videos'
	'plank'
	'sound-theme-elementary-git'
	'switchboard'
	'switchboard-plug-a11y'
	'switchboard-plug-about'
	'switchboard-plug-bluetooth'
	'switchboard-plug-datetime'
	'switchboard-plug-desktop'
	'switchboard-plug-display'
	'switchboard-plug-elementary-tweaks'
	'switchboard-plug-applications'
	'switchboard-plug-keyboard'
	'switchboard-plug-locale'
	'switchboard-plug-mouse-touchpad'
	'switchboard-plug-network'
	'switchboard-plug-notifications'
	'switchboard-plug-parental-controls'
	'switchboard-plug-power'
	'switchboard-plug-printers'
	'switchboard-plug-security-privacy'
	'switchboard-plug-sharing'
	'switchboard-plug-sound'
	'switchboard-plug-user-accounts'
	'otf-raleway'
	'ttf-dejavu'
	'ttf-droid'
	'ttf-liberation'
	'ttf-opensans'
	'wingpanel'
	'wingpanel-indicator-bluetooth'
	'wingpanel-indicator-datetime'
	'wingpanel-indicator-keyboard'
	'wingpanel-indicator-network'	
	'wingpanel-indicator-nightlight'
	'wingpanel-indicator-notifications'
	'wingpanel-indicator-power'
	'wingpanel-indicator-session'
	'wingpanel-indicator-sound'
	)
optdepends=('urutau-icons' 'wingpanel-indicator-a11y-stable' 'epiphany' 'lightdm-pantheon-greeter' 'wingpanel-indicator-privacy-stable')
makedepends=('git' 'meson' 'ninja' 'vala>=0.40.3-1')
provides=("${pkgname}")
conflicts=(
	'granite-git'
	'pantheon-unstable'
	'pantheon-qq-default-settings-git'
	'gala-git'
	'switchboard-git'
	'wingpanel-indicator-a11y-git'
	'wingpanel-indicator-nightlight-git'
	'wingpanel-indicator-privacy-git'
	'wingpanel-git'
	)
package(){
  /bin/true
}