]> git.pld-linux.org Git - SPECS.git/blob - heliodor.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / heliodor.spec
1 Summary:        Themeable window decorator and compositing manager for beryl
2 Summary(pl.UTF-8):      Dekorator okien dla beryla używający motywów
3 Name:           heliodor
4 Version:        0.2.1
5 Release:        3
6 License:        LGPL v2+
7 Group:          Themes
8 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  7bd2538a16994b81eabc44b362ebda8c
10 URL:            http://beryl-project.org/
11 BuildRequires:  GConf2-devel >= 2.0
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  beryl-core-devel >= 1:%{version}
15 BuildRequires:  control-center-devel >= 2.0
16 BuildRequires:  gnome-desktop-devel >= 2.0
17 BuildRequires:  gnome-menus-devel >= 2.0
18 BuildRequires:  gtk+2-devel >= 2:2.8.0
19 BuildRequires:  libwnck-devel >= 2.0
20 BuildRequires:  metacity-devel >= 2.15.21
21 BuildRequires:  pango-devel >= 1.10.0
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(macros) >= 1.129
24 Requires:       beryl-core >= 1:%{version}
25 Requires:       control-center >= 2.0
26 Requires:       gtk+2 >= 2:2.8.0
27 Requires:       metacity >= 2.15.21
28 Obsoletes:      compiz-quinnstorm-gnome-decorator
29 Obsoletes:      compiz-quinnstorm-gnome-settings
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Heliodor is themeable window decorator and compositing manager for
34 beryl. Heliodor is intended for use with GNOME.
35
36 %description -l pl.UTF-8
37 Heliodor jest dekoratorem okien dla beryla używającym motywów. Jest
38 przeznaczony do używania wraz z GNOME.
39
40 %prep
41 %setup -q
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         desktopfilesdir=%{_datadir}/gnome/wm-properties
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/heliodor
66 %attr(755,root,root) %{_libdir}/window-manager-settings/libberyl.so
This page took 0.05613 seconds and 3 git commands to generate.