Diff libvterm-0.3.2-r1 with a libvterm-0.3.3
/usr/portage/dev-libs/libvterm/libvterm-0.3.3.ebuild 2023-10-09 14:52:29.532368351 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator" |
9 | 9 |
HOMEPAGE="https://www.leonerd.org.uk/code/libvterm/" |
10 |
SRC_URI="https://www.leonerd.org.uk/code/${PN}/${P}.tar.gz" |
|
10 |
SRC_URI="https://launchpad.net/libvterm/trunk/v0.3/+download/${P}.tar.gz" |
|
11 | 11 | |
12 | 12 |
LICENSE="MIT" |
13 | 13 |
SLOT="0" |
... | ... | |
19 | 19 |
" |
20 | 20 | |
21 | 21 |
PATCHES=( |
22 |
"${FILESDIR}"/${PN}-0.3.2-slibtool.patch # 779034 |
|
22 |
"${FILESDIR}"/${PN}-0.3.3-slibtool.patch # 779034 |
|
23 | 23 |
) |
24 | 24 | |
25 | 25 |
src_prepare() { |