As of it's now, package built with build-helper/qmake natively won't
pick our CFLAGS CXXFLAGS and LDFLAGS. The result could be seen in no
debug symbol in djview.
Furthermore, cross build won't pick our hardening flags.
Let's force qmake pick our flags by using the same method as
build-style/qmake.
- Add CC-BY-SA-4.0 license declaration (see
<https://github.com/OpenRCT2/title-sequences/issues/3>)
- Remove unused `jansson-devel` makedep
- Explicitly disable unused dependency options when configuring
- Add missing make target `g2` (packs some data into a file, was previously
being invoked as a dependency of `install`)
- Remove useless and incorrect mkdir line from `post_extract`
- Remove INSTALL.msg, add explicit zenity dep instead
* We've never shipped this package, the build was always broken.
* Build fail continously
* Even the successful build will crash because stack smashed.
Also:
- clean up unused args and add a few comments
- remove XBPS_TARGET_MACHINE-dotconfig support as well as allmodconfig;
no sense to have those in the template itself
The header grpcpp/impl/codegen/sync.h introduces an dependency on the
abseil header absl/synchronization/mutex.h, but grpc does not install
the abseil headers. Reverting back to v1.36 pending upstream resolution
or a suitable workaround is apparent.
This reverts commit fbe8cadae4.
Also:
- rework most of the language in the Introduction
- move note about special characters in pkgname or version
- note restrictions to version field are caused partly by xbps-checkvers
- fix indentation of 'maintainer' item