]> git.pld-linux.org Git - SPECS.git/blob - kde4-parley.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.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.14.3
8 Release:        2
9 License:        GPL
10 Group:          X11/Applications/Graphics
11 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
12 # Source0-md5:  56e0251eac01882929e5da2fec423c07
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}/appdata/parley.appdata.xml
61 %{_datadir}/apps/desktoptheme/default/widgets/parley_plasma_card.svg
62 %{_datadir}/apps/parley
63 %{_datadir}/config.kcfg/*.kcfg
64 %{_datadir}/config/*.knsrc
65 %{_iconsdir}/hicolor/*x*/apps/parley.png
66 %{_iconsdir}/hicolor/scalable/apps/parley*.svgz
67 %{_datadir}/kde4/services/plasma-dataengine-parley.desktop
68 %{_datadir}/kde4/services/plasma_parley.desktop
This page took 0.576893 seconds and 3 git commands to generate.