diff --git a/.gitignore b/.gitignore index e69de29..3171e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/geany-themes-1.22.tar.bz2 diff --git a/geany-themes.spec b/geany-themes.spec new file mode 100644 index 0000000..1f09c1a --- /dev/null +++ b/geany-themes.spec @@ -0,0 +1,43 @@ +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 - 1.22-1 +- initial package for Fedora diff --git a/sources b/sources index e69de29..b2d8df1 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0b21ce830db923d71d64d9ac9553d209 geany-themes-1.22.tar.bz2