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