Сравнение tilda-1.5.4 с tilda-2.0.0
/usr/portage/x11-terms/tilda/tilda-2.0.0.ebuild 2025-07-29 16:22:17.976470405 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
9 | 9 |
HOMEPAGE="https://github.com/lanoxx/tilda" |
10 | 10 |
SRC_URI="https://github.com/lanoxx/tilda/archive/${P}.tar.gz" |
11 | 11 | |
12 |
S="${WORKDIR}/${PN}-${P}" |
|
13 | ||
12 | 14 |
LICENSE="GPL-2" |
13 | 15 |
SLOT="0" |
14 | 16 |
KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
... | ... | |
23 | 25 |
BDEPEND="virtual/pkgconfig |
24 | 26 |
sys-devel/gettext" |
25 | 27 | |
26 |
S="${WORKDIR}/${PN}-${P}" |
|
27 | ||
28 | 28 |
src_prepare() { |
29 | 29 |
default |
30 | 30 |
append-cflags -std=c99 |