mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/polychromatic: drop old 0.9.6
Closes: https://bugs.gentoo.org/974138 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST polychromatic-0.9.6.tar.gz 1816320 BLAKE2B e9cf01b5cb15351574dc24f1733e66ff9876941dfbb3612ff5818440f3c9741f464429620e84d31b04c118a2dc2ddec61b59541c1de2470fa69cee0a26cf3aa4 SHA512 7bd364a803e9c29af8a9db1b573a89bd05615d6ced051d8244e5780390d67bc4024c351d6b96447fba68444b04e35239d2370dabfbd7beb99d50957797b0597d
|
||||
DIST polychromatic-0.9.7.gh.tar.gz 1841971 BLAKE2B af565d5d59da289e27a6a25c6ea7ac001ccaa576cc9bf5c623f93cb99ea75438825196a86c6719d8ec39d32f86a6903dfd022d6858cb5dda522fb19b3aaf6696 SHA512 3adf2f0728185b4ce543c821ba1b51870e7fbe7a1b2e1b2969162acb2f60e2d6961b6870984257db067b2f2ed9727ebdda391452737954a123d4bd79c6ca7972
|
||||
|
||||
@@ -1,76 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit meson python-single-r1 readme.gentoo-r1 xdg
|
||||
|
||||
DESCRIPTION="RGB lighting management software for GNU/Linux powered by OpenRazer"
|
||||
HOMEPAGE="https://polychromatic.app/
|
||||
https://github.com/polychromatic/polychromatic/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=x11-libs/gtk+-3.20:3[introspection]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pyqt6-webengine[${PYTHON_USEDEP}]
|
||||
dev-python/pyqt6[svg,${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/colour[${PYTHON_USEDEP}]
|
||||
dev-python/distro[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/setproctitle[${PYTHON_USEDEP}]
|
||||
sys-apps/openrazer[client,${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
dev-util/intltool
|
||||
"
|
||||
|
||||
DOC_CONTENTS="To automatically start up Polychromatic on session login copy
|
||||
/usr/share/polychromatic/polychromatic-autostart.desktop file into Your user's
|
||||
~/.config/autostart/ directory."
|
||||
|
||||
src_test() {
|
||||
rm -rf "locale" || die
|
||||
ln -svf "${BUILD_DIR}/locale" "locale" || die
|
||||
PYTHONPATH="tests:${PYTHONPATH}" "${EPYTHON}" "tests/runner.py" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_optimize
|
||||
readme.gentoo_create_doc
|
||||
|
||||
python_doscript "${S}"/polychromatic-{cli,controller,helper,tray-applet}
|
||||
|
||||
# Do not force polychromatic to autostart on session login.
|
||||
# Move it into /usr/share/polychromatic and treat it as an example file
|
||||
# that could be installed into user's ~/.config/autostart/ directory.
|
||||
mv "${ED}/etc/xdg/autostart/${PN}-autostart.desktop" \
|
||||
"${ED}/usr/share/${PN}/${PN}-autostart.desktop" || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
Reference in New Issue
Block a user