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 224F7158089 for ; Tue, 7 Nov 2023 14:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6613F2BC01C; Tue, 7 Nov 2023 14:51:35 +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 4F7782BC01C for ; Tue, 7 Nov 2023 14:51:35 +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 97526335CDF for ; Tue, 7 Nov 2023 14:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CBA4132C for ; Tue, 7 Nov 2023 14:51:31 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1699368685.89d998006f42e93b5dff047e50a99c45539736f2.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/openpaperwork-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild X-VCS-Directories: app-text/openpaperwork-gtk/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 89d998006f42e93b5dff047e50a99c45539736f2 X-VCS-Branch: master Date: Tue, 7 Nov 2023 14:51:31 +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: bbf98704-8ada-4edd-ab39-baa8c071dd2e X-Archives-Hash: 4fb493824609852f43dee5be2de393a4 commit: 89d998006f42e93b5dff047e50a99c45539736f2 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Nov 7 14:23:46 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Nov 7 14:51:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d99800 app-text/openpaperwork-gtk: install l10n Signed-off-by: Bernard Cafarelli gentoo.org> app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild index c63bc8735923..31627a143e68 100644 --- a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild +++ b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.2.1.ebuild @@ -23,8 +23,15 @@ RDEPEND="app-text/openpaperwork-core[${PYTHON_USEDEP}] gui-libs/libhandy x11-libs/gtk+:3[introspection]" DEPEND="${RDEPEND}" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" +BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}] + sys-devel/gettext" S=${WORKDIR}/paperwork-${PV}/${PN} export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +python_compile() { + emake l10n_compile + + distutils-r1_python_compile +}