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 9C29C15806E for ; Sun, 14 May 2023 15:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A010BE0886; Sun, 14 May 2023 15:30:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8591AE0886 for ; Sun, 14 May 2023 15:30:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B5361340DB4 for ; Sun, 14 May 2023 15:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2106B7F5 for ; Sun, 14 May 2023 15:30:08 +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: <1684078182.78edd1d8a8941b459f858fc3ab6b00d8416c6f23.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/libfm-qt/libfm-qt-9999.ebuild X-VCS-Directories: x11-libs/libfm-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 78edd1d8a8941b459f858fc3ab6b00d8416c6f23 X-VCS-Branch: master Date: Sun, 14 May 2023 15:30:08 +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: 686f16d9-0340-4c77-a26b-cc27b10b500e X-Archives-Hash: 6708cbc665625fc0acbb32958c1a95ce commit: 78edd1d8a8941b459f858fc3ab6b00d8416c6f23 Author: Jimi Huotari gentoo org> AuthorDate: Sun May 14 15:22:46 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun May 14 15:29:42 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=78edd1d8 x11-libs/libfm-qt: add dependency on lxqt-base/lxqt-menu-data Also update lxqt-build-tools dependency. Signed-off-by: Jimi Huotari gentoo.org> x11-libs/libfm-qt/libfm-qt-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/libfm-qt/libfm-qt-9999.ebuild b/x11-libs/libfm-qt/libfm-qt-9999.ebuild index 8d5717d7..ea14c375 100644 --- a/x11-libs/libfm-qt/libfm-qt-9999.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-9999.ebuild @@ -3,6 +3,8 @@ EAPI=8 +MY_PV="$(ver_cut 1-2)" + inherit cmake xdg-utils DESCRIPTION="Qt Library for Building File Managers" @@ -21,7 +23,7 @@ SLOT="0/7" BDEPEND=" >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 + >=dev-util/lxqt-build-tools-0.13.0 virtual/pkgconfig " DEPEND=" @@ -31,6 +33,7 @@ DEPEND=" >=dev-qt/qtwidgets-5.15:5 >=dev-qt/qtx11extras-5.15:5 >=lxde-base/menu-cache-1.1.0:= + =lxqt-base/lxqt-menu-data-${MY_PV}* media-libs/libexif x11-libs/libxcb:= "