diff options
author | Sobhan Mohammadpour <sobhan@gentoo.org> | 2018-11-02 01:00:18 +0330 |
---|---|---|
committer | Sobhan Mohammadpour <sobhan@gentoo.org> | 2018-11-02 01:00:18 +0330 |
commit | 10ffdf6e99f760c9f070cf839ea66f84160cf997 (patch) | |
tree | 865b920f6a8b3c6a19995ca01f652384424449b1 /dev-libs | |
parent | app-dicts/gnome-dictionary: fix build with split glib/glib-utils (diff) | |
download | gnome-10ffdf6e99f760c9f070cf839ea66f84160cf997.tar.gz gnome-10ffdf6e99f760c9f070cf839ea66f84160cf997.tar.bz2 gnome-10ffdf6e99f760c9f070cf839ea66f84160cf997.zip |
dev-libs/gom: remove gnome-meson
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0x7DF238CF0AA182E1
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gom/gom-0.3.3-r1.ebuild (renamed from dev-libs/gom/gom-0.3.3.ebuild) | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3-r1.ebuild index 0f57ce27..394c983e 100644 --- a/dev-libs/gom/gom-0.3.3.ebuild +++ b/dev-libs/gom/gom-0.3.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" GCONF_DEBUG="yes" PYTHON_COMPAT=( python3_{4,5,6} ) -inherit gnome-meson python-r1 +inherit gnome.org gnome2-utils meson python-r1 DESCRIPTION="GObject to SQLite object mapper library" HOMEPAGE="https://wiki.gnome.org/Projects/Gom" @@ -36,33 +36,31 @@ pkg_setup() { } src_prepare() { - gnome-meson_src_prepare - + default python_copy_sources } src_configure() { - gnome-meson_src_configure \ - $(meson_use introspection enable-introspection) \ + local emesonargs=( + $(meson_use introspection enable-introspection) $(meson_use doc enable-gtk-doc) + ) +# FIXME: is this needed??? + meson_src_configure python_foreach_impl run_in_build_dir \ - gnome-meson_src_configure \ - $(meson_use introspection enable-introspection) \ - $(meson_use doc enable-gtk-doc) - + meson_src_configure } src_install() { - gnome-meson_src_install + meson_src_install docinto examples dodoc examples/*.py python_foreach_impl run_in_build_dir \ - meson_src_install DESTDIR="${D}" install-overridesPYTHON - + meson_src_install DESTDIR="${D}" } src_test() { |