mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-text/zathura-pdf-mupdf: update 9999 ebuild
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37205 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
parent
cfd678fcbc
commit
8011909dd2
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -7,15 +7,15 @@ inherit meson xdg
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git"
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git"
|
||||
EGIT_BRANCH="develop"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/pwmt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="PDF plug-in for zathura"
|
||||
HOMEPAGE="https://git.pwmt.org/pwmt/zathura-pdf-mupdf"
|
||||
DESCRIPTION="PDF support for zathura using the mupdf PDF rendering library"
|
||||
HOMEPAGE="https://pwmt.org/projects/zathura-pdf-mupdf/"
|
||||
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
@ -34,7 +34,7 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.4.0-meson-mupdfthird.patch"
|
||||
"${FILESDIR}/${PN}-0.4.3-meson-mupdfthird.patch"
|
||||
)
|
||||
|
||||
src_prepare() (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user