Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-13 | Remove needless autogen.sh references/invocations | Jay Berkenbilt | |
Since the files autogen.sh creates are now controlled, you only have to run autogen.sh when you modify the source files, not when you build from a clean checkout. | |||
2018-08-14 | Pass -k to make check in build-appimage | Jay Berkenbilt | |
2018-06-23 | Tweak release process | Jay Berkenbilt | |
2018-03-02 | Screenshot URL from GitHub | Kurt Pfeifle | |
2018-02-25 | No update info for travis AppImages | Jay Berkenbilt | |
2018-02-25 | Make the AppImage icon square | Jay Berkenbilt | |
2018-02-25 | Include AppImage update info | Jay Berkenbilt | |
2018-02-25 | Fix typo | Jay Berkenbilt | |
2018-02-25 | Docker updates for local AppImage build | Jay Berkenbilt | |
2018-02-25 | Include only one main category in the desktop file | Jay Berkenbilt | |
2018-02-25 | Minor tweaks to usage | Jay Berkenbilt | |
2018-02-25 | Generate PNG files | Jay Berkenbilt | |
2018-02-25 | Be more general about environment | Jay Berkenbilt | |
* Allow any Ubuntu 14.04, not specifically 14.04.5 * Work properly if not running in Travis CI | |||
2018-02-25 | Tweak spacing and wording | Jay Berkenbilt | |
2018-02-25 | Enhancements to AppImage | Kurt Pfeifle | |
Enhance 'build-appimage' script: - add initial comment block and comments for all major steps in the script for the benefit of casual users of the script - 'configure' to build HTML + PDF documentation - do not remove the man pages from the AppDir (will be used by custom AppRun script) - use a bigger icon - use '-g' for appimagetool so it can figure out the 'updateinfo' string on Travis CI - output big fat warning to users who build AppImage in non-"Trusty" environments Add 'AppStream' metadata file This serves to satisfy desktop environments who want to automatically create menu entries, show screenshots and display software descriptions. Note, this file (qpdf.appdata.xml) may need more tweaking since the Freedesktop folks aren't exactly sure themselves how their 'standard' should exactly look like, and they changed their validation tools quite a bit over the recent years in incompatible ways... Extended and enhanced customized AppRun script - Add a '--ai-usage' invokation param to the AppImage which serves as a starting point to explore the other embedded options - Support displaying of manual pages by running AppImage with added parameter '--man ...' - Also include HTML/PDF documentation, READMEs and licenses into AppImage - Support for more parameters: '--list-man', '--list-pdf', '--list-readme', '--list-license', '--list-html', '--list-exe', '--pdf', '--readme', '--license', '--html' and '--show-apprun' - Support 'fix-pdf' and 'zlib-' as sub-commands (not just as symlinks) | |||
2018-02-21 | Add docker file for building app image | Jay Berkenbilt | |
The official, signed AppImage will be build locally for now for security of my key, but I still want it to be built in a clean, controlled environment based off a suitably old Linux distribution for maximal portability in the AppImage. | |||
2018-02-19 | Change AppImage name back from QPDF to qpdf | Jay Berkenbilt | |
Hopefully this is it. | |||
2018-02-19 | Change AppImage name back from qpdf to QPDF | Jay Berkenbilt | |
2018-02-19 | Tweak release instructions, support signed AppImage | Jay Berkenbilt | |
2018-02-18 | Complete .travis.yml and AppImage support (fixes #160, #161) | Jay Berkenbilt | |