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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8139138330 for ; Sat, 13 Jan 2018 17:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0679E0963; Sat, 13 Jan 2018 17:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B27B7E0960 for ; Sat, 13 Jan 2018 17:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAF8C335C5D for ; Sat, 13 Jan 2018 17:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ADAE1BA for ; Sat, 13 Jan 2018 17:17:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515863815.b5df5c17fb204edb24518cec639e6f2ba23a626f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kuickshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kuickshow/kuickshow-0.10.0.ebuild X-VCS-Directories: media-gfx/kuickshow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b5df5c17fb204edb24518cec639e6f2ba23a626f X-VCS-Branch: master Date: Sat, 13 Jan 2018 17:17:13 +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-Archives-Salt: 9dc764c0-d93d-46ce-8596-07d45460700f X-Archives-Hash: 84f091ae640b4dba213abd465bdcba47 commit: b5df5c17fb204edb24518cec639e6f2ba23a626f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 13 16:56:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 13 17:16:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5df5c17 media-gfx/kuickshow: KDE_DOC_DIRS -> KDE_PO_DIRS KDE_DOC_DIRS from old kde4*.eclass does not exist in kde5.eclass. In modern KDE release tarballs, translated handbook files are merged inside po/$l10n directories. Since they are separate in this case, we can make use of a recent change in kde5.eclass to provide alternative po dir locations and have auto LINGUAS filtering. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/kuickshow/kuickshow-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kuickshow/kuickshow-0.10.0.ebuild b/media-gfx/kuickshow/kuickshow-0.10.0.ebuild index 6f9aa9bb414..da0b3d0baeb 100644 --- a/media-gfx/kuickshow/kuickshow-0.10.0.ebuild +++ b/media-gfx/kuickshow/kuickshow-0.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -KDE_DOC_DIRS="doc doc-translations/%lingua" +KDE_PO_DIRS="po doc-translations" inherit kde5 DESCRIPTION="Image viewer based on KDE Frameworks"