x11-misc/xaos - 4.3.4 (gentoo)

Search

Install

Install this version:

emerge -a =x11-misc/xaos-4.3.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-misc/xaos-4.3.4

Or alternatively:

emerge --autounmask-write -a =x11-misc/xaos-4.3.4

Package Information

Description:
Very fast real-time fractal zoomer
Homepage:
https://xaos-project.github.io/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.3.4 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

VIRTUALX_REQUIRED="always"
DOCS_BUILDER="doxygen"
DOCS_DEPEND="media-gfx/graphviz"

inherit desktop xdg docs qmake-utils

DESCRIPTION="Very fast real-time fractal zoomer"
HOMEPAGE="https://xaos-project.github.io/"
SRC_URI="https://github.com/xaos-project/XaoS/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/XaoS-release-${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="dev-qt/qtbase:6[gui,widgets]"
DEPEND="${RDEPEND}"
BDEPEND="dev-qt/qttools:6[linguist]"

src_configure() {
	# install into /usr/ instead of /usr/local
	sed -i -e "s:PREFIX = /usr/local:PREFIX = /usr:g" XaoS.pro || die
	eqmake6
	# Don't strip, this requires running X/wayland session
	sed -i -e '/$(STRIP) $(TARGET)/d' Makefile || die
	# Fix INSTALL_ROOT ignored for examples dir
	sed -i -e "s:cp {} /usr/share/XaoS/examples:cp {} \${INSTALL_ROOT}/usr/share/XaoS/examples:g" Makefile || die
}

src_compile() {
	default
	docs_compile
}

src_install() {
	INSTALL_ROOT="${ED}" default

	domenu xdg/io.github.xaos_project.XaoS.desktop || die
	doicon xdg/xaos.png || die
}

Inherited Eclasses

xdg

Dependencies

DEPEND

dev-qt/qtbase:6[gui,widgets]

RDEPEND

dev-qt/qtbase:6[gui,widgets]

BDEPEND

dev-qt/qttools:6[linguist]

Manifest for 4.3.4

Type File Size Source URLs
DIST xaos-4.3.4.tar.gz 11085358 bytes https://github.com/xaos-project/XaoS/archive/refs/tags/release-4.3.4.tar.gz