]> git.pld-linux.org Git - packages/kde4-kdebase-workspace.git/blame - kde4-kdebase-workspace.spec
- release 2
[packages/kde4-kdebase-workspace.git] / kde4-kdebase-workspace.spec
CommitLineData
8cd55c38 1# TODO:
90dff74e 2%define oname kdebase-workspace
cd0a4ce4 3%define _state stable
a5e04b4d 4%define qt4brver 4.5.0
cbae6fd5 5# - internal deps (really FUBAR currently)
90dff74e 6
8cd55c38
JB
7Summary: KDE 4 base workspace components
8Summary(pl.UTF-8): Podstawowe komponenty środowiska KDE 4
564a100d 9Name: kde4-kdebase-workspace
a5e04b4d 10Version: 4.2.2
3d236d5c 11Release: 2
8cd55c38 12License: GPL v2+
90dff74e 13Group: X11/Applications
14Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{oname}-%{version}.tar.bz2
a5e04b4d 15# Source0-md5: ac494815044eefc3a181488871225eda
f5627572 16Source1: kdebase-kdesktop.pam
b3330d96 17Source2: kdebase-kdm.pam
18Source3: kdebase-kdm-np.pam
90dff74e 19Source4: kdebase-kdm.init
0b919285 20Source5: kdebase-kdm.sysconfig
b3330d96 21Source6: kdebase-kdm_pldlogo.png
22Source7: kdebase-kdm_pldwallpaper.png
bf4e53c4 23Source8: kdebase-kde.pam
0bc9949f 24Source9: %{name}-kcheckpass.pam
25Source10: %{name}-kscreensaver.pam
32e8e5f0 26Source11: kdebase-kdm.Xsession
ee95afaf 27Source15: %{name}.desktop
28Source16: %{name}-session
cbae6fd5 29Patch0: %{name}-rootprivs.patch
a60e1a38 30Patch1: %{name}-solid-bluetooth.patch
32e8e5f0 31Patch2: %{name}-kdmconfig.patch
c86bfeb0 32Patch100: %{name}-branch.diff
5fbb7b2d 33URL: http://www.kde.org/
cbae6fd5 34BuildRequires: ConsoleKit-devel
35BuildRequires: NetworkManager-devel >= 0.7.0-0.svn4027.1
8cd55c38 36BuildRequires: OpenGL-devel
a255fdca 37BuildRequires: Qt3Support-devel >= %{qt4brver}
38BuildRequires: QtDesigner-devel >= %{qt4brver}
39BuildRequires: QtGui-devel >= %{qt4brver}
40BuildRequires: QtScript-devel >= %{qt4brver}
41BuildRequires: QtSvg-devel >= %{qt4brver}
42BuildRequires: QtTest-devel >= %{qt4brver}
43BuildRequires: QtUiTools-devel >= %{qt4brver}
63aa692a 44BuildRequires: QtWebKit-devel >= %{qt4brver}
cbae6fd5 45BuildRequires: automoc4 >= 0.9.88
f9ccda1e 46BuildRequires: bluez-libs-devel
c86bfeb0 47BuildRequires: boost-devel
cbae6fd5 48BuildRequires: cmake >= 2.6.2
d972f02a 49BuildRequires: google-gadgets-qt >= 0.10.5
7f8b0762 50BuildRequires: kde4-kdelibs-devel >= %{version}
cbae6fd5 51BuildRequires: kde4-kdepimlibs-devel >= %{version}
71ab8856 52BuildRequires: libcaptury-devel
cbae6fd5 53BuildRequires: libggadget-qt-devel >= 0.10.5
272f1179 54BuildRequires: libtirpc-devel
71ab8856 55BuildRequires: libusb-devel
272f1179 56BuildRequires: libxklavier-devel
71ab8856 57BuildRequires: lm_sensors-devel
7a0c56f2 58BuildRequires: phonon-devel >= 4.3.1
cbae6fd5 59BuildRequires: python-sip-devel
60BuildRequires: qedje-devel
19979488 61BuildRequires: qimageblitz-devel
a255fdca 62BuildRequires: qt4-build >= %{qt4brver}
cbae6fd5 63BuildRequires: qzion-devel
64BuildRequires: rpm-pythonprov
6feac179 65BuildRequires: soprano-devel
59a50abf 66BuildRequires: strigi-devel
ca1bed19 67BuildRequires: xmms-devel
71ab8856 68BuildRequires: xorg-lib-libXft-devel
cf1546ea 69BuildRequires: xorg-lib-libXtst-devel
cbae6fd5 70Requires: kde4-icons-oxygen >= %{version}
b7b527ba 71Requires: xorg-app-xmessage
cbae6fd5 72Requires: xorg-app-xprop
da929425 73Requires: xorg-app-xset
74Requires: xorg-app-xsetroot
cbae6fd5 75Suggests: kde4-style-oxygen >= %{version}
76Obsoletes: kde4-kdebase-workspace-core
77Obsoletes: kde4-kdebase-workspace-kde4-decoration-libs
f5627572 78Obsoletes: kdebase-desktop
564a100d 79Obsoletes: kdebase4-workspace
96de8632 80Conflicts: kdebase-core
cbae6fd5 81Conflicts: kdebase-desktop
564a100d 82Conflicts: kdebase4-workspace
90dff74e 83BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
84
85%description
86This package contains KDE base system which includes:
87- KDE Control Centre with modules
90dff74e 88- KWin window manager and several decorations
89- KDE splash themes and plugins
90dff74e 90- many more.
91
90dff74e 92%description -l pl.UTF-8
93Ten pakiet zawiera podstawowe aplikacje KDE:
94- Centrum sterowania z modułami
8cd55c38 95- zarządcę okien Kwin wraz z dekoracjami
90dff74e 96- ekrany startowe KDE
8cd55c38
JB
97- wiele innych elementów.
98
8cd55c38
JB
99%package libksgrd
100Summary: ksgrd library
101Summary(pl.UTF-8): Biblioteka ksgrd
102Group: X11/Libraries
103Requires(post,postun): /sbin/ldconfig
104
105%description libksgrd
106A library containing functions for the system monitor KSysGuard.
107
108%description libksgrd -l pl.UTF-8
109Biblioteka zawierające funkcje monitora systemu - KSysGuard.
90dff74e 110
111%package devel
112Summary: Include files to develop KDE applications
19979488 113Summary(pl.UTF-8): Pliki nagłówkowe potrzebne do tworzenia aplikacji KDE
114Summary(pt_BR.UTF-8): Arquivos de inclusão para compilar aplicativos que usem bibliotecas do kdebase
90dff74e 115Group: X11/Development/Libraries
a3226944 116Requires: %{name}-plasma = %{version}-%{release}
7e676d2c 117Requires: kde4-kdebase-workspace-libksgrd = %{version}-%{release}
cbae6fd5 118Requires: kde4-kdebase-workspace-screensavers = %{version}-%{release}
d69ac689 119Requires: kde4-kdelibs-devel >= %{version}
90dff74e 120
121%description devel
122This package contains header files needed to develop KDE applications.
123
124%description devel -l pl.UTF-8
8cd55c38
JB
125Pakiet zawiera pliki nagłówkowe niezbędne do programowania aplikacji
126KDE.
90dff74e 127
128%description devel -l pt_BR.UTF-8
8cd55c38
JB
129Este pacote contém os arquivos de inclusão que são necessários para
130compilar aplicativos que usem bibliotecas do kdebase.
90dff74e 131
8cd55c38
JB
132%package kfontinst
133Summary: K Font Installer
134Summary(pl.UTF-8): Instalator fontów dla KDE
135Group: X11/Applications
25a66168 136Conflicts: kdebase-kfontinst
8cd55c38
JB
137
138%description kfontinst
139KDE font installer.
140
141%description kfontinst -l pl.UTF-8
142Instalator czcionek dla KDE.
143
144%package klipper
145Summary: Clipboard Tool
146Summary(pl.UTF-8): Narzędzie schowka
147Group: X11/Applications
148
149%description klipper
150A tool extending the clipboard support for KDE. Note that it requires
151a powerful computer.
152
153%description klipper -l pl.UTF-8
154Narzędzie rozszerzające obsługę schowka dla KDE. Wymaga ono szybkiego
155systemu.
156
157%package ksysguard
158Summary: System Guard
159Summary(pl.UTF-8): Strażnik systemu
160Group: X11/Applications
161Requires(post,postun): /sbin/ldconfig
162
163%description ksysguard
164KDE System Guard.
165
166%description ksysguard -l pl.UTF-8
167Strażnik systemu dla KDE.
168
169%package kwin
170Summary: KWin - KDE 4 window manager
171Summary(pl.UTF-8): KWin - zarządca okien KDE 4
172Group: X11/Applications
173
174%description kwin
175KWin - KDE 4 window manager.
176
177%description kwin -l pl.UTF-8
178KWin - zarządca okien KDE 4.
179
180%package plasma
181Summary: Plasma - KDE 4 panels and desktop work area
182Summary(pl.UTF-8): Plasma - panele i pulpit KDE 4
183Group: X11/Applications
cbae6fd5 184Suggests: google-gadgets-qt >= 0.10.4
8cd55c38
JB
185
186%description plasma
187Plasma - KDE 4 panels and desktop work area.
188
189%description plasma -l pl.UTF-8
190Plasma - panele i pulpit KDE 4.
191
192%package screensavers
193Summary: KDE screensavers
194Summary(pl.UTF-8): Wygaszacze ekranu KDE
195Summary(ru.UTF-8): хранители экрана для KDE
196Summary(uk.UTF-8): зберігачі екрану для KDE
197Group: X11/Applications
198
199%description screensavers
200KDE screensavers.
201
202%description screensavers -l pl.UTF-8
203Wygaszacze ekranu KDE.
204
205%description screensavers -l ru.UTF-8
206Некоторые 3D хранители экрана для K Desktop Environment.
207
208%package solid
209Summary: Solid - KDE 4 hardware configuration
210Summary(pl.UTF-8): Solid - konfiguracja sprzętu w KDE 4
211Group: X11/Applications
212
213%description solid
214Solid - KDE 4 hardware configuration.
215
216%description solid -l pl.UTF-8
217Solid - konfiguracja sprzętu w KDE 4.
218
219%package networkmanager
220Summary: Solid NetworkManager - network management using the NetworkManager daemon
221Summary(pl.UTF-8): Solid NetworkManager - zarządzanie siecią przy użyciu demona NetworkManager
222Group: X11/Applications
223Requires: %{name}-solid = %{version}-%{release}
224
225%description networkmanager
226Solid NetworkManager - network management using the NetworkManager
227daemon.
228
229%description networkmanager -l pl.UTF-8
230Solid NetworkManager - zarządzanie siecią przy użyciu demona
231NetworkManager.
232
cbae6fd5 233%package kwrited
234Summary: KDE write messaging daemon
235Summary(pl.UTF-8): Demon do KDE obsługujący wymianę wiadomości za pomocą write
236Group: X11/Applications
237Requires: %{name} = %{version}-%{release}
238Obsoletes: kde4-kdebase-kwrited
239
240%description kwrited
241A kde daeomn that watches for messages from local users sent with
242write or wall.
243
244%description kwrited -l pl.UTF-8
245Demon KDE, który monitoruje wiadomości jakie lokalni użytkownicy
246wysyłają za pomocą komend write lub wall.
247
8cd55c38
JB
248%package wallpapers
249Summary: KDE 4 wallpapers
250Summary(pl.UTF-8): Tapety KDE 4
251Group: X11/Applications
252
253%description wallpapers
254KDE 4 wallpapers.
255
256%description wallpapers -l pl.UTF-8
257Tapety KDE 4.
258
259%package -n kde4-kdm
260Summary: KDE Display Manager
261Summary(pl.UTF-8): Zarządca ekranów KDE
262Group: X11/Applications
263Requires(post,preun): /sbin/chkconfig
264Requires: kde4-kgreet
265Requires: pam >= 0.99.7.1
266Requires: rc-scripts
267Provides: XDM
268Obsoletes: kdm < 9:3.0.0
269Obsoletes: kdm >= 4.0.0
270
271%description -n kde4-kdm
272A program used for managing X11 sessions on local or remote computers.
273Also provides graphical login method.
274
275%description -n kde4-kdm -l pl.UTF-8
276Program służący do zarządzania zarówno lokalnymi jak i zdalnymi
277sesjami X11. Udostępnia także graficzny tryb logowania.
278
266f22d9 279%package -n kde4-decoration-b2
90dff74e 280Summary: KDE Window Decoration - B2
281Summary(pl.UTF-8): Dekoracja okna dla KDE - B2
282Group: X11/Amusements
90dff74e 283
266f22d9 284%description -n kde4-decoration-b2
90dff74e 285A Beos like window decoration with rectangular window title to the
286left. The actual window decoration does not take more than 20-30% of
287the screen width and if two window titles overlap each other, they are
288aligned next to each other.
289
266f22d9 290%description -n kde4-decoration-b2 -l pl.UTF-8
90dff74e 291Podobna do Beos dekoracja okien z prostokątnym tytułem okna po lewej
292stronie. Nie zajmuje ona więcej niż 20-30% szerokości ekranu, a w
8cd55c38
JB
293przypadkach gdyby dwie dekoracje się zasłaniały, są one układane obok
294siebie.
90dff74e 295
266f22d9 296%package -n kde4-decoration-kde2
f5627572 297Summary: KDE Window Decoration - kde2
298Summary(pl.UTF-8): Dekoracja okna dla KDE - kde2
299Group: X11/Amusements
f5627572 300
266f22d9 301%description -n kde4-decoration-kde2
f5627572 302KDE Window Decoration - kde2.
303
9eb8cf6d 304%description -n kde4-decoration-kde2 -l pl.UTF-8
f5627572 305Dekoracja okna dla KDE - kde2.
306
266f22d9 307%package -n kde4-decoration-keramik
90dff74e 308Summary: KDE Window Decoration - keramik
309Summary(pl.UTF-8): Dekoracja okna dla KDE - keramik
310Group: X11/Amusements
90dff74e 311
266f22d9 312%description -n kde4-decoration-keramik
90dff74e 313KDE Window Decoration - keramik.
314
266f22d9 315%description -n kde4-decoration-keramik -l pl.UTF-8
90dff74e 316Dekoracja okna dla KDE - keramik.
317
266f22d9 318%package -n kde4-decoration-laptop
90dff74e 319Summary: KDE Window Decoration - Laptop
320Summary(pl.UTF-8): Dekoracja okna dla KDE - Laptop
321Group: X11/Amusements
90dff74e 322
266f22d9 323%description -n kde4-decoration-laptop
90dff74e 324A window decoration with stripped window title and lightly convex
325window buttons.
326
266f22d9 327%description -n kde4-decoration-laptop -l pl.UTF-8
90dff74e 328Dekoracja okna z paskowanym tytułem okna oraz lekko wypukłymi
329przyciskami okna.
330
266f22d9 331%package -n kde4-decoration-modernsys
90dff74e 332Summary: KDE Window Decoration - ModernSys
333Summary(pl.UTF-8): Dekoracja okna dla KDE - ModernSys
334Group: X11/Amusements
90dff74e 335
266f22d9 336%description -n kde4-decoration-modernsys
90dff74e 337A window decoration with small, top-aligned window buttons and a
338window title with gray lines surronding the text of the title. Also
339with a convex resize handle on the bottom-right window corner.
340
266f22d9 341%description -n kde4-decoration-modernsys -l pl.UTF-8
90dff74e 342Dekoracja okna z małymi, wyrównanymi do góry przyciskami okna oraz
343tytułem okna otoczonym szarymi liniami. Ma również wypukły uchwyt
344służący do zmiany rozmiaru w prawym dolnym rogu okna.
345
266f22d9 346%package -n kde4-decoration-oxygen
f5627572 347Summary: KDE Window Decoration - Oxygen
348Summary(pl.UTF-8): Dekoracja okna dla KDE - Oxygen
349Group: X11/Amusements
f5627572 350
266f22d9 351%description -n kde4-decoration-oxygen
f5627572 352A window decoration with small, top-aligned window buttons and a
353window title with gray lines surronding the text of the title. Also
354with a convex resize handle on the bottom-right window corner.
355
266f22d9 356%description -n kde4-decoration-oxygen -l pl.UTF-8
f5627572 357Dekoracja okna z małymi, wyrównanymi do góry przyciskami okna oraz
358tytułem okna otoczonym szarymi liniami. Ma również wypukły uchwyt
359służący do zmiany rozmiaru w prawym dolnym rogu okna.
360
b10fa032
RT
361%package -n kde4-decoration-ozone
362Summary: KDE Window Decoration - Ozone
363Summary(pl.UTF-8): Dekoracja okna dla KDE - Ozone
364Group: X11/Amusements
cbae6fd5 365Requires: kde4-kdebase-workspace-kwin >= %{version}
b10fa032
RT
366
367%description -n kde4-decoration-ozone
368A window decoration Ozone.
369
370%description -n kde4-decoration-ozone -l pl.UTF-8
371Dekoracja okna Ozone.
372
266f22d9 373%package -n kde4-decoration-plastic
5431ec90 374Summary: KDE Window Decoration - Plastic
375Summary(pl.UTF-8): Dekoracja okna dla KDE - Plastic
376Group: X11/Amusements
5431ec90 377
266f22d9 378%description -n kde4-decoration-plastic
5431ec90 379A window decoration with small, top-aligned window buttons and a
380window title with gray lines surronding the text of the title. Also
381with a convex resize handle on the bottom-right window corner.
382
266f22d9 383%description -n kde4-decoration-plastic -l pl.UTF-8
5431ec90 384Dekoracja okna z małymi, wyrównanymi do góry przyciskami okna oraz
385tytułem okna otoczonym szarymi liniami. Ma również wypukły uchwyt
386służący do zmiany rozmiaru w prawym dolnym rogu okna.
387
266f22d9 388%package -n kde4-decoration-quartz
90dff74e 389Summary: KDE Window Decoration - Quartz
390Summary(pl.UTF-8): Dekoracja okna dla KDE - Quartz
391Group: X11/Amusements
90dff74e 392
266f22d9 393%description -n kde4-decoration-quartz
90dff74e 394A window decoration with solid borders. The window caption consists of
395a lighter area for the window title and a darker area for window
396buttons. Between the two area there is a stylish transition.
397
266f22d9 398%description -n kde4-decoration-quartz -l pl.UTF-8
90dff74e 399Dekoracja okna z pełnymi krawędziami. Nagłówek okna składa się z
8cd55c38
JB
400jasnego obszaru dla tytułu okna i ciemniejszego dla przycisków. Między
401obszarami jest stylowy przejście.
90dff74e 402
266f22d9 403%package -n kde4-decoration-redmond
90dff74e 404Summary: KDE Window Decoration - Redmond
405Summary(pl.UTF-8): Dekoracja okna dla KDE - Redmond
406Group: X11/Amusements
90dff74e 407
266f22d9 408%description -n kde4-decoration-redmond
90dff74e 409A window decoration resembling the one from Windows 98.
410
266f22d9 411%description -n kde4-decoration-redmond -l pl.UTF-8
90dff74e 412Dekoracja okna przypominająca tę z Windows 98.
413
266f22d9 414%package -n kde4-decoration-web
90dff74e 415Summary: KDE Window Decoration - Web
416Summary(pl.UTF-8): Dekoracja okna dla KDE - Web
417Group: X11/Amusements
90dff74e 418
266f22d9 419%description -n kde4-decoration-web
90dff74e 420A completely flat window decoration with rounded corners and visible,
421thin borders.
422
266f22d9 423%description -n kde4-decoration-web -l pl.UTF-8
90dff74e 424Zupełnie płaska dekoracja okna z zaokrąglonymi brzegami oraz
425widocznymi, cienkimi krawędziami.
426
266f22d9 427%package -n kde4-kgreet-classic
ba5f458f
JB
428Summary: KDE greeter libraries - classic version
429Summary(pl.UTF-8): Biblioteki KDE służące do zapytań o hasło - wersja klasyczna
90dff74e 430Group: X11/Libraries
266f22d9 431Provides: kde4-kgreet
90dff74e 432
266f22d9 433%description -n kde4-kgreet-classic
90dff74e 434Tools for asking for passwords in the classic, default look.
435
266f22d9 436%description -n kde4-kgreet-classic -l pl.UTF-8
8cd55c38
JB
437Narzędzia służące do zapytań o hasło - klasyczny, domyślny motyw
438wyglądu.
90dff74e 439
37aa3aa4 440%package -n kde4-kgreet-generic
cbae6fd5 441Summary: KDE greeter libraries - generic version
ba5f458f 442Summary(pl.UTF-8): Biblioteki KDE służące do zapytań o hasło - wersja zwykła
cbae6fd5 443Group: X11/Libraries
444Provides: kde4-kgreet
37aa3aa4 445
446%description -n kde4-kgreet-generic
447Tools for asking for passwords in the generic, default look.
448
ba5f458f 449%description -n kde4-kgreet-generic -l pl.UTF-8
cbae6fd5 450Narzędzia służące do zapytań o hasło - zwykły, domyślny motyw wyglądu.
ba5f458f 451
266f22d9 452%package -n kde4-kgreet-winbind
ba5f458f
JB
453Summary: KDE greeter libraries - winbind version
454Summary(pl.UTF-8): Biblioteki służące do zapytań o hasło - wersja winbind
90dff74e 455Group: X11/Libraries
266f22d9 456Provides: kde4-kgreet
90dff74e 457
266f22d9 458%description -n kde4-kgreet-winbind
ba5f458f 459Tools for asking for passwords - winbind version.
90dff74e 460
266f22d9 461%description -n kde4-kgreet-winbind -l pl.UTF-8
ba5f458f 462Narzędzia służące do zapytań o hasło - wersja winbind.
90dff74e 463
266f22d9 464%package -n kde4-splash-Default
90dff74e 465Summary: Default clasic KDE splashscreen
466Summary(pl.UTF-8): Domyślny klasyczny ekran startowy KDE
467Group: X11/Amusements
cbae6fd5 468Requires: %{name} >= %{version}
90dff74e 469
266f22d9 470%description -n kde4-splash-Default
90dff74e 471Default splashscreen that came with this version of KDE.
472
266f22d9 473%description -n kde4-splash-Default -l pl.UTF-8
90dff74e 474Domyślny ekran powitalny dostarczony w tej wersji KDE.
475
266f22d9 476%package -n kde4-splash-Simple
90dff74e 477Summary: KDE Simple splashscreen
478Summary(pl.UTF-8): Ekran powitalny KDE Simple
479Group: X11/Amusements
cbae6fd5 480Requires: %{name} >= %{version}
90dff74e 481
266f22d9 482%description -n kde4-splash-Simple
90dff74e 483KDE Simple splashcreen.
484
266f22d9 485%description -n kde4-splash-Simple -l pl.UTF-8
90dff74e 486Ekran powitalny KDE Simple.
487
266f22d9 488%package -n kde4-splash-SimpleSmall
90dff74e 489Summary: KDE SimpleSmall splashscreen
490Summary(pl.UTF-8): Ekran powitalny KDE SimpleSmall
491Group: X11/Amusements
cbae6fd5 492Requires: %{name} >= %{version}
90dff74e 493
266f22d9 494%description -n kde4-splash-SimpleSmall
90dff74e 495KDE SimpleSmall splashcreen.
496
266f22d9 497%description -n kde4-splash-SimpleSmall -l pl.UTF-8
90dff74e 498Ekran powitalny KDE SimpleSmall.
499
cbae6fd5 500%package svg-icons
501Summary: KDE SVG icons - oxygen
502Summary(pl.UTF-8): Motyw ikon SVG do KDE - oxygen
503Group: Themes
504Requires: kde4-icons-oxygen-svg
505
506%description svg-icons
507KDE icons - oxygen. This package contains SVG icons.
508
509%description svg-icons -l pl.UTF-8
510Motyw ikon do KDE - oxygen. Ten pakiet zawiera ikony SVG.
511
90dff74e 512%prep
513%setup -q -n %{oname}-%{version}
3c6ca8a7 514%patch100 -p1
65dc2a57 515%patch0 -p1
a60e1a38 516%patch1 -p0
32e8e5f0 517%patch2 -p1
90dff74e 518
519%build
459f0858 520install -d build
90dff74e 521cd build
522%cmake \
63aa692a 523 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
a42c0f60 524 -DKDE4_KDM_PAM_SERVICE=kdm \
525 -DKDE4_KCHECKPASS_PAM_SERVICE=kcheckpass \
526 -DKDE4_KSCREENSAVER_PAM_SERVICE=kscreensaver \
351fe6b6 527 -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
5e6d3ec1 528%if "%{_lib}" == "lib64"
529 -DLIB_SUFFIX=64 \
530%endif
90dff74e 531 ../
532
533%{__make}
534
535%install
536rm -rf $RPM_BUILD_ROOT
537
8cd55c38 538%{__make} -C build install \
90dff74e 539 DESTDIR=$RPM_BUILD_ROOT \
540 kde_htmldir=%{_kdedocdir}
541
0b919285 542install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
32e8e5f0 543install -d $RPM_BUILD_ROOT/etc/{X11/kdm,pam.d,security}
3609154b 544install -d $RPM_BUILD_ROOT%{_datadir}/config/kdm \
545 $RPM_BUILD_ROOT%{_datadir}/apps/konqueror \
546 $RPM_BUILD_ROOT%{_datadir}/apps/kcontrol \
547 $RPM_BUILD_ROOT%{_datadir}/apps/kcontrol/pics \
548 $RPM_BUILD_ROOT%{_datadir}/apps/konqsidebartng \
549 $RPM_BUILD_ROOT%{_datadir}/apps/konqsidebartng/virtual_folders \
550 $RPM_BUILD_ROOT%{_datadir}/apps/konqsidebartng/virtual_folders/services
90dff74e 551
f5627572 552install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/kdesktop
b3330d96 553install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/kdm
554install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/kdm-np
bf4e53c4 555install %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/kde
0bc9949f 556install %{SOURCE9} $RPM_BUILD_ROOT/etc/pam.d/kcheckpass
557install %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/kscreensaver
90dff74e 558install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/kdm
0b919285 559install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/kdm
90dff74e 560
32e8e5f0
AM
561install %{SOURCE11} $RPM_BUILD_ROOT/etc/X11/kdm/Xsession
562
b3330d96 563install %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/apps/kdm/pics/pldlogo.png
564install %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/wallpapers/kdm_pld.png
565
c15a819b 566install %{SOURCE16} $RPM_BUILD_ROOT%{_bindir}/kde4-session
524b4c00 567install %{SOURCE15} $RPM_BUILD_ROOT/etc/X11/sessions/kde4.desktop
87be1631 568
b3330d96 569$RPM_BUILD_ROOT%{_bindir}/genkdmconf --in $RPM_BUILD_ROOT%{_datadir}/config/kdm
d1e0d853 570rm -f $RPM_BUILD_ROOT%{_datadir}/config/kdm/README
571rm -f $RPM_BUILD_ROOT%{_datadir}/config/kdm/*.bak
b3330d96 572
573touch $RPM_BUILD_ROOT/etc/security/blacklist.kdm
574
cbae6fd5 575%py_comp $RPM_BUILD_ROOT%{py_sitedir}
576%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
577%py_postclean
f3df8487 578
90dff74e 579%clean
580rm -rf $RPM_BUILD_ROOT
581
cbae6fd5 582%post -p /sbin/ldconfig
583%postun -p /sbin/ldconfig
71eae6b1 584
585%post libksgrd -p /sbin/ldconfig
586%postun libksgrd -p /sbin/ldconfig
587
0597251d 588%post -n kde4-kdm
71eae6b1 589/sbin/chkconfig --add kdm
cbae6fd5 590if [ -f /var/lock/subsys/kdm ]; then
591 %banner kde4-kdm -e <<EOF
592 ***************************************************
593 * *
594 * NOTE: *
595 * To make sure that new version of KDM is running *
596 * You should restart KDM with: *
597 * "/sbin/service kdm restart". *
598 * *
599 * WARNING: *
600 * Restarting KDM will terminate any X session *
601 * started by it! *
602 * *
603 ***************************************************
604
605EOF
606else
607 %banner kde4-kdm -e <<EOF
608Run "/sbin/service kdm start" to start kdm.
609
610EOF
611fi
71eae6b1 612
0597251d 613%preun -n kde4-kdm
71eae6b1 614if [ "$1" = "0" ]; then
615 %service kdm stop
616 /sbin/chkconfig --del kdm
617fi
f5627572 618
cbae6fd5 619%files
19979488 620%defattr(644,root,root,755)
3609154b 621# dirs
622%dir %{_datadir}/apps/konqueror
623%dir %{_datadir}/apps/kcontrol
624%dir %{_datadir}/apps/kcontrol/pics
625%dir %{_datadir}/apps/konqsidebartng/
626%dir %{_datadir}/apps/konqsidebartng/virtual_folders
627%dir %{_datadir}/apps/konqsidebartng/virtual_folders/services
cbae6fd5 628%dir %{_datadir}/apps/ksplash/Themes
3609154b 629#
90dff74e 630%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemsettingsrc
f5627572 631%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kdesktop
90dff74e 632%attr(755,root,root) %{_bindir}/kapplymousetheme
633%attr(755,root,root) %{_bindir}/kcheckrunning
634%attr(755,root,root) %{_bindir}/krdb
635%attr(755,root,root) %{_bindir}/kstartupconfig4
636%attr(755,root,root) %{_bindir}/ksystraycmd
637%attr(755,root,root) %{_bindir}/startkde
53f3a675 638%attr(755,root,root) %{_bindir}/safestartkde
4bedea99 639%attr(755,root,root) %{_bindir}/kcminit
640%attr(755,root,root) %{_bindir}/kcminit_startup
641%attr(755,root,root) %{_bindir}/kdostartupconfig4
cbae6fd5 642%attr(755,root,root) %{_bindir}/setscheduler
71eae6b1 643%attr(755,root,root) %{_libdir}/libkworkspace.so.*
644%attr(755,root,root) %{_libdir}/libprocesscore.so.*
645%attr(755,root,root) %{_libdir}/libprocessui.so.*
646%attr(755,root,root) %{_libdir}/libtaskmanager.so.*
647%attr(755,root,root) %{_libdir}/libweather_ion.so.*
6af98f19 648%attr(755,root,root) %{_libdir}/libplasmaclock.so.*
8cd55c38
JB
649%attr(755,root,root) %{_libdir}/libkdeinit4_kcminit.so
650%attr(755,root,root) %{_libdir}/libkdeinit4_kcminit_startup.so
71eae6b1 651
cbae6fd5 652# standard actions
653%attr(755,root,root) %{_libdir}/kde4/kcm_standard_actions.so
654%{_datadir}/kde4/services/standard_actions.desktop
655%{_datadir}/kde4/services/settings-input-actions.desktop
656
6681c1dc 657# autostart
658%attr(755,root,root) %{_libdir}/kde4/kcm_autostart.so
659%{_datadir}/kde4/services/autostart.desktop
660
90dff74e 661# kaccess
662%attr(755,root,root) %{_bindir}/kaccess
663%attr(755,root,root) %{_libdir}/libkdeinit4_kaccess.so
71eae6b1 664%{_datadir}/apps/kaccess
90dff74e 665%{_datadir}/kde4/services/kaccess.desktop
666
4bedea99 667# kcontrol
4bedea99 668%{_datadir}/apps/kcontrol/pics/anchor.png
669%{_datadir}/apps/kcontrol/pics/energybig.png
670%{_datadir}/apps/kcontrol/pics/lo-energy.png
671%{_datadir}/apps/kcontrol/pics/logo.png
672%{_datadir}/apps/kcontrol/pics/mini-world.png
673%{_datadir}/apps/kcontrol/pics/monitor.png
cbae6fd5 674%{_kdedocdir}/en/kcontrol/*
4bedea99 675
90dff74e 676# khotkeys
cbae6fd5 677%attr(755,root,root) %{_libdir}/libkhotkeysprivate.so.?
678%attr(755,root,root) %{_libdir}/libkhotkeysprivate.so.*.*.*
679%attr(755,root,root) %{_libdir}/kde4/kcm_hotkeys.so
90dff74e 680%attr(755,root,root) %{_libdir}/kde4/kded_khotkeys.so
8cd55c38 681%attr(755,root,root) %{_libdir}/kconf_update_bin/khotkeys_update
cbae6fd5 682%attr(755,root,root) %{_libdir}/kconf_update_bin/krdb_clearlibrarypath
0dc4c255 683%{_datadir}/apps/kcmkeys
90dff74e 684%{_datadir}/apps/kconf_update/khotkeys_32b1_update.upd
71eae6b1 685%{_datadir}/apps/khotkeys
90dff74e 686%{_datadir}/dbus-1/interfaces/org.kde.khotkeys.xml
90dff74e 687%{_datadir}/kde4/services/kded/khotkeys.desktop
688%{_datadir}/kde4/services/khotkeys.desktop
689
690# kmenuedit
691%attr(755,root,root) %{_bindir}/kmenuedit
692%attr(755,root,root) %{_libdir}/libkdeinit4_kmenuedit.so
693%{_desktopdir}/kde4/kmenuedit.desktop
71eae6b1 694%{_datadir}/apps/kmenuedit
b3330d96 695%lang(en) %{_kdedocdir}/en/kmenuedit
90dff74e 696%{_iconsdir}/*/*/apps/kmenuedit.png
697
698# krandrtray
699%attr(755,root,root) %{_bindir}/krandrtray
700%{_desktopdir}/kde4/krandrtray.desktop
701
702# krunner
703%attr(755,root,root) %{_bindir}/krunner
8cd55c38 704%attr(755,root,root) %{_libdir}/libkdeinit4_krunner.so
cbae6fd5 705%attr(755,root,root) %{_libdir}/kde4/kcm_krunner_shell.so
90dff74e 706%attr(755,root,root) %{_libdir}/kde4/krunner_bookmarksrunner.so
707%attr(755,root,root) %{_libdir}/kde4/krunner_calculatorrunner.so
708%attr(755,root,root) %{_libdir}/kde4/krunner_locations.so
709%attr(755,root,root) %{_libdir}/kde4/krunner_webshortcuts.so
cbae6fd5 710%attr(755,root,root) %{_libdir}/kde4/krunner_placesrunner.so
711%attr(755,root,root) %{_libdir}/kde4/krunner_powerdevil.so
5335cccf 712%attr(755,root,root) %{_libdir}/kde4/krunner_services.so
713%attr(755,root,root) %{_libdir}/kde4/krunner_sessions.so
714%attr(755,root,root) %{_libdir}/kde4/krunner_shell.so
cbae6fd5 715%attr(755,root,root) %{_libdir}/kde4/krunner_nepomuksearchrunner.so
716%attr(755,root,root) %{_libdir}/kde4/krunner_recentdocuments.so
8cd55c38 717%attr(755,root,root) %{_libdir}/kde4/libexec/krunner_lock
cbae6fd5 718%{_datadir}/kde4/services/recentdocuments.desktop
90dff74e 719%{_datadir}/autostart/krunner.desktop
720%{_datadir}/dbus-1/interfaces/org.kde.krunner.App.xml
cbae6fd5 721%{_datadir}/dbus-1/services/org.kde.krunner.service
722%{_datadir}/kde4/services/plasma-runner-nepomuksearch.desktop
723%{_datadir}/kde4/services/plasma-runner-shell_config.desktop
90dff74e 724
725# ksmserver
726%attr(755,root,root) %{_bindir}/ksmserver
727%attr(755,root,root) %{_libdir}/libkdeinit4_ksmserver.so
728%{_datadir}/apps/kconf_update/ksmserver.upd
729%{_datadir}/dbus-1/interfaces/org.kde.KSMServerInterface.xml
730
731# ksplash
732%attr(755,root,root) %{_bindir}/ksplashsimple
733%attr(755,root,root) %{_bindir}/ksplashx
734%attr(755,root,root) %{_bindir}/ksplashx_scale
735%attr(755,root,root) %{_libdir}/kde4/kcm_ksplashthemes.so
c15a819b 736%dir %{_datadir}/apps/ksplash
71eae6b1 737%dir %{_datadir}/apps/ksplash/Themes/None
90dff74e 738%{_datadir}/apps/ksplash/Themes/None/Theme.rc
5b72ae26 739%{_datadir}/config/ksplash.knsrc
90dff74e 740%{_datadir}/kde4/services/ksplashthememgr.desktop
8cd55c38 741%{_iconsdir}/*/*/apps/ksplash.png
90dff74e 742
743# ktip
37aa3aa4 744#%attr(755,root,root) %{_bindir}/ktip
745#%{_datadir}/autostart/ktip.desktop
746#%{_desktopdir}/kde4/ktip.desktop
90dff74e 747
748# kxkb
749%attr(755,root,root) %{_bindir}/kxkb
750%attr(755,root,root) %{_libdir}/libkdeinit4_kxkb.so
b3330d96 751%lang(en) %{_kdedocdir}/en/kxkb
90dff74e 752%{_iconsdir}/*/*/apps/kxkb.png
753
90dff74e 754# systemsettings
755%attr(755,root,root) %{_bindir}/systemsettings
f2363caf 756%{_datadir}/apps/systemsettings
90dff74e 757%{_datadir}/kde4/services/settings-about-me.desktop
758%{_datadir}/kde4/services/settings-accessibility.desktop
759%{_datadir}/kde4/services/settings-advanced-user-settings.desktop
760%{_datadir}/kde4/services/settings-advanced.desktop
761%{_datadir}/kde4/services/settings-appearance.desktop
762%{_datadir}/kde4/services/settings-bluetooth.desktop
763%{_datadir}/kde4/services/settings-computer-administration.desktop
764%{_datadir}/kde4/services/settings-desktop.desktop
765%{_datadir}/kde4/services/settings-display.desktop
766%{_datadir}/kde4/services/settings-general.desktop
767%{_datadir}/kde4/services/settings-keyboard-and-mouse.desktop
768%{_datadir}/kde4/services/settings-look-and-feel.desktop
769%{_datadir}/kde4/services/settings-network-and-connectivity.desktop
770%{_datadir}/kde4/services/settings-network-settings.desktop
771%{_datadir}/kde4/services/settings-notifications.desktop
772%{_datadir}/kde4/services/settings-personal.desktop
773%{_datadir}/kde4/services/settings-regional-and-language.desktop
774%{_datadir}/kde4/services/settings-sharing.desktop
775%{_datadir}/kde4/services/settings-system.desktop
776%{_datadir}/kde4/services/settings-window-behaviour.desktop
777%{_datadir}/kde4/servicetypes/systemsettingscategory.desktop
8cd55c38 778%{_desktopdir}/kde4/systemsettings.desktop
6cf75eb1 779%{_kdedocdir}/en/systemsettings
90dff74e 780
781# themes
90dff74e 782%{_datadir}/apps/kconf_update/mouse_cursor_theme.upd
f2363caf 783%{_datadir}/apps/kthememanager
cbae6fd5 784%{_datadir}/apps/desktoptheme/default/widgets/
90dff74e 785
71eae6b1 786# styles
787%attr(755,root,root) %{_libdir}/kde4/kcm_style.so
788%attr(755,root,root) %{_libdir}/kde4/kstyle_keramik_config.so
789%{_datadir}/kde4/services/style.desktop
90dff74e 790
cbae6fd5 791# powerdevil
792%attr(755,root,root) %{_libdir}/kde4/kcm_powerdevilconfig.so
793%dir %{_datadir}/apps/powerdevil
794%{_datadir}/apps/powerdevil/powerdevil.notifyrc
795%{_datadir}/apps/powerdevil/default.powerdevilprofiles
796%{_datadir}/kde4/services/powerdevilconfig.desktop
797%{_datadir}/dbus-1/interfaces/org.kde.PowerDevil.xml
798
799# nepomuk - FIXME
800%attr(755,root,root) %{_libdir}/libnepomukquery.so
801%attr(755,root,root) %{_libdir}/libnepomukquery.so.?
802%attr(755,root,root) %{_libdir}/libnepomukquery.so.*.*.*
803%attr(755,root,root) %{_libdir}/libnepomukqueryclient.so
804%attr(755,root,root) %{_libdir}/libnepomukqueryclient.so.?
805%attr(755,root,root) %{_libdir}/libnepomukqueryclient.so.*.*.*
806
807
4bedea99 808# kdisplay
4bedea99 809%attr(755,root,root) %{_libdir}/kde4/kcm_display.so
8cd55c38 810%{_datadir}/apps/kdisplay
4bedea99 811%{_datadir}/apps/kconf_update/kcmdisplayrc.upd
812%{_datadir}/kde4/services/display.desktop
90dff74e 813
4bedea99 814# kdewizard
37aa3aa4 815#%dir %{_datadir}/apps/kdewizard
816#%{_datadir}/apps/kdewizard/tips
90dff74e 817
4bedea99 818# ion
90dff74e 819%attr(755,root,root) %{_libdir}/kde4/ion_bbcukmet.so
820%attr(755,root,root) %{_libdir}/kde4/ion_envcan.so
821%attr(755,root,root) %{_libdir}/kde4/ion_noaa.so
4bedea99 822%{_datadir}/kde4/services/ion-bbcukmet.desktop
823%{_datadir}/kde4/services/ion-envcan.desktop
824%{_datadir}/kde4/services/ion-noaa.desktop
825%{_datadir}/kde4/servicetypes/weather_ion.desktop
826
4bedea99 827# launch
828%attr(755,root,root) %{_libdir}/kde4/kcm_launch.so
829%{_datadir}/config.kcfg/klaunch.kcfg
830%{_datadir}/kde4/services/kcmlaunch.desktop
831
832# access
833%attr(755,root,root) %{_libdir}/kde4/kcm_access.so
834%{_datadir}/kde4/services/kcmaccess.desktop
835
836# bell
90dff74e 837%attr(755,root,root) %{_libdir}/kde4/kcm_bell.so
4bedea99 838%{_datadir}/kde4/services/bell.desktop
839
840# clock
90dff74e 841%attr(755,root,root) %{_libdir}/kde4/kcm_clock.so
4bedea99 842%{_datadir}/kde4/services/clock.desktop
843
844# fontthumbnail
845%attr(755,root,root) %{_libdir}/kde4/fontthumbnail.so
846%{_datadir}/kde4/services/fontthumbnail.desktop
847
848# colors
90dff74e 849%attr(755,root,root) %{_libdir}/kde4/kcm_colors.so
4bedea99 850%{_datadir}/kde4/services/colors.desktop
851%{_datadir}/apps/color-schemes
852
853# energy
90dff74e 854%attr(755,root,root) %{_libdir}/kde4/kcm_energy.so
4bedea99 855%{_datadir}/kde4/services/energy.desktop
856
857# randr
858%{_datadir}/kde4/services/randr.desktop
859%attr(755,root,root) %{_libdir}/kde4/kcm_randr.so
860
861# smserver
862%attr(755,root,root) %{_libdir}/kde4/kcm_smserver.so
863%{_datadir}/kde4/services/kcmsmserver.desktop
864
865# xinerama
866%attr(755,root,root) %{_libdir}/kde4/kcm_xinerama.so
867%attr(755,root,root) %{_libdir}/kde4/libexec/test_kcm_xinerama
868%{_datadir}/kde4/services/xinerama.desktop
869
870# input, hw
90dff74e 871%attr(755,root,root) %{_libdir}/kde4/kcm_input.so
8cd55c38
JB
872%attr(755,root,root) %{_libdir}/kde4/kcm_joystick.so
873%attr(755,root,root) %{_libdir}/kde4/kcm_keyboard.so
874%attr(755,root,root) %{_libdir}/kde4/kcm_keyboard_layout.so
875%attr(755,root,root) %{_libdir}/kde4/kcm_keys.so
4bedea99 876%{_datadir}/apps/kcminput/cursor_large_black.pcf.gz
877%{_datadir}/apps/kcminput/cursor_large_white.pcf.gz
878%{_datadir}/apps/kcminput/cursor_small_white.pcf.gz
879%{_datadir}/apps/kcminput/pics/mouse_lh.png
880%{_datadir}/apps/kcminput/pics/mouse_rh.png
4bedea99 881# ?
90dff74e 882%attr(755,root,root) %{_libdir}/kde4/kded_networkstatus.so
cbae6fd5 883%attr(755,root,root) %{_libdir}/kde4/kded_powerdevil.so
90dff74e 884%attr(755,root,root) %{_libdir}/kde4/libexec/krootimage
4c925926 885%attr(755,root,root) %{_libdir}/kde4/libexec/kcmdatetimehelper
4bedea99 886
c15a819b 887# session
cbae6fd5 888%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kcheckpass
889%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kscreensaver
c15a819b 890%attr(755,root,root) %{_bindir}/kde4-session
ced0e5ef 891%attr(755,root,root) %{_libdir}/kde4/libexec/kcheckpass
4bedea99 892
cbae6fd5 893# lsofui
894%attr(755,root,root) %{_libdir}/liblsofui.so.?
895%attr(755,root,root) %{_libdir}/liblsofui.so.*.*.*
896
897#old core
898%exclude %{_iconsdir}/oxygen/scalable
4bedea99 899%dir %{_iconsdir}/oxygen/*/mimetypes
71eae6b1 900%dir %{_datadir}/apps/kcminput
901%dir %{_datadir}/apps/kcminput/pics
4bedea99 902
90dff74e 903%{_datadir}/apps/kconf_update/kaccel.upd
90dff74e 904%{_datadir}/apps/kconf_update/konqueror_gestures_kde321_update.upd
90dff74e 905%{_datadir}/apps/kconf_update/kwin3_plugin.upd
0bef9259
ER
906%attr(755,root,root) %{_datadir}/apps/kconf_update/convertShortcuts.pl
907%attr(755,root,root) %{_datadir}/apps/kconf_update/kwin3_plugin.pl
908%attr(755,root,root) %{_datadir}/apps/kconf_update/move_session_config.sh
909%attr(755,root,root) %{_datadir}/apps/kconf_update/on-off_to_true-false.sh
910%attr(755,root,root) %{_datadir}/apps/kconf_update/pluginlibFix.pl
90dff74e 911%{_datadir}/config/background.knsrc
6681c1dc 912%{_datadir}/config/colorschemes.knsrc
90dff74e 913%{_datadir}/config/wallpaper.knsrc
f5627572 914%{_iconsdir}/*/*/apps/kcmkwm.png
f5627572 915%{_iconsdir}/*/*/apps/computer.png
916%{_iconsdir}/*/*/apps/daemon.png
917%{_iconsdir}/*/*/apps/kdeapp.png
918%{_iconsdir}/*/*/apps/kernel.png
919%{_iconsdir}/*/*/apps/running.png
920%{_iconsdir}/*/*/apps/shell.png
921%{_iconsdir}/*/*/apps/unknownapp.png
922%{_iconsdir}/*/*/apps/waiting.png
923
90dff74e 924%{_datadir}/kde4/services/desktop.desktop
90dff74e 925%{_datadir}/kde4/services/joystick.desktop
90dff74e 926%{_datadir}/kde4/services/kded/networkstatus.desktop
cbae6fd5 927%{_datadir}/kde4/services/kded/powerdevil.desktop
90dff74e 928%{_datadir}/kde4/services/keyboard.desktop
929%{_datadir}/kde4/services/keyboard_layout.desktop
930%{_datadir}/kde4/services/keys.desktop
90dff74e 931%{_datadir}/kde4/services/mouse.desktop
90dff74e 932%{_datadir}/sounds/pop.wav
cbae6fd5 933# old decoration libs
934%attr(755,root,root) %{_libdir}/libkdecorations.so.*
935%attr(755,root,root) %{_libdir}/kde4/kcm_kwindecoration.so
936%{_datadir}/kde4/services/kwindecoration.desktop
937# kephal
938%attr(755,root,root) %{_libdir}/kde4/kded_kephal.so
939%attr(755,root,root) %{_libdir}/libkephal.so.*.*.*
940%attr(755,root,root) %ghost %{_libdir}/libkephal.so.?
941%{_datadir}/kde4/services/kded/kded_kephal.desktop
942%{_datadir}/config.kcfg/plasma-shell-desktop.kcfg
90dff74e 943
8cd55c38
JB
944%files libksgrd
945%defattr(644,root,root,755)
946%attr(755,root,root) %{_libdir}/libksgrd.so.*
947
948%files devel
949%defattr(644,root,root,755)
cbae6fd5 950%attr(755,root,root) %{_libdir}/libkephal.so
8cd55c38
JB
951%attr(755,root,root) %{_libdir}/libkdecorations.so
952%attr(755,root,root) %{_libdir}/libkfontinst.so
953%attr(755,root,root) %{_libdir}/libkfontinstui.so
954%attr(755,root,root) %{_libdir}/libkscreensaver.so
955%attr(755,root,root) %{_libdir}/libksgrd.so
956%attr(755,root,root) %{_libdir}/libkwineffects.so
957%attr(755,root,root) %{_libdir}/libkwinnvidiahack.so
958%attr(755,root,root) %{_libdir}/libkworkspace.so
8cd55c38
JB
959%attr(755,root,root) %{_libdir}/libplasmaclock.so
960%attr(755,root,root) %{_libdir}/libprocesscore.so
961%attr(755,root,root) %{_libdir}/libprocessui.so
962%attr(755,root,root) %{_libdir}/libsolidcontrol.so
963%attr(755,root,root) %{_libdir}/libsolidcontrolifaces.so
964%attr(755,root,root) %{_libdir}/libtaskmanager.so
965%attr(755,root,root) %{_libdir}/libweather_ion.so
cbae6fd5 966%attr(755,root,root) %{_libdir}/liblsofui.so
a5e04b4d 967%{_libdir}/KDE4Workspace-4.2.2
cbae6fd5 968%{_includedir}/KDE/Plasma/Weather
969%{_includedir}/plasma/weather
8cd55c38 970%{_includedir}/*.h
cbae6fd5 971%{_includedir}/kephal
8cd55c38
JB
972%{_includedir}/kworkspace
973%{_includedir}/ksgrd
974%{_includedir}/ksysguard
8cd55c38
JB
975%{_includedir}/solid
976%{_includedir}/taskmanager
cbae6fd5 977%{_includedir}/nepomuk
978%{_includedir}/plasmaclock
0dc4c255
AM
979%{_datadir}/apps/cmake/modules/*.cmake
980
8cd55c38
JB
981%files kfontinst
982%defattr(644,root,root,755)
983%attr(755,root,root) %{_bindir}/kfontinst
984%attr(755,root,root) %{_bindir}/kfontview
985%attr(755,root,root) %{_libdir}/libkfontinst.so.*
986%attr(755,root,root) %{_libdir}/libkfontinstui.so.*
987%attr(755,root,root) %{_libdir}/kde4/kcm_fontinst.so
988%attr(755,root,root) %{_libdir}/kde4/kcm_fonts.so
989%attr(755,root,root) %{_libdir}/kde4/kfontviewpart.so
990%attr(755,root,root) %{_libdir}/kde4/kio_fonts.so
991%attr(755,root,root) %{_libdir}/kde4/libexec/kfontprint
992%attr(755,root,root) %{_libdir}/kde4/libexec/kio_fonts_helper
cbae6fd5 993%dir %{_libdir}/strigi
8cd55c38
JB
994%attr(755,root,root) %{_libdir}/strigi/strigita_font.so
995%{_desktopdir}/kde4/kfontview.desktop
996%{_datadir}/apps/kfontinst
997%{_datadir}/apps/kfontview
998%{_datadir}/apps/konqsidebartng/virtual_folders/services/fonts.desktop
999%{_datadir}/kde4/services/ServiceMenus/installfont.desktop
1000%{_datadir}/kde4/services/fontinst.desktop
1001%{_datadir}/kde4/services/fonts.desktop
1002%{_datadir}/kde4/services/fonts.protocol
1003%{_datadir}/kde4/services/kfontviewpart.desktop
1004%{_iconsdir}/*/*/apps/kfontview.png
8cd55c38 1005%{_iconsdir}/*/*/mimetypes/fonts-package.png
8cd55c38
JB
1006
1007%files klipper
1008%defattr(644,root,root,755)
1009%attr(755,root,root) %{_bindir}/klipper
1010%attr(755,root,root) %{_libdir}/libkdeinit4_klipper.so
1011%{_datadir}/autostart/klipper.desktop
1012%{_datadir}/config/klipperrc
1013%{_desktopdir}/kde4/klipper.desktop
1014%lang(en) %{_kdedocdir}/en/klipper
1015
1016%files ksysguard
1017%defattr(644,root,root,755)
1018%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ksysguarddrc
1019%attr(755,root,root) %{_bindir}/ksysguard
1020%attr(755,root,root) %{_bindir}/ksysguardd
1021%attr(755,root,root) %{_libdir}/libkdeinit4_ksysguard.so
1022%attr(755,root,root) %{_libdir}/kde4/plugins/designer/ksysguardwidgets.so
cbae6fd5 1023%attr(755,root,root) %{_libdir}/kde4/plugins/designer/ksysguardlsofwidgets.so
8cd55c38
JB
1024%{_desktopdir}/kde4/ksysguard.desktop
1025%{_datadir}/apps/ksysguard
1026%{_iconsdir}/*/*/apps/ksysguardd.png
cbae6fd5 1027%{_datadir}/config/ksysguard.knsrc
8cd55c38 1028%lang(en) %{_kdedocdir}/en/ksysguard
8cd55c38 1029
71eae6b1 1030%files kwin
19979488 1031%defattr(644,root,root,755)
71eae6b1 1032%attr(755,root,root) %{_bindir}/kwin
1033%attr(755,root,root) %{_bindir}/kwin_killer_helper
1034%attr(755,root,root) %{_bindir}/kwin_rules_dialog
8cd55c38
JB
1035%attr(755,root,root) %{_libdir}/libkwineffects.so.*
1036%attr(755,root,root) %{_libdir}/libkwinnvidiahack.so.*
1037%attr(755,root,root) %{_libdir}/libkdeinit4_kwin.so
1038%attr(755,root,root) %{_libdir}/libkdeinit4_kwin_rules_dialog.so
71eae6b1 1039%attr(755,root,root) %{_libdir}/kde4/kcm_kwin4_effect_builtins.so
aa2ce73f 1040#%attr(755,root,root) %{_libdir}/kde4/kcm_kwin4_effect_videorecord.so
71eae6b1 1041%attr(755,root,root) %{_libdir}/kde4/kcm_kwincompositing.so
1042%attr(755,root,root) %{_libdir}/kde4/kcm_kwindesktop.so
1043%attr(755,root,root) %{_libdir}/kde4/kcm_kwinoptions.so
1044%attr(755,root,root) %{_libdir}/kde4/kcm_kwinrules.so
cbae6fd5 1045%attr(755,root,root) %{_libdir}/kde4/kcm_desktopthemedetails.so
71eae6b1 1046%attr(755,root,root) %{_libdir}/kde4/kwin4_effect_builtins.so
aa2ce73f 1047#%attr(755,root,root) %{_libdir}/kde4/kwin4_effect_videorecord.so
467b6d16 1048%attr(755,root,root) %{_libdir}/kde4/kwin_oxygen_config.so
8cd55c38
JB
1049%attr(755,root,root) %{_libdir}/kconf_update_bin/kwin_update_default_rules
1050%attr(755,root,root) %{_libdir}/kconf_update_bin/kwin_update_window_settings
c58ac92b 1051%attr(755,root,root) %{_libdir}/kconf_update_bin/plasma-add-shortcut-to-menu
71eae6b1 1052%dir %{_datadir}/apps/kwin
1053%{_datadir}/apps/kwin/blur-render.frag
1054%{_datadir}/apps/kwin/blur-render.vert
1055%{_datadir}/apps/kwin/blur.frag
1056%{_datadir}/apps/kwin/blur.vert
1057%{_datadir}/apps/kwin/circle-edgy.png
1058%{_datadir}/apps/kwin/circle.png
6af98f19 1059%{_datadir}/apps/kwin/snowflake.png
71eae6b1 1060%dir %{_datadir}/apps/kwin/default_rules
1061%{_datadir}/apps/kwin/default_rules/fsp_workarounds_1.kwinrules
1062%{_datadir}/apps/kwin/explosion-end.png
1063%{_datadir}/apps/kwin/explosion-start.png
1064%{_datadir}/apps/kwin/explosion.frag
1065%{_datadir}/apps/kwin/explosion.vert
1066%{_datadir}/apps/kwin/invert.frag
1067%{_datadir}/apps/kwin/invert.vert
1068%{_datadir}/apps/kwin/kwin.notifyrc
1069%{_datadir}/apps/kwin/lookingglass.frag
1070%{_datadir}/apps/kwin/lookingglass.vert
1071%{_datadir}/apps/kwin/shadow-texture.png
1072%{_datadir}/apps/kwin/sharpen.frag
1073%{_datadir}/apps/kwin/sharpen.vert
1074%{_datadir}/apps/kwin/trackmouse.png
cbae6fd5 1075%{_datadir}/apps/kwin/cubecap.png
1076%{_datadir}/apps/kwin/cylinder.frag
1077%{_datadir}/apps/kwin/cylinder.vert
1078%{_datadir}/apps/kwin/sphere.vert
1079%{_datadir}/apps/kwin/snow.frag
1080%{_datadir}/apps/kwin/snow.vert
71eae6b1 1081%{_datadir}/config.kcfg/kwin.kcfg
1082%{_datadir}/dbus-1/interfaces/org.kde.KWin.xml
71eae6b1 1083%dir %{_datadir}/kde4/services/kwin
cbae6fd5 1084%{_datadir}/kde4/services/desktopthemedetails.desktop
71eae6b1 1085%{_datadir}/kde4/services/kwin/blur.desktop
1086%{_datadir}/kde4/services/kwin/boxswitch.desktop
cbae6fd5 1087%{_datadir}/kde4/services/kwin/boxswitch_config.desktop
688ee394
AM
1088%{_datadir}/kde4/services/kwin/coverswitch.desktop
1089%{_datadir}/kde4/services/kwin/coverswitch_config.desktop
cbae6fd5 1090%{_datadir}/kde4/services/kwin/cylinder_config.desktop
71eae6b1 1091%{_datadir}/kde4/services/kwin/desktopgrid.desktop
1092%{_datadir}/kde4/services/kwin/desktopgrid_config.desktop
1093%{_datadir}/kde4/services/kwin/dialogparent.desktop
1094%{_datadir}/kde4/services/kwin/diminactive.desktop
1095%{_datadir}/kde4/services/kwin/diminactive_config.desktop
e1de69a7 1096%{_datadir}/kde4/services/kwin/dimscreen.desktop
71eae6b1 1097%{_datadir}/kde4/services/kwin/explosion.desktop
1098%{_datadir}/kde4/services/kwin/fade.desktop
1099%{_datadir}/kde4/services/kwin/fallapart.desktop
1100%{_datadir}/kde4/services/kwin/invert.desktop
1101%{_datadir}/kde4/services/kwin/invert_config.desktop
1102%{_datadir}/kde4/services/kwin/login.desktop
1103%{_datadir}/kde4/services/kwin/logout.desktop
1104%{_datadir}/kde4/services/kwin/lookingglass.desktop
1105%{_datadir}/kde4/services/kwin/lookingglass_config.desktop
1106%{_datadir}/kde4/services/kwin/magnifier.desktop
1107%{_datadir}/kde4/services/kwin/magnifier_config.desktop
1108%{_datadir}/kde4/services/kwin/maketransparent.desktop
1109%{_datadir}/kde4/services/kwin/maketransparent_config.desktop
1110%{_datadir}/kde4/services/kwin/minimizeanimation.desktop
1111%{_datadir}/kde4/services/kwin/mousemark.desktop
1112%{_datadir}/kde4/services/kwin/mousemark_config.desktop
1113%{_datadir}/kde4/services/kwin/presentwindows.desktop
1114%{_datadir}/kde4/services/kwin/presentwindows_config.desktop
1115%{_datadir}/kde4/services/kwin/scalein.desktop
1116%{_datadir}/kde4/services/kwin/shadow.desktop
1117%{_datadir}/kde4/services/kwin/shadow_config.desktop
1118%{_datadir}/kde4/services/kwin/sharpen.desktop
1119%{_datadir}/kde4/services/kwin/sharpen_config.desktop
1120%{_datadir}/kde4/services/kwin/showfps.desktop
1121%{_datadir}/kde4/services/kwin/showpaint.desktop
cbae6fd5 1122%{_datadir}/kde4/services/kwin/slide.desktop
1123%{_datadir}/kde4/services/kwin/sphere_config.desktop
71eae6b1 1124%{_datadir}/kde4/services/kwin/thumbnailaside.desktop
1125%{_datadir}/kde4/services/kwin/thumbnailaside_config.desktop
1126%{_datadir}/kde4/services/kwin/trackmouse.desktop
1127%{_datadir}/kde4/services/kwin/trackmouse_config.desktop
aa2ce73f 1128#%{_datadir}/kde4/services/kwin/videorecord.desktop
1129#%{_datadir}/kde4/services/kwin/videorecord_config.desktop
71eae6b1 1130%{_datadir}/kde4/services/kwin/zoom.desktop
1131%{_datadir}/kde4/services/kwin/zoom_config.desktop
1132%{_datadir}/kde4/services/kwinactions.desktop
1133%{_datadir}/kde4/services/kwinadvanced.desktop
1134%{_datadir}/kde4/services/kwincompositing.desktop
1135%{_datadir}/kde4/services/kwinfocus.desktop
1136%{_datadir}/kde4/services/kwinmoving.desktop
1137%{_datadir}/kde4/services/kwinoptions.desktop
1138%{_datadir}/kde4/services/kwinrules.desktop
6af98f19 1139%{_datadir}/kde4/services/kwin/flipswitch.desktop
1140%{_datadir}/kde4/services/kwin/flipswitch_config.desktop
1141%{_datadir}/kde4/services/kwin/snow.desktop
1142%{_datadir}/kde4/services/kwin/snow_config.desktop
6971d903 1143%{_datadir}/kde4/services/kwin/showfps_config.desktop
5b72ae26
JB
1144%{_datadir}/kde4/services/kwin/wobblywindows.desktop
1145%{_datadir}/kde4/services/kwin/wobblywindows_config.desktop
cbae6fd5 1146%{_datadir}/kde4/services/kwin/cube.desktop
1147%{_datadir}/kde4/services/kwin/cube_config.desktop
1148%{_datadir}/kde4/services/kwin/cylinder.desktop
1149%{_datadir}/kde4/services/kwin/magiclamp.desktop
1150%{_datadir}/kde4/services/kwin/sphere.desktop
1151%{_datadir}/kde4/services/kwin/taskbarthumbnail.desktop
688ee394 1152%{_datadir}/kde4/servicetypes/kwineffect.desktop
c58ac92b 1153%{_datadir}/apps/kconf_update/plasma-add-shortcut-to-menu.upd
cbae6fd5 1154%{_datadir}/apps/kconf_update/krdb.upd
71eae6b1 1155%{_datadir}/apps/kconf_update/kwin.upd
1156%{_datadir}/apps/kconf_update/kwin_focus1.sh
1157%{_datadir}/apps/kconf_update/kwin_focus1.upd
1158%{_datadir}/apps/kconf_update/kwin_focus2.sh
1159%{_datadir}/apps/kconf_update/kwin_focus2.upd
1160%{_datadir}/apps/kconf_update/kwin_fsp_workarounds_1.upd
1161%{_datadir}/apps/kconf_update/kwin_on_off.upd
cbae6fd5 1162%{_datadir}/apps/kconf_update/kwin_window_shortcuts.sh
1163%{_datadir}/apps/kconf_update/kwin_window_shortcuts.upd
71eae6b1 1164%{_datadir}/apps/kconf_update/kwiniconify.upd
1165%{_datadir}/apps/kconf_update/kwinsticky.upd
1166%{_datadir}/apps/kconf_update/kwinupdatewindowsettings.upd
6af98f19 1167%{_datadir}/apps/kconf_update/khotkeys_printscreen.upd
8cd55c38
JB
1168%{_iconsdir}/oxygen/16x16/apps/kwin.png
1169%{_iconsdir}/oxygen/32x32/apps/kwin.png
1170%{_iconsdir}/oxygen/48x48/apps/kwin.png
d2f5b092
SP
1171%{_iconsdir}/Oxygen_Black
1172%{_iconsdir}/Oxygen_Black_Big
1173%{_iconsdir}/Oxygen_Blue
1174%{_iconsdir}/Oxygen_Blue_Big
1175%{_iconsdir}/Oxygen_White
1176%{_iconsdir}/Oxygen_White_Big
1177%{_iconsdir}/Oxygen_Yellow
1178%{_iconsdir}/Oxygen_Yellow_Big
1179%{_iconsdir}/Oxygen_Zion
1180%{_iconsdir}/Oxygen_Zion_Big
71eae6b1 1181
1182%files plasma
19979488 1183%defattr(644,root,root,755)
71eae6b1 1184%attr(755,root,root) %{_bindir}/plasma
1185%attr(755,root,root) %{_bindir}/plasmaengineexplorer
6681c1dc 1186%attr(755,root,root) %{_bindir}/plasmapkg
71eae6b1 1187%attr(755,root,root) %{_bindir}/plasmoidviewer
cbae6fd5 1188%attr(755,root,root) %{_bindir}/plasma-overlay
8cd55c38 1189%attr(755,root,root) %{_libdir}/libkdeinit4_plasma.so
71eae6b1 1190%attr(755,root,root) %{_libdir}/kde4/plasma_animator_default.so
1191%attr(755,root,root) %{_libdir}/kde4/plasma_applet_battery.so
1192%attr(755,root,root) %{_libdir}/kde4/plasma_applet_clock.so
1193%attr(755,root,root) %{_libdir}/kde4/plasma_applet_devicenotifier.so
1194%attr(755,root,root) %{_libdir}/kde4/plasma_applet_dig_clock.so
1195%attr(755,root,root) %{_libdir}/kde4/plasma_applet_icon.so
1196%attr(755,root,root) %{_libdir}/kde4/plasma_applet_launcher.so
1197%attr(755,root,root) %{_libdir}/kde4/plasma_applet_lockout.so
1198%attr(755,root,root) %{_libdir}/kde4/plasma_applet_pager.so
cbae6fd5 1199%attr(755,root,root) %{_libdir}/kde4/plasma_applet_quicklaunch.so
71eae6b1 1200%attr(755,root,root) %{_libdir}/kde4/plasma_applet_simplelauncher.so
1201%attr(755,root,root) %{_libdir}/kde4/plasma_applet_systemtray.so
1202%attr(755,root,root) %{_libdir}/kde4/plasma_applet_tasks.so
e1de69a7 1203%attr(755,root,root) %{_libdir}/kde4/plasma_applet_trash.so
cbae6fd5 1204%attr(755,root,root) %{_libdir}/kde4/plasma_appletscript_qedje.so
1205%attr(755,root,root) %{_libdir}/kde4/plasma_appletscript_simple_javascript.so
15cae443 1206%attr(755,root,root) %{_libdir}/kde4/plasma_appletscriptengine_dashboard.so
1207%attr(755,root,root) %{_libdir}/kde4/plasma_appletscriptengine_webapplet.so
cbae6fd5 1208%attr(755,root,root) %{_libdir}/kde4/plasma_package_qedje.so
15cae443 1209%attr(755,root,root) %{_libdir}/kde4/plasma_packagestructure_dashboard.so
cbae6fd5 1210%attr(755,root,root) %{_libdir}/kde4/plasma_packagestructure_web.so
71eae6b1 1211%attr(755,root,root) %{_libdir}/kde4/plasma_containment_desktop.so
cbae6fd5 1212%attr(755,root,root) %{_libdir}/kde4/plasma_containment_midpanel.so
71eae6b1 1213%attr(755,root,root) %{_libdir}/kde4/plasma_containment_panel.so
1214%attr(755,root,root) %{_libdir}/kde4/plasma_engine_dict.so
cbae6fd5 1215%attr(755,root,root) %{_libdir}/kde4/plasma_engine_executable.so
71eae6b1 1216%attr(755,root,root) %{_libdir}/kde4/plasma_engine_filebrowser.so
1217%attr(755,root,root) %{_libdir}/kde4/plasma_engine_hotplug.so
1218%attr(755,root,root) %{_libdir}/kde4/plasma_engine_mouse.so
cbae6fd5 1219%attr(755,root,root) %{_libdir}/kde4/plasma_engine_network.so
71eae6b1 1220%attr(755,root,root) %{_libdir}/kde4/plasma_engine_places.so
1221%attr(755,root,root) %{_libdir}/kde4/plasma_engine_powermanagement.so
cbae6fd5 1222%attr(755,root,root) %{_libdir}/kde4/plasma_engine_rss.so
71eae6b1 1223%attr(755,root,root) %{_libdir}/kde4/plasma_engine_soliddevice.so
1224%attr(755,root,root) %{_libdir}/kde4/plasma_engine_tasks.so
1225%attr(755,root,root) %{_libdir}/kde4/plasma_engine_time.so
1226%attr(755,root,root) %{_libdir}/kde4/plasma_engine_weather.so
cbae6fd5 1227%attr(755,root,root) %{_libdir}/kde4/plasma_containment_saverdesktop.so
1228%attr(755,root,root) %{_libdir}/kde4/plasma_wallpaper_color.so
1229%attr(755,root,root) %{_libdir}/kde4/plasma_wallpaper_image.so
1230%attr(755,root,root) %{_libdir}/kde4/plasma_applet_activitybar.so
1231%attr(755,root,root) %{_libdir}/kde4/plasma_applet_calendar.so
1232%attr(755,root,root) %{_libdir}/kde4/plasma_applet_sm_cpu.so
1233%attr(755,root,root) %{_libdir}/kde4/plasma_applet_sm_hdd.so
1234%attr(755,root,root) %{_libdir}/kde4/plasma_applet_sm_hwinfo.so
1235%attr(755,root,root) %{_libdir}/kde4/plasma_applet_sm_net.so
1236%attr(755,root,root) %{_libdir}/kde4/plasma_applet_sm_temperature.so
1237%attr(755,root,root) %{_libdir}/kde4/plasma_applet_system-monitor.so
1238%attr(755,root,root) %{_libdir}/kde4/plasma_applet_webbrowser.so
1239%attr(755,root,root) %{_libdir}/kde4/plasma_engine_applicationjobs.so
1240%attr(755,root,root) %{_libdir}/kde4/plasma_engine_favicons.so
1241%attr(755,root,root) %{_libdir}/kde4/plasma_engine_notifications.so
1242%attr(755,root,root) %{_libdir}/kde4/plasma_engine_nowplaying.so
1243%attr(755,root,root) %{_libdir}/kde4/plasma_engine_systemmonitor.so
1244%attr(755,root,root) %{_libdir}/kde4/plasma_package_ggl.so
1245%attr(755,root,root) %{_libdir}/kde4/plasma_runnerscript_javascript.so
1246%attr(755,root,root) %{_libdir}/kde4/plasma_scriptengine_ggl.so
1247%{_datadir}/apps/plasma/plasmoids
1248%attr(755,root,root) %{_libdir}/libplasma_applet-system-monitor.so.*
1249%{_libdir}/libplasma_applet-system-monitor.so
1250%dir %{_datadir}/apps/kwin/default_rules
71eae6b1 1251%{_datadir}/apps/kwin/default_rules/plasma_desktop_containment.kwinrules
cbae6fd5 1252%dir %{_datadir}/apps/plasma
1253%{_datadir}/apps/plasma/dashboard
71eae6b1 1254%{_datadir}/autostart/plasma.desktop
6681c1dc 1255%{_datadir}/config/plasma-themes.knsrc
cbae6fd5 1256%{_datadir}/config/plasma-overlayrc
1257%dir %{_datadir}/apps/plasma_scriptengine_ruby
1258%{_datadir}/apps/plasma_scriptengine_ruby/applet.rb
1259%{_datadir}/apps/plasma_scriptengine_ruby/data_engine.rb
1260%{_datadir}/kde4/services/plasma-scriptengine-ruby-applet.desktop
1261%{_datadir}/kde4/services/plasma-scriptengine-ruby-dataengine.desktop
1262%dir %{_datadir}/apps/plasma/services
1263%{_datadir}/apps/plasma/services/applicationjobs.operations
1264%{_datadir}/apps/plasma/services/notifications.operations
1265%{_datadir}/apps/plasma/services/nowplaying.operations
1266%{_datadir}/apps/plasma/services/tasks.operations
71eae6b1 1267%{_datadir}/kde4/services/plasma-animator-default.desktop
1268%{_datadir}/kde4/services/plasma-applet-analogclock.desktop
1269%{_datadir}/kde4/services/plasma-applet-devicenotifier.desktop
1270%{_datadir}/kde4/services/plasma-applet-digitalclock.desktop
1271%{_datadir}/kde4/services/plasma-applet-icon.desktop
1272%{_datadir}/kde4/services/plasma-applet-launcher.desktop
1273%{_datadir}/kde4/services/plasma-applet-lockout.desktop
cbae6fd5 1274%{_datadir}/kde4/services/plasma-applet-quicklaunch.desktop
71eae6b1 1275%{_datadir}/kde4/services/plasma-applet-simplelauncher.desktop
1276%{_datadir}/kde4/services/plasma-applet-systemtray.desktop
e1de69a7 1277%{_datadir}/kde4/services/plasma-applet-trash.desktop
cbae6fd5 1278%{_datadir}/kde4/services/plasma-applet-activitybar.desktop
1279%{_datadir}/kde4/services/plasma-applet-calendar.desktop
1280%{_datadir}/kde4/services/plasma-appletscript-qedje.desktop
1281%{_datadir}/kde4/services/plasma-applet-sm_cpu.desktop
1282%{_datadir}/kde4/services/plasma-applet-sm_hdd.desktop
1283%{_datadir}/kde4/services/plasma-applet-sm_hwinfo.desktop
1284%{_datadir}/kde4/services/plasma-applet-sm_net.desktop
1285%{_datadir}/kde4/services/plasma-applet-sm_temperature.desktop
1286%{_datadir}/kde4/services/plasma-applet-system-monitor.desktop
1287%{_datadir}/kde4/services/plasma-applet-webbrowser.desktop
1288%{_datadir}/kde4/services/plasma-dataengine-applicationjobs.desktop
1289%{_datadir}/kde4/services/plasma-dataengine-favicons.desktop
1290%{_datadir}/kde4/services/plasma-dataengine-notifications.desktop
15cae443 1291%{_datadir}/kde4/services/plasma-dataengine-nowplaying.desktop
cbae6fd5 1292%{_datadir}/kde4/services/plasma-dataengine-systemmonitor.desktop
15cae443 1293%{_datadir}/kde4/services/plasma-packagestructure-dashboard.desktop
cbae6fd5 1294%{_datadir}/kde4/services/plasma-packagestructure-qedje.desktop
1295%{_datadir}/kde4/services/plasma-packagestructure-web.desktop
15cae443 1296%{_datadir}/kde4/services/plasma-scriptengine-applet-dashboard.desktop
1297%{_datadir}/kde4/services/plasma-scriptengine-applet-web.desktop
cbae6fd5 1298%{_datadir}/kde4/services/plasma-scriptengine-applet-simple-javascript.desktop
71eae6b1 1299%{_datadir}/kde4/services/plasma-battery-default.desktop
cbae6fd5 1300%{_datadir}/kde4/services/plasma-containment-midpanel.desktop
71eae6b1 1301%{_datadir}/kde4/services/plasma-containment-desktop.desktop
1302%{_datadir}/kde4/services/plasma-containment-panel.desktop
cbae6fd5 1303%{_datadir}/kde4/services/plasma-dataengine-executable.desktop
71eae6b1 1304%{_datadir}/kde4/services/plasma-dataengine-dict.desktop
1305%{_datadir}/kde4/services/plasma-dataengine-filebrowser.desktop
1306%{_datadir}/kde4/services/plasma-dataengine-hotplug.desktop
1307%{_datadir}/kde4/services/plasma-dataengine-mouse.desktop
cbae6fd5 1308%{_datadir}/kde4/services/plasma-dataengine-network.desktop
71eae6b1 1309%{_datadir}/kde4/services/plasma-dataengine-places.desktop
1310%{_datadir}/kde4/services/plasma-dataengine-powermanagement.desktop
cbae6fd5 1311%{_datadir}/kde4/services/plasma-dataengine-rss.desktop
71eae6b1 1312%{_datadir}/kde4/services/plasma-dataengine-soliddevice.desktop
1313%{_datadir}/kde4/services/plasma-dataengine-tasks.desktop
1314%{_datadir}/kde4/services/plasma-dataengine-time.desktop
1315%{_datadir}/kde4/services/plasma-dataengine-weather.desktop
1316%{_datadir}/kde4/services/plasma-pager-default.desktop
1317%{_datadir}/kde4/services/plasma-runner-bookmarks.desktop
1318%{_datadir}/kde4/services/plasma-runner-calculator.desktop
1319%{_datadir}/kde4/services/plasma-runner-locations.desktop
1320%{_datadir}/kde4/services/plasma-runner-webshortcuts.desktop
cbae6fd5 1321%{_datadir}/kde4/services/plasma-runner-places.desktop
1322%{_datadir}/kde4/services/plasma-runner-powerdevil.desktop
5335cccf 1323%{_datadir}/kde4/services/plasma-runner-services.desktop
1324%{_datadir}/kde4/services/plasma-runner-sessions.desktop
1325%{_datadir}/kde4/services/plasma-runner-shell.desktop
71eae6b1 1326%{_datadir}/kde4/services/plasma-tasks-default.desktop
cbae6fd5 1327%{_datadir}/kde4/services/plasma-containment-saverdesktop.desktop
1328%{_datadir}/kde4/services/plasma-wallpaper-color.desktop
1329%{_datadir}/kde4/services/plasma-wallpaper-image.desktop
1330%{_datadir}/kde4/services/plasma-applet-ggl-photos.desktop
1331%{_datadir}/kde4/services/plasma-applet-ggl-rss.desktop
1332%{_datadir}/kde4/services/plasma-packagestructure-googlegadgets.desktop
1333%{_datadir}/kde4/services/plasma-scriptengine-googlegadgets.desktop
1334%{_datadir}/kde4/services/plasma-scriptengine-runner-javascript.desktop
1335%dir %{_datadir}/apps/desktoptheme/default/system-monitor
1336%{_datadir}/apps/desktoptheme/default/system-monitor/hdd_panel.svgz
1337%dir %{_datadir}/apps/desktoptheme/default/calendar
1338%{_datadir}/apps/desktoptheme/default/calendar/mini-calendar.svgz
8cd55c38
JB
1339%lang(en) %{_kdedocdir}/en/plasma
1340
1341%files screensavers
1342%defattr(644,root,root,755)
1343%attr(755,root,root) %{_bindir}/*.kss
1344%attr(755,root,root) %{_libdir}/libkscreensaver.so.*
1345%attr(755,root,root) %{_libdir}/kde4/kcm_screensaver.so
1346%{_datadir}/config.kcfg/kscreensaversettings.kcfg
1347%{_datadir}/dbus-1/interfaces/org.freedesktop.ScreenSaver.xml
1348%{_datadir}/dbus-1/interfaces/org.kde.screensaver.xml
1349%{_datadir}/kde4/services/ScreenSavers
1350%{_datadir}/kde4/services/screensaver.desktop
1351%{_datadir}/kde4/servicetypes/screensaver.desktop
71eae6b1 1352
1353%files solid
19979488 1354%defattr(644,root,root,755)
37aa3aa4 1355%attr(755,root,root) %{_bindir}/solid-bluetooth
1356%attr(755,root,root) %{_bindir}/solid-network
1357%attr(755,root,root) %{_bindir}/solid-powermanagement
8cd55c38
JB
1358%attr(755,root,root) %{_libdir}/libsolidcontrol.so.*
1359%attr(755,root,root) %{_libdir}/libsolidcontrolifaces.so.*
71eae6b1 1360%attr(755,root,root) %{_libdir}/kde4/kcm_solid.so
71eae6b1 1361%attr(755,root,root) %{_libdir}/kde4/solid_fakenet.so
1362%attr(755,root,root) %{_libdir}/kde4/solid_hal_power.so
485c1ec7 1363%attr(755,root,root) %{_libdir}/kde4/solid_bluez.so
71eae6b1 1364%dir %{_datadir}/apps/solid
1365%dir %{_datadir}/apps/solid/actions
71eae6b1 1366%dir %{_datadir}/apps/solidfakenetbackend
1367%{_datadir}/apps/solid/actions/test-predicate-openinwindow.desktop
71eae6b1 1368%{_datadir}/apps/solidfakenetbackend/fakenetworking.xml
1369%{_datadir}/kde4/services/kcm_solid.desktop
1370%{_datadir}/kde4/services/solidbackends
1371%{_datadir}/kde4/servicetypes/solidbluetoothmanager.desktop
1372%{_datadir}/kde4/servicetypes/solidnetworkmanager.desktop
1373%{_datadir}/kde4/servicetypes/solidpowermanager.desktop
1374
272f1179 1375%files networkmanager
19979488 1376%defattr(644,root,root,755)
cbae6fd5 1377%attr(755,root,root) %{_libdir}/kde4/solid_networkmanager07.so
272f1179 1378%{_iconsdir}/*/*x*/apps/networkmanager.png
19979488 1379
cbae6fd5 1380%files kwrited
1381%defattr(644,root,root,755)
1382%attr(755,root,root) %{_libdir}/kde4/kded_kwrited.so
1383%{_datadir}/kde4/services/kded/kwrited.desktop
1384%dir %{_datadir}/apps/kwrited
1385%{_datadir}/apps/kwrited/kwrited.notifyrc
1386
8cd55c38 1387%files wallpapers
71eae6b1 1388%defattr(644,root,root,755)
cbae6fd5 1389%{_datadir}/wallpapers/Air
b445478e 1390%{_datadir}/wallpapers/Blue_Curl
8cd55c38 1391%{_datadir}/wallpapers/Code_Poets_Dream
8cd55c38
JB
1392%{_datadir}/wallpapers/Curls_on_Green
1393%{_datadir}/wallpapers/EOS
8cd55c38
JB
1394%{_datadir}/wallpapers/Fields_of_Peace
1395%{_datadir}/wallpapers/Finally_Summer_in_Germany
b445478e 1396%{_datadir}/wallpapers/Flower_drops
8cd55c38 1397%{_datadir}/wallpapers/Fresh_Morning
cbae6fd5 1398%{_datadir}/wallpapers/HighTide
8cd55c38 1399%{_datadir}/wallpapers/Ladybuggin
cbae6fd5 1400%{_datadir}/wallpapers/Plasmalicious
8cd55c38 1401%{_datadir}/wallpapers/Red_Leaf
8cd55c38 1402%{_datadir}/wallpapers/There_is_Rain_on_the_Table
d2f5b092 1403%{_datadir}/wallpapers/Vector_Sunset
8cd55c38
JB
1404%{_datadir}/wallpapers/default_blue.jpg
1405%{_datadir}/wallpapers/default_blue.jpg.desktop
71eae6b1 1406
13476e10 1407%files -n kde4-kdm
71eae6b1 1408%defattr(644,root,root,755)
b3330d96 1409%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kdm
1410%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kdm-np
cbae6fd5 1411%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/kde
b3330d96 1412%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.kdm
0b919285 1413%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/kdm
569c1942
AM
1414%dir /etc/X11/kdm
1415%config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/kdmrc
1416%config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/backgroundrc
32e8e5f0
AM
1417%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/Xreset
1418%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/Xsession
1419%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/Xsetup
1420%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/Xstartup
1421%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/Xwilling
1422%config(noreplace) %verify(not md5 mtime size) /etc/X11/kdm/Xaccess
71eae6b1 1423%attr(754,root,root) /etc/rc.d/init.d/kdm
1424%attr(755,root,root) %{_bindir}/genkdmconf
1425%attr(755,root,root) %{_bindir}/kdm
1426%attr(755,root,root) %{_bindir}/kdmctl
1427%attr(755,root,root) %{_libdir}/kde4/kcm_kdm.so
1428%attr(755,root,root) %{_libdir}/kde4/libexec/kdm_config
1429%attr(755,root,root) %{_libdir}/kde4/libexec/kdm_greet
524b4c00 1430/etc/X11/sessions
78b5ca01 1431# XXX move dir below elsewhere
71eae6b1 1432%dir %{_datadir}/apps/doc
1433%{_datadir}/apps/doc/kdm
54327881 1434%dir %{_datadir}/apps/kdm
71eae6b1 1435%{_datadir}/apps/kdm/*
1436%{_datadir}/config/kdm.knsrc
71eae6b1 1437%{_datadir}/kde4/services/kdm.desktop
b3330d96 1438%{_datadir}/wallpapers/kdm_pld.png
1439%lang(en) %{_kdedocdir}/en/kdm
71eae6b1 1440
cbae6fd5 1441%files svg-icons
1442%defattr(644,root,root,755)
1443%{_iconsdir}/*/scalable/apps/kcmkwm.svgz
1444%{_iconsdir}/*/scalable/apps/kfontview.svgz
1445%{_iconsdir}/*/scalable/apps/preferences-desktop-font-installer.svgz
1446%{_iconsdir}/*/scalable/mimetypes/fonts-package.svgz
1447%{_iconsdir}/*/scalable/apps/kwin.svgz
1448
266f22d9 1449%files -n kde4-decoration-b2
71eae6b1 1450%defattr(644,root,root,755)
1451%attr(755,root,root) %{_libdir}/kde4/kwin3_b2.so
1452%attr(755,root,root) %{_libdir}/kde4/kwin_b2_config.so
1453%{_datadir}/apps/kwin/b2.desktop
1454
8cd55c38
JB
1455%files -n kde4-decoration-kde2
1456%defattr(644,root,root,755)
1457%attr(755,root,root) %{_libdir}/kde4/kwin3_kde2.so
1458%attr(755,root,root) %{_libdir}/kde4/kwin_kde2_config.so
1459%{_datadir}/apps/kwin/kde2.desktop
1460
266f22d9 1461%files -n kde4-decoration-keramik
71eae6b1 1462%defattr(644,root,root,755)
1463%attr(755,root,root) %{_libdir}/kde4/kwin3_keramik.so
1464%attr(755,root,root) %{_libdir}/kde4/kwin_keramik_config.so
1465%{_datadir}/apps/kwin/keramik.desktop
1466
266f22d9 1467%files -n kde4-decoration-laptop
71eae6b1 1468%defattr(644,root,root,755)
1469%attr(755,root,root) %{_libdir}/kde4/kwin3_laptop.so
1470%{_datadir}/apps/kwin/laptop.desktop
1471
266f22d9 1472%files -n kde4-decoration-modernsys
71eae6b1 1473%defattr(644,root,root,755)
1474%attr(755,root,root) %{_libdir}/kde4/kwin3_modernsys.so
1475%attr(755,root,root) %{_libdir}/kde4/kwin_modernsys_config.so
1476%{_datadir}/apps/kwin/modernsystem.desktop
1477
8cd55c38
JB
1478%files -n kde4-decoration-oxygen
1479%defattr(644,root,root,755)
1480%attr(755,root,root) %{_libdir}/kde4/kwin3_oxygen.so
1481%{_datadir}/apps/kwin/oxygenclient.desktop
b10fa032
RT
1482
1483%files -n kde4-decoration-ozone
1484%defattr(644,root,root,755)
15db914e 1485%attr(755,root,root) %{_libdir}/kde4/kwin3_ozone.so
b10fa032 1486%{_datadir}/apps/kwin/ozoneclient.desktop
15db914e 1487%attr(755,root,root) %{_libdir}/kde4/kwin_ozone_config.so
8cd55c38
JB
1488
1489%files -n kde4-decoration-plastic
1490%defattr(644,root,root,755)
1491%attr(755,root,root) %{_libdir}/kde4/kwin3_plastik.so
1492%attr(755,root,root) %{_libdir}/kde4/kwin_plastik_config.so
1493%{_datadir}/apps/kwin/plastik.desktop
1494
266f22d9 1495%files -n kde4-decoration-quartz
71eae6b1 1496%defattr(644,root,root,755)
1497%attr(755,root,root) %{_libdir}/kde4/kwin3_quartz.so
1498%attr(755,root,root) %{_libdir}/kde4/kwin_quartz_config.so
1499%{_datadir}/apps/kwin/quartz.desktop
1500
266f22d9 1501%files -n kde4-decoration-redmond
71eae6b1 1502%defattr(644,root,root,755)
1503%attr(755,root,root) %{_libdir}/kde4/kwin3_redmond.so
1504%{_datadir}/apps/kwin/redmond.desktop
1505
266f22d9 1506%files -n kde4-decoration-web
71eae6b1 1507%defattr(644,root,root,755)
1508%attr(755,root,root) %{_libdir}/kde4/kwin3_web.so
1509%{_datadir}/apps/kwin/web.desktop
1510
8cd55c38 1511%files -n kde4-kgreet-classic
71eae6b1 1512%defattr(644,root,root,755)
8cd55c38 1513%attr(755,root,root) %{_libdir}/kde4/kgreet_classic.so
71eae6b1 1514
37aa3aa4 1515%files -n kde4-kgreet-generic
1516%defattr(644,root,root,755)
1517%attr(755,root,root) %{_libdir}/kde4/kgreet_generic.so
1518
8cd55c38 1519%files -n kde4-kgreet-winbind
71eae6b1 1520%defattr(644,root,root,755)
8cd55c38 1521%attr(755,root,root) %{_libdir}/kde4/kgreet_winbind.so
71eae6b1 1522
8cd55c38 1523%files -n kde4-splash-Default
71eae6b1 1524%defattr(644,root,root,755)
8cd55c38 1525%{_datadir}/apps/ksplash/Themes/Default
71eae6b1 1526
8cd55c38 1527%files -n kde4-splash-Simple
71eae6b1 1528%defattr(644,root,root,755)
8cd55c38 1529%{_datadir}/apps/ksplash/Themes/Simple
71eae6b1 1530
8cd55c38 1531%files -n kde4-splash-SimpleSmall
19979488 1532%defattr(644,root,root,755)
8cd55c38 1533%{_datadir}/apps/ksplash/Themes/SimpleSmall
This page took 0.387315 seconds and 4 git commands to generate.