From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
Date: Mon, 26 Sep 2022 17:18:07 +0000 (UTC) [thread overview]
Message-ID: <1664212528.8cab83fe41107fbc5892ed6778f2cb5b2f0990f6.asturm@gentoo> (raw)
commit: 8cab83fe41107fbc5892ed6778f2cb5b2f0990f6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 10:58:38 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 17:15:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cab83fe
x11-misc/qtfm: add 6.2.1
Closes: https://bugs.gentoo.org/836835
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/qtfm/Manifest | 1 +
x11-misc/qtfm/qtfm-6.2.1.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index a09fd0905559..8b36857b40c6 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1 +1,2 @@
DIST qtfm-6.2.0.tar.gz 411064 BLAKE2B dce16b79753de31c58b36aa51b2f5555a12e19778ce81ca980bb5775f694d5315df97f4ac7b060653748a3ec2bc69b0f88599bca44696ce8b6a8026b30abbf9f SHA512 44bcef3d9e4111388aa93fd8c51d65a5210e969071d79336a4451a78ec7503867d8c667325eeafa5f85ee922dd787746e6ac94e17a61c07914c12364cfa8951d
+DIST qtfm-6.2.1.tar.gz 410958 BLAKE2B fe542b935dfa0d16198f9a0dc3fb5e0b43718056ebc0987ef73ff8c56258e8ba660ef7f294cc424aab397cd26a2aba37048806d9175fe86004298129443c707b SHA512 911c90a6f9bcfe539aaacf3476d660116f2dc18821b23cc420615be649bbffd530abf640ebf77d80ee85b61779e4844e0bc10f8fd3f3b0686366e6b5372f9f2c
diff --git a/x11-misc/qtfm/qtfm-6.2.1.ebuild b/x11-misc/qtfm/qtfm-6.2.1.ebuild
new file mode 100644
index 000000000000..82c4fe88eab6
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Small, lightweight file manager based on pure Qt"
+HOMEPAGE="https://qtfm.eu/"
+SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus shared"
+
+RDEPEND="
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ sys-apps/file
+ dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-arch/unzip
+ dev-qt/linguist-tools:5
+"
+
+src_configure() {
+ eqmake5 \
+ $(usex dbus '' 'CONFIG+=no_dbus CONFIG+=no_tray') \
+ $(usex shared 'CONFIG+=sharedlib' '') \
+ $(usex shared 'CONFIG+=with_includes' '') \
+ LIBDIR="/usr/$(get_libdir)" \
+ PREFIX="/usr" \
+ XDGDIR="/etc/xdg"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+ einstalldocs
+}
next reply other threads:[~2022-09-26 17:18 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 17:18 Andreas Sturmlechner [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-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 20:53 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=1664212528.8cab83fe41107fbc5892ed6778f2cb5b2f0990f6.asturm@gentoo \
--to=asturm@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