summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-05-20 15:30:14 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-05-20 15:30:14 +0300
commit6d86618dc039b72ec90474119c11c7cc384e36d9 (patch)
tree3d6e360f27f931741bcc42aef538b4a092d54bba /x11-misc
parentx11-misc/albert: version bump to 0.20.14 (diff)
downloadgentoo-6d86618dc039b72ec90474119c11c7cc384e36d9.tar.gz
gentoo-6d86618dc039b72ec90474119c11c7cc384e36d9.tar.bz2
gentoo-6d86618dc039b72ec90474119c11c7cc384e36d9.zip
x11-misc/albert: update dependencies in 0.20.14
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/albert/albert-0.20.14.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/albert/albert-0.20.14.ebuild b/x11-misc/albert/albert-0.20.14.ebuild
index 2714ab923435..820d7709fee0 100644
--- a/x11-misc/albert/albert-0.20.14.ebuild
+++ b/x11-misc/albert/albert-0.20.14.ebuild
@@ -31,18 +31,19 @@ REQUIRED_USE="
RDEPEND="
dev-cpp/muParser
+ dev-libs/qhotkey[qt6]
dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,sqlite,widgets]
dev-qt/qtscxml:6
dev-qt/qtsvg:6
+ sci-libs/libqalculate:=
python? (
$(python_gen_cond_dep 'dev-python/urllib3[${PYTHON_USEDEP}]')
${PYTHON_DEPS}
)
"
DEPEND="${RDEPEND}
- dev-libs/qhotkey[qt6]
- python? ( $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') )
- sci-libs/libqalculate"
+ x11-base/xorg-proto
+ python? ( $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') )"
PATCHES=("${FILESDIR}/${PN}-0.20.13-use-system-qhotkey-libraries-and-headers.patch")