public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
Date: Sat, 23 Mar 2019 14:03:58 +0000 (UTC)	[thread overview]
Message-ID: <1553349835.10edaf24f9cb9c7d876958a308d981bef5bf1a6f.jer@gentoo> (raw)

commit:     10edaf24f9cb9c7d876958a308d981bef5bf1a6f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 14:03:44 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 14:03:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10edaf24

x11-misc/qtfm: Version 6.1.8

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/qtfm/Manifest          |  1 +
 x11-misc/qtfm/qtfm-6.1.8.ebuild | 47 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 66f2bd111e6..1bc4efd01d3 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,2 +1,3 @@
 DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788
 DIST qtfm-6.1.7.tar.gz 247617 BLAKE2B 4cd8cf22859d4d42f526d668fb1fb47a8a6d59c770c46cc1fb0fc05b752af8bb3c4bcaf81e977283544953c04006080754285cb411aa036c76a041ee2499f365 SHA512 04e14df63f9827fd00a923c91b6c66a022f3c2318df182222b15dc388a7c9fde579981b78d8057a57de29da348f42cfb0a1fe6169f3fbdc50a9f25f78d6d02a6
+DIST qtfm-6.1.8.tar.gz 248195 BLAKE2B e99e9a545a3c534af9e8bd5443f8f99d92b63ece1adf7544272e5c5940e4ebb34dad52fb1d5023c3bbeeb6abb50dfb8f46d2034fa01a23bf649a761bc31f9a3d SHA512 04f82e2cb9bb7a9d68c86ffcb7d5a238e68ade38fad145d699030f743343d33b438234cbb132ebf12a1dad67c331bed14bcbb6e89e78a6d1e812461f2102c15b

diff --git a/x11-misc/qtfm/qtfm-6.1.8.ebuild b/x11-misc/qtfm/qtfm-6.1.8.ebuild
new file mode 100644
index 00000000000..e80647d017f
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils qmake-utils
+
+DESCRIPTION="A small, lightweight file manager for desktops 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"
+
+RDEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	sys-apps/file
+"
+DEPEND="
+	${RDEPEND}
+	app-arch/unzip
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}


             reply	other threads:[~2019-03-23 14:04 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-23 14:03 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 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-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=1553349835.10edaf24f9cb9c7d876958a308d981bef5bf1a6f.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