From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
Date: Fri, 7 Jun 2019 20:53:45 +0000 (UTC) [thread overview]
Message-ID: <1559940823.5f03d1c37d6cd2ac6dfa0e2b5ea33e0e90e0de3b.jer@gentoo> (raw)
commit: 5f03d1c37d6cd2ac6dfa0e2b5ea33e0e90e0de3b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 08:26:25 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 20:53:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f03d1c3
x11-misc/qtfm: Add USE=shared
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/qtfm/metadata.xml | 3 +++
x11-misc/qtfm/qtfm-6.2.0.ebuild | 10 ++++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/x11-misc/qtfm/metadata.xml b/x11-misc/qtfm/metadata.xml
index 3e91ecae7c1..9c25f5fe191 100644
--- a/x11-misc/qtfm/metadata.xml
+++ b/x11-misc/qtfm/metadata.xml
@@ -9,4 +9,7 @@
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
+<use>
+<flag name='shared'>Install the libQtFM shared library and headers</flag>
+</use>
</pkgmetadata>
diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
index e80647d017f..866fd51c7ec 100644
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit xdg-utils qmake-utils
+inherit multilib xdg-utils qmake-utils
DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
HOMEPAGE="https://qtfm.eu/"
@@ -11,6 +11,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="shared"
RDEPEND="
dev-qt/qtconcurrent:5
@@ -28,7 +29,12 @@ DEPEND="
"
src_configure() {
- eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
+ eqmake5 \
+ $(usex shared 'CONFIG+=sharedlib' '') \
+ $(usex shared 'CONFIG+=with_includes' '') \
+ LIBDIR="/usr/$(get_libdir)" \
+ PREFIX="/usr" \
+ XDGDIR="/etc/xdg"
}
src_install() {
next reply other threads:[~2019-06-07 20:53 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 20:53 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-25 18:36 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/ Andreas Sturmlechner
2022-10-25 17:55 Sam James
2022-10-25 17:55 Sam James
2022-09-26 17:18 Andreas Sturmlechner
2022-04-06 19:53 Jonas Stein
2020-06-14 21:51 Andreas Sturmlechner
2020-04-26 11:00 David Seifert
2019-12-15 13:56 Jeroen Roovers
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-06-09 12:45 Jeroen Roovers
2019-06-09 12:25 Jeroen Roovers
2019-06-07 6:38 Jeroen Roovers
2019-06-07 6:38 Jeroen Roovers
2019-04-25 7:24 Jeroen Roovers
2019-04-25 7:24 Jeroen Roovers
2019-03-23 14:03 Jeroen Roovers
2019-02-12 22:08 Jeroen Roovers
2019-02-08 9:10 Mikle Kolyada
2019-02-02 14:04 Jeroen Roovers
2019-01-31 22:15 Thomas Deutschmann
2018-12-11 12:21 Jeroen Roovers
2018-12-11 12:21 Jeroen Roovers
2018-12-02 19:22 Jeroen Roovers
2018-11-27 16:23 Jeroen Roovers
2018-11-23 18:09 Jeroen Roovers
2018-11-22 11:30 Jeroen Roovers
2018-03-10 1:26 Michael Palimaka
2018-03-10 1:26 Michael Palimaka
2018-03-07 13:51 Agostino Sarubbo
2018-02-11 2:37 Michael Palimaka
2018-01-13 11:13 Jeroen Roovers
2017-04-13 19:28 Patrice Clement
2017-03-01 20:45 David Seifert
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=1559940823.5f03d1c37d6cd2ac6dfa0e2b5ea33e0e90e0de3b.jer@gentoo \
--to=jer@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