]> git.pld-linux.org Git - SPECS.git/blob - kde4-decoration-skulpture.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / kde4-decoration-skulpture.spec
1
2 %define         qtver   4.6.2
3 %define         kdever  4.4.2
4 %define         orgname skulpture
5
6 Summary:        KDE4 minimalistic window decoration
7 Summary(pl.UTF-8):      Minimalistyczna dekoracja okien dla KDE4
8 Name:           kde4-decoration-%{orgname}
9 Version:        0.2.4
10 Release:        1
11 License:        GPL
12 Group:          X11/Amusements
13 Source0:        http://skulpture.maxiom.de/releases/%{orgname}-%{version}.tar.bz2
14 # Source0-md5:  50d38c49663b99134359324e178fcc6a
15 URL:            http://skulpture.maxiom.de/
16 BuildRequires:  QtCore-devel >= %{qtver}
17 BuildRequires:  QtGui-devel >= %{qtver}
18 BuildRequires:  QtSvg-devel >= %{qtver}
19 BuildRequires:  automoc4 >= 0.9.88
20 BuildRequires:  cmake >= 2.8.0
21 BuildRequires:  kde4-kdebase-workspace-devel >= %{kdever}
22 BuildRequires:  kde4-kdelibs-devel >= %{kdever}
23 BuildRequires:  libstdc++-devel
24 BuildRequires:  qt4-build >= %{qtver}
25 BuildRequires:  qt4-qmake >= %{qtver}
26 BuildRequires:  rpmbuild(macros) >= 1.129
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Skulpture, high configurable GUI style addon for KDE4, features
31 classical, three-dimensional artwork, along with other features not
32 found in other styles.
33
34 %description -l pl.UTF-8
35 Skulpture (ang. scultpure, rzeźba), dodatkowy styl dla KDE4, cechuje
36 się zarówno wyglądem klasycznym jak i trójwymiarowym. Ponadto zawiera
37 inne właściwości niespotykane w innych dekoracjach, jak na przykład
38 wysoka konfigurowalność.
39
40 %prep
41 %setup -q -n %{orgname}-%{version}
42
43 %build
44 install -d build
45 cd build
46 %cmake .. \
47         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
48         -DLIB_INSTALL_DIR=%{_libdir} \
49         -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
50 %if "%{_lib}" == "lib64"
51         -DLIB_SUFFIX=64
52 %endif
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} -C build install \
60         DESTDIR=$RPM_BUILD_ROOT \
61         kde_htmldir=%{_kdedocdir} \
62         kde_libs_htmldir=%{_kdedocdir}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %attr(755,root,root) %{_libdir}/kde4/kstyle_skulpture_config.so
70 %attr(755,root,root) %{_libdir}/kde4/kwin3_skulpture.so
71 %attr(755,root,root) %{_libdir}/kde4/kwin_skulpture_config.so
72 %attr(755,root,root) %{_libdir}/qt4/plugins/styles/libskulpture.so
73 %{_datadir}/apps/color-schemes/SkulptureChocolate.colors
74 %{_datadir}/apps/color-schemes/SkulptureIce.colors
75 %{_datadir}/apps/color-schemes/SkulptureMint.colors
76 %{_datadir}/apps/color-schemes/SkulptureStone.colors
77 %{_datadir}/apps/color-schemes/SkulptureStrawberry.colors
78 %{_datadir}/apps/color-schemes/SkulptureVanilla.colors
79 %{_datadir}/apps/kstyle/themes/skulpture.themerc
80 %{_datadir}/apps/kwin/skulpture.desktop
81 %{_datadir}/apps/skulpture/pics/skulpture.png
82 %{_datadir}/apps/skulpture/skulptureui.rc
This page took 0.944819 seconds and 3 git commands to generate.