Сравнение notion-4.0.5 с notion-9999

/usr/portage/x11-wm/notion/notion-9999.ebuild 2025-12-16 18:18:05.433281808 +0300
1
# Copyright 1999-2026 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
......
14 14
	inherit git-r3
15 15
	EGIT_REPO_URI="https://github.com/raboof/${PN}.git"
16 16
else
17
	inherit vcs-snapshot
18
	COMMIT="f161c1b4dbba1ac81d8e9c3d7e5e353058a4d7d1"
19
	SRC_URI="https://github.com/raboof/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
17
	SRC_URI="https://github.com/raboof/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20 18

  
21 19
	KEYWORDS="~amd64 ~x86"
22 20
fi
......
42 40
	${LUA_DEPS}
43 41
	virtual/pkgconfig"
44 42

  
45
PATCHES=(
46
	"${FILESDIR}"/${PN}-4.0.2-gcc14-build-fix.patch
47
	"${FILESDIR}"/${PN}-4.0.4-c23.patch
48
)
49

  
50 43
src_configure() {
51 44
	# -Werror=strict-aliasing
52 45
	# https://bugs.gentoo.org/965850
Спасибо!