aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-22 20:47:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-22 21:11:06 +0200
commitd7e8c01dbb08d6b1d04a7a9c728fd882a3aa0860 (patch)
tree5f8c7fedf8b4f774627bb4482947cc720185e932
parentlxqt-base/lxqt-qtplugin: Sync with Gentoo ebuild repo (diff)
downloadqt-d7e8c01d.tar.gz
qt-d7e8c01d.tar.bz2
qt-d7e8c01d.zip
lxqt-base/lxqt-runner: Sync with Gentoo ebuild repo
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
index e189d6a0..f62a5d66 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
@@ -18,15 +18,15 @@ else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
-LICENSE="LGPL-2.1+"
+LICENSE="LGPL-2.1 LGPL-2.1+"
SLOT="0"
BDEPEND="
dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.6.0
+ >=dev-util/lxqt-build-tools-0.9.0
virtual/pkgconfig
"
-RDEPEND="
+DEPEND="
>=dev-cpp/muParser-2.2.3:=
>=dev-libs/libqtxdg-3.3.1
dev-qt/qtcore:5
@@ -34,13 +34,12 @@ RDEPEND="
dev-qt/qtwidgets:5
dev-qt/qtxml:5
kde-frameworks/kwindowsystem:5
- >=lxde-base/menu-cache-0.5.1
=lxqt-base/liblxqt-${MY_PV}
=lxqt-base/lxqt-globalkeys-${MY_PV}
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
-src_install(){
+src_install() {
cmake_src_install
doman man/*.1
}