diff options
Diffstat (limited to 'net-im/profanity/profanity-0.14.0-r1.ebuild')
-rw-r--r-- | net-im/profanity/profanity-0.14.0-r1.ebuild | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net-im/profanity/profanity-0.14.0-r1.ebuild b/net-im/profanity/profanity-0.14.0-r1.ebuild index 537409d27d05..f5c591413f3e 100644 --- a/net-im/profanity/profanity-0.14.0-r1.ebuild +++ b/net-im/profanity/profanity-0.14.0-r1.ebuild @@ -3,12 +3,18 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi" HOMEPAGE="https://profanity-im.github.io" -SRC_URI="https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz" +SRC_URI=" + https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz + https://github.com/profanity-im/profanity/commit/122434a.patch + -> ${PN}-0.14.0-ox-carbons.patch + https://github.com/profanity-im/profanity/commit/2ed6211c.patch + -> ${PN}-0.14.0-xscreensaver.patch +" LICENSE="GPL-3" SLOT="0" @@ -55,6 +61,11 @@ DEPEND=" ) " +PATCHES=( + "${DISTDIR}/${PN}-0.14.0-ox-carbons.patch" + "${DISTDIR}/${PN}-0.14.0-xscreensaver.patch" +) + pkg_setup() { use python && python-single-r1_pkg_setup } |