Diff notion-4.0.3 with a notion-9999
| /usr/portage/x11-wm/notion/notion-9999.ebuild 2024-07-02 13:51:49.997851609 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 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 |
| ... | ... | |
| 45 | 43 |
${LUA_DEPS}
|
| 46 | 44 |
virtual/pkgconfig" |
| 47 | 45 | |
| 48 |
PATCHES=( |
|
| 49 |
"${FILESDIR}"/${PN}-4.0.2-gcc14-build-fix.patch
|
|
| 50 |
) |
|
| 51 | ||
| 52 | 46 |
src_configure() {
|
| 53 | 47 |
tc-export AR CC PKG_CONFIG |
| 54 | 48 |
export INSTALL_STRIP="" |