]> git.pld-linux.org Git - packages/aquamarine.git/blob - aquamarine.spec
cb8d22ee60c3c853c6608eb8d794e6004e25a494
[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:  rpmbuild(macros) >= 1.129
19 BuildRequires:  xorg-lib-libXcomposite-devel
20 Requires:       beryl-core >= 1:0.1.3
21 Obsoletes:      compiz-quinnstorm-kde-decorator
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Aquamarine is themeable window decorator and compositing manager for
26 beryl. Aquamarine is intended for use with KDE.
27
28 %description -l pl
29 Aquamarine jest dekoratorem okien dla beryla u¿ywaj±cym motywów. Jest
30 przeznaczony do u¿ywania wraz z KDE.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 # can't libtoolize with KDE mess
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43 %if "%{_lib}" == "lib64"
44         --enable-libsuffix=64 \
45 %endif
46         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
47         --with-qt-libraries=%{_libdir}
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS 
62 %attr(755,root,root) %{_bindir}/aquamarine
This page took 0.041882 seconds and 2 git commands to generate.