]> git.pld-linux.org Git - packages/gcompizthemer.git/blob - gcompizthemer.spec
73aa2f2977446ff1d56ee056e0fd053b4ca29275
[packages/gcompizthemer.git] / gcompizthemer.spec
1 Summary:        A GTK+ tool to configure window decorations in compiz
2 Summary(pl.UTF-8):   Narzędzie GTK+ do konfiguracji dekoracji okien w compizie
3 Name:           gcompizthemer
4 Version:        0.7
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Window Managers/Tools
8 Source0:        http://distfiles.xgl-coffee.org/gcompizthemer/%{name}-%{version}.tar.gz
9 # Source0-md5:  281b81c13568d1860ed61e6c91066c9e
10 URL:            http://compiz.net
11 BuildRequires:  GConf2-devel >= 2.0
12 BuildRequires:  gtk+2-devel >= 2.0
13 BuildRequires:  libglade2-devel >= 2.0
14 BuildRequires:  pkgconfig
15 Requires:       compiz
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A GTK+ tool to configure window decorations in compiz.
20
21 %description -l pl.UTF-8
22 Narzędzie GTK+ do konfiguracji dekoracji okien w compizie.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/%{name}
43 %{_mandir}/man*/*
44 %{_datadir}/compiz/themes
45 %{_desktopdir}/%{name}.desktop
46 %{_pixmapsdir}/%{name}-icon.png
This page took 0.076775 seconds and 2 git commands to generate.