Diff swift-4.0.2-r102 with a swift-4.0.3-r1
/usr/portage/net-im/swift/swift-4.0.3-r1.ebuild 2023-10-09 14:52:34.452368475 +0300 | ||
---|---|---|
11 | 11 |
DESCRIPTION="An elegant, secure, adaptable and intuitive XMPP Client" |
12 | 12 |
HOMEPAGE="https://www.swift.im/" |
13 | 13 |
SRC_URI=" |
14 |
https://swift.im/downloads/releases/${P}/${P}.tar.gz |
|
15 |
https://dev.gentoo.org/~conikost/distfiles/patches/${P}-python3-compatibility.patch.gz" |
|
14 |
https://swift.im/git/${PN}/snapshot/${PN}-${P}.tar.bz2 -> ${P}.tar.bz2 |
|
15 |
https://dev.gentoo.org/~conikost/distfiles/patches/${P}-python3-compatibility.patch.gz |
|
16 |
" |
|
17 |
S="${WORKDIR}/${PN}-${P}" |
|
16 | 18 | |
17 | 19 |
LICENSE="BSD BSD-1 CC-BY-3.0 GPL-3 OFL-1.1" |
18 | 20 |
SLOT="4/0" |
19 |
KEYWORDS="amd64" |
|
21 |
KEYWORDS="~amd64" |
|
20 | 22 |
IUSE="expat +icu +idn lua test zeroconf" |
21 | 23 |
REQUIRED_USE=" |
22 | 24 |
|| ( icu idn ) |
... | ... | |
53 | 55 |
) |
54 | 56 | |
55 | 57 |
PATCHES=( |
56 |
"${FILESDIR}"/${P}-boost-1.69-compatibility.patch |
|
57 |
"${WORKDIR}"/${P}-python3-compatibility.patch |
|
58 |
"${FILESDIR}"/${P}-qt-5.11-compatibility.patch |
|
59 |
"${FILESDIR}"/${P}-qt-5.15-compatibility.patch |
|
58 |
"${FILESDIR}"/${PN}-4.0.2-boost-1.69-compatibility.patch |
|
59 |
"${FILESDIR}"/${PN}-4.0.2-qt-5.15-compatibility.patch |
|
60 |
"${FILESDIR}"/${PN}-4.0.3-gcc11-compatibility.patch |
|
61 |
"${WORKDIR}"/${PN}-4.0.3-python3-compatibility.patch |
|
62 |
"${FILESDIR}"/${PN}-4.0.3-reproducible-build.patch |
|
60 | 63 |
) |
61 | 64 | |
62 | 65 |
pkg_setup() { |
... | ... | |
109 | 112 |
else |
110 | 113 |
rm -fr 3rdParty || die |
111 | 114 |
fi |
115 | ||
116 |
if [[ ! -f VERSION.swift ]] ; then |
|
117 |
# Source tarball from git doesn't include this file |
|
118 |
echo "${PV}" > VERSION.swift || die |
|
119 |
fi |
|
112 | 120 |
} |
113 | 121 | |
114 | 122 |
src_configure() { |