app-arch/libarchive-qt - 2.0.8 (guru)

Search

Install

Install this version:

emerge -a =app-arch/libarchive-qt-2.0.8

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

autounmask =app-arch/libarchive-qt-2.0.8

Or alternatively:

emerge --autounmask-write -a =app-arch/libarchive-qt-2.0.8

Package Information

Description:
Qt based archiving solution with libarchive backend
Homepage:
https://gitlab.com/marcusbritanicus/libarchive-qt
License:
LGPL-3+

Ebuild Details

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

EAPI=8

inherit xdg meson

DESCRIPTION="Qt based archiving solution with libarchive backend"
HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt"
SRC_URI="https://gitlab.com/marcusbritanicus/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	app-arch/bzip2
	app-arch/libarchive:=
	app-arch/xz-utils
	dev-qt/qtbase:6
	virtual/zlib:=
"
RDEPEND="${DEPEND}"

src_configure() {
	local emesonargs=(
		-Dinstall_static=false
		-Duse_qt_version=qt6
	)
	meson_src_configure
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	app-arch/bzip2
	app-arch/libarchive:=
	app-arch/xz-utils
	dev-qt/qtbase:6
	virtual/zlib:=

RDEPEND

	app-arch/bzip2
	app-arch/libarchive:=
	app-arch/xz-utils
	dev-qt/qtbase:6
	virtual/zlib:=

Manifest for 2.0.8

Type File Size Source URLs
DIST libarchive-qt-v2.0.8.tar.bz2 62808 bytes https://gitlab.com/marcusbritanicus/libarchive-qt/-/archive/v2.0.8/libarchive-qt-v2.0.8.tar.bz2