commit: aa8794afa56cd83d3db4e1c1803a8334867cc3a2
Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 19:51:24 2018 +0000
Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 19:51:24 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=aa8794af
net-libs/glib-networking: add a compile phase
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1
...glib-networking-2.56.0.ebuild => glib-networking-2.56.0-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-libs/glib-networking/glib-networking-2.56.0.ebuild
b/net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild
similarity index 97%
rename from net-libs/glib-networking/glib-networking-2.56.0.ebuild
rename to net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild
index ba7d5709..5565e12f 100644
--- a/net-libs/glib-networking/glib-networking-2.56.0.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.56.0-r1.ebuild
@@ -51,6 +51,10 @@ multilib_src_configure() {
# TODO gnutls is mandatory with meson
}
+multilib_src_compile() {
+ gnome-meson_src_compile
+}
+
multilib_src_test() {
# XXX: non-native tests fail if glib-networking is already installed.
# have no idea what's wrong. would appreciate some help.