Сравнение scribus-1.5.8-r5 с scribus-1.5.8-r6
/usr/portage/app-office/scribus/scribus-1.5.8-r6.ebuild 2023-10-09 14:52:28.840368334 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
PATCHSET=${P}-patchset-1 |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{9..12} ) |
|
8 | 8 |
PYTHON_REQ_USE="tk?" |
9 | 9 |
inherit cmake desktop flag-o-matic optfeature python-single-r1 xdg |
10 | 10 | |
11 | 11 |
DESCRIPTION="Desktop publishing (DTP) and layout program" |
12 | 12 |
HOMEPAGE="https://www.scribus.net/" |
13 | 13 |
SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz |
14 |
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz" |
|
14 |
https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz |
|
15 |
https://dev.gentoo.org/~asturm/distfiles/${P}-podofo-0.10.tar.xz" |
|
15 | 16 |
S="${WORKDIR}/${P}" |
16 | 17 | |
17 | 18 |
LICENSE="GPL-2" |
18 | 19 |
SLOT="0" |
19 |
KEYWORDS="amd64 ppc ppc64 x86" |
|
20 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
|
20 | 21 |
IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts +templates tk" |
21 | 22 | |
22 | 23 |
REQUIRED_USE="${PYTHON_REQUIRED_USE} |
... | ... | |
83 | 84 | |
84 | 85 |
# git master; # bug 834537, 843287, 893158 |
85 | 86 |
"${WORKDIR}"/${PATCHSET} |
87 |
"${WORKDIR}"/${P}-podofo-0.10 # 914493 |
|
88 |
"${FILESDIR}"/${P}-python-3.12.patch |
|
86 | 89 |
) |
87 | 90 | |
88 | 91 |
src_prepare() { |