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