paper-gtk-theme/paper-gtk-theme.spec

49 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-05-18 18:43:26 +02:00
#
2014-12-13 18:48:16 +01:00
# Spec file for package paper-gtk-theme
#
2016-05-18 18:43:26 +02:00
# Copyright (c) 2016 Sam Hewitt
2014-12-13 18:48:16 +01:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
2016-05-18 18:43:26 +02:00
Name: paper-gtk-theme
2016-05-25 16:27:25 +02:00
Version: 2.1
Release: 0
2016-05-18 18:43:26 +02:00
License: GPL-3.0+
Summary: Paper GTK theme
Url: https://snwh.org/paper
Group: System/GUI/Other
Source: %{name}-%{version}.tar.xz
BuildRequires: automake
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: gtk2-engines
2014-12-13 18:48:16 +01:00
%description
2016-05-18 18:43:26 +02:00
Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
2014-12-13 18:48:16 +01:00
%prep
2016-05-18 18:43:26 +02:00
%setup -q
2016-05-18 19:23:54 +02:00
chmod +x autogen.sh
2016-05-18 18:43:26 +02:00
chmod a-x AUTHORS README.md
2014-12-13 18:48:16 +01:00
%build
2016-05-18 18:43:26 +02:00
./autogen.sh
make %{?_smp_mflags}
2014-12-13 18:48:16 +01:00
%install
2016-05-18 18:43:26 +02:00
make install DESTDIR=%{buildroot} %{?_smp_mflags}
2016-05-18 19:23:54 +02:00
rm -f %{buildroot}%{_datadir}/themes/Paper/AUTHORS
2014-12-13 18:48:16 +01:00
%files
2016-05-18 18:43:26 +02:00
%defattr(-,root,root)
2016-05-18 19:23:54 +02:00
%doc AUTHORS LICENSE README.md
%{_datadir}/themes/Paper