aboutsummaryrefslogtreecommitdiffstats
path: root/appimage
AgeCommit message (Collapse)Author
2022-04-09Don't hard-code soname in build-appimageJay Berkenbilt
2022-04-02Fix AppImage build: need LD_LIBRARY_PATHJay Berkenbilt
I'm not sure why this is needed now and wasn't needed before since the cmake changes have been in main for a while and there don't appear to be recent changes to the appimage build tools. This change adds to lib directory to LD_LIBRARY_PATH so the appimage tools' ldd check will pass. This is an appropriate change since the directory that is added will be in the standard load path when installed.
2022-03-19Convert AppImage build to use cmakeJay Berkenbilt
2022-02-04Update copyright for 2022Jay Berkenbilt
2021-12-21Stop adding pre-built documentation to the source distributionJay Berkenbilt
2021-12-19doc: switch html theme to sphinx_rtd_themeJay Berkenbilt
2021-12-13Switch build from docbook manual to sphinxJay Berkenbilt
Also remove linearization from qpdf-manual.pdf. It's a small file, and removing the dependency on the qpdf executable significantly shortens build times.
2021-11-02Add a basic description of QPDF in README.md (fixes #552)Jay Berkenbilt
Also switch URLs for the qpdf and qtest websites to sourceforge.io (https) instead of sourceforge.net (http).
2021-01-04Update copyright to 2021Jay Berkenbilt
2020-10-15Remove support for Travis CIJay Berkenbilt
It is redundant with qpdf's main CI environment, which is Azure Pipelines, but may soon be migrated to GitHub Actions.
2020-01-26Update copyright to 2020Jay Berkenbilt
2020-01-20AppImage: warn if older than Ubuntu 16.04Jay Berkenbilt
14.04 has been out of security support for a while.
2019-11-11Update AppImage to use Ubuntu 16.04 since 14.04 is out of supportrelease-qpdf-9.1.rc1Jay Berkenbilt
2019-11-11Use gnutls crypto provider in the AppImageJay Berkenbilt
2019-01-07Update copyrights for 2019Jay Berkenbilt
2018-10-13Remove needless autogen.sh references/invocationsJay 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-14Pass -k to make check in build-appimageJay Berkenbilt
2018-06-23Tweak release processJay Berkenbilt
2018-03-02Screenshot URL from GitHubKurt Pfeifle
2018-02-25No update info for travis AppImagesJay Berkenbilt
2018-02-25Make the AppImage icon squareJay Berkenbilt
2018-02-25Include AppImage update infoJay Berkenbilt
2018-02-25Fix typoJay Berkenbilt
2018-02-25Docker updates for local AppImage buildJay Berkenbilt
2018-02-25Include only one main category in the desktop fileJay Berkenbilt
2018-02-25Minor tweaks to usageJay Berkenbilt
2018-02-25Generate PNG filesJay Berkenbilt
2018-02-25Be more general about environmentJay Berkenbilt
* Allow any Ubuntu 14.04, not specifically 14.04.5 * Work properly if not running in Travis CI
2018-02-25Tweak spacing and wordingJay Berkenbilt
2018-02-25Enhancements to AppImageKurt 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-21Add docker file for building app imageJay 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-19Change AppImage name back from QPDF to qpdfJay Berkenbilt
Hopefully this is it.
2018-02-19Change AppImage name back from qpdf to QPDFJay Berkenbilt
2018-02-19Tweak release instructions, support signed AppImageJay Berkenbilt
2018-02-18Complete .travis.yml and AppImage support (fixes #160, #161)Jay Berkenbilt