]> git.pld-linux.org Git - SPECS.git/blob - gtk2-theme-MurrinaLoveGray.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / gtk2-theme-MurrinaLoveGray.spec
1 %define shortname MurrinaLoveGray
2 Summary:        A Gray colorscheme, with elegant bright buttons
3 Name:           gtk2-theme-%{shortname}
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Themes/GTK+
8 Source0:        http://www.cimitan.com/murrine/files/%{shortname}.tar.bz2
9 # Source0-md5:  31ce9fce5114c1cfe471dc614de539cc
10 URL:            http://www.cimitan.com/murrine/
11 Requires:       gtk2-theme-engine-murrine >= 0.90.0
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A Gray colorscheme, with elegant bright buttons.
17
18 %prep
19 %setup -q -n %{shortname}
20
21 %install
22 rm -rf $RPM_BUILD_ROOT
23
24 install -d $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
25 cp -R gtk* $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(644,root,root,755)
32 %{_datadir}/themes/%{shortname}
This page took 0.246599 seconds and 3 git commands to generate.