]> git.pld-linux.org Git - packages/xfwm4-themes.git/blob - xfwm4-themes.spec
- proper paths, cleanups
[packages/xfwm4-themes.git] / xfwm4-themes.spec
1 Summary:        Additional themes for xfwm4
2 Summary(pl):    Dodatkowe motywy do xfwm4
3 Name:           xfwm4-themes
4 Version:        4.1.99.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  cf586cb704735480d7d152802a59e5e2
10 Source1:        http://lo1sanok.eu.org/~troll/PLD/xfwm4-themes/xfwm4-theme-crystal.tar.gz
11 # Source1-md5:  80b0e81b4e70e530d5679f5a5dd41395
12 Source2:        http://lo1sanok.eu.org/~troll/PLD/xfwm4-themes/xfwm4-theme-plastik.tar.gz
13 # Source2-md5:  a71c676a10ba4b9d1aab4028ef435510
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
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
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 install -d $RPM_BUILD_ROOT%{_datadir}/themes/xfwm4
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46 mv plastik-xfce plastik
47 cp -a plastik $RPM_BUILD_ROOT%{_datadir}/themes/xfwm4
48 cp -a crystal $RPM_BUILD_ROOT%{_datadir}/themes/xfwm4
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS README TODO
56 %{_datadir}/themes/*
This page took 0.059315 seconds and 4 git commands to generate.