forked from daniruiz/flat-remix-gnome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflat-remix-gnome.spec
53 lines (40 loc) · 985 Bytes
/
flat-remix-gnome.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Name: flat-remix-gnome
Version: 20191116
Release: 1
License: CC-BY-SA-4.0
Summary: Flat Remix GNOME theme
Url: https://drasite.com/flat-remix-gnome
Group: User Interface/Desktops
Source: https://github.com/daniruiz/%{name}/archive/%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: gnome-shell, make, glib2-devel, ImageMagick
%description
Flat Remix GNOME theme is a pretty simple shell theme inspired on material design following a modern design using "flat" colors with high contrasts and sharp borders.
Themes:
• Flat Remix
• Flat Remix Dark
• Flat Remix Darkest
• Flat Remix Miami
• Flat Remix Miami Dark
Variants:
• Full Panel: No topbar spacing
%prep
%setup -q
%install
%make_install
%build
%post
cd /usr/share/flat-remix-gnome
make
make install
%preun
if [ $1 == 0 ]
then
cd /usr/share/flat-remix-gnome
make uninstall
fi
%files
%defattr(-,root,root)
%doc LICENSE README.md
%{_datadir}/flat-remix-gnome