Сравнение albert-0.17.3 с albert-0.17.5
/usr/portage/x11-misc/albert/albert-0.17.5.ebuild 2023-10-09 14:52:35.928368512 +0300 | ||
---|---|---|
10 | 10 |
DESCRIPTION="A fast and flexible keyboard launcher" |
11 | 11 |
HOMEPAGE="https://albertlauncher.github.io/" |
12 | 12 | |
13 |
PLUGINS_HASH="ee55048e138028b4889d71e0574e85b2c4d69541" |
|
13 |
PLUGINS_HASH="22881af568d70a3d4c16a901cd49c0e233c14a7a" |
|
14 | 14 |
PYTHON_EXTENSIONS_COMMIT="7f571aceaf8e60eee8bb21e1ec4efa0e95523d13" |
15 | 15 |
JETBRAINS_PYTHON_EXTENSION_COMMIT="b7157473cc923fe4f15023c85a032eeab3627652" |
16 | 16 |
XKCD_PYTHON_EXTENSION_COMMIT="bf88a964473d65b39c9e09eb48dabb847206f06f" |
... | ... | |
60 | 60 |
DEPEND="${RDEPEND} |
61 | 61 |
python? ( $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') )" |
62 | 62 | |
63 |
PATCHES=("${FILESDIR}/${P}-find-and-use-python-libraries-and-headers.patch") |
|
63 |
PATCHES=("${FILESDIR}/${PN}-0.17.3-find-and-use-python-libraries-and-headers.patch") |
|
64 | 64 | |
65 | 65 |
src_prepare() { |
66 | 66 |
mv "${WORKDIR}"/plugins-${PLUGINS_HASH}/* "${S}"/plugins || die |