From ea6cd40f396a27eb8a489c5199ff36739ac7222a Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: Apr 27 2016 17:33:58 +0000 Subject: restore gimpfx-foundry --- diff --git a/gimpfx-foundry.metainfo.xml b/gimpfx-foundry.metainfo.xml new file mode 100644 index 0000000..a95ccba --- /dev/null +++ b/gimpfx-foundry.metainfo.xml @@ -0,0 +1,10 @@ + + +​ gimpfx-foundry + gimp.desktop + FX Foundry + Collection of GIMP scripts + http://gimpfx-foundry.sourceforge.net/ + https://sourceforge.net/p/gimpfx-foundry/bugs/?source=navbar CC0-1.0 + GPL-2.0+ + diff --git a/gimpfx-foundry.spec b/gimpfx-foundry.spec new file mode 100644 index 0000000..166d40e --- /dev/null +++ b/gimpfx-foundry.spec @@ -0,0 +1,69 @@ +Name: gimpfx-foundry +Version: 2.6.1 +Release: 5%{?dist} +Summary: Additional GIMP plugins +License: GPLv2+ and GPLv3+ and Public Domain +URL: http://gimpfx-foundry.sourceforge.net/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-2.6-1.tar.gz +Source1: %{name}.metainfo.xml +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if 0%{?fedora} >= 21 +BuildRequires: libappstream-glib +%endif +Requires: gimp >= 2.6.0 +BuildArch: noarch + +%description +These scripts allow GIMP graphics to be endowed with special effects, such as +blurring or distorting them in certain ways. This package has 117+ new +scripts for GIMP that are not part of the graphic software's standard +installation. + +Among them are the Roy Lichtenstein effect script to render graphics in the +pop artist's style, the Planet Render script to create a planet of your +choosing and desired size and dimension. and the Old Photo script to give +existing photos that antiquated touch. + +%prep +%setup -q -c %{name}-%{version} + +%build +## Nothing to build. + +%install +install -d %{buildroot}%{_datadir}/gimp/2.0/scripts/ +install -m 0644 -p *.scm -t %{buildroot}%{_datadir}/gimp/2.0/scripts/ +%if 0%{?fedora} >= 21 +# Add AppStream metadata +install -Dm 0644 -p %{SOURCE1} \ + %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml + +%check +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.metainfo.xml +%endif + +%files +%doc release-notes.txt +%{_datadir}/gimp/2.0/scripts/*.scm +%if 0%{?fedora} >= 21 +#AppStream metadata +%{_datadir}/appdata/%{name}.metainfo.xml +%endif + +%changelog +* Sun Apr 17 2016 Luya Tshimbalanga - 2.6.1-5 +- Renamed spec file for consistency +- Cleaned up for adherance to Fedora Packaging Guideline + +* Tue Feb 08 2011 Fedora Release Engineering - 2.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jun 04 2009 Rick L Vinyard Jr - 2.6.1-2 +- Added GPLv2+ and Public Domain licenses to License tag + +* Wed Jun 03 2009 Rick L Vinyard Jr - 2.6.1-1 +- Initial version + diff --git a/sources b/sources new file mode 100644 index 0000000..722bf3d --- /dev/null +++ b/sources @@ -0,0 +1 @@ +72c01fe6ac0dd4ce3151d306113c01a7 gimpfx-foundry-2.6-1.tar.gz