blob: 00164afb6788129704be1679b80a8c364932cc35 (
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
# Note: This PKGBUILD is automatically generated by the scripts at https://cgit.kde.org/kdesdk-devenv-dependencies.git/
# Don't manually edit the PKGBUILD, edit the upstream template instead
# See README file for instructions
# parabola changes and rationale:
# - removed nonfree qt5-webengine from depends()
pkgname=kde-development-environment-meta
pkgver=20180909
pkgrel=1
pkgrel+=.parabola1
pkgdesc='Metapackage to install a full KDE development environment'
pkgdesc+=', without nonfree qt5-webengine support'
arch=(any)
url='https://phabricator.kde.org/T3722'
license=(LGPL)
depends=(akonadi
akonadi-calendar
akonadi-contacts
akonadi-mime
akonadi-notes
akonadi-search
attica
baloo
baloo-widgets
bluez-qt
calendarsupport
clang
cmake
eventviews
extra-cmake-modules
frameworkintegration
gcc
gdb
gettext
git
grantleetheme
incidenceeditor
kactivities
kactivities-stats
kalarmcal
karchive
kauth
kblog
kbookmarks
kcalcore
kcalutils
kcmutils
kcodecs
kcompletion
kconfig
kconfigwidgets
kcontacts
kcoreaddons
kcrash
kdbusaddons
kdeclarative
kdelibs4support
kdepim-apps-libs
kdesignerplugin
kdesu
kdewebkit
kdnssd
kdoctools
kemoticons
kfilemetadata
kglobalaccel
kguiaddons
kholidays
khtml
ki18n
kiconthemes
kidentitymanagement
kidletime
kimap
kinit
kio
kirigami2
kitemmodels
kitemviews
kjobwidgets
kjs
kjsembed
kldap
kmailtransport
kmbox
kmediaplayer
kmime
knewstuff
knotifications
knotifyconfig
konqueror
kontactinterface
kpackage
kparts
kpeople
kpimtextedit
kplotting
kpty
kross
krunner
kservice
ktexteditor
ktextwidgets
ktnef
kunitconversion
kwallet
kwayland
kwidgetsaddons
kwindowsystem
kxmlgui
kxmlrpcclient
libgravatar
libkcddb
libkcompactdisc
libkdcraw
libkdegames
libkdepim
libkexiv2
libkgeomap
libkipi
libkleo
libkmahjongg
libksane
libkscreen
libksieve
libksysguard
libktorrent
libkvkontakte
libmediawiki
mailcommon
mailimporter
make
messagelib
modemmanager-qt
networkmanager-qt
ninja
pimcommon
plasma-framework
prison
purpose
qqc2-desktop-style
qt5-base
qt5-declarative
solid
sonnet
syndication
syntax-highlighting
threadweaver)
optdepends=(kate
kdevelop
plasma-sdk
plasma-workspace)
makedepends=()
source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
sha256sums=(67b3db866d04b2c900045dbd51490e097b20906d432297fd641b9c649bce8564
92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238)
noextract=()
package() {
install -Dm644 org.kde.development.appdata.xml "$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
install -Dm644 kdesdk-devenv-dependencies.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/kdesdk-devenv-dependencies.svg
}
|