]> git.pld-linux.org Git - packages/kde4-print-manager.git/blame - kde4-print-manager.spec
- updated to 4.13.1 (by update-kde4.sh)
[packages/kde4-print-manager.git] / kde4-print-manager.spec
CommitLineData
35ea9859
JR
1#
2%define _state stable
3%define orgname print-manager
4%define qtver 4.8.0
3ad9fa05 5%define kdeworkspacever 4.11.0
35ea9859
JR
6
7Summary: K Desktop Environment - print manager
8Name: kde4-print-manager
b7a3c9aa 9Version: 4.13.1
fb6bded7 10Release: 1
35ea9859
JR
11License: GPL
12Group: X11/Applications
13Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
b7a3c9aa 14# Source0-md5: cf92eeb145bf8f0c4922905806b9dd8c
35ea9859
JR
15URL: http://www.kde.org/
16BuildRequires: automoc4
c4aa3d1e 17BuildRequires: cups-devel
35ea9859
JR
18BuildRequires: kde4-kdebase-devel >= %{version}
19BuildRequires: qt4-build
3ad9fa05 20Requires: kde4-kdebase-workspace >= %{kdeworkspacever}
c4aa3d1e
AM
21Obsoletes: kde4-kdeutils-print-manager
22Obsoletes: kde4-printer-manager
35ea9859
JR
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
c4aa3d1e
AM
26Printer Applet is a system tray utility that shows current print jobs,
27shows printer warnings and errors.
28
29%description -l pl.UTF-8
30Printer Applet to narzedzie zasobnika systemowego, ktore pokazuje
31aktualne zadania drukarki, ostrzezenia i bledy.
35ea9859
JR
32
33%prep
34%setup -q -n %{orgname}-%{version}
35
36%build
37install -d build
38cd build
39%cmake \
c4aa3d1e 40 -DINSTALL_PRINTER_APPLET=TRUE \
35ea9859
JR
41 ..
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} -C build/ install \
48 DESTDIR=$RPM_BUILD_ROOT \
49 kde_htmldir=%{_kdedocdir}
50
35ea9859
JR
51%clean
52rm -rf $RPM_BUILD_ROOT
53
35ea9859
JR
54%files
55%defattr(644,root,root,755)
c4aa3d1e
AM
56%attr(755,root,root) %{_bindir}/kde-add-printer
57%attr(755,root,root) %{_bindir}/kde-print-queue
58%dir %{_libdir}/kde4/imports/org/kde/printmanager
a0b54f37 59%{_libdir}/kde4/imports/org/kde/printmanager/qmldir
c4aa3d1e 60%attr(755,root,root) %{_libdir}/kde4/imports/org/kde/printmanager/libprintmanager.so
35ea9859
JR
61%attr(755,root,root) %{_libdir}/kde4/kcm_printer_manager.so
62%attr(755,root,root) %{_libdir}/kde4/kded_printmanager.so
c4aa3d1e
AM
63%attr(755,root,root) %{_libdir}/kde4/libexec/configure-printer
64#%attr(755,root,root) %{_libdir}/kde4/plugins/designer/printmanagerwidget.so
65%attr(755,root,root) %{_libdir}/libkcupslib.so
66%{_datadir}/apps/plasma/plasmoids/org.kde.printmanager
35ea9859 67%{_datadir}/apps/printmanager
c4aa3d1e 68%{_datadir}/dbus-1/services/org.kde.ConfigurePrinter.service
35ea9859
JR
69%{_datadir}/kde4/services/kcm_printer_manager.desktop
70%{_datadir}/kde4/services/kded/printmanager.desktop
c4aa3d1e 71%{_datadir}/kde4/services/plasma-applet-printmanager.desktop
This page took 0.061754 seconds and 4 git commands to generate.