summaryrefslogtreecommitdiff
path: root/xfce-base/thunar/thunar-4.19.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/thunar/thunar-4.19.2.ebuild')
-rw-r--r--xfce-base/thunar/thunar-4.19.2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/xfce-base/thunar/thunar-4.19.2.ebuild b/xfce-base/thunar/thunar-4.19.2.ebuild
index 6bfa97ad9d27..ef7d9b40f176 100644
--- a/xfce-base/thunar/thunar-4.19.2.ebuild
+++ b/xfce-base/thunar/thunar-4.19.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -50,6 +50,11 @@ BDEPEND="
virtual/pkgconfig
"
+PATCHES=(
+ # https://gitlab.xfce.org/xfce/thunar/-/merge_requests/428
+ "${FILESDIR}/thunar-4.19.2-build-gio-extensions.patch"
+)
+
src_configure() {
local myconf=(
$(use_enable introspection)