From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 31E86138CD8 for ; Fri, 5 Jun 2015 16:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D892E08E9; Fri, 5 Jun 2015 16:55:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A83C2E086E for ; Fri, 5 Jun 2015 16:55:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 928BE340B6C for ; Fri, 5 Jun 2015 16:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45C47A09 for ; Fri, 5 Jun 2015 16:55:02 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1433522626.b7d6a9fc3298f115217438f90adfa0348270c799.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-panel/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: b7d6a9fc3298f115217438f90adfa0348270c799 X-VCS-Branch: master Date: Fri, 5 Jun 2015 16:55:02 +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-Archives-Salt: 35718546-9629-4fce-be7a-3c55fd267407 X-Archives-Hash: 5b6ba652cef1691c20b10839d39b95e7 commit: b7d6a9fc3298f115217438f90adfa0348270c799 Author: helb helb cz> AuthorDate: Fri Jun 5 11:37:13 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jun 5 16:43:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b7d6a9fc [lxqt-base/lxqt-panel] Add dependency on libdbusmenu-qt. -- checking for module 'dbusmenu-qt5' -- package 'dbusmenu-qt5' not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:340 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal) plugin-statusnotifier/CMakeLists.txt:6 (pkg_check_modules) lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild index 967a589..418fe12 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild @@ -25,6 +25,7 @@ REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )" DEPEND=" dev-libs/glib:2 + dev-libs/libdbusmenu-qt[qt5] >=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtcore:5