mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-gfx/hydrus: Update 9999
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Part-of: https://github.com/gentoo/gentoo/pull/43733 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
32b7db2546
commit
804cd9c598
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11..12} )
|
PYTHON_COMPAT=( python3_{12..13} )
|
||||||
PYTHON_REQ_USE="sqlite"
|
PYTHON_REQ_USE="sqlite"
|
||||||
|
|
||||||
DOCS_BUILDER=mkdocs
|
DOCS_BUILDER=mkdocs
|
||||||
@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
https://github.com/vaartis/hydrus/commit/d836d555cb5a3621c38b1c607d29be0fe407e062.patch -> hydrus-test-fixes-3.12.patch
|
https://github.com/vaartis/hydrus/commit/cea10a10832dac21b247c3042d47c99fa2d52fa3.patch -> hydrus-637-test-fix.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@ -79,7 +79,7 @@ BDEPEND="
|
|||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/userpath-in-local-share.patch"
|
"${FILESDIR}/userpath-in-local-share.patch"
|
||||||
"${DISTDIR}/hydrus-test-fixes-3.12.patch"
|
"${DISTDIR}/hydrus-637-test-fix.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
@ -150,4 +150,5 @@ pkg_postinst() {
|
|||||||
optfeature "memory compression in the client" "dev-python/lz4"
|
optfeature "memory compression in the client" "dev-python/lz4"
|
||||||
optfeature "SOCKS proxy support" "dev-python/requests[socks5]" "dev-python/pysocks"
|
optfeature "SOCKS proxy support" "dev-python/requests[socks5]" "dev-python/pysocks"
|
||||||
optfeature "bandwidth charts support" "dev-python/pyside[charts]"
|
optfeature "bandwidth charts support" "dev-python/pyside[charts]"
|
||||||
|
optfeature "PDF support" "dev-python/qtpy[pdfium]"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user