File: gimp_plugin_distribution.xml

package info (click to toggle)
exult 1.12.1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 43,856 kB
  • sloc: cpp: 170,016; xml: 7,400; yacc: 2,850; makefile: 2,419; java: 1,901; ansic: 1,654; lex: 673; sh: 550; objc: 416
file content (18 lines) | stat: -rw-r--r-- 866 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf8"?>
<installer-gui-script minSpecVersion="2">
	<title>Exult SHP Plug-in for The GIMP 3.0</title>
	<background file="exult.png" mime-type="image/png" scaling="proportional" alignment="bottomleft"/>
	<background-darkAqua file="exult.png" mime-type="image/png" scaling="proportional" alignment="topleft"/>
	<license file="COPYING"/>
	<options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
	<domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="false"/>
	<allowed-os-versions>
		<os-version min="11.0"/>
	</allowed-os-versions>
	<choices-outline>
		<line choice="shp"/>
	</choices-outline>
	<choice id="shp" visible="false" customLocation="/tmp/u7shp">
		<pkg-ref id="info.exult.shp.pkg" version="0" onConclusion="none">plugin.pkg</pkg-ref>
	</choice>
</installer-gui-script>