]> git.pld-linux.org Git - packages/kde4-kdebase-runtime.git/blame - kde4-kdebase-runtime.spec
- release 6
[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:
5%bcond_without apidocs # do not prepare API documentation
6503ce65 6#
64cd3fcd 7%define _state stable
6503ce65 8%define orgname kdebase-runtime
04d87fdb 9%define qtver 4.4.3
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
8b7e4bb7 14Version: 4.2.1
f776b2b9 15Release: 6
1ce0b6cc 16License: GPL
17Group: X11/Applications
beb98610 18Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
8b7e4bb7 19# Source0-md5: 93ef480ed5376ce02324d1b85b8bae0f
04d87fdb 20Source1: kdebase-searchproviders.tar.bz2
21# Source1-md5: 126c3524b5367f5096a628acbf9dc86f
22Source2: l10n-iso639-1
68c3393c 23Patch100: %{name}-branch.diff
6503ce65 24URL: http://www.kde.org/
c3391395 25BuildRequires: QtOpenGL-devel >= %{qtver}
defb0118 26BuildRequires: QtSvg-devel >= %{qtver}
c3391395 27BuildRequires: QtTest-devel >= %{qtver}
04d87fdb 28BuildRequires: automoc4 >= 0.9.88
a5bd41e6 29BuildRequires: clucene-core-devel
04d87fdb 30BuildRequires: cmake >= 2.6.2
1ce0b6cc 31%{?with_apidocs:BuildRequires: doxygen}
1ce0b6cc 32%{?with_apidocs:BuildRequires: graphviz}
0b9ba6e8 33BuildRequires: kde4-kdelibs-devel >= %{version}
ea8b15a1
34BuildRequires: kde4-kdepimlibs-devel >= %{version}
35BuildRequires: libsmbclient-devel
8b7e4bb7 36BuildRequires: phonon-devel >= 4.3.1
04d87fdb 37BuildRequires: pulseaudio-devel
022e9098 38%{?with_apidocs:BuildRequires: qt4-doc >= %{qtver}}
1ce0b6cc 39BuildRequires: rpmbuild(macros) >= 1.129
04d87fdb 40BuildRequires: soprano-devel >= 2.1.64
41BuildRequires: strigi-devel >= 0.6.3
1ce0b6cc 42BuildRequires: xine-lib-devel
7e876cdb 43Obsoletes: kdebase4-runtime
44Conflicts: kdebase4-runtime
1ce0b6cc 45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
1ce0b6cc 47%description
6503ce65
JB
48KDE 4 runtime components.
49
50%description -l pl.UTF-8
51Komponenty uruchomieniowe podstawowej części KDE 4.
1ce0b6cc 52
53%package devel
6503ce65
JB
54Summary: Development files for KDE 4 runtime components
55Summary(pl.UTF-8): Pliki programistyczne komponentów uruchomieniowych KDE 4
1ce0b6cc 56Group: X11/Development/Libraries
e5d7eae0 57Requires: %{name} = %{version}-%{release}
8e9f2df6 58Requires: kde4-kdelibs-devel >= %{version}
1ce0b6cc 59
60%description devel
6503ce65
JB
61Development files for KDE 4 runtime components.
62
63%description devel -l pl.UTF-8
64Pliki programistyczne komponentów uruchomieniowych KDE 4.
1ce0b6cc 65
04d87fdb 66%package -n kde4-phonon
84675b83
JB
67Summary: KDE 4 Phonon plugins
68Summary(pl.UTF-8): Wtyczki KDE 4 dla Phonona
7ea2e501 69Group: X11/Applications
f4833d8e 70
04d87fdb 71%description -n kde4-phonon
84675b83 72KDE 4 Phonon plugins.
f4833d8e 73
04d87fdb 74%description -n kde4-phonon -l pl.UTF-8
84675b83 75Wtyczki KDE 4 dla Phonona.
6503ce65 76
a09b8e8f 77%package -n kde4-icons-oxygen
84dc9fc2 78Summary: KDE icons - oxygen
79Summary(pl.UTF-8): Motyw ikon do KDE - oxygen
80Group: Themes
95ef14f0 81Obsoletes: kde-icons-oxygen
8c132cc8 82Provides: kde4-icons
84dc9fc2 83
a09b8e8f 84%description -n kde4-icons-oxygen
6503ce65 85KDE icons - oxygen.
84dc9fc2 86
95ef14f0 87%description -n kde4-icons-oxygen -l pl.UTF-8
6503ce65 88Motyw ikon do KDE - oxygen.
84dc9fc2 89
04d87fdb 90%package -n kde4-icons-oxygen-svg
91Summary: KDE SVG icons - oxygen
92Summary(pl.UTF-8): Motyw ikon SVG do KDE - oxygen
93Group: Themes
8c132cc8 94Provides: kde4-icons
04d87fdb 95
96%description -n kde4-icons-oxygen-svg
97KDE icons - oxygen. This package contains SVG icons.
98
99%description -n kde4-icons-oxygen-svg -l pl.UTF-8
100Motyw ikon do KDE - oxygen. Ten pakiet zawiera ikony SVG.
101
6d86166f 102%package -n kde4-style-oxygen
84dc9fc2 103Summary: KDE Oxygen Style
7ea2e501 104Summary(pl.UTF-8): Styl Oxygen dla KDE
84dc9fc2 105Group: Themes
8e9f2df6 106Obsoletes: kde-style-oxygen
84dc9fc2 107
6d86166f 108%description -n kde4-style-oxygen
84dc9fc2 109KDE Oxygen Style.
110
6d86166f 111%description -n kde4-style-oxygen -l pl.UTF-8
84dc9fc2 112Styl Oxygen dla KDE.
113
1ce0b6cc 114%prep
04d87fdb 115%setup -q -n %{orgname}-%{version} -a1
bf72e815 116%patch100 -p1
1ce0b6cc 117
118%build
3730d34d 119install -d build
1ce0b6cc 120cd build
121%cmake \
122 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
f55c3542 123 -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
5227a2ef 124%if "%{_lib}" == "lib64"
125 -DLIB_SUFFIX=64 \
126%endif
1ce0b6cc 127 ../
128
129%{__make}
130
131%install
132rm -rf $RPM_BUILD_ROOT
133
6503ce65 134%{__make} -C build install \
1ce0b6cc 135 DESTDIR=$RPM_BUILD_ROOT \
136 kde_htmldir=%{_kdedocdir}
137
04d87fdb 138install -d $RPM_BUILD_ROOT%{_datadir}/kde4/services/searchproviders/pld
139cp -a kdebase-searchproviders/*.desktop $RPM_BUILD_ROOT%{_datadir}/kde4/services/searchproviders/pld
140
141collect_l10n_files() {
142 while read country language comment; do
143 [ "$country" != "#" ] || continue
144 if [ "$language" = "-" ]; then
145 # no mapping. just add for now
146 echo >&2 "No mapping for $country $comment, adding without %%lang tag"
147 echo "%{_datadir}/locale/l10n/$country"
148 else
149 echo "%lang($language) %{_datadir}/locale/l10n/$country"
150 fi
151 done
152} < %{SOURCE2}
153collect_l10n_files > %{name}.files
154
155rm -f $RPM_BUILD_ROOT%{_datadir}/icons/default.kde4
156# provided (conflicts) by hicolor-icon-theme
157rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/index.theme
84dc9fc2 158
1ce0b6cc 159%clean
160rm -rf $RPM_BUILD_ROOT
161
6503ce65
JB
162%post -p /sbin/ldconfig
163%postun -p /sbin/ldconfig
1ce0b6cc 164
04d87fdb 165%files -f %{name}.files
7ea2e501 166%defattr(644,root,root,755)
167%{_sysconfdir}/xdg/menus/kde-information.menu
84dc9fc2 168%attr(755,root,root) %{_bindir}/kcmshell4
169%attr(755,root,root) %{_bindir}/kde-cp
170%attr(755,root,root) %{_bindir}/kde-mv
171%attr(755,root,root) %{_bindir}/kde-open
172%attr(755,root,root) %{_bindir}/kde4-menu
173%attr(755,root,root) %{_bindir}/kdebugdialog
174%attr(755,root,root) %{_bindir}/kfile4
75bd0db2 175%attr(755,root,root) %{_bindir}/kiconfinder
84dc9fc2 176%attr(755,root,root) %{_bindir}/khelpcenter
177%attr(755,root,root) %{_bindir}/khotnewstuff4
178%attr(755,root,root) %{_bindir}/kioclient
179%attr(755,root,root) %{_bindir}/kmimetypefinder
180%attr(755,root,root) %{_bindir}/knotify4
181%attr(755,root,root) %{_bindir}/kquitapp
182%attr(755,root,root) %{_bindir}/kreadconfig
183%attr(755,root,root) %{_bindir}/kstart
ece1862e 184%attr(755,root,root) %{_bindir}/kde4
04d87fdb 185%attr(755,root,root) %{_bindir}/kwalletd
ece1862e 186%attr(755,root,root) %{_bindir}/nepomukserver
187%attr(755,root,root) %{_bindir}/nepomukservicestub
f9496e14 188%attr(755,root,root) %{_bindir}/ksvgtopng
a09b8e8f
AM
189# conflict with kde3
190#%attr(755,root,root) %{_bindir}/ksvgtopng
84dc9fc2 191%attr(755,root,root) %{_bindir}/ktraderclient
192%attr(755,root,root) %{_bindir}/ktrash
193%attr(755,root,root) %{_bindir}/kuiserver
194%attr(755,root,root) %{_bindir}/kwriteconfig
75bd0db2 195%attr(755,root,root) %{_bindir}/solid-hardware
6503ce65
JB
196%attr(755,root,root) %{_libdir}/libkdeinit4_kcmshell4.so
197%attr(755,root,root) %{_libdir}/libkdeinit4_khelpcenter.so
198%attr(755,root,root) %{_libdir}/libkdeinit4_kuiserver.so
04d87fdb 199%attr(755,root,root) %{_libdir}/libkdeinit4_kwalletd.so
200# Is it ok to add those files to main package?
201%attr(755,root,root) %{_libdir}/libkwalletbackend.so.?
202%attr(755,root,root) %{_libdir}/libkwalletbackend.so.*.*.*
203#
ece1862e 204%attr(755,root,root) %{_libdir}/libkdeinit4_nepomukserver.so
84dc9fc2 205%attr(755,root,root) %{_libdir}/kde4/cursorthumbnail.so
206%attr(755,root,root) %{_libdir}/kde4/djvuthumbnail.so
207%attr(755,root,root) %{_libdir}/kde4/exrthumbnail.so
208%attr(755,root,root) %{_libdir}/kde4/htmlthumbnail.so
209%attr(755,root,root) %{_libdir}/kde4/imagethumbnail.so
04d87fdb 210%attr(755,root,root) %{_libdir}/kde4/jpegthumbnail.so
84dc9fc2 211%attr(755,root,root) %{_libdir}/kde4/kcm_cgi.so
212%attr(755,root,root) %{_libdir}/kde4/kcm_componentchooser.so
75bd0db2 213%attr(755,root,root) %{_libdir}/kde4/kcm_emoticons.so
84dc9fc2 214%attr(755,root,root) %{_libdir}/kde4/kcm_icons.so
84dc9fc2 215%attr(755,root,root) %{_libdir}/kde4/kcm_kded.so
216%attr(755,root,root) %{_libdir}/kde4/kcm_kdnssd.so
217%attr(755,root,root) %{_libdir}/kde4/kcm_knotify.so
218%attr(755,root,root) %{_libdir}/kde4/kcm_locale.so
04d87fdb 219%attr(755,root,root) %{_libdir}/kde4/kcm_trash.so
84dc9fc2 220%attr(755,root,root) %{_libdir}/kde4/kded_kpasswdserver.so
221%attr(755,root,root) %{_libdir}/kde4/kded_ktimezoned.so
222%attr(755,root,root) %{_libdir}/kde4/kded_remotedirnotify.so
223%attr(755,root,root) %{_libdir}/kde4/kded_soliduiserver.so
851d83a2 224%attr(755,root,root) %{_libdir}/kde4/kded_desktopnotifier.so
04d87fdb 225%attr(755,root,root) %{_libdir}/kde4/kded_globalaccel.so
226%attr(755,root,root) %{_libdir}/kde4/kio_applications.so
227%attr(755,root,root) %{_libdir}/kde4/kio_bookmarks.so
851d83a2 228%attr(755,root,root) %{_libdir}/kde4/kio_desktop.so
84dc9fc2 229%attr(755,root,root) %{_libdir}/kde4/kio_about.so
230%attr(755,root,root) %{_libdir}/kde4/kio_archive.so
231%attr(755,root,root) %{_libdir}/kde4/kio_cgi.so
232%attr(755,root,root) %{_libdir}/kde4/kio_filter.so
233%attr(755,root,root) %{_libdir}/kde4/kio_finger.so
234%attr(755,root,root) %{_libdir}/kde4/kio_fish.so
235%attr(755,root,root) %{_libdir}/kde4/kio_floppy.so
236%attr(755,root,root) %{_libdir}/kde4/kio_info.so
237%attr(755,root,root) %{_libdir}/kde4/kio_man.so
04d87fdb 238%attr(755,root,root) %{_libdir}/kde4/kio_nepomuksearch.so
84dc9fc2 239%attr(755,root,root) %{_libdir}/kde4/kio_nfs.so
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
244%attr(755,root,root) %{_libdir}/kde4/kio_thumbnail.so
245%attr(755,root,root) %{_libdir}/kde4/kio_trash.so
84dc9fc2 246%attr(755,root,root) %{_libdir}/kde4/libkmanpart.so
22ef4f2c
RT
247%attr(755,root,root) %{_libdir}/kde4/fixhosturifilter.so
248%attr(755,root,root) %{_libdir}/kde4/kcm_phonon.so
249%attr(755,root,root) %{_libdir}/kde4/kcmspellchecking.so
250%attr(755,root,root) %{_libdir}/kde4/kshorturifilter.so
251%attr(755,root,root) %{_libdir}/kde4/kuriikwsfilter.so
252%attr(755,root,root) %{_libdir}/kde4/kurisearchfilter.so
253%attr(755,root,root) %{_libdir}/kde4/localdomainurifilter.so
84dc9fc2 254%attr(755,root,root) %{_libdir}/kde4/librenaudioplugin.so
255%attr(755,root,root) %{_libdir}/kde4/librenimageplugin.so
84dc9fc2 256%attr(755,root,root) %{_libdir}/kde4/svgthumbnail.so
257%attr(755,root,root) %{_libdir}/kde4/textthumbnail.so
1ead98f5 258%attr(755,root,root) %{_libdir}/kde4/kcm_nepomuk.so
6503ce65
JB
259%attr(755,root,root) %{_libdir}/kde4/libexec/drkonqi
260%attr(755,root,root) %{_libdir}/kde4/libexec/kdeeject
261%attr(755,root,root) %{_libdir}/kde4/libexec/kdesu
262%attr(755,root,root) %{_libdir}/kde4/libexec/kdesud
263%attr(755,root,root) %{_libdir}/kde4/libexec/khc_docbookdig.pl
264%attr(755,root,root) %{_libdir}/kde4/libexec/khc_htdig.pl
265%attr(755,root,root) %{_libdir}/kde4/libexec/khc_htsearch.pl
266%attr(755,root,root) %{_libdir}/kde4/libexec/khc_indexbuilder
267%attr(755,root,root) %{_libdir}/kde4/libexec/khc_mansearch.pl
268%attr(755,root,root) %{_libdir}/kde4/libexec/kioexec
269%attr(755,root,root) %{_libdir}/kde4/libexec/klocaldomainurifilterhelper
270%attr(755,root,root) %{_libdir}/kde4/libexec/knetattach
31b7d9eb 271%attr(755,root,root) %{_libdir}/kde4/nepomukfilewatch.so
ece1862e 272%attr(755,root,root) %{_libdir}/kde4/nepomukmigration1.so
273%attr(755,root,root) %{_libdir}/kde4/nepomukontologyloader.so
274%attr(755,root,root) %{_libdir}/kde4/nepomukstorage.so
275%attr(755,root,root) %{_libdir}/kde4/nepomukstrigiservice.so
04d87fdb 276%attr(755,root,root) %{_libdir}/kde4/nepomukqueryservice.so
6503ce65 277%dir %{_libdir}/kde4/plugins/styles
75bd0db2 278%attr(755,root,root) %{_libdir}/strigi/strigiindex_sopranobackend.so
84dc9fc2 279%{_datadir}/apps/drkonqi
04d87fdb 280%dir %{_datadir}/apps/kcm_componentchooser
84dc9fc2 281%{_datadir}/apps/kcm_componentchooser/kcm_browser.desktop
04d87fdb 282%{_datadir}/apps/kcm_componentchooser/kcm_filemanager.desktop
84dc9fc2 283%{_datadir}/apps/kcm_componentchooser/kcm_kemail.desktop
284%{_datadir}/apps/kcm_componentchooser/kcm_terminal.desktop
04d87fdb 285%{_datadir}/apps/kcm_componentchooser/kcm_wm.desktop
84dc9fc2 286%{_datadir}/apps/kcmlocale
04d87fdb 287%{_datadir}/apps/kconf_update/kdedglobalaccel_kde42.upd
84dc9fc2 288%{_datadir}/apps/kconf_update/kuriikwsfilter.upd
289%{_datadir}/apps/kde/kde.notifyrc
f099521f 290%{_datadir}/apps/khelpcenter
04d87fdb 291%{_datadir}/apps/kio_bookmarks
84dc9fc2 292%{_datadir}/apps/kio_finger
293%{_datadir}/apps/kio_info
294%{_datadir}/apps/kio_man
295%{_datadir}/apps/kio_thumbnail
296%dir %{_datadir}/apps/konqueror/dirtree
297%dir %{_datadir}/apps/konqueror/dirtree/remote
298%{_datadir}/apps/konqueror/dirtree/remote/smb-network.desktop
299%dir %{_datadir}/apps/remoteview
300%{_datadir}/apps/remoteview/smb-network.desktop
04d87fdb 301%dir %{_datadir}/apps/nepomukstrigiservice
302%{_datadir}/apps/nepomukstrigiservice/nepomukstrigiservice.notifyrc
303%dir %{_datadir}/apps/nepomukstorage
304%{_datadir}/apps/nepomukstorage/nepomukstorage.notifyrc
305%dir %{_datadir}/apps/nepomuk
306%dir %{_datadir}/apps/nepomuk/ontologies
307%{_datadir}/apps/nepomuk/ontologies/*.desktop
308%{_datadir}/apps/nepomuk/ontologies/*.rdf*
309%{_datadir}/apps/nepomuk/ontologies/*.trig
ece1862e 310%{_datadir}/autostart/nepomukserver.desktop
84dc9fc2 311%{_datadir}/config.kcfg/khelpcenter.kcfg
312%{_datadir}/config/khotnewstuff.knsrc
f9496e14 313%{_datadir}/config/icons.knsrc
75bd0db2 314%{_datadir}/config/emoticons.knsrc
84dc9fc2 315%{_datadir}/config/kshorturifilterrc
316%{_datadir}/dbus-1/interfaces/org.kde.KTimeZoned.xml
317%{_datadir}/dbus-1/interfaces/org.kde.khelpcenter.kcmhelpcenter.xml
318%{_datadir}/dbus-1/services/org.kde.knotify.service
ece1862e 319%{_datadir}/dbus-1/interfaces/org.kde.NepomukServer.xml
320%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml
321%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml
04d87fdb 322%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml
323%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.Strigi.xml
324%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.Storage.xml
325%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.Query.xml
326%{_datadir}/dbus-1/interfaces/org.kde.nepomuk.QueryService.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
04d87fdb 331%{_datadir}/kde4/services/bookmarks.protocol
84dc9fc2 332%{_datadir}/kde4/services/bzip.protocol
333%{_datadir}/kde4/services/bzip2.protocol
334%{_datadir}/kde4/services/cgi.protocol
335%{_datadir}/kde4/services/componentchooser.desktop
336%{_datadir}/kde4/services/cursorthumbnail.desktop
337%{_datadir}/kde4/services/djvuthumbnail.desktop
75bd0db2 338%{_datadir}/kde4/services/emoticons.desktop
84dc9fc2 339%{_datadir}/kde4/services/exrthumbnail.desktop
340%{_datadir}/kde4/services/finger.protocol
341%{_datadir}/kde4/services/fish.protocol
342%{_datadir}/kde4/services/fixhosturifilter.desktop
343%{_datadir}/kde4/services/floppy.protocol
344%{_datadir}/kde4/services/gzip.protocol
345%{_datadir}/kde4/services/htmlthumbnail.desktop
346%{_datadir}/kde4/services/icons.desktop
347%{_datadir}/kde4/services/imagethumbnail.desktop
348%{_datadir}/kde4/services/info.protocol
04d87fdb 349%{_datadir}/kde4/services/jpegthumbnail.desktop
84dc9fc2 350%{_datadir}/kde4/services/kcm_kdnssd.desktop
84dc9fc2 351%{_datadir}/kde4/services/kcmcgi.desktop
352%{_datadir}/kde4/services/kcmkded.desktop
353%{_datadir}/kde4/services/kcmnotify.desktop
1ead98f5 354%{_datadir}/kde4/services/kcm_nepomuk.desktop
04d87fdb 355%{_datadir}/kde4/services/kcmtrash.desktop
84dc9fc2 356%{_datadir}/kde4/services/kded/kpasswdserver.desktop
357%{_datadir}/kde4/services/kded/ktimezoned.desktop
358%{_datadir}/kde4/services/kded/remotedirnotify.desktop
359%{_datadir}/kde4/services/kded/soliduiserver.desktop
04d87fdb 360%{_datadir}/kde4/services/kded/kdedglobalaccel.desktop
84dc9fc2 361%{_datadir}/kde4/services/khelpcenter.desktop
362%{_datadir}/kde4/services/kmanpart.desktop
363%{_datadir}/kde4/services/knotify4.desktop
364%{_datadir}/kde4/services/kshorturifilter.desktop
365%{_datadir}/kde4/services/kuiserver.desktop
366%{_datadir}/kde4/services/kuriikwsfilter.desktop
367%{_datadir}/kde4/services/kurisearchfilter.desktop
04d87fdb 368%{_datadir}/kde4/services/kwalletd.desktop
84dc9fc2 369%{_datadir}/kde4/services/language.desktop
370%{_datadir}/kde4/services/localdomainurifilter.desktop
371%{_datadir}/kde4/services/man.protocol
04d87fdb 372%{_datadir}/kde4/services/nepomuksearch.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
386%{_datadir}/kde4/services/trash.protocol
387%{_datadir}/kde4/services/zip.protocol
31b7d9eb 388%{_datadir}/kde4/services/nepomukfilewatch.desktop
ece1862e 389%{_datadir}/kde4/services/nepomukmigration1.desktop
390%{_datadir}/kde4/services/nepomukontologyloader.desktop
391%{_datadir}/kde4/services/nepomukstorage.desktop
392%{_datadir}/kde4/services/nepomukstrigiservice.desktop
04d87fdb 393%{_datadir}/kde4/services/nepomukqueryservice.desktop
851d83a2 394%{_datadir}/kde4/services/desktop.protocol
395%{_datadir}/kde4/services/kded/desktopnotifier.desktop
ece1862e 396%{_datadir}/kde4/servicetypes/nepomukservice.desktop
84dc9fc2 397%{_datadir}/kde4/servicetypes/searchprovider.desktop
398%{_datadir}/kde4/servicetypes/thumbcreator.desktop
f9496e14 399%{_datadir}/desktop-directories
04d87fdb 400
6503ce65 401%{_datadir}/locale/en_US/*
84dc9fc2 402%dir %{_datadir}/locale/l10n
04d87fdb 403%{_datadir}/locale/l10n/C
84dc9fc2 404%{_datadir}/locale/l10n/caribbean.desktop
405%{_datadir}/locale/l10n/centralafrica.desktop
406%{_datadir}/locale/l10n/centralamerica.desktop
407%{_datadir}/locale/l10n/centralasia.desktop
408%{_datadir}/locale/l10n/centraleurope.desktop
04d87fdb 409%{_datadir}/locale/l10n/eastafrica.desktop
84dc9fc2 410%{_datadir}/locale/l10n/eastasia.desktop
411%{_datadir}/locale/l10n/easteurope.desktop
412%{_datadir}/locale/l10n/middleeast.desktop
413%{_datadir}/locale/l10n/northafrica.desktop
414%{_datadir}/locale/l10n/northamerica.desktop
415%{_datadir}/locale/l10n/northeurope.desktop
416%{_datadir}/locale/l10n/oceania.desktop
417%{_datadir}/locale/l10n/southafrica.desktop
418%{_datadir}/locale/l10n/southamerica.desktop
419%{_datadir}/locale/l10n/southasia.desktop
420%{_datadir}/locale/l10n/southeastasia.desktop
421%{_datadir}/locale/l10n/southeurope.desktop
422%{_datadir}/locale/l10n/westafrica.desktop
423%{_datadir}/locale/l10n/westeurope.desktop
04d87fdb 424
6503ce65
JB
425%{_desktopdir}/kde4/Help.desktop
426%{_desktopdir}/kde4/knetattach.desktop
04d87fdb 427%lang(en) %{_kdedocdir}/en/kcontrol/*
428%lang(en) %{_kdedocdir}/en/kdebugdialog
429%lang(en) %{_kdedocdir}/en/kdesu
430%lang(en) %{_kdedocdir}/en/khelpcenter
431%lang(en) %{_kdedocdir}/en/kioslave/bzip2
432%lang(en) %{_kdedocdir}/en/kioslave/bookmarks
433%lang(en) %{_kdedocdir}/en/kioslave/cgi
434%lang(en) %{_kdedocdir}/en/kioslave/finger
435%lang(en) %{_kdedocdir}/en/kioslave/fish
436%lang(en) %{_kdedocdir}/en/kioslave/floppy
437%lang(en) %{_kdedocdir}/en/kioslave/gzip
438%lang(en) %{_kdedocdir}/en/kioslave/info
439%lang(en) %{_kdedocdir}/en/kioslave/man
440%lang(en) %{_kdedocdir}/en/kioslave/nfs
441%lang(en) %{_kdedocdir}/en/kioslave/sftp
442%lang(en) %{_kdedocdir}/en/kioslave/smb
443%lang(en) %{_kdedocdir}/en/kioslave/tar
444%lang(en) %{_kdedocdir}/en/kioslave/thumbnail
445%lang(en) %{_kdedocdir}/en/knetattach
6503ce65 446%lang(en) %{_mandir}/man1/kdesu.1*
04d87fdb 447
6503ce65 448%{_datadir}/sounds/*
84dc9fc2 449%{_iconsdir}/hicolor/*/*/*.png
04d87fdb 450%dir %{_datadir}/apps/ksmserver
451%dir %{_datadir}/apps/ksmserver/windowmanagers
452%{_datadir}/apps/ksmserver/windowmanagers/compiz-custom.desktop
453%{_datadir}/apps/ksmserver/windowmanagers/compiz.desktop
454%{_datadir}/apps/ksmserver/windowmanagers/metacity.desktop
455%{_datadir}/apps/ksmserver/windowmanagers/openbox.desktop
456
457# dir owned by kdelibs
458%{_datadir}/apps/desktoptheme/default/*
6503ce65
JB
459
460%files devel
461%defattr(644,root,root,755)
04d87fdb 462%{_libdir}/libkwalletbackend.so
463#%{_libdir}/libkaudiodevicelist.so
6503ce65 464%{_datadir}/apps/cmake/modules/FindCLucene.cmake
04d87fdb 465%{_datadir}/apps/cmake/modules/FindPulseAudio.cmake
f099521f 466
04d87fdb 467%files -n kde4-phonon
f4833d8e 468%defattr(644,root,root,755)
04d87fdb 469%attr(755,root,root) %{_libdir}/kconf_update_bin/phonon_devicepreference_update
470%attr(755,root,root) %{_libdir}/kconf_update_bin/phonon_deviceuids_update
471%attr(755,root,root) %{_libdir}/kde4/kded_phononserver.so
6503ce65 472%attr(755,root,root) %{_libdir}/kde4/kcm_phononxine.so
22ef4f2c
RT
473%{_datadir}/kde4/services/kcm_phonon.desktop
474%{_datadir}/kde4/services/spellchecking.desktop
475%{_datadir}/kde4/servicetypes/phononbackend.desktop
04d87fdb 476%{_datadir}/kde4/services/kcm_phononxine.desktop
477
3a95a789 478%dir %{_libdir}/kde4/plugins/phonon_platform
22ef4f2c 479%{_libdir}/kde4/plugins/phonon_platform/kde.so
f81ca0a3 480%dir %{_datadir}/apps/kcm_phonon
22ef4f2c
RT
481%{_datadir}/apps/kcm_phonon/listview-background.png
482%{_datadir}/apps/kconf_update/devicepreference.upd
f81ca0a3 483%dir %{_datadir}/apps/libphonon
22ef4f2c 484%{_datadir}/apps/libphonon/hardwaredatabase
f81ca0a3 485%dir %{_datadir}/apps/phonon
22ef4f2c 486%{_datadir}/apps/phonon/phonon.notifyrc
04d87fdb 487%dir %{_datadir}/apps/kio_desktop
488%dir %{_datadir}/apps/kio_desktop/DesktopLinks
489%{_datadir}/apps/kio_desktop/DesktopLinks/Home.desktop
490%{_datadir}/apps/kio_desktop/directory.desktop
491%{_datadir}/apps/kio_desktop/directory.trash
492%{_datadir}/kde4/services/kded/phononserver.desktop
f4833d8e 493
a09b8e8f 494%files -n kde4-icons-oxygen
84dc9fc2 495%defattr(644,root,root,755)
04d87fdb 496# digikam has it's own icon in digikam.spec
497%exclude %{_iconsdir}/oxygen/*x*/apps/digikam.*
5e0c83af 498%exclude %{_iconsdir}/oxygen/*x*/apps/showfoto.*
04d87fdb 499%{_iconsdir}/oxygen/*x*/actions/*
500%{_iconsdir}/oxygen/*x*/apps/*
501%{_iconsdir}/oxygen/*x*/categories/*
502%{_iconsdir}/oxygen/*x*/devices/*
503%{_iconsdir}/oxygen/*x*/mimetypes/*
504%{_iconsdir}/oxygen/*x*/places/*
505%{_iconsdir}/oxygen/*x*/status/*
506%{_iconsdir}/oxygen/*x*/animations/*
507%{_iconsdir}/oxygen/*x*/emblems/*
508%{_iconsdir}/oxygen/*x*/emotes/*
84dc9fc2 509%{_iconsdir}/oxygen/index.theme
04d87fdb 510
511%files -n kde4-icons-oxygen-svg
512%defattr(644,root,root,755)
84dc9fc2 513%dir %{_iconsdir}/oxygen/scalable
04d87fdb 514# digikam has it's own icon in digikam.spec
515%exclude %{_iconsdir}/oxygen/scalable/apps/digikam.*
516%{_iconsdir}/oxygen/scalable/text-formatting.svg
84dc9fc2 517%{_iconsdir}/oxygen/scalable/actions
518%{_iconsdir}/oxygen/scalable/apps
519%{_iconsdir}/oxygen/scalable/categories
520%{_iconsdir}/oxygen/scalable/devices
521%{_iconsdir}/oxygen/scalable/emblems
522%{_iconsdir}/oxygen/scalable/emotes
84dc9fc2 523%{_iconsdir}/oxygen/scalable/mimetypes
524%{_iconsdir}/oxygen/scalable/places
525%{_iconsdir}/oxygen/scalable/status
04d87fdb 526%{_iconsdir}/hicolor/scalable/apps/*.svgz
84dc9fc2 527
6d86166f 528%files -n kde4-style-oxygen
84dc9fc2 529%defattr(644,root,root,755)
530%attr(755,root,root) %{_libdir}/kde4/kstyle_oxygen_config.so
531%attr(755,root,root) %{_libdir}/kde4/plugins/styles/oxygen.so
532%{_datadir}/apps/kstyle/themes/oxygen.themerc
This page took 0.449324 seconds and 4 git commands to generate.