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