summaryrefslogtreecommitdiff
path: root/misc/qutebrowser.spec
AgeCommit message (Collapse)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-01-26Revert "Remove pkg_resources special casing for PyInstaller"Florian Bruhin
This reverts commit 6bb2b082c94c96197daa3c161ec628fd18fd2041. I guess storing package data in qutebrowser/ would be the proper way, but this doesn't actually work on macOS - there, the executable name is already "qutebrowser"...
2021-01-26Remove pkg_resources special casing for PyInstallerFlorian Bruhin
See #4467
2020-07-06Fix PYINSTALLER_DEBUGFlorian Bruhin
2020-07-06Add PYINSTALLER_DEBUGFlorian Bruhin
2019-03-20pyinstaller: Use paths relative to .spec fileFlorian Bruhin
Looks like this changed in PyInstaller recently...
2018-12-10Make sure we always yield full namesFlorian Bruhin
2018-12-10Add components to pyinstaller hiddenimportsFlorian Bruhin
2018-10-04pyinstaller: Re-add pdf.js bundlingFlorian Bruhin
Fixes #4291
2018-05-03Move file_version_info.txt to misc/ and add it to .gitignorebitraid
2018-04-20Pyinstaller: add VERSIONINFO resource to Windows executables.bitraid
2018-04-08pyinstaller: Use '.' as path for git-commit-idFlorian Bruhin
See #384
2018-03-25Pyinstaller: don't use upxbitraid
2017-10-05[review] gather plist params in one placeAnton S
2017-09-26Don't use utils.is_* in qutebrowser.specFlorian Bruhin
Looks like PyInstaller doesn't like that. This partially reverts ef1c83862b8166066a860fbfac93a19ec26bb8c3.
2017-09-20Use utils.is_* for platform checks everywhereFlorian Bruhin
2017-09-16Add configdata.yml to qutebrowser.spec for PyInstallerFlorian Bruhin
2017-07-04Add PyQt5 OpenGL module to PyInstaller hiddenimportsFlorian Bruhin
2017-06-09pyinstaller: Add PyQt5.QtOpenGL to hiddenimportsFlorian Bruhin
2017-05-24pyinstaller: Exclude tkinterFlorian Bruhin
2017-05-17Exclude pdfjs from build packages for nowFlorian Bruhin
It only makes things bigger, and currently pdfjs doesn't work on QtWebEngine anyways.
2017-02-23Set NSSupportsAutomaticGraphicsSwitching in Info.plistFlorian Bruhin
This should make it possible to use AirPlay with qutebrowser. See https://bugreports.qt.io/browse/QTBUG-54053
2016-10-24Add a commentFlorian Bruhin
2016-10-24Set the bundle identifier to a fake value to allow icu data to be found.Eric Drechsel
2016-05-28pyinstaller: Set NSHighResolutionCapable = TrueFlorian Bruhin
This means qutebrowser will show up correctly on HiDPI/Retina screens without being pixelated.
2016-05-28pyinstaller: Use qutebrowser/__main__.pyFlorian Bruhin
When we use qutebrowser.py, PyInstaller 3.2 gets confused somehow (because of the name conflict with qutebrowser/ maybe?) and doesn't do anything when running the bundled app. With qutebrowser/__main__.py the generated filename is still correct and it actually works.
2016-04-07pyinstaller: Build a single-executable appFlorian Bruhin
2016-04-07pyinstaller: Set iconFlorian Bruhin
2016-04-07pyinstaller: Add git-commit-id fileFlorian Bruhin
2016-04-07pyinstaller: Include data filesFlorian Bruhin
This makes the following things work: - Error pages - Caret mode - pdfjs - :help
2016-04-07pyinstaller: Add basic qutebrowser.specFlorian Bruhin