commit:     6dee304b2a08faf8670e796b89a252c411e663b3
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 10:14:29 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 10:14:29 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6dee304b

dev-libs/glib: chmod +x glib-gettextize and fix an invalid command

Package-Manager: Portage-2.3.21, Repoman-2.3.6
RepoMan-Options: --force
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 dev-libs/glib/{glib-2.54.3.ebuild => glib-2.54.3-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.54.3.ebuild 
b/dev-libs/glib/glib-2.54.3-r1.ebuild
similarity index 99%
rename from dev-libs/glib/glib-2.54.3.ebuild
rename to dev-libs/glib/glib-2.54.3-r1.ebuild
index 3179d90e..cfa92591 100644
--- a/dev-libs/glib/glib-2.54.3.ebuild
+++ b/dev-libs/glib/glib-2.54.3-r1.ebuild
@@ -219,6 +219,7 @@ multilib_src_test() {
 
 # FIXME completentiondir
 multilib_src_install() {
+       chmod +x glib-gettextize || die
        gnome-meson_src_install completiondir="$(get_bashcompdir)"
        keepdir /usr/$(get_libdir)/gio/modules
 }
@@ -272,7 +273,7 @@ pkg_preinst() {
 
 pkg_postinst() {
        # force (re)generation of gschemas.compiled
-       gnome-meson_GNOME2_ECLASS_GLIB_SCHEMAS="force"
+       GNOME2_ECLASS_GLIB_SCHEMAS="force"
 
        gnome-meson_pkg_postinst
 

Reply via email to