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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0CF9158041 for ; Tue, 20 Feb 2024 16:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02778E2AB3; Tue, 20 Feb 2024 16:49:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 52DC1E2AB3 for ; Tue, 20 Feb 2024 16:49:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9441D343195 for ; Tue, 20 Feb 2024 16:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E7BAB2F for ; Tue, 20 Feb 2024 16:49:02 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1708447755.b2c94e6a549968124f817e67644f0a4e521e780d.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-4.6.1.ebuild media-gfx/darktable/metadata.xml X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b2c94e6a549968124f817e67644f0a4e521e780d X-VCS-Branch: master Date: Tue, 20 Feb 2024 16:49:02 +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: a88ffd49-b725-4185-bb78-1859f018ea20 X-Archives-Hash: ac5fb4f50abdad536e54f4f9b4328f99 commit: b2c94e6a549968124f817e67644f0a4e521e780d Author: Markus Meier gentoo org> AuthorDate: Tue Feb 20 16:49:15 2024 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Feb 20 16:49:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c94e6a media-gfx/darktable: remove unused flickr description and explicitly install pdf docs Signed-off-by: Markus Meier gentoo.org> media-gfx/darktable/darktable-4.6.1.ebuild | 5 ++++- media-gfx/darktable/metadata.xml | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/darktable/darktable-4.6.1.ebuild b/media-gfx/darktable/darktable-4.6.1.ebuild index f97294854990..99e89a9019b5 100644 --- a/media-gfx/darktable/darktable-4.6.1.ebuild +++ b/media-gfx/darktable/darktable-4.6.1.ebuild @@ -170,7 +170,10 @@ src_configure() { src_install() { cmake_src_install # This USE flag is masked for -9999 - use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.*.pdf + if use doc; then + dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.en.pdf + use l10n_uk && dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.uk.pdf + fi if use nls; then for lang in ${LANGS} ; do diff --git a/media-gfx/darktable/metadata.xml b/media-gfx/darktable/metadata.xml index 151fbda93990..be183534803a 100644 --- a/media-gfx/darktable/metadata.xml +++ b/media-gfx/darktable/metadata.xml @@ -10,7 +10,6 @@ Markus Meier - Add support for uploading photos to flickr Support using game controllers as input devices Enable geotagging support Enable encrypted storage of passwords with kde-frameworks/kwallet