]> git.pld-linux.org Git - SPECS.git/blob - gtk-theme-hope.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gtk-theme-hope.spec
1 # TODO: how to rename this theme if it contains themes for several enviroments
2 %define         theme   hope
3 Summary:        Matching GTK2, GTK3 Gnome-shell & XFCE Hope Themes
4 Name:           gtk-theme-%{theme}
5 Version:        0.20110706
6 Release:        0.1
7 License:        cc-by-nc-sa-3.0
8 Group:          Themes/GTK+
9 Source0:        http://www.deviantart.com/download/206207315/hope_gtk3_by_grvrulz-d3erqkz.7z
10 # Source0-md5:  c3bbd2c431e85ab684b024468f5a823c
11 URL:            http://grvrulz.deviantart.com/art/Hope-gtk3-206207315
12 BuildRequires:  p7zip
13 Requires:       gtk2-theme-engine-murrine
14 Requires:       gtk3-theme-engine-unico
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         themedir        %{_datadir}/themes/%{theme}
19
20 %description
21 Port of Hope Gtk+ theme to Gtk3
22
23 This theme is now based on Unico Gtk3 engine
24
25 %prep
26 %setup -qcT
27 7z x %{SOURCE0}
28
29 find -name '*~' | xargs rm -v
30 rm gnome-shell/LICENSE # GPL v3
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{themedir}
35 cp -a Hope/* $RPM_BUILD_ROOT%{themedir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{themedir}
This page took 0.905421 seconds and 3 git commands to generate.