diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/linux/kindlecomicconverter | 4 | ||||
-rw-r--r-- | other/linux/kindlecomicconverter.desktop | 11 | ||||
-rw-r--r-- | other/osx/Info.plist | 68 | ||||
-rw-r--r-- | other/osx/qt.conf | 3 |
4 files changed, 83 insertions, 3 deletions
diff --git a/other/linux/kindlecomicconverter b/other/linux/kindlecomicconverter new file mode 100644 index 0000000..5b9b428 --- /dev/null +++ b/other/linux/kindlecomicconverter @@ -0,0 +1,4 @@ +kindlecomicconverter: statically-linked-binary usr/bin/kcc +kindlecomicconverter: binary-without-manpage usr/bin/kcc +kindlecomicconverter: wrong-name-for-changelog-of-native-package usr/share/doc/kindlecomicconverter/changelog.Debian.gz +kindlecomicconverter: file-missing-in-md5sums usr/share/doc/kindlecomicconverter/changelog.Debian.gz diff --git a/other/linux/kindlecomicconverter.desktop b/other/linux/kindlecomicconverter.desktop new file mode 100644 index 0000000..a985e9d --- /dev/null +++ b/other/linux/kindlecomicconverter.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Kindle Comic Converter +GenericName=Kindle Comic Converter +Comment=Comic and Manga converter for e-book readers +Icon=/usr/share/kindlecomicconverter/comic2ebook.png +Exec=/usr/bin/kcc +Terminal=false +Categories=Graphics; +MimeType=application/zip;application/x-rar;application/x-7z-compressed; diff --git a/other/osx/Info.plist b/other/osx/Info.plist new file mode 100644 index 0000000..37e908c --- /dev/null +++ b/other/osx/Info.plist @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleDisplayName</key> + <string>Kindle Comic Converter</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>cbz</string> + <string>cbr</string> + <string>cb7</string> + <string>zip</string> + <string>rar</string> + <string>7z</string> + <string>pdf</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>comic2ebook.icns</string> + <key>CFBundleTypeName</key> + <string>Comics</string> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + </array> + <key>CFBundleExecutable</key> + <string>MacOS/Kindle Comic Converter</string> + <key>CFBundleGetInfoString</key> + <string>KindleComicConverter 4.6.5, written 2012-2015 by Ciro Mattia Gonano and Pawel Jastrzebski</string> + <key>CFBundleIconFile</key> + <string>comic2ebook.icns</string> + <key>CFBundleIdentifier</key> + <string>com.kindlecomicconverter.KindleComicConverter</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Kindle Comic Converter</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>4.6.5</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>4.6.5</string> + <key>LSEnvironment</key> + <dict> + <key>PATH</key> + <string>./../Resources:/usr/local/bin:/usr/bin:/bin</string> + </dict> + <key>LSHasLocalizedDisplayName</key> + <false/> + <key>LSMinimumSystemVersion</key> + <string>10.8.0</string> + <key>NSAppleScriptEnabled</key> + <false/> + <key>NSHumanReadableCopyright</key> + <string>ISC License (ISCL)</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> diff --git a/other/osx/qt.conf b/other/osx/qt.conf deleted file mode 100644 index d9a44c7..0000000 --- a/other/osx/qt.conf +++ /dev/null @@ -1,3 +0,0 @@ -; Qt Configuration file -[Paths] -Plugins = PlugIns |