Blob Blame History Raw
Name:           geany-themes
Version:        1.22
Release:        1%{?dist}
Summary:        A collection of syntax highlighting color schemes for Geany

# Some of the color schemes are clearly stated as GPLv2+, some are BSD
License:        GPLv2+ and BSD

URL:            https://github.com/codebrainz/geany-themes
Source0:        https://github.com/downloads/codebrainz/geany-themes/geany-themes-%{version}.tar.bz2

Requires:       geany >= 1.22
BuildArch:      noarch


%description
Geany-Themes is a set of syntax highlighting color schemes for the Geany IDE.
Simply install this package, restart Geany and find the themes in
View->Editor->Color Schemes.


%prep
%setup -q


%build
# Nothing to build here. We just have to place some configuraton files into the
# proper directory..


%install
install -d $RPM_BUILD_ROOT%{_datadir}/geany/colorschemes
install -pm 644 colorschemes/*.conf $RPM_BUILD_ROOT%{_datadir}/geany/colorschemes


%files
%doc AUTHORS ChangeLog COPYING README.md
%{_datadir}/geany/colorschemes/*.conf


%changelog
* Tue Aug 14 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 1.22-1
- initial package for Fedora