sys-fs/qdirstat - 1.4 (didos)

Search

Install

Install this version:

emerge -a =sys-fs/qdirstat-1.4

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

autounmask =sys-fs/qdirstat-1.4

Or alternatively:

emerge --autounmask-write -a =sys-fs/qdirstat-1.4

Package Information

Description:
GUI app to show where your disk space has gone and to help you to clean it up
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.4 7 ~amd64 0
View Raw Ebuild
# Copyright 2016-2017 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit rindeal

GH_RN="github:shundhammer"

inherit git-hosting
inherit qmake-utils
inherit xdg

DESCRIPTION="GUI app to show where your disk space has gone and to help you to clean it up"
LICENSE="GPL-2"

SLOT="0"

KEYWORDS="~amd64"
IUSE="doc"

CDEPEND="
	dev-qt/qtcore:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"

inherit arrays

src_prepare() {
	eapply_user
	xdg_src_prepare

	# no debug CXXFLAGS
	sed -e '/CONFIG.*=.* debug/d' -i -- src/src.pro || die

	if ! use doc ; then
		sed -e '/SUBDIRS/ s| doc||' -i -- qdirstat.pro || die
	fi
}

src_configure() {
	eqmake5
}

src_install() {
	emake INSTALL_ROOT="${ED}" install

	einstalldocs
	dodoc doc/cache-file-format.txt
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-fs/qdirstat | euse -E <flag> -p sys-fs/qdirstat | euse -D <flag> -p sys-fs/qdirstat

Global/Standard Flags

doc

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-qt/qtcore:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5

RDEPEND

	dev-qt/qtcore:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5