commit: c5557b753931feb5b8309f54e229780cd23694b1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 20:40:17 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 20:40:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5557b75
sys-block/gparted: actually apply the patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/gparted/files/gparted-1.6.0-handle-failing-pixbuf.patch | 3 ---
sys-block/gparted/gparted-1.6.0-r2.ebuild | 4 ++++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-block/gparted/files/gparted-1.6.0-handle-failing-pixbuf.patch
b/sys-block/gparted/files/gparted-1.6.0-handle-failing-pixbuf.patch
index 5b4cf0b0f487..05ad8a523a57 100644
--- a/sys-block/gparted/files/gparted-1.6.0-handle-failing-pixbuf.patch
+++ b/sys-block/gparted/files/gparted-1.6.0-handle-failing-pixbuf.patch
@@ -32,9 +32,6 @@ builtin copies of the stock icons instead. It is unknown how
the
reported managed to trigger this crash. The only known way to reproduce
this crash is by changing the GParted source code to request a
non-existent stock icon. This change was used:
- --- a/src/Win_GParted.cc
- +++ b/src/Win_GParted.cc
- @@ -743,8 +743,9 @@ void Win_GParted::refresh_combo_devices()
{
//combo...
treerow = *( liststore_devices ->append() ) ;
diff --git a/sys-block/gparted/gparted-1.6.0-r2.ebuild
b/sys-block/gparted/gparted-1.6.0-r2.ebuild
index 40235e7a54ce..21b291d56ee3 100644
--- a/sys-block/gparted/gparted-1.6.0-r2.ebuild
+++ b/sys-block/gparted/gparted-1.6.0-r2.ebuild
@@ -37,6 +37,10 @@ BDEPEND="
virtual/pkgconfig
"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.6.0-handle-failing-pixbuf.patch
+)
+
src_configure() {
gnome2_src_configure \
--enable-doc \