From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3EDA15807B for ; Mon, 21 Oct 2024 12:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA01CE0990; Mon, 21 Oct 2024 12:36:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C417BE0990 for ; Mon, 21 Oct 2024 12:36:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F90534308A for ; Mon, 21 Oct 2024 12:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16121682 for ; Mon, 21 Oct 2024 12:36:28 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729514182.df2032eeb6cf99edbe78270c21920958677ac2ea.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-9999.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: df2032eeb6cf99edbe78270c21920958677ac2ea X-VCS-Branch: master Date: Mon, 21 Oct 2024 12:36:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9652313e-a91a-47e5-82e1-f293a1f3c0c5 X-Archives-Hash: 6c704ba03ef7fda54f25417fc0f45aaa commit: df2032eeb6cf99edbe78270c21920958677ac2ea Author: Alfred Wingate protonmail com> AuthorDate: Tue Sep 3 13:23:07 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 21 12:36:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2032ee app-text/zathura: update live Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-text/zathura/zathura-9999.ebuild | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild index 0a26c971eaf0..fbe7a600f3f9 100644 --- a/app-text/zathura/zathura-9999.ebuild +++ b/app-text/zathura/zathura-9999.ebuild @@ -15,48 +15,46 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI=" https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz - https://cdn.turret.cyou/e28b2f940d1a19a74ecbfd80ea4477c5ea9ac627/${P}-manpages.tar.xz " - KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="ZLIB" -SLOT="0/5.6" -IUSE="seccomp synctex test" +SLOT="0/6.7" +IUSE="+man seccomp synctex test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/girara-0.4.3 - >=dev-libs/glib-2.50:2 dev-libs/json-glib + man? ( dev-python/sphinx ) + seccomp? ( sys-libs/libseccomp ) + synctex? ( app-text/texlive-core ) sys-apps/file x11-libs/cairo - >=x11-libs/gtk+-3.22:3 + x11-libs/pango >=dev-db/sqlite-3.6.23:3 - seccomp? ( sys-libs/libseccomp ) - synctex? ( app-text/texlive-core ) + >=dev-libs/girara-0.4.3:= + >=dev-libs/glib-2.72:2 + >=x11-libs/gtk+-3.24:3 " DEPEND=" ${RDEPEND} + >=sys-kernel/linux-headers-5.13 test? ( dev-libs/check - >=x11-libs/gtk+-3.22:3[X] + >=x11-libs/gtk+-3.24:3[X] ) " BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig " - -PATCHES=( - "${FILESDIR}"/${P}-disable-seccomp-tests.patch -) - src_configure() { local emesonargs=( -Dconvert-icon=disabled - -Dmanpages=disabled + -Dlandlock=enabled + -Dmanpages=$(usex man enabled disabled) -Dseccomp=$(usex seccomp enabled disabled) -Dsynctex=$(usex synctex enabled disabled) ) @@ -69,5 +67,4 @@ src_test() { src_install() { meson_src_install - [[ ${PV} != *9999 ]] && doman "${WORKDIR}"/man/zathura* }