Last active
February 5, 2016 21:16
-
-
Save sedrubal/6ea326ae292d1b36aa85 to your computer and use it in GitHub Desktop.
Arc-theme - RPM SPEC (https://github.com/horst3180/Arc-theme)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: arc-theme | |
Version: 20151214 | |
Release: 1%{?dist} | |
Summary: a theme for GTK 3, GTK 2 and Gnome-Shell | |
BuildArch: noarch | |
Group: Applications/Multimedia | |
License: GPLv3 | |
URL: https://github.com/horst3180/%{name} | |
Source0: https://github.com/horst3180/%{name}/archive/%{version}.tar.gz | |
Requires: gnome-themes-standard | |
Requires: gtk-murrine-engine | |
BuildRequires: autoconf | |
BuildRequires: automake | |
BuildRequires: pkgconfig | |
BuildRequires: gtk3-devel | |
BuildRequires: git | |
%description | |
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. It supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, etc. | |
%prep | |
%setup -q | |
%build | |
./autogen.sh --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} | |
%install | |
rm -rf /usr/share/themes/Arc | |
rm -rf /usr/share/themes/Arc-Darker | |
rm -rf /usr/share/themes/Arc-Dark | |
%{make_install} | |
%files | |
%doc AUTHORS README.md | |
%license COPYING | |
%{_datadir}/themes/Arc | |
%{_datadir}/themes/Arc-Dark | |
%{_datadir}/themes/Arc-Darker | |
%changelog | |
* Fri Feb 5 2016 sedrubal <[email protected]> - 20151214 | |
- Next version | |
* Thu Oct 8 2015 sedrubal <[email protected]> - 20151002 | |
- First build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment