]> git.pld-linux.org Git - SPECS.git/blob - kde4-plasmate.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / kde4-plasmate.spec
1 #
2 %define         _state          stable
3 %define         orgname         plasmate
4 %define         qtver           4.8.1
5
6 Summary:        K Desktop Environment - IDE tailored for development of Plasma components
7 Name:           kde4-plasmate
8 Version:        1.0
9 Release:        2
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/plasmate/%{version}/src/%{orgname}-%{version}.tar.gz
13 # Source0-md5:  342e5cdc36e4e1a524b258ca32f1acad
14 URL:            http://www.kde.org/
15 BuildRequires:  QtWebKit-devel
16 BuildRequires:  attica-devel
17 BuildRequires:  git-core
18 BuildRequires:  gpgme-devel
19 BuildRequires:  kde4-kdebase-devel >= %{version}
20 BuildRequires:  soprano-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 A small IDE tailored for development of Plasma components, such as
25 Widgets, Runners, Dataengines.
26
27 %prep
28 %setup -q -n %{orgname}-%{version}
29
30 %build
31 install -d build
32 cd build
33 %cmake \
34         ..
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} -C build/ install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         kde_htmldir=%{_kdedocdir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/kwin-windowswitcherpreviewer
50 %attr(755,root,root) %{_bindir}/plasma-remote-widgets-browser
51 %attr(755,root,root) %{_bindir}/plasmaengineexplorer
52 %attr(755,root,root) %{_bindir}/plasmakconfigxteditor
53 %attr(755,root,root) %{_bindir}/plasmaremoteinstaller
54 %attr(755,root,root) %{_bindir}/plasmate
55 %attr(755,root,root) %{_bindir}/plasmawallpaperviewer
56 %attr(755,root,root) %{_bindir}/plasmoidviewer
57 %attr(755,root,root) %{_libdir}/kde4/plasma_containment_studiopreviewer.so
58 %{_desktopdir}/kde4/plasmate.desktop
59 %{_datadir}/apps/plasmate
60 %{_datadir}/config/plasmate.knsrc
61 %{_datadir}/kde4/services/plasma-containment-studiopreviewer.desktop
62 %{_iconsdir}/hicolor/*x*/apps/plasmagik.png
63 %{_mandir}/man1/plasmaengineexplorer.1*
64 %{_mandir}/man1/plasmoidviewer.1*
This page took 0.119662 seconds and 3 git commands to generate.