Diff zathura-pdf-poppler-0.3.1-r1 with a zathura-pdf-poppler-9999
/usr/portage/app-text/zathura-pdf-poppler/zathura-pdf-poppler-9999.ebuild 2024-12-25 14:59:47.759270056 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit meson xdg-utils |
7 | 7 | |
8 | 8 |
if [[ ${PV} == *9999 ]]; then |
9 | 9 |
inherit git-r3 |
10 |
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-poppler.git" |
|
11 |
EGIT_BRANCH="develop" |
|
10 |
EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-poppler.git" |
|
12 | 11 |
else |
13 |
KEYWORDS="amd64 arm ~riscv x86" |
|
12 |
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" |
|
14 | 13 |
SRC_URI="https://github.com/pwmt/zathura-pdf-poppler/archive/${PV}.tar.gz -> ${P}.tar.gz" |
15 | 14 |
fi |
16 | 15 | |
... | ... | |
20 | 19 |
LICENSE="ZLIB" |
21 | 20 |
SLOT="0" |
22 | 21 | |
23 |
DEPEND="app-text/poppler[cairo] |
|
24 |
>=app-text/zathura-0.5.2:= |
|
25 |
dev-libs/girara |
|
26 |
dev-libs/glib:2" |
|
22 |
# Tests currently only validating data files |
|
23 |
RESTRICT="test" |
|
24 | ||
25 |
DEPEND=">=app-text/poppler-21.12.0:=[cairo] |
|
26 |
>=app-text/zathura-0.5.3:= |
|
27 |
dev-libs/girara:= |
|
28 |
dev-libs/glib:2 |
|
29 |
x11-libs/cairo" |
|
27 | 30 | |
28 | 31 |
RDEPEND="${DEPEND}" |
29 | 32 |