summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-libs/wxGTK: Re-add wxGTK-3.0-gtk3-translation-domain.patchAndreas Sturmlechner2024-10-061-0/+13
| | | | | Closes: https://bugs.gentoo.org/940929 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-libs/wxGTK: drop 3.0.5.1-r2, 3.2.2.1-r3, 3.2.2.1-r4Andreas Sturmlechner2024-10-044-706/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.5 amd64, #940071Sam James2024-10-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.5 ppc, #940071Sam James2024-10-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.5 x86, #940071Sam James2024-10-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-128-8/+8
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 x86, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 sparc, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 ppc64, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 ppc, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 arm, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 arm64, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r5 amd64, #937415Sam James2024-08-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: prevent automagically building against gtk[X,wayland]Eli Schwartz2024-08-051-0/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | The upstream code checks whether GDK_WINDOWING_WAYLAND is defined by the gtk headers, and if so will compile against the wayland symbols it provides. This despite that wxGTK has a wayland USE flag, and checks it in the build system -- just not for this. This means that when built on a system with gtk+[-wayland] will be compatible with anything, but when built on a system with gtk+[wayland], requires that at runtime regardless of USE flag. This cannot be expressed with USE flags. We could bind tightly to whether gtk was built with wayland and arbitrarily restrict wxGTK[-wayland] to only build and install on a system with gtk+[-wayland]. But we recently added a hack to gtk itself which allows hiding the automagic macros entirely. Inject this via append-cflags if the USE flags aren't set, to simulate building on a system with more minimal gtk packages. Bug: https://bugs.gentoo.org/624960 Closes: https://bugs.gentoo.org/927952 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* x11-libs/wxGTK: add 3.2.5Rafael Kitover2024-07-313-0/+278
| | | | | | | | Add 3.2.5, rebase dont-break-flags patch. Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37626 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-libs/wxGTK: backport PATH fixes to 3.0.5.1 tooSam James2024-05-281-0/+199
| | | | | Bug: https://bugs.gentoo.org/927920 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: force non-absolute paths for EGREP and co.Arsen Arsenović2024-05-281-0/+258
| | | | | | | Closes: https://bugs.gentoo.org/927920 Signed-off-by: Arsen Arsenović <arsen@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36490 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: remove auto_ptr in 3.0.5.1NHOrus2024-05-082-0/+510
| | | | | | | | | | | Backports fixes from 3.2.2, using existing wxScopedPtr [sam: Keep -r1 in stable and add -r2 in ~arch.] Closes: https://bugs.gentoo.org/910441 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/35971 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: drop 3.2.1, 3.2.2.1-r1, 3.2.2.1-r2Mart Raudsepp2024-05-064-682/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 sparc, #916884Matoro Mahri2024-03-121-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 ppc, #916884Matoro Mahri2024-03-121-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 ppc64, #916884Matoro Mahri2024-03-091-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-libs/wxGTK: backport test fix for systems with CONFIG_PM=nMatoro Mahri2024-03-082-0/+89
| | | | | | | | | | | | Tests currently fail on systems with CONFIG_PM=n set. Since this is impossible to enable on some platforms, backport the upstream fix to conditionally skip this test. See: https://github.com/wxWidgets/wxWidgets/pull/24197 Bug: https://bugs.gentoo.org/916884 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/35156 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: fix ld.lld errors: version script assignment failed: symbol ↵Sv. Lockal2024-01-216-11/+29
| | | | | | | | | | | not defined ld.lld 17 fix, similar to https://github.com/gentoo/gentoo/pull/34595 Closes: https://bugs.gentoo.org/915154 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34926 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 x86, #916884Matoro Mahri2024-01-181-2/+2
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 amd64, #916884Joonas Niilola2023-11-101-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 arm, #916884Sam James2023-11-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r3 arm64, #916884Sam James2023-11-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: explain reason for disabling EGLRafael Kitover2023-09-221-1/+16
| | | | | | | | | | | Explain the rationale for disabling the EGL wxGLCanvas in the ebuild comments. Bug: https://bugs.gentoo.org/833443 Bug: https://bugs.gentoo.org/911120 Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32452 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: 3.2.2.1-r3: Switch to wxGLCanvas GLX.Piotr Karbowski2023-07-231-0/+228
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* x11-libs/wxGTK: fix modern C issue in configureSam James2023-06-262-2/+57
| | | | | Closes: https://bugs.gentoo.org/874441 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Rename USE=gnome-keyring -> keyringAndreas Sturmlechner2023-05-183-12/+12
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r2 sparc, #903688Arthur Zamarin2023-05-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r2 ppc64, #903688Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r2 ppc, #903688Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: stabilize 3.2.2.1-r2 for amd64, arm, arm64, x86Sam James2023-05-011-1/+1
| | | | | | | | Forward stable kw to avoid file collision. Bug: https://bugs.gentoo.org/903885 Bug: https://bugs.gentoo.org/903688 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: fix the wxrc link not being deleted with USE=-XArsen Arsenović2023-04-301-0/+225
| | | | | Closes: https://bugs.gentoo.org/903885 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r1 amd64, #903688Sam James2023-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r1 x86, #903688Sam James2023-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r1 arm, #903688Arthur Zamarin2023-04-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: Stabilize 3.2.2.1-r1 arm64, #903688Arthur Zamarin2023-04-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-libs/wxGTK: Remove broken flag deduplication logic in 3.2.2.1Arsen Arsenović2023-04-022-0/+49
| | | | | Closes: https://bugs.gentoo.org/903668 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: Fix up documentation path in 3.2.2.1Arsen Arsenović2023-03-311-1/+1
| | | | | Closes: https://bugs.gentoo.org/903608 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: Fix version handling in 3.2.2.1Arsen Arsenović2023-03-301-3/+3
| | | | | Closes: https://bugs.gentoo.org/895982 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: add 3.2.2.1Arsen Arsenović2023-02-172-0/+225
| | | | | Closes: https://bugs.gentoo.org/894548 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: keyword 3.2.1 for ~loongWANG Xuerui2023-02-101-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* x11-libs/wxGTK: update maintainersJonas Stein2023-01-291-1/+1
| | | | Signed-off-by: Jonas Stein <jstein@gentoo.org>
* x11-libs/wxGTK: fix automagic deps, broken test, drop unused SRC_URIArsen Arsenović2023-01-204-15/+279
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: Version bump to 3.2.1brahmajit das2023-01-204-0/+210
| | | | | | | Closes: https://bugs.gentoo.org/577030 Closes: https://bugs.gentoo.org/873124 Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* x11-libs/wxGTK: add media-libs/libtiff subslot depSam James2022-12-162-2/+2
| | | | | | libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org>