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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B944415808B for ; Wed, 9 Mar 2022 19:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA828E08F2; Wed, 9 Mar 2022 19:26:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B60A7E08F2 for ; Wed, 9 Mar 2022 19:26:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0B9B342F42 for ; Wed, 9 Mar 2022 19:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E375318 for ; Wed, 9 Mar 2022 19:26:23 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1646852868.62083d0d30f84b2b493451da73f9b2083d08993c.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/ X-VCS-Repository: proj/qt X-VCS-Files: app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild X-VCS-Directories: app-arch/lxqt-archiver/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 62083d0d30f84b2b493451da73f9b2083d08993c X-VCS-Branch: master Date: Wed, 9 Mar 2022 19:26:23 +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: 5fe79b6a-f982-459e-9535-cb629df13d3b X-Archives-Hash: bb9d2044d9e9a95bd807a78abca74fc5 commit: 62083d0d30f84b2b493451da73f9b2083d08993c Author: Jimi Huotari gentoo org> AuthorDate: Wed Mar 9 19:07:48 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Mar 9 19:07:48 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=62083d0d app-arch/lxqt-archiver: sync with the latest release ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild index 1cec1b43..8cb639ee 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +MY_PV="$(ver_cut 1-2)" inherit cmake xdg-utils DESCRIPTION="Qt GUI File Archiver" -HOMEPAGE="https://lxqt.github.io/" +HOMEPAGE="https://lxqt-project.org/" if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -20,21 +22,23 @@ LICENSE="GPL-2 GPL-2+" SLOT="0" BDEPEND=" - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.9.0 + >=dev-qt/linguist-tools-5.15:5 + >=dev-util/lxqt-build-tools-0.10.0 " DEPEND=" + dev-libs/glib:2 dev-libs/json-glib - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - >=x11-libs/libfm-qt-0.17.0 + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + >=dev-qt/qtx11extras-5.15:5 + >=x11-libs/libfm-qt-1:= " RDEPEND="${DEPEND}" pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update elog "Please note that this is only a graphical front-end, and additional" elog "packages are needed to have support for specific file formats."