PIKApp/extensions/goat-exercises/technology.heckin.extension...

31 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>technology.heckin.extension.goat-exercises</id>
<extends>technology.heckin.PIKA</extends>
<name>Goat Exercises</name>
<summary>Official Demo Plug-ins</summary>
<description>
<p>
This extension provides a set of basic examples to demonstrate
how to create your own plug-ins.
Each plug-in does the same thing, except it is developed in a
different programming language.
They all create a GTK dialog with a text view displaying their own code
(hence also demonstrating how to package data) and a button which calls
a GEGL operation on the active layer.
</p>
</description>
<url type="homepage">https://pika.org</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<releases>
<release version="1.0.0" date="2020-10-08" />
</releases>
<requires>
<id version="2.99.0" compare="ge">technology.heckin.PIKA</id>
</requires>
<metadata>
<value key="PIKA::plug-in-path">@GOAT_EXERCISES@</value>
</metadata>
</component>