]> git.pld-linux.org Git - SPECS.git/blob - gtk2-theme-MurrinaChrome.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / gtk2-theme-MurrinaChrome.spec
1 %define shortname MurrinaChrome
2 Summary:        A Google Chrome inspired Murrina
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.gz
9 # Source0-md5:  4c4a9d72172ef67e6004a608878c9ee4
10 Requires:       gtk2-theme-engine-murrine >= 0.90.0
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 A Google Chrome inspired Murrina.
16
17 %prep
18 %setup -q -n %{shortname}
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22
23 install -d $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
24 cp -R gtk* $RPM_BUILD_ROOT%{_datadir}/themes/%{shortname}
25
26 %clean
27 rm -rf $RPM_BUILD_ROOT
28
29 %files
30 %defattr(644,root,root,755)
31 %{_datadir}/themes/%{shortname}
This page took 0.307295 seconds and 3 git commands to generate.