From 1d2465315ef995b19c431a722ada83671824a31a Mon Sep 17 00:00:00 2001 From: Philipp Rösner Date: Tue, 15 Mar 2022 18:57:39 +0100 Subject: app-text/zathura-pdf-mupdf: adjusted metadata, updated live version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced dead links with the current ones and removed changelog in metadata.xml. Also aligned the live ebuild with the ebuild for the current version (0.3.8). Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Philipp Rösner Signed-off-by: Florian Schmaus --- app-text/zathura-pdf-mupdf/metadata.xml | 5 ++--- app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild | 15 +++++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'app-text/zathura-pdf-mupdf') diff --git a/app-text/zathura-pdf-mupdf/metadata.xml b/app-text/zathura-pdf-mupdf/metadata.xml index 90a532bc0a5f..348798600314 100644 --- a/app-text/zathura-pdf-mupdf/metadata.xml +++ b/app-text/zathura-pdf-mupdf/metadata.xml @@ -18,8 +18,7 @@ sebastian+dev@ramacher.at Sebastian Ramacher - http://pwmt.org/projects/zathura/download/ - http://pwmt.org/projects/zathura/ - http://bugs.pwmt.org/ + https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/blob/master/README.md + https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/issues diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild index 35451c79f998..657da8ef975a 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,20 +7,20 @@ inherit meson xdg if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git" + EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git" EGIT_BRANCH="develop" else KEYWORDS="~amd64 ~arm ~x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="PDF plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-pdf-mupdf/" +HOMEPAGE="https://git.pwmt.org/pwmt/zathura-pdf-mupdf" LICENSE="ZLIB" SLOT="0" -DEPEND=">=app-text/mupdf-1.17:= +DEPEND=">=app-text/mupdf-1.19:= >=app-text/zathura-0.3.9 dev-libs/girara dev-libs/glib:2 @@ -28,7 +28,10 @@ DEPEND=">=app-text/mupdf-1.17:= RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND="app-text/tesseract + virtual/pkgconfig + media-libs/leptonica + dev-lang/mujs" src_prepare() { sed -i -e '/mupdfthird/d' meson.build || die "Failed removing mupdfthird from meson.build" -- cgit v1.2.3-65-gdbad