public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/
Date: Sat, 21 Jan 2023 15:38:41 +0000 (UTC)	[thread overview]
Message-ID: <1674315517.ff8925541b7344eef7cf9ef73d29a88cdab45038.slashbeast@gentoo> (raw)

commit:     ff8925541b7344eef7cf9ef73d29a88cdab45038
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 15:26:35 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 15:38:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff892554

app-text/zathura: 0.5.2-r3: use prebuilt manpages.

This change aligns zathura to the installed-files policy changes
published on 2023-01-18

Closes: https://bugs.gentoo.org/890589
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-text/zathura/Manifest                                 |  1 +
 .../{zathura-0.5.2-r2.ebuild => zathura-0.5.2-r3.ebuild}  | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/app-text/zathura/Manifest b/app-text/zathura/Manifest
index 590059c04fb6..0ae0b91f44e5 100644
--- a/app-text/zathura/Manifest
+++ b/app-text/zathura/Manifest
@@ -1,2 +1,3 @@
 DIST zathura-0.4.9.tar.gz 206194 BLAKE2B 0dd4b153cf7f8e3ddd4ede5514389b2c5e4aa88e2c416646acc38f7e19419e11165c2a5b51548a05d69a1b947e661b885f7c9d8c100179d0d23d8754cb441d97 SHA512 fbab65cba7ac37e4021233a4ae0356a85f4a88d2c1a2d8337cd627eae389856b6b4e692904233332d2fa14ad0300e8c52732059a75314a0ef147a02ca9f8db10
+DIST zathura-0.5.2-manpages.tar.xz 9696 BLAKE2B 23c6e94d5b44c1e20338ea04afb7644e4c76618cdc4902d2edd436734498c6b17e1522b37269d67a62801632595f535724d8f5d4c9817e017e6341c5365c5842 SHA512 3bb431f0564ddc1f67bcd21f019a43f6af95c3e3b42b264b7e1f01f10cebd7c05115e452a868dd176e5a0d65a9085ac3d554d69e553aa53569593ea494036f7c
 DIST zathura-0.5.2.tar.gz 208606 BLAKE2B fc7e8042a373a3fd66973fd5d6c7c3e7d6da884fb40269545e4074b42fdbc9b6f286089769a435394812e24a8b24de328521a2fd797bbb13c16115b112dd9a48 SHA512 17f2a6535b2b3c6f61986cd8a6ccdef2c1a129d8ebf8c86cbe3c8eac868c2780801f3fe2fdc17c429ca0c63a71a328bbb6c7f814f82714dd7f1a5a4728663b1f

diff --git a/app-text/zathura/zathura-0.5.2-r2.ebuild b/app-text/zathura/zathura-0.5.2-r3.ebuild
similarity index 82%
rename from app-text/zathura/zathura-0.5.2-r2.ebuild
rename to app-text/zathura/zathura-0.5.2-r3.ebuild
index 871f9948e8f7..15177a979378 100644
--- a/app-text/zathura/zathura-0.5.2-r2.ebuild
+++ b/app-text/zathura/zathura-0.5.2-r3.ebuild
@@ -13,7 +13,10 @@ if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
 	EGIT_BRANCH="develop"
 else
-	SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="
+		https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz
+		https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}-manpages.tar.xz
+	"
 	KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
@@ -35,7 +38,7 @@ DEPEND=">=dev-libs/girara-0.3.7
 
 RDEPEND="${DEPEND}"
 
-BDEPEND="dev-python/sphinx
+BDEPEND="
 	test? ( dev-libs/appstream-glib
 		dev-libs/check )
 	virtual/pkgconfig"
