]> git.pld-linux.org Git - SPECS.git/blob - metacity-themes-Hacked.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / metacity-themes-Hacked.spec
1 Summary:        Hacked theme
2 Summary(pl.UTF-8):      Motyw Hacked
3 Name:           metacity-themes-Hacked
4 Version:        1.0
5 Release:        3
6 License:        GPL
7 Group:          Themes/GTK+
8 Source0:        http://art.gnome.org/download/themes/metacity/503/MCity-Hacked.tar.gz
9 # Source0-md5:  99c642e7fa3aa857073c5dd9eee49593
10 URL:            http://art.gnome.org/
11 Requires:       metacity
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Hacked theme for metacity.
16
17 %description -l pl.UTF-8
18 Motyw Hacked dla metacity.
19
20 %prep
21 %setup -q -n Hacked
22
23 %build
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 install -d $RPM_BUILD_ROOT%{_datadir}/themes/Hacked
29 cp -r metacity-1 $RPM_BUILD_ROOT%{_datadir}/themes/Hacked
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %dir %{_datadir}/themes/Hacked
37 %{_datadir}/themes/Hacked/metacity-1
This page took 0.253053 seconds and 3 git commands to generate.