Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/
Date: Tue, 30 Jan 2018 10:16:39
Message-Id: 1517307269.6dee304b2a08faf8670e796b89a252c411e663b3.sobhan@gentoo
1 commit: 6dee304b2a08faf8670e796b89a252c411e663b3
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 10:14:29 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 10:14:29 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6dee304b
7
8 dev-libs/glib: chmod +x glib-gettextize and fix an invalid command
9
10 Package-Manager: Portage-2.3.21, Repoman-2.3.6
11 RepoMan-Options: --force
12 Manifest-Sign-Key: 0x7DF238CF0AA182E1
13
14 dev-libs/glib/{glib-2.54.3.ebuild => glib-2.54.3-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/glib/glib-2.54.3.ebuild b/dev-libs/glib/glib-2.54.3-r1.ebuild
18 similarity index 99%
19 rename from dev-libs/glib/glib-2.54.3.ebuild
20 rename to dev-libs/glib/glib-2.54.3-r1.ebuild
21 index 3179d90e..cfa92591 100644
22 --- a/dev-libs/glib/glib-2.54.3.ebuild
23 +++ b/dev-libs/glib/glib-2.54.3-r1.ebuild
24 @@ -219,6 +219,7 @@ multilib_src_test() {
25
26 # FIXME completentiondir
27 multilib_src_install() {
28 + chmod +x glib-gettextize || die
29 gnome-meson_src_install completiondir="$(get_bashcompdir)"
30 keepdir /usr/$(get_libdir)/gio/modules
31 }
32 @@ -272,7 +273,7 @@ pkg_preinst() {
33
34 pkg_postinst() {
35 # force (re)generation of gschemas.compiled
36 - gnome-meson_GNOME2_ECLASS_GLIB_SCHEMAS="force"
37 + GNOME2_ECLASS_GLIB_SCHEMAS="force"
38
39 gnome-meson_pkg_postinst