summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-04-21 16:34:30 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-04-22 02:10:16 +0200
commitb5175e3f8ba07c5a2adcf75909d4e8d8cd2ecdc5 (patch)
treeede5ebb5e281dfdb8094dfc1eb0ee67f4efd9a78
parentwww-servers/nginx: remove unused patch/files (diff)
downloadgentoo-b5175e3f.tar.gz
gentoo-b5175e3f.tar.bz2
gentoo-b5175e3f.zip
x11-themes/QGnomePlatform: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30683 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch b/x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch
deleted file mode 100644
index 292088bd1f84..000000000000
--- a/x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/theme/qxdgdesktopportalfiledialog.cpp~ 2022-01-11 10:46:15.000000000 +0100
-+++ b/src/theme/qxdgdesktopportalfiledialog.cpp 2022-04-26 12:16:07.504955234 +0200
-@@ -165,7 +165,7 @@
- QLatin1String("/org/freedesktop/portal/desktop"),
- QLatin1String("org.freedesktop.portal.FileChooser"),
- d->saveFile ? QLatin1String("SaveFile") : QLatin1String("OpenFile"));
-- QString parentWindowId = QLatin1String("x11:") + QString::number(d->winId);
-+ QString parentWindowId = QLatin1String("x11:") + QString::number(d->winId, 16);
-
- QVariantMap options;
- if (!d->acceptLabel.isEmpty())