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 74B22158012 for ; Wed, 22 Sep 2021 17:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C983AE088C; Wed, 22 Sep 2021 17:41:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 859E0E088D for ; Wed, 22 Sep 2021 17:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D090342FD2 for ; Wed, 22 Sep 2021 17:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E8D2132 for ; Wed, 22 Sep 2021 17:41:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1632332486.6b04d744b0f1a070e00378628f7a2fe0ff8e5e22.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/obconf-qt/metadata.xml x11-misc/obconf-qt/obconf-qt-9999.ebuild X-VCS-Directories: x11-misc/obconf-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b04d744b0f1a070e00378628f7a2fe0ff8e5e22 X-VCS-Branch: master Date: Wed, 22 Sep 2021 17:41:37 +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: f6e58cca-06aa-4cfa-a584-7694d84afb8c X-Archives-Hash: 2774b9b7537208b46e96a521630e2063 commit: 6b04d744b0f1a070e00378628f7a2fe0ff8e5e22 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 15:03:57 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 17:41:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6b04d744 x11-misc/obconf-qt: Sync with Gentoo ebuild repo (to some extent) Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/obconf-qt/metadata.xml | 2 +- x11-misc/obconf-qt/obconf-qt-9999.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/obconf-qt/metadata.xml b/x11-misc/obconf-qt/metadata.xml index 08d5c58e..f230ecc2 100644 --- a/x11-misc/obconf-qt/metadata.xml +++ b/x11-misc/obconf-qt/metadata.xml @@ -1,5 +1,5 @@ - + lxqt@gentoo.org diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild index 9c27ea86..615ec85f 100644 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake xdg-utils -DESCRIPTION="Openbox window manager configuration tool" +DESCRIPTION="Qt GUI Openbox Configuration Tool" HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then @@ -21,7 +21,7 @@ SLOT="0" BDEPEND=" dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.8.0 sys-apps/sed virtual/pkgconfig " @@ -31,8 +31,8 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 - x11-wm/openbox:3 x11-libs/libX11 + x11-wm/openbox:3 " DEPEND="${RDEPEND}"