]> git.pld-linux.org Git - packages/aquamarine.git/blob - aquamarine.spec
- 0.2.1
[packages/aquamarine.git] / aquamarine.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:           aquamarine
4 Version:        0.2.1
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:  186826182dc2cefb3aaa09b7af938bec
10 Patch0:         %{name}-ac260-lt.patch
11 Patch1:         %{name}-include.patch
12 Patch2:         kde-ac260-lt.patch
13 URL:            http://www.beryl-project.org/
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake >= 1.5
16 BuildRequires:  beryl-core-devel >= 1:%{version}
17 BuildRequires:  gtk+2-devel >= 2:2.8.0
18 BuildRequires:  kdebase-devel >= 9:3.5.0
19 BuildRequires:  kdelibs-devel >= 9:3.5.0
20 BuildRequires:  libart_lgpl-devel
21 BuildRequires:  pkgconfig
22 BuildRequires:  rpmbuild(macros) >= 1.129
23 BuildRequires:  startup-notification-devel
24 BuildRequires:  xorg-lib-libXcomposite-devel
25 BuildRequires:  xorg-lib-libXmu-devel
26 BuildRequires:  xorg-lib-libXft-devel
27 Requires:       beryl-core >= 1:%{version}
28 Obsoletes:      compiz-quinnstorm-kde-decorator
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Aquamarine is themeable window decorator and compositing manager for
33 beryl. Aquamarine is intended for use with KDE.
34
35 %description -l pl.UTF-8
36 Aquamarine jest dekoratorem okien dla beryla używającym motywów. Jest
37 przeznaczony do używania wraz z KDE.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42 %patch1 -p0
43 %patch2 -p1
44
45 mv -f po/{es_ES,es}.po
46 mv -f po/{hu_HU,hu}.po
47 mv -f po/{pl_PL,pl}.po
48 mv -f po/{sv_SE,sv}.po
49 mv -f po/{uk_UA,uk}.po
50 rm -f po/it_IT.po # it.po is newer then it_IT.po
51 rm -f po/ru_RU.po # ru.po is newer
52 rm -f po/ru_UA.po # same as ru_RU.po
53
54 # NOTE: check the list after any upgrade!
55 cat > po/LINGUAS <<EOF
56 ca
57 de
58 es
59 es_AR
60 hu
61 it
62 ja
63 ko
64 nl
65 pl
66 pt
67 ru
68 sv
69 uk
70 zh_CN
71 zh_HK
72 zh_TW
73 EOF
74
75 %build
76 # can't libtoolize with KDE mess
77 #%{__aclocal}
78 %{__autoconf}
79 %{__autoheader}
80 #%{__automake}
81 %configure \
82 %if "%{_lib}" == "lib64"
83         --enable-libsuffix=64 \
84 %endif
85         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
86         --with-qt-libraries=%{_libdir}
87 %{__make}
88
89 %install
90 rm -rf $RPM_BUILD_ROOT
91
92 %{__make} install \
93         DESTDIR=$RPM_BUILD_ROOT
94
95 %find_lang %{name}
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %files -f %{name}.lang
100 %defattr(644,root,root,755)
101 %doc AUTHORS
102 %attr(755,root,root) %{_bindir}/aquamarine
103 %{_libdir}/beryl/backends/libkconfig.la
104 %attr(755,root,root) %{_libdir}/beryl/backends/libkconfig.so
105 %{_libdir}/kde3/kcm_beryl.la
106 %attr(755,root,root) %{_libdir}/kde3/kcm_beryl.so
107 %{_desktopdir}/kde/beryl.desktop
108 %{_datadir}/config.kcfg/aquamarine.kcfg
This page took 0.032411 seconds and 3 git commands to generate.