@@ -47,7 +50,7 @@ PATCHES=(
 src_configure() {
 	local emesonargs=(
 		-Dconvert-icon=disabled
-		-Dmanpages=enabled
+		-Dmanpages=disabled
 		-Dseccomp=$(usex seccomp enabled disabled)
 		-Dsqlite=$(usex sqlite enabled disabled)
 		-Dsynctex=$(usex synctex enabled disabled)
@@ -55,6 +58,12 @@ src_configure() {
 	meson_src_configure
 }
 
+src_install() {
+	default
+
+	doman "${WORKDIR}"/man/zathura*
+}
+
 src_test() {
 	virtx meson_src_test
 }


             reply	other threads:[~2023-01-21 15:38 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-21 15:38 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02 12:38 [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ Florian Schmaus
2025-03-02  8:21 Sam James
2025-02-04 14:17 Sam James
2024-10-21 12:36 Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2024-08-29 13:19 Joonas Niilola
2024-03-13 10:11 Jakov Smolić
2024-03-13  7:57 Arthur Zamarin
2024-03-13  7:57 Arthur Zamarin
2024-01-21  4:36 Sam James
2024-01-21  4:02 Sam James
2023-08-29  1:51 Sam James
2023-08-29  1:31 Sam James
2023-08-29  1:31 Sam James
2023-08-29  1:31 Sam James
2023-03-07 11:42 Sam James
2023-03-06 13:04 Arthur Zamarin
2023-03-05 16:35 Arthur Zamarin
2023-01-23  0:56 Sam James
2023-01-08 21:14 Piotr Karbowski
2023-01-08 15:34 Piotr Karbowski
2023-01-08 15:34 Piotr Karbowski
2022-10-17 23:56 Sam James
2022-06-02 12:02 Jakov Smolić
2022-05-05  3:54 Sam James
2022-05-05  3:54 Sam James
2022-03-27 23:20 Piotr Karbowski
2022-03-27 23:20 Piotr Karbowski
2022-01-23 15:22 Sam James
2022-01-21 12:42 Sam James
2022-01-21 12:40 Sam James
2021-10-16 20:54 Piotr Karbowski
2021-08-05 14:02 Yixun Lan
2020-09-20 13:51 David Seifert
2020-09-16 19:46 Piotr Karbowski
2020-08-28 21:41 Piotr Karbowski
2020-08-24 11:58 Mikle Kolyada
2020-01-08 13:25 Mikle Kolyada
2019-10-27 18:09 Mikle Kolyada
2019-09-13 11:22 Mikle Kolyada
2019-09-13 11:22 Mikle Kolyada
2019-04-28 18:15 Mikle Kolyada
2019-02-10  7:17 Mikle Kolyada
2019-01-16 13:22 Mikle Kolyada
2018-12-23  9:24 Mikle Kolyada
2018-12-23  8:13 Mikle Kolyada
2018-12-23  8:13 Mikle Kolyada
2018-12-11  9:58 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-11-25 15:54 Mikle Kolyada
2018-11-25 15:53 Mikle Kolyada
2018-11-25 15:53 Mikle Kolyada
2018-11-25 10:47 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-10 23:14 Mikle Kolyada
2018-10-10 18:36 Mikle Kolyada
2018-10-08 19:03 Mikle Kolyada
2018-10-08 16:57 Mikle Kolyada
2018-07-22 16:28 Mikle Kolyada
2018-04-14 17:24 Aaron Bauman
2018-04-12  0:54 Thomas Deutschmann
2018-01-28 16:19 Michael Weber
2018-01-28 16:19 Michael Weber
2017-12-25 19:17 David Seifert
2017-11-25 19:55 David Seifert
2017-08-20 19:16 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-02-23 13:27 Michael Weber
2017-01-29 19:19 Michael Weber
2017-01-29 19:16 Michael Weber
2017-01-23  2:00 Michael Weber
2016-08-03  8:06 Michael Weber
2016-07-31 16:58 Maxim Koltsov
2016-02-26 23:27 Michael Weber
2016-02-26 23:27 Michael Weber
2016-02-04 18:54 Patrice Clement
2016-01-12 21:32 Michael Weber
2016-01-09  1:33 Michael Weber
2016-01-09  1:04 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1674315517.ff8925541b7344eef7cf9ef73d29a88cdab45038.slashbeast@gentoo \
    --to=slashbeast@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox