summaryrefslogtreecommitdiffstats
path: root/pop-gtk-theme.spec
blob: 92accde1ddf727a0a718ee6e78124e8990a1989e (plain)
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
53
54
55
56
57
58
%global		debug_package	%{nil}
%global		commit0			2a48b901a53bf61e2a693dffa70ea7b2394b75cf
%global		shortcommit0	%(c=%{commit0}; echo ${c:0:7})
%global		gittag0			v1.3.1.2

Name:		pop-gtk-theme
Version:	1.3.1.2
Release:	1%{?dist}
Summary:	An adaptive Gtk+ theme

License:	GPLv2
URL:		https://github.com/system76/%{name}
Source0:	https://github.com/system76/%{name}/archive/%{gittag0}.tar.gz#/%{name}-%{version}-%{release}.tar.gz

Requires:	gnome-themes-standard
Requires:	gtk-murrine-engine
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gdk-pixbuf2-devel
BuildRequires:	sassc
BuildRequires:	inkscape
BuildRequires:	librsvg2-devel
BuildRequires:	parallel

BuildArch:	noarch


%description
%{summary}.


%prep
%autosetup -n %{name}-%{commit0}

%build
NOCONFIGURE=1 ./autogen.sh
%configure \
	--disable-unity \
	--disable-chrome
%make_build


%install
%make_install


%files
%license COPYING
%doc README.md
%{_datadir}/themes/*


%changelog
* Mon Jun 12 2017 Link Dupont <linkdupont@fedoraproject.org> - 1.3.1.2-1
- New upstream version
- New versioning scheme
* Mon May 8 2017 Link Dupont <linkdupont@fedoraproject.org> - 3.90.0.81-6e16e77.1
- Initial package