]> git.pld-linux.org Git - packages/kde4-kdebase-runtime.git/blame - kde4-kdebase-runtime.spec
- up to 4.12.0
[packages/kde4-kdebase-runtime.git] / kde4-kdebase-runtime.spec
CommitLineData
04d87fdb 1# TODO
2# - l10n != %lang glibc locales (et = etiopia not estonia!)
6503ce65 3#
1ce0b6cc 4# Conditional build:
b9c56615
AM
5%bcond_with ntrack # disabled due to https://bugs.launchpad.net/bugs/1115449
6
64cd3fcd 7%define _state stable
b7a70445 8%define orgname kde-runtime
4ae8070b 9%define qtver 4.8.3
c8da2644 10%define atticaver 0.4.0
022e9098 11
6503ce65
JB
12Summary: KDE 4 base runtime components
13Summary(pl.UTF-8): Komponenty uruchomieniowe podstawowej części KDE 4
7e876cdb 14Name: kde4-kdebase-runtime
c8da2644 15Version: 4.12.0
7744c739 16Release: 1
1ce0b6cc 17License: GPL
18Group: X11/Applications
ec1f61f4 19Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
c8da2644 20# Source0-md5: f27891955e1f0526cf47278bfd88c216
04d87fdb 21Source1: kdebase-searchproviders.tar.bz2
22# Source1-md5: 126c3524b5367f5096a628acbf9dc86f
23Source2: l10n-iso639-1
7d9ffc9a 24# Source2-md5: ba8b302d653ed157d0517a5592469d8a
cb0180da 25Patch100: %{name}-branch.diff
5bb111de 26Patch0: %{name}-rpc.patch
6503ce65 27URL: http://www.kde.org/
1dccab6e 28BuildRequires: OpenEXR-devel
1dccab6e 29BuildRequires: alsa-lib-devel
a4b9ccc0 30BuildRequires: attica-devel >= %{atticaver}
04d87fdb 31BuildRequires: automoc4 >= 0.9.88
1dccab6e 32BuildRequires: bzip2-devel
2e1962a3 33BuildRequires: clucene-core-devel >= 0.9.21
27960e11 34BuildRequires: cmake >= 2.8.0
5a6f6b1b
KK
35BuildRequires: docbook-dtd42-xml
36BuildRequires: docbook-style-xsl
27960e11 37BuildRequires: exiv2-devel >= 0.18.2
2497f1bb 38BuildRequires: kde4-kactivities-devel >= %{version}
9b7e4fd9 39BuildRequires: kde4-nepomuk-core >= %{version}
0b9ba6e8 40BuildRequires: kde4-kdelibs-devel >= %{version}
ea8b15a1 41BuildRequires: kde4-kdepimlibs-devel >= %{version}
5bb111de 42BuildRequires: libcanberra-devel
1dccab6e 43BuildRequires: libjpeg-devel
5a6f6b1b 44BuildRequires: libqzeitgeist-devel >= 0.8
ea8b15a1 45BuildRequires: libsmbclient-devel
27960e11 46BuildRequires: libssh-devel >= 1:0.4.0
5bb111de 47BuildRequires: libtirpc-devel
1681a5c4 48BuildRequires: kde4-nepomuk-core-devel
b9c56615 49%{?with_ntrack:BuildRequires: ntrack-devel}
2e1962a3 50BuildRequires: openslp-devel
92610305 51BuildRequires: phonon-devel >= 4.4.3
47ea7c36 52BuildRequires: pkgconfig
04d87fdb 53BuildRequires: pulseaudio-devel
27960e11 54BuildRequires: qt4-build >= %{qtver}
55BuildRequires: qt4-qmake >= %{qtver}
dbc49591 56BuildRequires: rpmbuild(macros) >= 1.600
b7a70445 57BuildRequires: shared-desktop-ontologies-devel >= 0.7.1
5a6f6b1b 58BuildRequires: shared-mime-info
b7a70445 59BuildRequires: soprano-devel >= 2.6.51
27960e11 60BuildRequires: strigi-devel >= 0.7.0
1ce0b6cc 61BuildRequires: xine-lib-devel
1dccab6e 62BuildRequires: xz-devel
a4b9ccc0 63Requires: attica >= %{atticaver}
83ae3117 64Provides: dbus(org.freedesktop.Notifications)
7e876cdb 65Obsoletes: kdebase4-runtime
66Conflicts: kdebase4-runtime
1ce0b6cc 67BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
68
1ce0b6cc 69%description
6503ce65
JB
70KDE 4 runtime components.
71
72%description -l pl.UTF-8
73Komponenty uruchomieniowe podstawowej części KDE 4.
1ce0b6cc 74
75%package devel
6503ce65
JB
76Summary: Development files for KDE 4 runtime components
77Summary(pl.UTF-8): Pliki programistyczne komponentów uruchomieniowych KDE 4
1ce0b6cc 78Group: X11/Development/Libraries
e5d7eae0 79Requires: %{name} = %{version}-%{release}
8e9f2df6 80Requires: kde4-kdelibs-devel >= %{version}
1ce0b6cc 81
82%description devel
6503ce65
JB
83Development files for KDE 4 runtime components.
84
85%description devel -l pl.UTF-8
86Pliki programistyczne komponentów uruchomieniowych KDE 4.
1ce0b6cc 87
04d87fdb 88%package -n kde4-phonon
84675b83
JB
89Summary: KDE 4 Phonon plugins
90Summary(pl.UTF-8): Wtyczki KDE 4 dla Phonona
7ea2e501 91Group: X11/Applications
f4833d8e 92
04d87fdb 93%description -n kde4-phonon
84675b83 94KDE 4 Phonon plugins.
f4833d8e 95
04d87fdb 96%description -n kde4-phonon -l pl.UTF-8
84675b83 97Wtyczki KDE 4 dla Phonona.
6503ce65 98
1ce0b6cc 99%prep
04d87fdb 100%setup -q -n %{orgname}-%{version} -a1
821be52a 101#%patch100 -p1
5bb111de 102%patch0 -p1
1ce0b6cc 103
104%build
3730d34d 105install -d build
1ce0b6cc 106cd build
107%cmake \
b9c56615 108 %{!?with_ntrack:-DQNTRACK=BOOL:FALSE} \
2e1962a3 109 -DLIBEXEC_INSTALL_DIR=%{_libdir}/kde4/libexec \
1ce0b6cc 110 ../
111
112%{__make}
113
114%install
115rm -rf $RPM_BUILD_ROOT
116
6503ce65 117%{__make} -C build install \
1ce0b6cc 118 DESTDIR=$RPM_BUILD_ROOT \
119 kde_htmldir=%{_kdedocdir}
120
04d87fdb 121install -d $RPM_BUILD_ROOT%{_datadir}/kde4/services/searchproviders/pld
122cp -a kdebase-searchproviders/*.desktop $RPM_BUILD_ROOT%{_datadir}/kde4/services/searchproviders/pld
123
124collect_l10n_files() {
125 while read country language comment; do
126 [ "$country" != "#" ] || continue
127 if [ "$language" = "-" ]; then
128 # no mapping. just add for now
129 echo >&2 "No mapping for $country $comment, adding without %%lang tag"
130 echo "%{_datadir}/locale/l10n/$country"
131 else
132 echo "%lang($language) %{_datadir}/locale/l10n/$country"
133 fi
134 done
135} < %{SOURCE2}
136collect_l10n_files > %{name}.files
137
138rm -f $RPM_BUILD_ROOT%{_datadir}/icons/default.kde4
139# provided (conflicts) by hicolor-icon-theme
140rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/index.theme
84dc9fc2 141
1ce0b6cc 142%clean
143rm -rf $RPM_BUILD_ROOT
144
6503ce65
JB
145%post -p /sbin/ldconfig
146%postun -p /sbin/ldconfig
1ce0b6cc 147
04d87fdb 148%files -f %{name}.files
7ea2e501 149%defattr(644,root,root,755)
150%{_sysconfdir}/xdg/menus/kde-information.menu
84dc9fc2 151%attr(755,root,root) %{_bindir}/kcmshell4
152%attr(755,root,root) %{_bindir}/kde-cp
153%attr(755,root,root) %{_bindir}/kde-mv
154%attr(755,root,root) %{_bindir}/kde-open
155%attr(755,root,root) %{_bindir}/kde4-menu
156%attr(755,root,root) %{_bindir}/kdebugdialog
157%attr(755,root,root) %{_bindir}/kfile4
75bd0db2 158%attr(755,root,root) %{_bindir}/kiconfinder
84dc9fc2 159%attr(755,root,root) %{_bindir}/khelpcenter
160%attr(755,root,root) %{_bindir}/khotnewstuff4
27960e11 161%attr(755,root,root) %{_bindir}/khotnewstuff-upload
84dc9fc2 162%attr(755,root,root) %{_bindir}/kioclient
163%attr(755,root,root) %{_bindir}/kmimetypefinder
164%attr(755,root,root) %{_bindir}/knotify4
165%attr(755,root,root) %{_bindir}/kquitapp
166%attr(755,root,root) %{_bindir}/kreadconfig
167%attr(755,root,root) %{_bindir}/kstart
ece1862e 168%attr(755,root,root) %{_bindir}/kde4
04d87fdb 169%attr(755,root,root) %{_bindir}/kwalletd
f9496e14 170%attr(755,root,root) %{_bindir}/ksvgtopng
2e1962a3 171%attr(755,root,root) %{_bindir}/keditfiletype
172%attr(755,root,root) %{_bindir}/kglobalaccel
84dc9fc2 173%attr(755,root,root) %{_bindir}/ktraderclient
174%attr(755,root,root) %{_bindir}/ktrash
175%attr(755,root,root) %{_bindir}/kuiserver
176%attr(755,root,root) %{_bindir}/kwriteconfig
75bd0db2 177%attr(755,root,root) %{_bindir}/solid-hardware
b7a70445 178%attr(755,root,root) %{_bindir}/plasma-remote-helper
2e1962a3 179%attr(755,root,root) %{_bindir}/plasmapkg
27960e11 180%attr(755,root,root) %{_libdir}/attica_kde.so
6503ce65
JB
181%attr(755,root,root) %{_libdir}/libkdeinit4_kcmshell4.so
182%attr(755,root,root) %{_libdir}/libkdeinit4_khelpcenter.so
183%attr(755,root,root) %{_libdir}/libkdeinit4_kuiserver.so
04d87fdb 184%attr(755,root,root) %{_libdir}/libkdeinit4_kwalletd.so
2e1962a3 185%attr(755,root,root) %{_libdir}/libkdeinit4_kglobalaccel.so
92610305 186%attr(755,root,root) %{_libdir}/libknotifyplugin.so
04d87fdb 187# Is it ok to add those files to main package?
2e1962a3 188%attr(755,root,root) %ghost %{_libdir}/libkwalletbackend.so.?
04d87fdb 189%attr(755,root,root) %{_libdir}/libkwalletbackend.so.*.*.*
2e1962a3 190%attr(755,root,root) %ghost %{_libdir}/libmolletnetwork.so.?
191%attr(755,root,root) %{_libdir}/libmolletnetwork.so.4.*.*
27960e11 192%attr(755,root,root) %{_libdir}/kde4/comicbookthumbnail.so
84dc9fc2 193%attr(755,root,root) %{_libdir}/kde4/cursorthumbnail.so
194%attr(755,root,root) %{_libdir}/kde4/djvuthumbnail.so
195%attr(755,root,root) %{_libdir}/kde4/exrthumbnail.so
196%attr(755,root,root) %{_libdir}/kde4/htmlthumbnail.so
197%attr(755,root,root) %{_libdir}/kde4/imagethumbnail.so
b7a70445 198#%attr(755,root,root) %{_libdir}/kde4/jpegrotatedthumbnail.so
04d87fdb 199%attr(755,root,root) %{_libdir}/kde4/jpegthumbnail.so
84dc9fc2 200%attr(755,root,root) %{_libdir}/kde4/kcm_cgi.so
201%attr(755,root,root) %{_libdir}/kde4/kcm_componentchooser.so
27960e11 202%attr(755,root,root) %{_libdir}/kde4/kcm_device_automounter.so
75bd0db2 203%attr(755,root,root) %{_libdir}/kde4/kcm_emoticons.so
2e1962a3 204%attr(755,root,root) %{_libdir}/kde4/kcm_filetypes.so
84dc9fc2 205%attr(755,root,root) %{_libdir}/kde4/kcm_icons.so
84dc9fc2 206%attr(755,root,root) %{_libdir}/kde4/kcm_kded.so
207%attr(755,root,root) %{_libdir}/kde4/kcm_kdnssd.so
208%attr(755,root,root) %{_libdir}/kde4/kcm_knotify.so
209%attr(755,root,root) %{_libdir}/kde4/kcm_locale.so
2e1962a3 210%attr(755,root,root) %{_libdir}/kde4/kcm_nepomuk.so
04d87fdb 211%attr(755,root,root) %{_libdir}/kde4/kcm_trash.so
92610305 212#%attr(755,root,root) %{_libdir}/kde4/kded_activitymanager.so
27960e11 213%attr(755,root,root) %{_libdir}/kde4/kded_device_automounter.so
84dc9fc2 214%attr(755,root,root) %{_libdir}/kde4/kded_kpasswdserver.so
215%attr(755,root,root) %{_libdir}/kde4/kded_ktimezoned.so
216%attr(755,root,root) %{_libdir}/kde4/kded_remotedirnotify.so
217%attr(755,root,root) %{_libdir}/kde4/kded_soliduiserver.so
851d83a2 218%attr(755,root,root) %{_libdir}/kde4/kded_desktopnotifier.so
27960e11 219%attr(755,root,root) %{_libdir}/kde4/kded_nepomuksearchmodule.so
92610305 220%attr(755,root,root) %{_libdir}/kde4/kded_networkstatus.so
2e1962a3 221%attr(755,root,root) %{_libdir}/kde4/kded_networkwatcher.so
eb8b4a7d 222%attr(755,root,root) %{_libdir}/kde4/kded_recentdocumentsnotifier.so
2e1962a3 223%attr(755,root,root) %{_libdir}/kde4/kded_solidautoeject.so
04d87fdb 224%attr(755,root,root) %{_libdir}/kde4/kio_applications.so
225%attr(755,root,root) %{_libdir}/kde4/kio_bookmarks.so
851d83a2 226%attr(755,root,root) %{_libdir}/kde4/kio_desktop.so
84dc9fc2 227%attr(755,root,root) %{_libdir}/kde4/kio_about.so
228%attr(755,root,root) %{_libdir}/kde4/kio_archive.so
229%attr(755,root,root) %{_libdir}/kde4/kio_cgi.so
230%attr(755,root,root) %{_libdir}/kde4/kio_filter.so
231%attr(755,root,root) %{_libdir}/kde4/kio_finger.so
232%attr(755,root,root) %{_libdir}/kde4/kio_fish.so
233%attr(755,root,root) %{_libdir}/kde4/kio_floppy.so
234%attr(755,root,root) %{_libdir}/kde4/kio_info.so
235%attr(755,root,root) %{_libdir}/kde4/kio_man.so
04d87fdb 236%attr(755,root,root) %{_libdir}/kde4/kio_nepomuksearch.so
2e1962a3 237%attr(755,root,root) %{_libdir}/kde4/kio_network.so
84dc9fc2 238%attr(755,root,root) %{_libdir}/kde4/kio_nfs.so
eb8b4a7d 239%attr(755,root,root) %{_libdir}/kde4/kio_recentdocuments.so
84dc9fc2 240%attr(755,root,root) %{_libdir}/kde4/kio_remote.so
241%attr(755,root,root) %{_libdir}/kde4/kio_settings.so
242%attr(755,root,root) %{_libdir}/kde4/kio_sftp.so
243%attr(755,root,root) %{_libdir}/kde4/kio_smb.so
5ead8726 244%attr(755,root,root) %{_libdir}/kde4/kio_tags.so
84dc9fc2 245%attr(755,root,root) %{_libdir}/kde4/kio_thumbnail.so
27960e11 246%attr(755,root,root) %{_libdir}/kde4/kio_timeline.so
84dc9fc2 247%attr(755,root,root) %{_libdir}/kde4/kio_trash.so
27960e11 248%attr(755,root,root) %{_libdir}/kde4/kio_nepomuk.so
84dc9fc2 249%attr(755,root,root) %{_libdir}/kde4/libkmanpart.so
22ef4f2c 250%attr(755,root,root) %{_libdir}/kde4/fixhosturifilter.so
27960e11 251%attr(755,root,root) %{_libdir}/kde4/kcm_attica.so
22ef4f2c
RT
252%attr(755,root,root) %{_libdir}/kde4/kcm_phonon.so
253%attr(755,root,root) %{_libdir}/kde4/kcmspellchecking.so
254%attr(755,root,root) %{_libdir}/kde4/kshorturifilter.so
255%attr(755,root,root) %{_libdir}/kde4/kuriikwsfilter.so
256%attr(755,root,root) %{_libdir}/kde4/kurisearchfilter.so
257%attr(755,root,root) %{_libdir}/kde4/localdomainurifilter.so
84dc9fc2 258%attr(755,root,root) %{_libdir}/kde4/librenaudioplugin.so
259%attr(755,root,root) %{_libdir}/kde4/librenimageplugin.so
92610305
AM
260%attr(755,root,root) %{_libdir}/kde4/plasma-kpart.so
261%attr(755,root,root) %{_libdir}/kde4/plasma_appletscript_declarative.so
2e1962a3 262%attr(755,root,root) %{_libdir}/kde4/plasma_appletscript_simple_javascript.so
92610305 263%attr(755,root,root) %{_libdir}/kde4/plasma_containment_newspaper.so
27960e11 264%attr(755,root,root) %{_libdir}/kde4/plasma_dataenginescript_javascript.so
92610305 265%attr(755,root,root) %{_libdir}/kde4/plasma_packagestructure_javascriptaddon.so
2e1962a3 266%attr(755,root,root) %{_libdir}/kde4/plasma_runnerscript_javascript.so
84dc9fc2 267%attr(755,root,root) %{_libdir}/kde4/svgthumbnail.so
268%attr(755,root,root) %{_libdir}/kde4/textthumbnail.so
27960e11 269%attr(755,root,root) %{_libdir}/kde4/windowsexethumbnail.so
270%attr(755,root,root) %{_libdir}/kde4/windowsimagethumbnail.so
271
04261927 272%attr(755,root,root) %{_libdir}/kde4/imports
273
0d7dcc9a
AM
274%attr(755,root,root) %{_libdir}/kde4/plugins/imageformats/kimg_webp.so
275
6503ce65 276%attr(755,root,root) %{_libdir}/kde4/libexec/drkonqi
27960e11 277#%attr(755,root,root) %{_libdir}/kde4/libexec/installdbgsymbols.sh
6503ce65
JB
278%attr(755,root,root) %{_libdir}/kde4/libexec/kdeeject
279%attr(755,root,root) %{_libdir}/kde4/libexec/kdesu
280%attr(755,root,root) %{_libdir}/kde4/libexec/kdesud
0046b470 281%attr(755,root,root) %{_libdir}/kde4/libexec/kdontchangethehostname
6503ce65
JB
282%attr(755,root,root) %{_libdir}/kde4/libexec/khc_docbookdig.pl
283%attr(755,root,root) %{_libdir}/kde4/libexec/khc_htdig.pl
284%attr(755,root,root) %{_libdir}/kde4/libexec/khc_htsearch.pl
285%attr(755,root,root) %{_libdir}/kde4/libexec/khc_indexbuilder
286%attr(755,root,root) %{_libdir}/kde4/libexec/khc_mansearch.pl
287%attr(755,root,root) %{_libdir}/kde4/libexec/kioexec
92610305 288#%attr(755,root,root) %{_libdir}/kde4/libexec/klocaldomainurifilterhelper
6503ce65 289%attr(755,root,root) %{_libdir}/kde4/libexec/knetattach
0046b470 290%attr(755,root,root) %{_libdir}/kde4/libexec/kcmremotewidgetshelper
5ead8726 291%{_libdir}/kde4/platformimports
0046b470 292%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
0046b470 293%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmremotewidgets.service
ace52cf2 294%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmremotewidgets.policy
84dc9fc2 295%{_datadir}/apps/drkonqi
04d87fdb 296%dir %{_datadir}/apps/kcm_componentchooser
0046b470 297%{_datadir}/apps/hardwarenotifications
84dc9fc2 298%{_datadir}/apps/kcm_componentchooser/kcm_browser.desktop
04d87fdb 299%{_datadir}/apps/kcm_componentchooser/kcm_filemanager.desktop
84dc9fc2 300%{_datadir}/apps/kcm_componentchooser/kcm_kemail.desktop
301%{_datadir}/apps/kcm_componentchooser/kcm_terminal.desktop
04d87fdb 302%{_datadir}/apps/kcm_componentchooser/kcm_wm.desktop
84dc9fc2 303%{_datadir}/apps/kcmlocale
304%{_datadir}/apps/kconf_update/kuriikwsfilter.upd
0d7dcc9a 305%{_datadir}/apps/kconf_update/drkonqi-rename-config-section.upd
84dc9fc2 306%{_datadir}/apps/kde/kde.notifyrc
27960e11 307%dir %{_datadir}/apps/kglobalaccel
308%{_datadir}/apps/kglobalaccel/kglobalaccel.notifyrc
f099521f 309%{_datadir}/apps/khelpcenter
04d87fdb 310%{_datadir}/apps/kio_bookmarks
84dc9fc2 311%{_datadir}/apps/kio_finger
312%{_datadir}/apps/kio_info
27960e11 313#%{_datadir}/apps/kio_thumbnail
84dc9fc2 314%dir %{_datadir}/apps/konqueror/dirtree
315%dir %{_datadir}/apps/konqueror/dirtree/remote
316%{_datadir}/apps/konqueror/dirtree/remote/smb-network.desktop
317%dir %{_datadir}/apps/remoteview
318%{_datadir}/apps/remoteview/smb-network.desktop
319%{_datadir}/config.kcfg/khelpcenter.kcfg
b7a70445 320%{_datadir}/config.kcfg/jpegcreatorsettings.kcfg
84dc9fc2 321%{_datadir}/config/khotnewstuff.knsrc
f9496e14 322%{_datadir}/config/icons.knsrc
75bd0db2 323%{_datadir}/config/emoticons.knsrc
84dc9fc2 324%{_datadir}/config/kshorturifilterrc
27960e11 325%{_datadir}/config/khotnewstuff_upload.knsrc
84dc9fc2 326%{_datadir}/dbus-1/services/org.kde.knotify.service
0046b470 327%{_datadir}/dbus-1/services/org.kde.kuiserver.service
2e1962a3 328%{_datadir}/dbus-1/interfaces/*.xml
f099521f 329%{_datadir}/emoticons/kde4
0d7dcc9a 330%{_datadir}/kde4/services/qimageioplugins/webp.desktop
84dc9fc2 331%{_datadir}/kde4/services/about.protocol
332%{_datadir}/kde4/services/applications.protocol
333%{_datadir}/kde4/services/ar.protocol
27960e11 334%{_datadir}/kde4/services/kcm_attica.desktop
04d87fdb 335%{_datadir}/kde4/services/bookmarks.protocol
84dc9fc2 336%{_datadir}/kde4/services/bzip.protocol
337%{_datadir}/kde4/services/bzip2.protocol
338%{_datadir}/kde4/services/cgi.protocol
27960e11 339%{_datadir}/kde4/services/comicbookthumbnail.desktop
84dc9fc2 340%{_datadir}/kde4/services/componentchooser.desktop
341%{_datadir}/kde4/services/cursorthumbnail.desktop
0d7dcc9a 342%{_datadir}/kde4/services/desktop-search.desktop
27960e11 343%{_datadir}/kde4/services/device_automounter_kcm.desktop
84dc9fc2 344%{_datadir}/kde4/services/djvuthumbnail.desktop
75bd0db2 345%{_datadir}/kde4/services/emoticons.desktop
84dc9fc2 346%{_datadir}/kde4/services/exrthumbnail.desktop
347%{_datadir}/kde4/services/finger.protocol
348%{_datadir}/kde4/services/fish.protocol
349%{_datadir}/kde4/services/fixhosturifilter.desktop
350%{_datadir}/kde4/services/floppy.protocol
351%{_datadir}/kde4/services/gzip.protocol
352%{_datadir}/kde4/services/htmlthumbnail.desktop
353%{_datadir}/kde4/services/icons.desktop
b7a70445 354#%{_datadir}/kde4/services/jpegrotatedthumbnail.desktop
84dc9fc2 355%{_datadir}/kde4/services/imagethumbnail.desktop
356%{_datadir}/kde4/services/info.protocol
04d87fdb 357%{_datadir}/kde4/services/jpegthumbnail.desktop
84dc9fc2 358%{_datadir}/kde4/services/kcm_kdnssd.desktop
84dc9fc2 359%{_datadir}/kde4/services/kcmcgi.desktop
360%{_datadir}/kde4/services/kcmkded.desktop
361%{_datadir}/kde4/services/kcmnotify.desktop
04d87fdb 362%{_datadir}/kde4/services/kcmtrash.desktop
27960e11 363%{_datadir}/kde4/services/kded/device_automounter.desktop
84dc9fc2 364%{_datadir}/kde4/services/kded/kpasswdserver.desktop
365%{_datadir}/kde4/services/kded/ktimezoned.desktop
27960e11 366%{_datadir}/kde4/services/kded/nepomuksearchmodule.desktop
92610305 367%{_datadir}/kde4/services/kded/networkstatus.desktop
84dc9fc2 368%{_datadir}/kde4/services/kded/remotedirnotify.desktop
369%{_datadir}/kde4/services/kded/soliduiserver.desktop
370%{_datadir}/kde4/services/khelpcenter.desktop
371%{_datadir}/kde4/services/kmanpart.desktop
372%{_datadir}/kde4/services/knotify4.desktop
373%{_datadir}/kde4/services/kshorturifilter.desktop
374%{_datadir}/kde4/services/kuiserver.desktop
375%{_datadir}/kde4/services/kuriikwsfilter.desktop
376%{_datadir}/kde4/services/kurisearchfilter.desktop
04d87fdb 377%{_datadir}/kde4/services/kwalletd.desktop
84dc9fc2 378%{_datadir}/kde4/services/language.desktop
379%{_datadir}/kde4/services/localdomainurifilter.desktop
2e1962a3 380%{_datadir}/kde4/services/lzma.protocol
84dc9fc2 381%{_datadir}/kde4/services/man.protocol
27960e11 382%{_datadir}/kde4/services/nepomuk.protocol
84dc9fc2 383%{_datadir}/kde4/services/nfs.protocol
84dc9fc2 384%{_datadir}/kde4/services/programs.protocol
385%{_datadir}/kde4/services/remote.protocol
386%{_datadir}/kde4/services/renaudiodlg.desktop
387%{_datadir}/kde4/services/renimagedlg.desktop
388%{_datadir}/kde4/services/searchproviders
389%{_datadir}/kde4/services/settings.protocol
390%{_datadir}/kde4/services/sftp.protocol
391%{_datadir}/kde4/services/smb.protocol
84dc9fc2 392%{_datadir}/kde4/services/svgthumbnail.desktop
5ead8726 393%{_datadir}/kde4/services/tags.protocol
84dc9fc2 394%{_datadir}/kde4/services/tar.protocol
395%{_datadir}/kde4/services/textthumbnail.desktop
396%{_datadir}/kde4/services/thumbnail.protocol
27960e11 397%{_datadir}/kde4/services/timeline.protocol
84dc9fc2 398%{_datadir}/kde4/services/trash.protocol
399%{_datadir}/kde4/services/zip.protocol
2e1962a3 400%{_datadir}/kde4/services/xz.protocol
401%{_datadir}/kde4/services/desktop.protocol
402%{_datadir}/kde4/services/kded/desktopnotifier.desktop
403%{_datadir}/kde4/services/desktopthumbnail.desktop
404%{_datadir}/kde4/services/directorythumbnail.desktop
405%{_datadir}/kde4/services/filetypes.desktop
406%{_datadir}/kde4/services/kded/networkwatcher.desktop
407%{_datadir}/kde4/services/kded/solidautoeject.desktop
eb8b4a7d 408%{_datadir}/kde4/services/kded/recentdocumentsnotifier.desktop
2e1962a3 409%{_datadir}/kde4/services/kglobalaccel.desktop
410%{_datadir}/kde4/services/network.protocol
411%{_datadir}/kde4/services/kcm_nepomuk.desktop
2e1962a3 412%{_datadir}/kde4/services/nepomuksearch.protocol
92610305
AM
413%{_datadir}/kde4/services/plasma-containment-newspaper.desktop
414%{_datadir}/kde4/services/plasma-kpart.desktop
415%{_datadir}/kde4/services/plasma-packagestructure-javascript-addon.desktop
416%{_datadir}/kde4/services/plasma-scriptengine-applet-declarative.desktop
2e1962a3 417%{_datadir}/kde4/services/plasma-scriptengine-applet-simple-javascript.desktop
27960e11 418%{_datadir}/kde4/services/plasma-scriptengine-dataengine-javascript.desktop
2e1962a3 419%{_datadir}/kde4/services/plasma-scriptengine-runner-javascript.desktop
eb8b4a7d 420%{_datadir}/kde4/services/recentdocuments.protocol
27960e11 421%{_datadir}/kde4/services/windowsexethumbnail.desktop
422%{_datadir}/kde4/services/windowsimagethumbnail.desktop
92610305 423%{_datadir}/kde4/servicetypes/knotifynotifymethod.desktop
92610305 424%{_datadir}/kde4/servicetypes/plasma-javascriptaddon.desktop
84dc9fc2 425%{_datadir}/kde4/servicetypes/searchprovider.desktop
426%{_datadir}/kde4/servicetypes/thumbcreator.desktop
f9496e14 427%{_datadir}/desktop-directories
2e1962a3 428%{_datadir}/mime/packages/network.xml
0d7dcc9a 429%{_datadir}/mime/packages/webp.xml
b9045765 430
92610305 431#%{_datadir}/locale/en_US/*
84dc9fc2 432%dir %{_datadir}/locale/l10n
04d87fdb 433%{_datadir}/locale/l10n/C
84dc9fc2 434%{_datadir}/locale/l10n/caribbean.desktop
435%{_datadir}/locale/l10n/centralafrica.desktop
436%{_datadir}/locale/l10n/centralamerica.desktop
437%{_datadir}/locale/l10n/centralasia.desktop
438%{_datadir}/locale/l10n/centraleurope.desktop
04d87fdb 439%{_datadir}/locale/l10n/eastafrica.desktop
84dc9fc2 440%{_datadir}/locale/l10n/eastasia.desktop
441%{_datadir}/locale/l10n/easteurope.desktop
442%{_datadir}/locale/l10n/middleeast.desktop
443%{_datadir}/locale/l10n/northafrica.desktop
444%{_datadir}/locale/l10n/northamerica.desktop
445%{_datadir}/locale/l10n/northeurope.desktop
446%{_datadir}/locale/l10n/oceania.desktop
447%{_datadir}/locale/l10n/southafrica.desktop
448%{_datadir}/locale/l10n/southamerica.desktop
449%{_datadir}/locale/l10n/southasia.desktop
450%{_datadir}/locale/l10n/southeastasia.desktop
451%{_datadir}/locale/l10n/southeurope.desktop
452%{_datadir}/locale/l10n/westafrica.desktop
453%{_datadir}/locale/l10n/westeurope.desktop
27960e11 454# really?
455%{_datadir}/locale/currency
04d87fdb 456
6503ce65
JB
457%{_desktopdir}/kde4/Help.desktop
458%{_desktopdir}/kde4/knetattach.desktop
04d87fdb 459%lang(en) %{_kdedocdir}/en/kcontrol/*
460%lang(en) %{_kdedocdir}/en/kdebugdialog
461%lang(en) %{_kdedocdir}/en/kdesu
462%lang(en) %{_kdedocdir}/en/khelpcenter
463%lang(en) %{_kdedocdir}/en/kioslave/bzip2
464%lang(en) %{_kdedocdir}/en/kioslave/bookmarks
465%lang(en) %{_kdedocdir}/en/kioslave/cgi
466%lang(en) %{_kdedocdir}/en/kioslave/finger
467%lang(en) %{_kdedocdir}/en/kioslave/fish
468%lang(en) %{_kdedocdir}/en/kioslave/floppy
469%lang(en) %{_kdedocdir}/en/kioslave/gzip
470%lang(en) %{_kdedocdir}/en/kioslave/info
471%lang(en) %{_kdedocdir}/en/kioslave/man
472%lang(en) %{_kdedocdir}/en/kioslave/nfs
473%lang(en) %{_kdedocdir}/en/kioslave/sftp
474%lang(en) %{_kdedocdir}/en/kioslave/smb
475%lang(en) %{_kdedocdir}/en/kioslave/tar
476%lang(en) %{_kdedocdir}/en/kioslave/thumbnail
477%lang(en) %{_kdedocdir}/en/knetattach
2e1962a3 478%lang(en) %{_kdedocdir}/en/network
ea0b23f8 479%{_mandir}/man1/kdesu.1*
e2d521be 480%{_mandir}/man1/plasmapkg.1*
ea0b23f8 481%{_mandir}/man8/nepomuk*.8*
04d87fdb 482
6503ce65 483%{_datadir}/sounds/*
84dc9fc2 484%{_iconsdir}/hicolor/*/*/*.png
04d87fdb 485%dir %{_datadir}/apps/ksmserver
486%dir %{_datadir}/apps/ksmserver/windowmanagers
487%{_datadir}/apps/ksmserver/windowmanagers/compiz-custom.desktop
488%{_datadir}/apps/ksmserver/windowmanagers/compiz.desktop
489%{_datadir}/apps/ksmserver/windowmanagers/metacity.desktop
490%{_datadir}/apps/ksmserver/windowmanagers/openbox.desktop
2e1962a3 491%{_datadir}/apps/kio_docfilter
492%dir %{_datadir}/apps/konqsidebartng
493%dir %{_datadir}/apps/konqsidebartng/virtual_folders
494%dir %{_datadir}/apps/konqsidebartng/virtual_folders/remote
495%{_datadir}/apps/konqsidebartng/virtual_folders/remote/virtualfolder_network.desktop
496%{_datadir}/apps/kwalletd
497%{_datadir}/apps/remoteview/network.desktop
04d87fdb 498
499# dir owned by kdelibs
500%{_datadir}/apps/desktoptheme/default/*
b7a70445
AM
501%{_datadir}/apps/desktoptheme/oxygen
502%{_datadir}/apps/desktoptheme/appdashboard
6503ce65
JB
503
504%files devel
505%defattr(644,root,root,755)
92610305 506%{_includedir}/knotify*.h
ec244ab8
AM
507%attr(755,root,root) %{_libdir}/libkwalletbackend.so
508%attr(755,root,root) %{_libdir}/libmolletnetwork.so
6503ce65 509%{_datadir}/apps/cmake/modules/FindCLucene.cmake
2e1962a3 510%{_datadir}/apps/cmake/modules/FindSLP.cmake
f099521f 511
04d87fdb 512%files -n kde4-phonon
f4833d8e 513%defattr(644,root,root,755)
04d87fdb 514%attr(755,root,root) %{_libdir}/kconf_update_bin/phonon_devicepreference_update
515%attr(755,root,root) %{_libdir}/kconf_update_bin/phonon_deviceuids_update
516%attr(755,root,root) %{_libdir}/kde4/kded_phononserver.so
22ef4f2c
RT
517%{_datadir}/kde4/services/kcm_phonon.desktop
518%{_datadir}/kde4/services/spellchecking.desktop
519%{_datadir}/kde4/servicetypes/phononbackend.desktop
04d87fdb 520
3a95a789 521%dir %{_libdir}/kde4/plugins/phonon_platform
22ef4f2c 522%{_libdir}/kde4/plugins/phonon_platform/kde.so
f81ca0a3 523%dir %{_datadir}/apps/kcm_phonon
22ef4f2c
RT
524%{_datadir}/apps/kcm_phonon/listview-background.png
525%{_datadir}/apps/kconf_update/devicepreference.upd
f81ca0a3 526%dir %{_datadir}/apps/libphonon
22ef4f2c 527%{_datadir}/apps/libphonon/hardwaredatabase
f81ca0a3 528%dir %{_datadir}/apps/phonon
22ef4f2c 529%{_datadir}/apps/phonon/phonon.notifyrc
04d87fdb 530%dir %{_datadir}/apps/kio_desktop
531%dir %{_datadir}/apps/kio_desktop/DesktopLinks
532%{_datadir}/apps/kio_desktop/DesktopLinks/Home.desktop
533%{_datadir}/apps/kio_desktop/directory.desktop
534%{_datadir}/apps/kio_desktop/directory.trash
535%{_datadir}/kde4/services/kded/phononserver.desktop
This page took 0.179811 seconds and 4 git commands to generate.