]> git.pld-linux.org Git - packages/aquamarine.git/blob - aquamarine.spec
7c83e7cb8f3437304a7fe4c6959c64dc1097f636
[packages/aquamarine.git] / aquamarine.spec
1 Summary:        Themeable window decorator and compositing manager for beryl
2 Summary(pl):    Dekorator okien dla beryla u¿ywaj±cy motywów
3 Name:           aquamarine
4 Version:        0.1.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Themes
8 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  aeb1c42f907f08226c5d4ce48b8d209c
10 Patch0:         %{name}-ac260-lt.patch
11 URL:            http://www.beryl-project.org/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake >= 1.5
14 BuildRequires:  beryl-core-devel >= 1:0.1.3
15 BuildRequires:  gtk+2-devel >= 2:2.8.0
16 BuildRequires:  kdebase-devel >= 9:3.5.0
17 BuildRequires:  kdelibs-devel >= 9:3.5.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.129
20 BuildRequires:  xorg-lib-libXcomposite-devel
21 Requires:       beryl-core >= 1:0.1.3
22 Obsoletes:      compiz-quinnstorm-kde-decorator
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Aquamarine is themeable window decorator and compositing manager for
27 beryl. Aquamarine is intended for use with KDE.
28
29 %description -l pl
30 Aquamarine jest dekoratorem okien dla beryla u¿ywaj±cym motywów. Jest
31 przeznaczony do u¿ywania wraz z KDE.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 # can't libtoolize with KDE mess
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure \
44 %if "%{_lib}" == "lib64"
45         --enable-libsuffix=64 \
46 %endif
47         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
48         --with-qt-libraries=%{_libdir}
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS 
63 %attr(755,root,root) %{_bindir}/aquamarine
This page took 0.025252 seconds and 3 git commands to generate.