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