Commit Graph

16 Commits

Author SHA1 Message Date
Florian Bruhin ab820fe8a0 ci: Set up asciidoc properly for releases 2023-08-17 12:39:00 +02:00
Jimmy 78043bc4f8 fix more moved icons/ references
For Makefile installs (broke while copying stuff over) and pyinstaller
installs (broke on launch).
2022-04-05 08:45:15 +12:00
Jimmy e9ed6456fd Load icons via importlib.resources
The PyQt resources system is gone in 6.2 and deprecated before that. This
should be the last usage of it.

Switches icons to be read with `utils.resources.read_file_binary()` in
`notification.py` (fallback desktop notification icon) and `app.py` (icon for
the desktop window).

importlib only loads resources under a package, so the icons are moved under
the `qutebrowser/` directory.

Closes: #6062
2022-04-04 18:03:54 +12:00
Florian Bruhin 1c950a2ce6 Makefile: Filter out misc/userscripts/__pycache__ 2020-09-16 21:12:36 +02:00
Eli Schwartz e3fb0f3b6a
Makefile: add build and manual target aliases
It is now possible to use the standard make && sudo make install routine.
2019-07-23 21:22:46 -04:00
Eli Schwartz 400b407323
Makefile: remove useless variable 2019-07-23 21:18:24 -04:00
Eli Schwartz 9c03fa9c10
Makefile: correct target name for manpage
There is no html file being created ever, so trying to rebuild this target
would repeatedly build it from scratch, whether it existed or was up to date or
not. Plus it simply makes no sense to ask `make` for a .html file in order to
get a .1 file.

While we are at it, add a source dependency to rebuild the manpage on updates
to the asciidoc source, thus ensuring the newly corrected target name works as
intended.
2019-07-23 21:10:31 -04:00
Florian Bruhin c7b9c385d5 Fix Makefile 2019-02-26 09:55:29 +01:00
Dennis M. Pöpperl b415edaf62 Rename appdata.xml to reflect id string
This helps for Flatpak packaging. See also 30f7f7b
2019-01-20 19:57:09 +01:00
R S Subbulakshmi 29d8034284
Update Makefile 2018-08-15 23:01:39 +05:30
SubbulakshmiRS 69ad1d33a6 misc/Makefile: Use of Variables
Variables such as $(prefix),$(datarootdir),$(mandir),
$(datadir) have been used .

Closes https://github.com/qutebrowser/qutebrowser/issues/3538
2018-08-04 09:26:01 +05:30
SubbulakshmiRS 224cf29409 ./misc/Makefile: Use of variables
Variables like $(mandir),$(prefix),$(datadir) and $(datarootdir) are used in the Makefile .

Closes https://github.com/qutebrowser/qutebrowser/issues/3538
2018-08-03 20:53:35 +05:30
Sebastian Heinlein 547edb3c4e appdata: install the metainfo using the Makefile
Furthermore add some information about the latest releases
and remove a few trailing whitespaces.
2018-05-19 13:57:26 +02:00
Sebastian Heinlein 3704e3ddd5 Fix DESTDIR and PREFIX in makefile 2018-04-16 13:44:22 +02:00
Florian Bruhin d06f07af80 Fix Makefile and make sure it's tested
Fixes #3492
2018-01-15 22:42:12 +01:00
Florian Bruhin dc00bc1774 Add an initial Makefile 2017-11-21 10:35:11 +01:00