* include SPK java-installer in the filebot synology repo

This commit is contained in:
Reinhard Pointner 2015-10-06 18:37:27 +00:00
parent b7aff8ec45
commit 00af8f578e
1 changed files with 6 additions and 1 deletions

View File

@ -825,8 +825,9 @@
</filterset>
</copy>
<!-- build synology package index -->
<!-- merge all filebot related packages into a single package source file -->
<property prefix="node" url="https://raw.githubusercontent.com/filebot/filebot-node/master/package.properties" />
<property prefix="java" url="https://raw.githubusercontent.com/rednoah/java-installer/master/package.properties" />
<package-source file="${dir.dist}/website/syno/index.json">
<keyring file="${dir.installer}/gpg/FileBot.pub" />
<spk file="${dir.cache}/package-source/filebot-${version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${version}/filebot-${version}-noarch.spk">
@ -837,6 +838,10 @@
<thumbnail url="http://app.filebot.net/syno/filebot-node-thumbnail.png" />
<snapshot url="http://app.filebot.net/syno/filebot-node-snapshot.png" />
</spk>
<spk file="${dir.cache}/package-source/java-installer-${java.version}-noarch.spk" url="https://github.com/rednoah/java-installer/releases/download/${java.version}/${java.package}-${java.version}-noarch.spk">
<thumbnail url="http://i.imgur.com/o8VXIZe.png" />
<snapshot url="http://i.imgur.com/keYTy0E.png" />
</spk>
</package-source>
<!-- upload -->