summaryrefslogtreecommitdiff
path: root/gnome-extra/krb5-auth-dialog/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-07 18:14:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-07 18:14:11 +0000
commit7a027cd18c60d9abad83a60c98ccf27db26be067 (patch)
tree905c5e3c3ec66d8d756a71db384bdd7abf7a50f9 /gnome-extra/krb5-auth-dialog/files
parentd4d70691ab58dfcbd58e0863f3e64d59765533e3 (diff)
gentoo auto-resync : 07:01:2023 - 18:14:11
Diffstat (limited to 'gnome-extra/krb5-auth-dialog/files')
-rw-r--r--gnome-extra/krb5-auth-dialog/files/krb5-auth-dialog-43.0-remove-postinstall-script.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome-extra/krb5-auth-dialog/files/krb5-auth-dialog-43.0-remove-postinstall-script.patch b/gnome-extra/krb5-auth-dialog/files/krb5-auth-dialog-43.0-remove-postinstall-script.patch
new file mode 100644
index 000000000000..8ce3273da8c3
--- /dev/null
+++ b/gnome-extra/krb5-auth-dialog/files/krb5-auth-dialog-43.0-remove-postinstall-script.patch
@@ -0,0 +1,21 @@
+glib-compile-schemas and gtk-update-icon-cache should not be run in src_
+phases, they are run in pkg_post functions
+
+So patch them out from meson.build
+
+Bug: https://bugs.gentoo.org/890062
+
+--- a/meson.build
++++ b/meson.build
+@@ -89,11 +89,6 @@
+ gmodule_dep = dependency('gmodule-2.0')
+ gcr_dep = dependency('gcr-3', version: '>= 3.5.5')
+
+-meson.add_install_script(
+- join_paths('build-aux', 'post_install.py'),
+- datadir
+-)
+-
+ # Both heimdal and mit ship a krb5.pc:
+ krb5_dep = dependency('krb5')
+