# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) # Avoid runtime dependency on python when USE=test inherit autotools bash-completion-r1 gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python-r1 toolchain-funcs versionator virtualx linux-info multilib-minimal DESCRIPTION="The GLib library of C routines" HOMEPAGE="http://www.gtk.org/" SRC_URI="${SRC_URI} http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz" # pkg.m4 for eautoreconf LICENSE="LGPL-2+" SLOT="2" IUSE="debug fam kernel_linux selinux static-libs systemtap test utils xattr" KEYWORDS="amd64 x86" # FIXME: want libselinux[${MULTILIB_USEDEP}] - bug #480960 RDEPEND=" virtual/libiconv[${MULTILIB_USEDEP}] virtual/libffi[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] || ( >=dev-libs/elfutils-0.142 >=dev-libs/libelf-0.8.12 >=sys-freebsd/freebsd-lib-9.2_rc1 ) selinux? ( sys-libs/libselinux ) xattr? ( sys-apps/attr[${MULTILIB_USEDEP}] ) fam? ( virtual/fam[${MULTILIB_USEDEP}] ) utils? ( ${PYTHON_DEPS} >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) " DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb ${PYTHON_DEPS} >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] >=sys-apps/dbus-1.2.14 ) !& /dev/null; then if has_version sys-apps/dbus; then export DBUS1_CFLAGS="-I/usr/include/dbus-1.0 -I/usr/$(get_libdir)/dbus-1.0/include" export DBUS1_LIBS="-ldbus-1" fi export LIBFFI_CFLAGS="-I$(echo /usr/$(get_libdir)/libffi-*/include)" export LIBFFI_LIBS="-lffi" fi local myconf case "${CHOST}" in *-mingw*) myconf="${myconf} --with-threads=win32" ;; *) myconf="${myconf} --with-threads=posix" ;; esac # Building with --disable-debug highly unrecommended. It will build glib in # an unusable form as it disables some commonly used API. Please do not # convert this to the use_enable form, as it results in a broken build. use debug && myconf="--enable-debug" # Only used by the gresource bin multilib_is_native_abi || myconf="${myconf} --disable-libelf" # FIXME: change to "$(use_enable selinux)" when libselinux is multilibbed, bug #480960 if multilib_is_native_abi; then myconf="${myconf} $(use_enable selinux)" else myconf="${myconf} --disable-selinux" fi # Always use internal libpcre, bug #254659 ECONF_SOURCE="${S}" econf ${myconf} \ $(use_enable xattr) \ $(use_enable fam) \ $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_enable systemtap dtrace) \ $(use_enable systemtap systemtap) \ --disable-compile-warnings \ --enable-man \ --with-pcre=internal \ --with-xml-catalog="${EPREFIX}/etc/xml/catalog" } multilib_src_install_all() { einstalldocs if use utils ; then python_replicate_script "${ED}"/usr/bin/gtester-report else rm "${ED}usr/bin/gtester-report" rm "${ED}usr/share/man/man1/gtester-report.1" fi # Do not install charset.alias even if generated, leave it to libiconv rm -f "${ED}/usr/lib/charset.alias" # Don't install gdb python macros, bug 291328 rm -rf "${ED}/usr/share/gdb/" "${ED}/usr/share/glib-2.0/gdb/" # Completely useless with or without USE static-libs, people need to use # pkg-config prune_libtool_files --modules } multilib_src_test() { gnome2_environment_reset unset DBUS_SESSION_BUS_ADDRESS export XDG_CONFIG_DIRS=/etc/xdg export XDG_DATA_DIRS=/usr/local/share:/usr/share export G_DBUS_COOKIE_SHA1_KEYRING_DIR="${T}/temp" unset GSETTINGS_BACKEND # bug 352451 export LC_TIME=C # bug #411967 python_export_best # Related test is a bit nitpicking mkdir "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" chmod 0700 "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" # Hardened: gdb needs this, bug #338891 if host-is-pax ; then pax-mark -mr "${BUILD_DIR}"/tests/.libs/assert-msg-test \ || die "Hardened adjustment failed" fi # Need X for dbus-launch session X11 initialization Xemake check } pkg_postinst() { if has_version '