Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2021 21:19:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 257493] games/gnome-mahjongg: 'stage' tries to install directly to LOCALBASE
Message-ID:  <bug-257493-6497-FSQeIryBFl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257493-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257493-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257493

--- 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.5945754=
00
-0600
+++ gnome-mahjongg-3.38.3/meson_options.txt     2020-11-01 02:39:32.6296500=
00
-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', descripti=
on :
'Update icon cache')
+option('compile-schemas', type: 'feature', value : 'enabled', description :
'Compile GSettings schemas on install')
+option('update-icon-cache', type: 'feature', value : 'enabled', descriptio=
n :
'Update icon cache')


That is, it was disabled for 3.38.2

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257493-6497-FSQeIryBFl>