Unify common build properties
This commit is contained in:
parent
86a268cd76
commit
8f13b8c1c8
|
@ -10,11 +10,12 @@ mac.version: 10.8
|
|||
# Package Information
|
||||
package.name: filebot
|
||||
package.developer: Reinhard Pointner
|
||||
package.maintainer: Reinhard Pointner <maintainer@filebot.net>
|
||||
package.maintainer: rednoah@filebot.net
|
||||
package.company: Point Planck Limited
|
||||
package.project: FileBot
|
||||
package.synopsis: The ultimate TV and Movie Renamer
|
||||
package.description: FileBot is the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works.
|
||||
package.tags: Mass Renamer, Rename TV shows, Rename movies, Organize media files, Fetch Subtitles, Check SFV files, Plex Media Server, Kodi Media Center, TheTVDB, TheMovieDB, OpenSubtitles
|
||||
package.homepage: http://www.filebot.net/
|
||||
|
||||
# Platform-specific Package Information
|
||||
|
@ -24,3 +25,6 @@ gnome.application.categories: AudioVideo;Video;Utility;FileTools
|
|||
# Links
|
||||
link.help.manpage: http://www.filebot.net/cli.html
|
||||
link.help.synology: http://www.filebot.net/syno/support.html
|
||||
|
||||
# Icons
|
||||
link.image.logo: http://app.filebot.net/icon.png
|
||||
|
|
|
@ -5,19 +5,21 @@
|
|||
<title>@{application.name}</title>
|
||||
<version>@{application.version}</version>
|
||||
<authors>@{package.developer}</authors>
|
||||
<owners>rednoah</owners>
|
||||
<owners>@{package.maintainer}</owners>
|
||||
<summary>@{package.synopsis}</summary>
|
||||
<description>@{package.description}</description>
|
||||
<projectUrl>@{package.homepage}</projectUrl>
|
||||
<tags>rename media tv movie anime video file folder batch renamer checksum hash sort subtitles plex kodi</tags>
|
||||
<iconUrl>@{link.image.logo}</iconUrl>
|
||||
<tags>@{package.tags}</tags>
|
||||
<copyright>@{tstamp.year} @{package.developer}</copyright>
|
||||
<licenseUrl>https://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl>
|
||||
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>http://app.filebot.net/icon.png</iconUrl>
|
||||
<dependencies>
|
||||
<dependency id="jre8" />
|
||||
</dependencies>
|
||||
<releaseNotes></releaseNotes>
|
||||
|
||||
<!-- Allow users to decide which JRE or JDK they want to use and don't force them to use the chocolatey package -->
|
||||
<dependencies>
|
||||
<!-- <dependency id="jre8" /> -->
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package: @{package.name}
|
||||
Version: @{application.version}
|
||||
Architecture: @{deb.arch}
|
||||
Maintainer: @{package.maintainer}
|
||||
Maintainer: @{package.developer} <@{package.maintainer}>
|
||||
Description: @{package.synopsis}
|
||||
@{package.description}
|
||||
Homepage: @{package.homepage}
|
||||
|
|
Loading…
Reference in New Issue