From f93ced8939ba88d91e0974d1f30374fc88c4973a Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Fri, 2 Oct 2015 20:01:21 +0200 Subject: Migrated to PyInstaller --- other/linux/kindlecomicconverter | 4 ++ other/linux/kindlecomicconverter.desktop | 11 ++++++ other/osx/Info.plist | 68 ++++++++++++++++++++++++++++++++ other/osx/qt.conf | 3 -- 4 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 other/linux/kindlecomicconverter create mode 100644 other/linux/kindlecomicconverter.desktop create mode 100644 other/osx/Info.plist delete mode 100644 other/osx/qt.conf (limited to 'other') 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 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + Kindle Comic Converter + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + cbz + cbr + cb7 + zip + rar + 7z + pdf + + CFBundleTypeIconFile + comic2ebook.icns + CFBundleTypeName + Comics + CFBundleTypeRole + Editor + + + CFBundleExecutable + MacOS/Kindle Comic Converter + CFBundleGetInfoString + KindleComicConverter 4.6.5, written 2012-2015 by Ciro Mattia Gonano and Pawel Jastrzebski + CFBundleIconFile + comic2ebook.icns + CFBundleIdentifier + com.kindlecomicconverter.KindleComicConverter + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Kindle Comic Converter + CFBundlePackageType + APPL + CFBundleShortVersionString + 4.6.5 + CFBundleSignature + ???? + CFBundleVersion + 4.6.5 + LSEnvironment + + PATH + ./../Resources:/usr/local/bin:/usr/bin:/bin + + LSHasLocalizedDisplayName + + LSMinimumSystemVersion + 10.8.0 + NSAppleScriptEnabled + + NSHumanReadableCopyright + ISC License (ISCL) + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + 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 -- cgit 1.4.1