Diff libuninameslist-20211114 with a libuninameslist-20221022
/usr/portage/media-libs/libuninameslist/libuninameslist-20221022.ebuild 2023-10-09 14:52:31.696368406 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit autotools |
|
7 | ||
8 | 6 |
DESCRIPTION="Library of unicode annotation data" |
9 | 7 |
HOMEPAGE="https://github.com/fontforge/libuninameslist" |
10 | 8 |
SRC_URI="https://github.com/fontforge/libuninameslist/releases/download/${PV}/${PN}-dist-${PV}.tar.gz" |
... | ... | |
13 | 11 |
SLOT="0/1" |
14 | 12 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
15 | 13 | |
16 |
PATCHES=( |
|
17 |
"${FILESDIR}/${P}-slibtool.patch" # 792474 |
|
18 |
) |
|
19 | ||
20 |
src_prepare() { |
|
21 |
default |
|
22 | ||
23 |
eautoreconf |
|
24 |
} |
|
25 | ||
26 | 14 |
src_configure() { |
27 | 15 |
econf --enable-frenchlib |
28 | 16 |
} |
29 | 17 | |
30 | 18 |
src_install() { |
31 | 19 |
default |
32 |
find "${ED}"/usr -name '*.la' -delete || die |
|
20 | ||
21 |
find "${ED}" -name '*.la' -delete || die |
|
33 | 22 |
} |