From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0930C158013 for ; Sat, 28 Aug 2021 19:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4771EE0876; Sat, 28 Aug 2021 19:38:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EADEE0876 for ; Sat, 28 Aug 2021 19:38:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CCAF342B51 for ; Sat, 28 Aug 2021 19:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9298B4E for ; Sat, 28 Aug 2021 19:38:55 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1630179522.8581fed32888550934a825f8edc52b3a9e8c5b7b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/qdirstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/qdirstat/Manifest sys-apps/qdirstat/qdirstat-1.8.ebuild X-VCS-Directories: sys-apps/qdirstat/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8581fed32888550934a825f8edc52b3a9e8c5b7b X-VCS-Branch: master Date: Sat, 28 Aug 2021 19:38:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31455d32-d90d-47b8-85c3-241d289fba70 X-Archives-Hash: ec515eea4237854743a6ea113dd7c304 commit: 8581fed32888550934a825f8edc52b3a9e8c5b7b Author: Conrad Kostecki gentoo org> AuthorDate: Sat Aug 28 19:37:48 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Aug 28 19:38:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8581fed3 sys-apps/qdirstat: bump to version 1.8 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/qdirstat/Manifest | 1 + sys-apps/qdirstat/qdirstat-1.8.ebuild | 55 +++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/sys-apps/qdirstat/Manifest b/sys-apps/qdirstat/Manifest index 8a49659058c..b796c590d8a 100644 --- a/sys-apps/qdirstat/Manifest +++ b/sys-apps/qdirstat/Manifest @@ -1 +1,2 @@ DIST qdirstat-1.7.1.tar.gz 8532003 BLAKE2B 4e3eec17dbfedf602580eb94a8264af40e77e2d5f67d4f0b9bf4a073bcd951ec48b9c3cac50463d0c0a2512a31c69adf10c1f77d6df317c617d4260c7fd845cf SHA512 e272cb603262966f6f24ef0dda268b4c9819783ec43e4f09181f7c6c7c9dac576403b8fc0c3a5b90b85bdc381f491ef3fd0db79ed88993f2bed3157529651ce0 +DIST qdirstat-1.8.tar.gz 8720791 BLAKE2B fd1da935e82c7cdb2880e3a1e2902627c7f3e2972d08ae83a7ca49c4f641c07184c791471fb7a62211660f6e9bfb6fd0dc309c26c0fcffa1cad98de029e2b384 SHA512 fb7b757cf08c6b6ec0c14be9b08b8b6784a36e100c3ac89dbaef176ef908e43c47c2788fc4002a5e5f7308c990518cb3a104166e12cec605ff1a586bd7a4af10 diff --git a/sys-apps/qdirstat/qdirstat-1.8.ebuild b/sys-apps/qdirstat/qdirstat-1.8.ebuild new file mode 100644 index 00000000000..6943b811694 --- /dev/null +++ b/sys-apps/qdirstat/qdirstat-1.8.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils xdg-utils + +DESCRIPTION="Qt-based directory statistics" +HOMEPAGE="https://github.com/shundhammer/qdirstat" +SRC_URI="https://github.com/shundhammer/qdirstat/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-qt/qtgui:5 + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + sys-libs/zlib +" + +RDEPEND=" + ${DEPEND} + dev-lang/perl + dev-perl/URI +" + +src_prepare() { + default + + # Fix QA warning about incorrect use of doc path + sed -e "/doc.path/s/${PN}/${PF}/" -i doc/doc.pro doc/stats/stats.pro || die + + # Don't install compressed man pages + sed -e '/gzip/d' -e 's/.gz//g' -i man/man.pro || die +} + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${ED}" install +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +}