[Bug 257493] games/gnome-mahjongg: 'stage' tries to install directly to LOCALBASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 29 Jul 2021 21:19:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257493

--- Comment #2 from John Hein <jcfyecrayz@liamekaens.com> ---
Here's the difference between 3.38.2 and .3 that causes 3.38.3 to run
glib-compile-schemas:

--- gnome-mahjongg-3.38.2/meson_options.txt     2020-10-03 10:16:30.594575400
-0600
+++ gnome-mahjongg-3.38.3/meson_options.txt     2020-11-01 02:39:32.629650000
-0700
@@ -1,2 +1,2 @@
-option('compile-schemas', type: 'feature', value : 'disabled', description :
'Compile GSettings schemas on install')
-option('update-icon-cache', type: 'feature', value : 'disabled', description :
'Update icon cache')
+option('compile-schemas', type: 'feature', value : 'enabled', description :
'Compile GSettings schemas on install')
+option('update-icon-cache', type: 'feature', value : 'enabled', description :
'Update icon cache')


That is, it was disabled for 3.38.2

-- 
You are receiving this mail because:
You are the assignee for the bug.