blob: 4b8b066a2d9a68f8e030fa0f062f64bf356eed50 (
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
|
# 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
pkgname=kde-development-environment-meta
pkgver=20170224
pkgrel=1.parabola1
pkgdesc='Metapackage to install a full KDE development environment, 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-qt5
baloo
baloo-widgets
bash-completion
bluez-qt
calendarsupport
clang
cmake
eventviews
extra-cmake-modules
frameworkintegration
gcc
git
grantleetheme
incidenceeditor
kactivities
kactivities-stats
kalarmcal
karchive
kauth
kblog
kbookmarks
kcalcore
kcalutils
kcmutils
kcodecs
kcompletion
kconfig
kconfigwidgets
kcontacts
kcoreaddons
kcrash
kdbusaddons
kde-syndication
kdeclarative
kdelibs4support
kdepim-apps-libs
kdesignerplugin
kdesu
kdewebkit
kdnssd
kdoctools
kemoticons
kfilemetadata
kglobalaccel
kguiaddons
kholidays
khtml
ki18n
kiconthemes
kidentitymanagement
kidletime
kimap
kinit
kio
kirigami
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
kunitconversion
kwallet
kwayland
kwidgetsaddons
kwindowsystem
kxmlgui
kxmlrpcclient
libgravatar
libkcddb
libkcompactdisc
libkdcraw
libkdegames
libkdepim
libkexiv2
libkgapi
libkgeomap
libkipi
libkleo
libkmahjongg
libksane
libkscreen
libksieve
libksysguard
libktnef
libkvkontakte
libmediawiki
mailcommon
mailimporter
make
messagelib
modemmanager-qt
networkmanager-qt
ninja
pimcommon
plasma-framework
prison
qt5-base
qt5-declarative
solid
sonnet
syntax-highlighting
threadweaver)
optdepends=(kate
kdevelop
plasma-sdk
plasma-workspace)
makedepends=()
source=(org.kde.development.appdata.xml)
md5sums=('fb880c7f491576bd4a5c107f871a63d8')
noextract=()
package() {
install -Dm644 org.kde.development.appdata.xml "$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
}
|