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