Skip to content

Commit 1928864

Browse files
Initial packaging as RPM
1 parent 4600f7f commit 1928864

350 files changed

Lines changed: 15430 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dapper-dark.spec

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Name: dapper-dark
2+
Version: 3.20
3+
Release: 1%{?dist}
4+
Summary: Dapper Linux Dark Theme
5+
URL: https://github.com/dapperlinux/dapper-dark
6+
License: GPLv3+
7+
BuildArch: noarch
8+
Source0: https://github.com/dapperlinux/dapper-dark/archive/3.20.tar.gz
9+
Requires: gtk-murrine-engine
10+
11+
%description
12+
Dapper Dark is a Gnome-Shell theme for the Dapper Linux operating system.
13+
The shell theme is based on hdni's Phosphene, and the GTK theme is based
14+
on Arc-Dark.
15+
16+
%prep
17+
%autosetup -n %{version}
18+
19+
%build
20+
21+
%install
22+
mkdir -p %{buildroot}/usr/share/themes/
23+
cp -r %{name} %{buildroot}/usr/share/themes/
24+
25+
%files
26+
/usr/share/themes/%{name}/*
27+
28+
%changelog
29+
* Sat Oct 1 2016 Matthew Ruffell
30+
- 3.20 r1 Initial Packaging

dapper-dark/Firefox.css

Lines changed: 544 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 82 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)