-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdapper-dark.spec
More file actions
46 lines (35 loc) · 947 Bytes
/
dapper-dark.spec
File metadata and controls
46 lines (35 loc) · 947 Bytes
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
Name: dapper-dark
Version: 3.30
Release: 1
Summary: Dapper Linux Dark Theme
URL: https://github.com/dapperlinux/dapper-dark
License: GPLv3+
BuildArch: noarch
Source0: %{name}-%{version}.tar.xz
Requires: gtk-murrine-engine
%description
Dapper Dark is a Gnome-Shell theme for the Dapper Linux operating system.
The shell theme is based on hdni's Phosphene, and the GTK theme is based
on Arc-Dark.
%prep
%autosetup
%build
%install
mkdir -p %{buildroot}/usr/share/themes/
cp -r %{name} %{buildroot}/usr/share/themes/
%files
%license LICENSE
/usr/share/themes/%{name}/*
%changelog
* Sat Nov 3 2018 Matthew Ruffell
- 3.30 Updating for DL28
* Sat May 5 2018 Matthew Ruffell
- 3.28 Updating for DL28
* Thu Aug 10 2017 Matthew Ruffell
- 3.26 Updating for DL27
* Thu Aug 10 2017 Matthew Ruffell
- 3.24 Updating for DL26
* Fri Nov 4 2016 Matthew Ruffell
- 3.22 Updating for DL25
* Sat Oct 1 2016 Matthew Ruffell
- 3.20 Initial Packaging