From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitestudio/
Date: Fri, 17 Feb 2023 09:45:05 +0000 (UTC) [thread overview]
Message-ID: <1676627047.3b23249e1250b929be1f5c59045528feb1ce7dd7.ceamac@gentoo> (raw)
commit: 3b23249e1250b929be1f5c59045528feb1ce7dd7
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 09:43:01 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <ceamac <AT> 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 @@
<use>
<flag name="cli">Build CLI interface</flag>
</use>
+ <upstream>
+ <remote-id type="github">pawelsalawa/sqlitestudio</remote-id>
+ </upstream>
</pkgmetadata>
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=(
next reply other threads:[~2023-02-17 9:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-17 9:45 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-09 12:52 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitestudio/ Sam James
2024-07-29 10:51 Pacho Ramos
2023-10-21 21:04 Andreas Sturmlechner
2023-10-21 21:04 Andreas Sturmlechner
2023-05-06 3:46 Sam James
2022-06-07 23:02 Sam James
2021-04-30 23:43 Sam James
2021-02-28 14:54 Joonas Niilola
2020-06-26 16:14 Andreas Sturmlechner
2019-02-03 16:14 Andreas Sturmlechner
2019-02-03 16:14 Andreas Sturmlechner
2017-09-04 21:02 Andreas Sturmlechner
2017-09-03 21:15 Andreas Sturmlechner
2016-07-25 22:13 Johannes Huber
2016-07-07 23:38 Austin English
2016-05-29 15:30 Kristian Fiskerstrand
2016-03-19 23:01 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1676627047.3b23249e1250b929be1f5c59045528feb1ce7dd7.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox