dev-libs/ido - 13.10.0 (gentoo-unity7)

Search

Install

Install this version:

emerge -a =dev-libs/ido-13.10.0

Package Information

Description:
Widgets and other objects used for indicators by the Unity7 user interface
Homepage:
https://launchpad.net/ido
License:
LGPL-2.1 LGPL-3

Ebuild Details

Version EAPI Keywords Slot
13.10.0 8 amd64 0/$(usub)
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
UBUNTU_EAUTORECONF="yes"

UVER=+22.10.20221007
UREV=0ubuntu4

inherit multilib-minimal ubuntu-versionator vala

DESCRIPTION="Widgets and other objects used for indicators by the Unity7 user interface"
HOMEPAGE="https://launchpad.net/ido"
SRC_URI="${SRC_URI} ${UURL}-${UREV}.diff.gz"

LICENSE="LGPL-2.1 LGPL-3"
SLOT="0/$(usub)"
KEYWORDS="amd64"
RESTRICT="test"

COMMON_DEPEND="
	>=dev-libs/glib-2.41.1:2[${MULTILIB_USEDEP}]
	>=x11-libs/gtk+-3.8.2:3[${MULTILIB_USEDEP}]
"
RDEPEND="${COMMON_DEPEND}
	>=sys-libs/glibc-2.29
	virtual/pkgconfig
	>=x11-libs/cairo-1.2.4[${MULTILIB_USEDEP}]
	>=x11-libs/gdk-pixbuf-2.23.0:2[${MULTILIB_USEDEP}]
	>=x11-libs/pango-1.20.0[${MULTILIB_USEDEP}]
"
DEPEND="${COMMON_DEPEND}
	dev-libs/gobject-introspection
	gnome-base/gnome-common
	x11-libs/libX11[${MULTILIB_USEDEP}]
	x11-libs/libXi[${MULTILIB_USEDEP}]

	$(vala_depend)
"

S="${WORKDIR}"

MAKEOPTS="${MAKEOPTS} -j1"

src_prepare() {
	# CHECK_XORG_GTEST: command not found #
	sed -i "/CHECK_XORG_GTEST/d" configure.ac || die

	ubuntu-versionator_src_prepare
}

multilib_src_configure() {
	ECONF_SOURCE="${S}" econf
}

multilib_src_install_all() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

DEPEND

${COMMON_DEPEND}
	dev-libs/gobject-introspection
	gnome-base/gnome-common
	x11-libs/libX11[${MULTILIB_USEDEP}]
	x11-libs/libXi[${MULTILIB_USEDEP}]

	$(vala_depend)

RDEPEND

	>=dev-libs/glib-2.41.1:2[]
	>=x11-libs/gtk+-3.8.2:3[]

	>=sys-libs/glibc-2.29
	virtual/pkgconfig
	>=x11-libs/cairo-1.2.4[]
	>=x11-libs/gdk-pixbuf-2.23.0:2[]
	>=x11-libs/pango-1.20.0[]