Diff scribus-1.7.1_pre20251119 with a scribus-1.7.2
| /usr/portage/app-office/scribus/scribus-1.7.2.ebuild 2026-03-21 11:46:04.339229460 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 14 | 14 |
EGIT_REPO_URI="https://github.com/scribusproject/scribus" |
| 15 | 15 |
inherit git-r3 |
| 16 | 16 |
else |
| 17 |
if [[ ${PV} == *_p* ]] ; then
|
|
| 18 |
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
|
|
| 19 |
S="${WORKDIR}/${PN^}"
|
|
| 20 |
else |
|
| 21 |
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz"
|
|
| 22 |
S="${WORKDIR}/${P}"
|
|
| 23 |
fi |
|
| 24 |
KEYWORDS="amd64 ppc ppc64 x86" |
|
| 17 |
SRC_URI=" |
|
| 18 |
https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.xz
|
|
| 19 |
https://downloads.sourceforge.net/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz
|
|
| 20 |
" |
|
| 21 |
S="${WORKDIR}/${P}"
|
|
| 22 |
KEYWORDS="amd64 ~ppc ~ppc64 ~x86" |
|
| 25 | 23 |
fi |
| 26 | 24 | |
| 27 | 25 |
LICENSE="GPL-2" |
| ... | ... | |
| 85 | 83 |
"${FILESDIR}"/${PN}-1.7.0-findhyphen.patch
|
| 86 | 84 |
"${FILESDIR}"/${PN}-1.7.0-dont-install-qtadvanceddocking.patch # bugs 961290, 960017
|
| 87 | 85 |
"${FILESDIR}"/${PN}-1.7.0-fix-icon-version.patch
|
| 86 |
"${FILESDIR}"/${P}-poppler-26.0{2,3}.patch # upstream trunk
|
|
| 88 | 87 |
) |
| 89 | 88 | |
| 90 | 89 |
src_prepare() {
|