aboutsummaryrefslogtreecommitdiff
path: root/dev-qt
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qtwebengine: dev-util/ninja -> dev-build/ninjaSam James2024-01-133-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwebengine: Add qt6, bump qt5 versionViolet Purcell2023-07-0835-636/+1481
| | | | | | Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/musl/pull/481 Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtwebengine: depend on queue-stadndaloneAlfred Persson Forsberg2022-07-272-1021/+1
| | | | | | | | replaces the in-tree compat header patch by depending on sys-libs/queue-standalone if elibc_musl is used. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Add links to msghdr patchAlfred Persson Forsberg2022-07-271-0/+3
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Rename 'musl-hacks-ii'Alfred Persson Forsberg2022-07-272-1/+1
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Update musl-hacks-iiAlfred Persson Forsberg2022-07-271-20/+23
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Conditionally apply canonic...Alfred Persson Forsberg2022-07-261-1/+4
| | | | | | | | | | This patch conditionally applies the CANONICALIZE_FILENAME patch. Generally it's a bad idea but in this case it's just an alternative to fixing this in the build system. Done because of the CMake switch in Qt6. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Remove unused patchAlfred Persson Forsberg2022-07-261-22/+0
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Merge two patchesAlfred Persson Forsberg2022-07-263-727/+541
| | | | | | | | This merges a patch that removes cdefs.h includes and another one that replaces __*_DECLS usage. These patches must be used togheter. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: remove cdefs includesAlfred Persson Forsberg2022-07-222-0/+698
| | | | | | | forgot it in my __*_decls patch Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: add musl-hacks-iiAlfred Persson Forsberg2022-07-222-1/+40
| | | | | | | good name Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: remove duplicate+unused patchAlfred Persson Forsberg2022-07-221-1020/+0
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Correct __*_DECLS usageAlfred Persson Forsberg2022-07-223-709/+117
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: remove sandbox-syscall patchAlfred Persson Forsberg2022-07-222-29/+0
| | | | | | | This is an unnecessary (and a weird patch). Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Add links to some patchesAlfred Persson Forsberg2022-07-227-2/+12
| | | | | | | Many patches are from Alpine. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: comment mallinfo patchAlfred Persson Forsberg2022-07-221-4/+4
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: comment on musl-sandboxAlfred Persson Forsberg2022-07-221-4/+4
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: comment pvalloc patchAlfred Persson Forsberg2022-07-221-1/+3
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: remove temp fileAlfred Persson Forsberg2022-07-221-0/+0
| | | | | | | added by mistake Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: comment on remove-glibc-checkAlfred Persson Forsberg2022-07-221-2/+3
| | | | | Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: Depend on libbsd for cdefsAlfred Persson Forsberg2022-07-222-0/+709
| | | | | | | | sys/cdefs.h is not available in musl. Use the one in libbsd. See: https://wiki.musl-libc.org/faq.html#Q:-When-compiling-something-against-musl,-I-get-error-messages-about-%3Ccode%3Esys/cdefs.h%3C/code%3E Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> ↵Alfred Persson Forsberg2022-07-2128-0/+3603
| | | | | | | | | | dev-qt/qtwebengine: Add (TEMP) package This is just a temporary package for blueness. Will be commited to ::gentoo after some changes. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: drop from overlayGeorgy Yakovlev2020-04-025-226/+0
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-qt/qtwebengine: Move musl patches into a patch tarballJory Pratt2020-03-0832-8233/+4
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-qt/qtwebengine: bump to 5.13.2Georgy Yakovlev2020-02-2643-583/+8008
| | | | | | | | | patches from the void with arm64 and ppc64 support Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-qt/qtwebengine: add alpine patches for musl usersJory Pratt2019-10-2114-523/+236
| | | | | | | Closes: https://github.com/gentoo/musl/issues/259 Package-Manager: Portage-2.3.77, Repoman-2.3.17 RepoMan-Options: --force Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-qt/qtwebkit: drop in favor of qtwebengineAnthony G. Basile2019-01-048-242/+0
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebengine: initial commitlayman2019-01-0424-0/+1317
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Drop qt3support and qtcore-4, support has endedAnthony G. Basile2018-08-0812-652/+0
|
* Add arm64 keywords globallyAnthony G. Basile2018-08-023-3/+3
|
* dev-qt/qtcore: fix metadatastefson2018-06-171-1/+0
|
* dev-qt/qtwebkit: fix metadatastefson2018-06-171-1/+0
|
* dev-qt/qtwebengine: oldstefson2018-06-1717-761/+0
|
* dev-qt/qtwebkit: remove 5.7.1Aric Belsito2018-05-146-249/+2
|
* dev-qt/qtcore: remove 5.7.1-r3Aric Belsito2018-05-1414-1285/+3
|
* dev-qt/qtcore: in tree version 5.9.4-r1 worksAnthony G. Basile2018-02-212-73/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-qt/qtcore: drop libcxx libcxxabi as it breaks the dep treeAnthony G. Basile2018-01-244-83/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* Remove more keywords not supported on muslAnthony G. Basile2018-01-248-8/+8
|
* Remove fbsd and prefix keywordsAnthony G. Basile2018-01-242-2/+2
|
* dev-qt/qtcore: fix qtcore so it compiles with gccBjorn Pagen2017-12-101-1/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtcore: update metadata for qtcoreBjorn Pagen2017-12-101-0/+2
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtcore: added use flags "libcxx" and "libcxxabi" to qtcoreBjorn Pagen2017-12-103-5/+27
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* dev-qt/qtwebkit: version bump to 5.9.1Aric Belsito2017-11-284-1/+140
|
* dev-qt/qtcore: version bump to 5.9.2/5.9.3Aric Belsito2017-11-287-4/+226
|
* metadata/layout.conf: switch to thin manifestsLuis Ressel2017-11-134-43/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-qt/qt3support: sync with upstreamAric Belsito2017-11-063-8/+6
|
* dev-qt/qtcore: sync with treeAnthony G. Basile2017-11-063-2/+20
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --force
* dev-qt/qtwebkit: sync up with the treeAnthony G. Basile2017-11-012-113/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-qt/qtwebengine: sync up with the treeAnthony G. Basile2017-11-015-225/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-qt/qt3support: sync up with the treeAnthony G. Basile2017-11-012-42/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3