summaryrefslogtreecommitdiff
path: root/data/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* data: Manpage generation changesLogan Rathbone2023-05-081-21/+2
| | | | | | | | | | | | | | Don't automatically generate the manpage from help2man for now. This creates problems since a display manager is required to run `zenity --help-all` and `zenity --version` at this time. This should be fixed in the long term, but for now we're just going to avoid the issue altogether. Manual intervention will be required to update the manpage for now, but hopefully we can rectify this in the future. It is fine for now as the manpage should not need to be regenerated too frequently. Also, s/GTK+/GTK in the .roff boilerplate.
* Revert "build: Escape single quotes in help2man custom target"Logan Rathbone2023-01-241-1/+1
| | | | This reverts commit 4207034e6f854469f5a2f691586994a8de001a9c.
* build: Escape single quotes in help2man custom targetLogan Rathbone2023-01-241-1/+1
|
* Initial port to libadwaitaLogan Rathbone2023-01-231-2/+21
|
* notification: Initial port to GNotificationLogan Rathbone2022-01-101-0/+26
| | | | | | | | Port from libnotify, which is deprecated. Some features are yet missing, but this is a start. This drops libnotify as a dependency; meson files updated accordingly.
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-141-0/+1
Autotools purged.