]> git.pld-linux.org Git - SPECS.git/blob - gtk2-theme-Murrine-Grey-Blue.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gtk2-theme-Murrine-Grey-Blue.spec
1 Summary:        A gtk2 theme with blue and grey colors
2 Name:           gtk2-theme-Murrine-Grey-Blue
3 Version:        1.0
4 Release:        1
5 License:        GPL
6 Group:          Themes/GTK+
7 Source0:        http://carme.pld-linux.org/~uzsolt/sources/Murrine-Grey-Blue.tar.bz2
8 # Source0-md5:  4438eefcc7c432c82b2d87a39feda0e2
9 Requires:       gtk2-theme-engine-murrine >= 0.90.0
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 A gtk2 theme with blue and grey colors.
15
16 %prep
17 %setup -q -n Murrine-Grey-Blue
18
19 %install
20 rm -rf $RPM_BUILD_ROOT
21
22 install -d $RPM_BUILD_ROOT%{_datadir}/themes/Murrine-Grey-Blue
23 cp -R gtk* $RPM_BUILD_ROOT%{_datadir}/themes/Murrine-Grey-Blue
24
25 %clean
26 rm -rf $RPM_BUILD_ROOT
27
28 %files
29 %defattr(644,root,root,755)
30 %{_datadir}/themes/Murrine-Grey-Blue
This page took 0.790566 seconds and 3 git commands to generate.