summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2022-02-18 08:56:42 -0600
committerBen Kohler <bkohler@gentoo.org>2022-02-18 08:56:59 -0600
commit8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5 (patch)
treec243df4685f05b5cb05b2840c8186dd546cfe133 /media-gfx/pencil
parentdev-libs/libjcat: add 0.1.10, drop 0.1.8-r1 (diff)
downloadgentoo-8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5.tar.gz
gentoo-8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5.tar.bz2
gentoo-8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5.zip
media-gfx/pencil: bump bundled catch.hpp header to fix tests
Per upstream's recommendation: https://github.com/pencil2d/pencil/issues/1695#issuecomment-1043440984 Closes: https://bugs.gentoo.org/833288 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'media-gfx/pencil')
-rw-r--r--media-gfx/pencil/Manifest1
-rw-r--r--media-gfx/pencil/pencil-0.6.6-r1.ebuild (renamed from media-gfx/pencil/pencil-0.6.6.ebuild)4
2 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/pencil/Manifest b/media-gfx/pencil/Manifest
index 0f75af962fb3..88628580173c 100644
--- a/media-gfx/pencil/Manifest
+++ b/media-gfx/pencil/Manifest
@@ -1,2 +1,3 @@
+DIST catch.hpp 656886 BLAKE2B 590fabc7970b97f333457f409276688f69a66de7fa3c43d767994ed212a3b5bde6e6c113c36a0ff03dd95bbb0cdb38cc12b43a96d16644525ea7425e028485a6 SHA512 ca401efb224e87c4f9d9f3bd58102d3223ef3356149837be2474fa2dbae645272c1ecb17d7db96c2b43b97034aacb63f840f4ebec16f2f3d447c1cc80a500d40
DIST pencil-0.6.5.tar.gz 3714951 BLAKE2B 0b3ba5165f4a6778588eed3141c6260a29470ccf277e42612e68e8b4daf5b9cf32f6a4343c038d6014ceb1e99f7ce8c2a398130ea55e7ef16e2d006de3661625 SHA512 6d95dc4157ea0f5da829f40cdf99c682e560ca74af6964693d221321e7b3e923893957fc30475a725f09c18dc4667968ec6cd92e5ffb56999ea70a927266b637
DIST pencil-0.6.6.tar.gz 3807612 BLAKE2B a4933399ea7f3103eb097756684f42061f5db4c419983458ce8ad317e7eab667ccc5c29c6bf9a3dec5fe57887c4456b64c6e93be889684bd2b567c247aa6dfeb SHA512 1cb976011a1270a2715568fc740db28e6b1a0f050ff7cc2630687edb6e4b57245bf8f58e69721dabab0a2bd65f58780176e2a59691ed0b19f7276c1aad950e7d
diff --git a/media-gfx/pencil/pencil-0.6.6.ebuild b/media-gfx/pencil/pencil-0.6.6-r1.ebuild
index e162f1c52770..5eb1e6e06838 100644
--- a/media-gfx/pencil/pencil-0.6.6.ebuild
+++ b/media-gfx/pencil/pencil-0.6.6-r1.ebuild
@@ -7,7 +7,8 @@ inherit qmake-utils xdg-utils
DESCRIPTION="2D animation and drawing program based on Qt5"
HOMEPAGE="https://www.pencil2d.org/"
-SRC_URI="https://github.com/pencil2d/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/pencil2d/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz
+ https://raw.githubusercontent.com/pencil2d/pencil/617c8868fd27ce540de285ff75c8946fba0c975b/tests/src/catch.hpp"
LICENSE="GPL-2"
SLOT="0"
@@ -32,6 +33,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P/_/-}"
src_prepare() {
+ cp "${DISTDIR}"/catch.hpp tests/src/
default
sed -e "/^QT/s/xmlpatterns //" \
-i core_lib/core_lib.pro tests/tests.pro || die