]> git.pld-linux.org Git - packages/kde4-parley.git/blob - kde4-parley.spec
589a2c4fdbc52c16f7eaa99e8b31e83b7709c443
[packages/kde4-parley.git] / kde4-parley.spec
1 %define         _state          stable
2 %define         orgname         parley
3
4 Summary:        K Desktop Environment - program to help you memorize things
5 Summary(pl.UTF-8):      K Desktop Environment - program pomagający w zapamiętywaniu
6 Name:           kde4-parley
7 Version:        4.9.4
8 Release:        1
9 License:        GPL
10 Group:          X11/Applications/Graphics
11 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
12 # Source0-md5:  4145641d1d5abbd79c964b2091e9b2ad
13 URL:            http://www.kde.org/
14 BuildRequires:  attica-devel
15 BuildRequires:  automoc4
16 BuildRequires:  docbook-style-xsl
17 BuildRequires:  kde4-kdelibs-devel >= %{version}
18 BuildRequires:  kde4-libkdeedu-devel >= %{version}
19 BuildRequires:  libxml2-devel
20 BuildRequires:  libxslt-devel
21 BuildRequires:  qt4-build
22 Obsoletes:      kde4-kdeedu-parley < 4.7.0
23 Obsoletes:      parley <= 4.8.0
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Parley is a KDE program to help you memorize things.
28
29 %description -l pl.UTF-8
30 Parley to program dla KDE pomagający w zapamiętywaniu.
31
32 %prep
33 %setup -q -n %{orgname}-%{version}
34
35 %build
36 install -d build
37 cd build
38 %cmake \
39         ..
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} -C build/ install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         kde_htmldir=%{_kdedocdir}
48
49 %find_lang %{orgname} --with-kde
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{orgname}.lang
55 %defattr(644,root,root,755)
56 %attr(755,root,root) %{_bindir}/parley
57 %attr(755,root,root) %{_libdir}/kde4/plasma_applet_parley.so
58 %attr(755,root,root) %{_libdir}/kde4/plasma_engine_parley.so
59 %{_desktopdir}/kde4/parley.desktop
60 %{_datadir}/apps/desktoptheme/default/widgets/parley_plasma_card.svg
61 %{_datadir}/apps/parley
62 %{_datadir}/config.kcfg/*.kcfg
63 %{_datadir}/config/*.knsrc
64 %{_iconsdir}/hicolor/*x*/apps/parley.png
65 %{_iconsdir}/hicolor/scalable/apps/parley*.svgz
66 %{_datadir}/kde4/services/plasma-dataengine-parley.desktop
67 %{_datadir}/kde4/services/plasma_parley.desktop
This page took 0.072095 seconds and 2 git commands to generate.