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 AF81915800F for ; Fri, 17 Feb 2023 09:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2931E0827; Fri, 17 Feb 2023 09:45:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D9B9DE0827 for ; Fri, 17 Feb 2023 09:45:07 +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 0337F341096 for ; Fri, 17 Feb 2023 09:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CCAD8AE for ; Fri, 17 Feb 2023 09:45:05 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1676627047.3b23249e1250b929be1f5c59045528feb1ce7dd7.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitestudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlitestudio/metadata.xml dev-db/sqlitestudio/sqlitestudio-3.4.3.ebuild X-VCS-Directories: dev-db/sqlitestudio/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3b23249e1250b929be1f5c59045528feb1ce7dd7 X-VCS-Branch: master Date: Fri, 17 Feb 2023 09:45:05 +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: 57665f94-4d98-4da0-8990-7124f43021e6 X-Archives-Hash: 07a7bd0e015493c0726bce88611445ab commit: 3b23249e1250b929be1f5c59045528feb1ce7dd7 Author: Viorel Munteanu gentoo org> AuthorDate: Fri Feb 17 09:43:01 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Feb 17 09:44:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b23249e dev-db/sqlitestudio: fix install with FEATURES=test Signed-off-by: Viorel Munteanu gentoo.org> dev-db/sqlitestudio/metadata.xml | 3 +++ dev-db/sqlitestudio/sqlitestudio-3.4.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-db/sqlitestudio/metadata.xml b/dev-db/sqlitestudio/metadata.xml index 8d910856df4f..b42fb8ee3067 100644 --- a/dev-db/sqlitestudio/metadata.xml +++ b/dev-db/sqlitestudio/metadata.xml @@ -5,4 +5,7 @@ Build CLI interface + + pawelsalawa/sqlitestudio + diff --git a/dev-db/sqlitestudio/sqlitestudio-3.4.3.ebuild b/dev-db/sqlitestudio/sqlitestudio-3.4.3.ebuild index 1e3253c24a3a..9392b3336487 100644 --- a/dev-db/sqlitestudio/sqlitestudio-3.4.3.ebuild +++ b/dev-db/sqlitestudio/sqlitestudio-3.4.3.ebuild @@ -164,15 +164,15 @@ src_compile() { } src_install() { + emake -C "${core_build_dir}" INSTALL_ROOT="${D}" install + emake -C "${plugins_build_dir}" INSTALL_ROOT="${D}" install + if use test; then # remove test artifacts that must not be installed rm -r "${ED}"/lib64 || die rm -r "${ED}"/usr/share/qt5/tests || die fi - emake -C "${core_build_dir}" INSTALL_ROOT="${D}" install - emake -C "${plugins_build_dir}" INSTALL_ROOT="${D}" install - doicon -s scalable "SQLiteStudio3/guiSQLiteStudio/img/${PN}.svg" local make_desktop_entry_args=(