Skip to content

Commit c603519

Browse files
committed
media-plugins/gimp-xsanecli: fix Wayland compatibility
Add a patch to include the --sync flag when running under Wayland, resolving UI rendering issues. Patch has been sent upstream. Signed-off-by: Leif J. Burrow <[email protected]>
1 parent b5efc2d commit c603519

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST gimp-xsanecli-0_pre20260217.tar.gz 2529 BLAKE2B 666b280c95e854e869c5936090882c2ba366b0867933f1fa135fcd1ab979506779ffa536e587049ed99406569aea5bda78e5a6e2f2beae9678fcfc025d2f05c3 SHA512 f636a446368457f97225420b1d59e2732a2341046b10a62f58d49f4d6e9548b3bd32be1a7c6636393241baa9a735d91f0ea911120bbc8a97ac8e34b76b80ae82
1+
DIST gimp-xsanecli-0_pre20260222.tar.gz 14890 BLAKE2B da867cfecfd609f2ef1ee901b4d33406df063f3862f15b2a768b165e47f258d23a7606e67ac03f7cc6b1c0e5fa4f079f59ed1658b503d04e32b00d8374668ef8 SHA512 c5addad1e0f9fbbc4340d98aa9288d59d09d35031cba6f0856c70a14990b0c9e7cd01541b059b31e6fdb9ab45a425c0e9d581d3c35a12b1c3d01fafcebd1c2aa

media-plugins/gimp-xsanecli/gimp-xsanecli-0_pre20260217.ebuild renamed to media-plugins/gimp-xsanecli/gimp-xsanecli-0_pre20260222.ebuild

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ EAPI=8
66
PYTHON_COMPAT=( python3_{11..14} )
77
inherit python-single-r1
88

9-
COMMIT="d4fa7e8afcc5a86e00263d4d71e2279cf295ec02"
9+
COMMIT="08064858578d9b262a2ed6cc3309b0cc1b13b999"
1010

1111
DESCRIPTION="XSane wrapper for GIMP 3.0 via CLI"
1212
HOMEPAGE="https://yingtongli.me/git/gimp-xsanecli/"
13-
SRC_URI="https://bugs.gentoo.org/attachment.cgi?id=955693 -> ${P}.tar.gz"
13+
SRC_URI="https://bugs.gentoo.org/attachment.cgi?id=955778 -> ${P}.tar.gz"
14+
S="${WORKDIR}/${PN}"
1415

1516
LICENSE="GPL-3+"
1617
SLOT="0"

0 commit comments

Comments
 (0)