summaryrefslogtreecommitdiff
path: root/x11-themes/QGnomePlatform
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-22 06:03:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-22 06:03:54 +0100
commit2cf667d4c687ef89fe0fc530e2a5bc8518941728 (patch)
tree2c3d9d2811057086d13cacb1de6cbe6ea8962618 /x11-themes/QGnomePlatform
parentd3bd579653c6e5f8e1c0a36517372a262ade6c8d (diff)
gentoo auto-resync : 22:04:2023 - 06:03:54
Diffstat (limited to 'x11-themes/QGnomePlatform')
-rw-r--r--x11-themes/QGnomePlatform/Manifest1
-rw-r--r--x11-themes/QGnomePlatform/files/QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch11
2 files changed, 0 insertions, 12 deletions
diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 06cae2c515d4..e51751e2b142 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,4 +1,3 @@
-AUX QGnomePlatform-0.8.4-xdg-desktop-portal-id.patch 769 BLAKE2B a5d15dd96986cae69a1f1431dbc7b81c82064ed0ff9688a528a2d0facfcc9008c4a4b66cfae0eb1cf6155da0be4d59c5f2cec7f14e3cdf250a17cde8af4d1280 SHA512 4bc3bbcd79809d0cb14afc5fa3a931f6fba12987e2e03559f034080a86828129cac65ea85c7710c745fac4e944848cfb0483ad572234345d79bb806d20ffaa47
DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa
EBUILD QGnomePlatform-0.9.0-r1.ebuild 814 BLAKE2B 3f39fb15f71f9d94719884e25f0028c2b1fde9beb64c5e4c06c5f8e751a7a4e146be20a33adc19ebac4cade61e1381dbe919ca60366e3c767a59ea91bb439055 SHA512 9c6dfbc8d0a1bf8d9087f77c2437160c1946e0708540eff808acc433f6c4081124826e8a0b94bb7d60dd4598c8c210aa42e17e66193bb13231f0078c12870b28
MISC metadata.xml 305 BLAKE2B f67fe263c76d1afef25f949b60da91bece890f786e1123e3481addad7b90e56bb7371c56d44d7e619eac9bbedebce1ae934d3319903b403aed7d9c29eb915131 SHA512 cfd7d208224234fb616d260b4cbdf04bda0161a0c36746aea12c3ceca16230543429195b93465c5b44c7aac95f89da4e9175c70f70112cde27eeac0af040b267
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())