]> git.pld-linux.org Git - packages/gnome-online-accounts.git/commitdiff
add patch to disable schemas compile and icon cache update on install
authorJan Palus <atler@pld-linux.org>
Tue, 25 Jul 2023 07:59:21 +0000 (09:59 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 25 Jul 2023 07:59:21 +0000 (09:59 +0200)
avoids dependency on gtk-update-icon-cache as well

gnome-online-accounts.spec
no-gnome-post-install.patch [new file with mode: 0644]

index c6147d7f1750614519a95c3421098a971156df66..1ec75e359f30e7155c1b8a3ff758d1d2a7774c0d 100644 (file)
@@ -13,6 +13,7 @@ License:      LGPL v2+
 Group:         Libraries
 Source0:       https://download.gnome.org/sources/gnome-online-accounts/3.48/%{name}-%{version}.tar.xz
 # Source0-md5: 9406339e88caf9ecd11191f96b6cc10e
+Patch0:                no-gnome-post-install.patch
 URL:           https://wiki.gnome.org/Projects/GnomeOnlineAccounts
 BuildRequires: dbus-devel
 BuildRequires: gettext-tools >= 0.19.8
@@ -115,6 +116,7 @@ API jÄ™zyka Vala do bibliotek gnome-online-accounts.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build \
diff --git a/no-gnome-post-install.patch b/no-gnome-post-install.patch
new file mode 100644 (file)
index 0000000..eaa71e6
--- /dev/null
@@ -0,0 +1,14 @@
+--- gnome-online-accounts-3.48.0/meson.build.orig      2023-03-17 23:17:11.000000000 +0100
++++ gnome-online-accounts-3.48.0/meson.build   2023-07-25 09:54:08.115954307 +0200
+@@ -265,11 +265,6 @@
+ subdir('po')
+-gnome.post_install(
+-  glib_compile_schemas: enable_goabackend,
+-  gtk_update_icon_cache: true,
+-)
+-
+ summary({
+     'prefix': goa_prefix,
+     'libdir': goa_libdir,
This page took 0.319286 seconds and 4 git commands to generate.