]> git.pld-linux.org Git - packages/xfwm4-themes.git/blob - xfwm4-themes.spec
- md5sum
[packages/xfwm4-themes.git] / xfwm4-themes.spec
1 Summary:        Additional themes for xfwm4
2 Summary(pl.UTF-8):      Dodatkowe motywy do xfwm4
3 Name:           xfwm4-themes
4 Version:        4.10.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/art/xfwm4-themes/4.10/%{name}-%{version}.tar.bz2
9 # Source0-md5:  eaa58362053a3549c8be0b32efd3c54f
10 Source1:        http://ep09.pld-linux.org/~havner/xfwm4-theme-crystal.tar.gz
11 # Source1-md5:  2968f2cb73e8157868dd4ec683bc8e21
12 Source2:        http://ep09.pld-linux.org/~havner/xfwm4-theme-plastik.tar.gz
13 # Source2-md5:  abd9c2a105ccddf08dec8f860e37abb2
14 URL:            http://www.xfce.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 Requires:       xfwm4
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 A set of additional themes for the xfwm4 window manager.
23
24 %description -l pl.UTF-8
25 Zbiór dodatkowych tematów dla zarządcy okien xfwm4.
26
27 %prep
28 %setup -q -a1 -a2
29
30 %build
31 %{__aclocal}
32 %{__autoheader}
33 %{__automake}
34 %{__autoconf}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 mv plastik-xfce plastik
45 cp -a plastik $RPM_BUILD_ROOT%{_datadir}/themes
46 cp -a crystal $RPM_BUILD_ROOT%{_datadir}/themes
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README TODO
54 %{_datadir}/themes/*
This page took 0.317277 seconds and 4 git commands to generate.