public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2017-03-01 20:45 David Seifert
  0 siblings, 0 replies; 35+ messages in thread
From: David Seifert @ 2017-03-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e99d866b8329530451a2d38d7f470d59c33fcb52
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Wed Mar  1 17:15:58 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 20:45:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99d866b

x11-misc/qtfm: EAPI bump 4 -> 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4091

 x11-misc/qtfm/qtfm-5.5-r1.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/x11-misc/qtfm/qtfm-5.5-r1.ebuild b/x11-misc/qtfm/qtfm-5.5-r1.ebuild
new file mode 100644
index 00000000000..eaff4fb11c7
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-5.5-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit fdo-mime qmake-utils
+
+DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
+HOMEPAGE="http://www.qtfm.org/"
+SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# file is for LIBS += -lmagic
+RDEPEND="sys-apps/file
+	dev-qt/qtgui:4"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	sed -i \
+		-e "/^docs.path/s:qtfm:${PF}:" \
+		-e '/^docs.files/s: COPYING::' \
+		${PN}.desktop || die
+	sed -i \
+		-e '/MimeType=/s|$|;|' \
+		-e '/Categories=/s|$|;System;FileTools;|' \
+		${PN}.desktop || die
+}
+
+src_configure() {
+	eqmake4
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2017-04-13 19:28 Patrice Clement
  0 siblings, 0 replies; 35+ messages in thread
From: Patrice Clement @ 2017-04-13 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5c7f4a7f3c2817136ae0ba5931d15191b75641a6
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 11 11:44:05 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 19:27:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f4a7f

x11-misc/qtfm: remove old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4408

 x11-misc/qtfm/qtfm-5.5.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/x11-misc/qtfm/qtfm-5.5.ebuild b/x11-misc/qtfm/qtfm-5.5.ebuild
deleted file mode 100644
index 7fae7fc6b02..00000000000
--- a/x11-misc/qtfm/qtfm-5.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit fdo-mime qt4-r2
-
-DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
-HOMEPAGE="http://www.qtfm.org/"
-SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# file is for LIBS += -lmagic
-RDEPEND="sys-apps/file
-	dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	sed -i \
-		-e "/^docs.path/s:qtfm:${PF}:" \
-		-e '/^docs.files/s: COPYING::' \
-		${PN}.desktop || die
-	sed -i \
-		-e '/MimeType=/s|$|;|' \
-		-e '/Categories=/s|$|;System;FileTools;|' \
-		${PN}.desktop || die
-}
-
-pkg_postinst() { fdo-mime_desktop_database_update; }
-pkg_postrm() { fdo-mime_desktop_database_update; }


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-01-13 11:13 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-01-13 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b4f6f083191be5038f194b2ce070b0fc7d8ad9f7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 11:12:54 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:13:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f6f083

x11-misc/qtfm: Version 5.9 (bug #592194 by Vincent Hardy).

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/qtfm/Manifest        |  1 +
 x11-misc/qtfm/qtfm-5.9.ebuild | 76 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 1170598aa4e..aa2a3a071e5 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1 +1,2 @@
 DIST qtfm-5.5.tar.gz 149667 BLAKE2B f369495fd5fba183e7bb5b38db61a8a667d5835b42cf78f424d0db4bb4f0c7fcb0856578df30cb50547c7799fa16147d17951b72d99398937774bd097487ccbf SHA512 0d592b482f35c76b424cc581394d34299bb93367f287f57718d640df256f352fef7e389a8370889d0d78ca8afb9868cdfb56ae15671614e279365b72f9e629e0
+DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba

diff --git a/x11-misc/qtfm/qtfm-5.9.ebuild b/x11-misc/qtfm/qtfm-5.9.ebuild
new file mode 100644
index 00000000000..b6555362773
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-5.9.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
+HOMEPAGE="http://www.qtfm.org/"
+SRC_URI="https://dev.gentoo.org/~jer/${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	sys-apps/file
+"
+DEPEND="
+	${RDEPEND}
+	dev-qt/qtchooser
+"
+PATCHES=( "${FILESDIR}"/${PN}-5.5-gcc6.patch )
+S=${WORKDIR}/${PN}-master
+
+QTFM_LINGUAS="
+	da de es fr it pl ru sr sv zh zh_TW
+"
+for lingua in ${QTFM_LINGUAS}; do
+	IUSE+=" l10n_${lingua/_/-}"
+done
+
+src_prepare() {
+	rm translations/${PN}_XX.ts || die
+
+	default
+
+	sed -i \
+		-e '/MimeType=/s|$|;|' \
+		-e '/Categories=/s|$|;System;FileTools;|' \
+		${PN}.desktop || die
+}
+
+src_configure() {
+	if [[ -n "${L10N}" ]]; then
+		local lingua
+		for lingua in ${QTFM_LINGUAS}; do
+			if ! use l10n_${lingua/_/-}; then
+				sed -i -e "s:translations/${PN}_${lingua}.qm::g" ${PN}.pro || die
+				rm translations/${PN}_${lingua}.ts || die
+			fi
+		done
+	fi
+
+	lrelease translations/*.ts || die
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-02-11  2:37 Michael Palimaka
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Palimaka @ 2018-02-11  2:37 UTC (permalink / raw
  To: gentoo-commits

commit:     69067acbe601049b4bf27e80342fc68c1ff6da6a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 02:33:21 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 02:37:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69067acb

x11-misc/qtfm: revision bump address assorted issues

* Replace incorrect dev-qt/qtchooser dependency with dev-qt/linguist-tools:5
    and direct binary call
* Remove L10N USE flags that serve no purpose
* Avoid installing duplicate documentation files
* Avoid unnecessary mimeinfo database update
* Correct LICENSE
* Add missing unpack dependency

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/qtfm/qtfm-5.9-r1.ebuild | 61 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/x11-misc/qtfm/qtfm-5.9-r1.ebuild b/x11-misc/qtfm/qtfm-5.9-r1.ebuild
new file mode 100644
index 00000000000..4a2ca8ca87b
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-5.9-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
+HOMEPAGE="http://www.qtfm.org/"
+SRC_URI="https://dev.gentoo.org/~jer/${P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-qt/qtcore: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
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-5.5-gcc6.patch )
+
+S=${WORKDIR}/${PN}-master
+
+src_prepare() {
+	rm translations/${PN}_XX.ts || die
+
+	default
+
+	sed -i \
+		-e '/MimeType=/s|$|;|' \
+		-e '/Categories=/s|$|;System;FileTools;|' \
+		${PN}.desktop || die
+
+	sed -i -e '/^INSTALLS/s/docs//' ${PN}.pro || die
+}
+
+src_configure() {
+	"$(qt5_get_bindir)"/lrelease translations/*.ts || die
+	eqmake5
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-03-07 13:51 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2018-03-07 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     36a8776ada7bee3178f463f1c59fb5b0c02ced71
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 13:49:37 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 13:49:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a8776a

x11-misc/qtfm: amd64 stable wrt bug #649652

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 x11-misc/qtfm/qtfm-5.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-5.9-r1.ebuild b/x11-misc/qtfm/qtfm-5.9-r1.ebuild
index 4a2ca8ca87b..67b00a405fd 100644
--- a/x11-misc/qtfm/qtfm-5.9-r1.ebuild
+++ b/x11-misc/qtfm/qtfm-5.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.zip"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-qt/qtcore:5


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-03-10  1:26 Michael Palimaka
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Palimaka @ 2018-03-10  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     58f68074bd1bca2eb8bc500a03ba4eb3fb34fea2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 01:25:23 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 01:25:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f68074

x11-misc/qtfm: stabilise 5.9-r1 for x86

Bug: https://bugs.gentoo.org/649652
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/qtfm/qtfm-5.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-5.9-r1.ebuild b/x11-misc/qtfm/qtfm-5.9-r1.ebuild
index 67b00a405fd..7b60beb220b 100644
--- a/x11-misc/qtfm/qtfm-5.9-r1.ebuild
+++ b/x11-misc/qtfm/qtfm-5.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.zip"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-qt/qtcore:5


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-03-10  1:26 Michael Palimaka
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Palimaka @ 2018-03-10  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     878fd2fa53e6a0e739300c99fef9b2965f7967d1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 01:25:47 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 01:26:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878fd2fa

x11-misc/qtfm: remove 5.5-r1 and 5.9-r0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/qtfm/Manifest           |  1 -
 x11-misc/qtfm/qtfm-5.5-r1.ebuild | 50 --------------------------
 x11-misc/qtfm/qtfm-5.9.ebuild    | 76 ----------------------------------------
 3 files changed, 127 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index aa2a3a071e5..f83c8659681 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,2 +1 @@
-DIST qtfm-5.5.tar.gz 149667 BLAKE2B f369495fd5fba183e7bb5b38db61a8a667d5835b42cf78f424d0db4bb4f0c7fcb0856578df30cb50547c7799fa16147d17951b72d99398937774bd097487ccbf SHA512 0d592b482f35c76b424cc581394d34299bb93367f287f57718d640df256f352fef7e389a8370889d0d78ca8afb9868cdfb56ae15671614e279365b72f9e629e0
 DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba

diff --git a/x11-misc/qtfm/qtfm-5.5-r1.ebuild b/x11-misc/qtfm/qtfm-5.5-r1.ebuild
deleted file mode 100644
index bab6abce488..00000000000
--- a/x11-misc/qtfm/qtfm-5.5-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit fdo-mime qmake-utils
-
-DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
-HOMEPAGE="http://www.qtfm.org/"
-SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# file is for LIBS += -lmagic
-RDEPEND="sys-apps/file
-	dev-qt/qtgui:4"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
-
-src_prepare() {
-	default
-	sed -i \
-		-e "/^docs.path/s:qtfm:${PF}:" \
-		-e '/^docs.files/s: COPYING::' \
-		${PN}.desktop || die
-	sed -i \
-		-e '/MimeType=/s|$|;|' \
-		-e '/Categories=/s|$|;System;FileTools;|' \
-		${PN}.desktop || die
-}
-
-src_configure() {
-	eqmake4
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-}

diff --git a/x11-misc/qtfm/qtfm-5.9.ebuild b/x11-misc/qtfm/qtfm-5.9.ebuild
deleted file mode 100644
index b6555362773..00000000000
--- a/x11-misc/qtfm/qtfm-5.9.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
-HOMEPAGE="http://www.qtfm.org/"
-SRC_URI="https://dev.gentoo.org/~jer/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	sys-apps/file
-"
-DEPEND="
-	${RDEPEND}
-	dev-qt/qtchooser
-"
-PATCHES=( "${FILESDIR}"/${PN}-5.5-gcc6.patch )
-S=${WORKDIR}/${PN}-master
-
-QTFM_LINGUAS="
-	da de es fr it pl ru sr sv zh zh_TW
-"
-for lingua in ${QTFM_LINGUAS}; do
-	IUSE+=" l10n_${lingua/_/-}"
-done
-
-src_prepare() {
-	rm translations/${PN}_XX.ts || die
-
-	default
-
-	sed -i \
-		-e '/MimeType=/s|$|;|' \
-		-e '/Categories=/s|$|;System;FileTools;|' \
-		${PN}.desktop || die
-}
-
-src_configure() {
-	if [[ -n "${L10N}" ]]; then
-		local lingua
-		for lingua in ${QTFM_LINGUAS}; do
-			if ! use l10n_${lingua/_/-}; then
-				sed -i -e "s:translations/${PN}_${lingua}.qm::g" ${PN}.pro || die
-				rm translations/${PN}_${lingua}.ts || die
-			fi
-		done
-	fi
-
-	lrelease translations/*.ts || die
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-11-22 11:30 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-11-22 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d44f3a8c338516ad844afde1fb4930b010c9cb03
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 11:28:57 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 11:30:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44f3a8c

x11-misc/qtfm: Version 6.1.3

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=671582
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/qtfm/Manifest          |  1 +
 x11-misc/qtfm/qtfm-6.1.3.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index f83c8659681..a0c9c3311f3 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1 +1,2 @@
 DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba
+DIST qtfm-6.1.3.tar.gz 189408 BLAKE2B 529615c34996d696db49c8403cfb22bcaf8decc3ed8ebff5193dffe8f041b3cb45673859dcff4200f5f2f32cca0cdfc428145a47a7e85edbd9cb04d62a34ed71 SHA512 190571e424dbbc6607a21237f79527708cf3f33698845169c0dbec4e3a7f92761325b70fccffb125929d102dc89581ddbadb5ac69363139531b0d724bd05e0ac

diff --git a/x11-misc/qtfm/qtfm-6.1.3.ebuild b/x11-misc/qtfm/qtfm-6.1.3.ebuild
new file mode 100644
index 00000000000..01ec8d64dc8
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-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/qtcore: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() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-11-23 18:09 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-11-23 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f8d86fc8e5c2274e97455b7ca30ff4e7b38198d7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 18:09:32 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 18:09:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d86fc8

x11-misc/qtfm: Add missing dependency

Fixes: https://bugs.gentoo.org/671764
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/qtfm/{qtfm-6.1.3.ebuild => qtfm-6.1.3-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/qtfm/qtfm-6.1.3.ebuild b/x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
similarity index 97%
rename from x11-misc/qtfm/qtfm-6.1.3.ebuild
rename to x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
index 01ec8d64dc8..c8329cd1adb 100644
--- a/x11-misc/qtfm/qtfm-6.1.3.ebuild
+++ b/x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
@@ -13,6 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
+	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-11-27 16:23 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-11-27 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     97674848c9c465ea660a06ec0b20aba9c7305d68
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 16:23:17 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 16:23:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97674848

x11-misc/qtfm: Version 6.1.4

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

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

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index a0c9c3311f3..8914a493e10 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,2 +1,3 @@
 DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba
 DIST qtfm-6.1.3.tar.gz 189408 BLAKE2B 529615c34996d696db49c8403cfb22bcaf8decc3ed8ebff5193dffe8f041b3cb45673859dcff4200f5f2f32cca0cdfc428145a47a7e85edbd9cb04d62a34ed71 SHA512 190571e424dbbc6607a21237f79527708cf3f33698845169c0dbec4e3a7f92761325b70fccffb125929d102dc89581ddbadb5ac69363139531b0d724bd05e0ac
+DIST qtfm-6.1.4.tar.gz 190220 BLAKE2B 31c9bc6564db111ac42451232470607d9327291296cf6c6fa02230c0285506f251bee03ca4f44570c0266cf51fddd3b4861137f67ed1983fda7cde118a20f0ab SHA512 492d4a5cd41320f0f69c6be6a0dbf8f9b13a2178e76dd79ac8c2a74952b482949073791ef247fc22e80fcdd7194f1b6db9cd489c10506b65e0c0b8918182d073

diff --git a/x11-misc/qtfm/qtfm-6.1.4.ebuild b/x11-misc/qtfm/qtfm-6.1.4.ebuild
new file mode 100644
index 00000000000..c8329cd1adb
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-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/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() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-12-02 19:22 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-12-02 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d00dcfb06bc8108be81bb88645986a2a02e40b2d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 19:21:15 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 19:21:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00dcfb0

x11-misc/qtfm: Fix DOCDIR

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=672406
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/qtfm/{qtfm-6.1.3-r1.ebuild => qtfm-6.1.3-r2.ebuild} | 5 +++++
 x11-misc/qtfm/{qtfm-6.1.4.ebuild => qtfm-6.1.4-r1.ebuild}    | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/x11-misc/qtfm/qtfm-6.1.3-r1.ebuild b/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
similarity index 88%
rename from x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
rename to x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
index c8329cd1adb..22efcc7f255 100644
--- a/x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
+++ b/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
@@ -26,6 +26,11 @@ DEPEND="
 	dev-qt/linguist-tools:5
 "
 
+src_prepare() {
+	sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
+	default
+}
+
 src_configure() {
 	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
 }

diff --git a/x11-misc/qtfm/qtfm-6.1.4.ebuild b/x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
similarity index 88%
rename from x11-misc/qtfm/qtfm-6.1.4.ebuild
rename to x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
index c8329cd1adb..22efcc7f255 100644
--- a/x11-misc/qtfm/qtfm-6.1.4.ebuild
+++ b/x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
@@ -26,6 +26,11 @@ DEPEND="
 	dev-qt/linguist-tools:5
 "
 
+src_prepare() {
+	sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
+	default
+}
+
 src_configure() {
 	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
 }


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-12-11 12:21 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-12-11 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0c6c5294b9ea11fad3fa3b7851612948235d1a4d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 11:53:57 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 12:21:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6c5294

x11-misc/qtfm: Old

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

 x11-misc/qtfm/Manifest             |  1 -
 x11-misc/qtfm/qtfm-6.1.3-r2.ebuild | 51 --------------------------------------
 x11-misc/qtfm/qtfm-6.1.5.ebuild    |  1 +
 3 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index a78e160e268..1d091803366 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,4 +1,3 @@
 DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba
-DIST qtfm-6.1.3.tar.gz 189408 BLAKE2B 529615c34996d696db49c8403cfb22bcaf8decc3ed8ebff5193dffe8f041b3cb45673859dcff4200f5f2f32cca0cdfc428145a47a7e85edbd9cb04d62a34ed71 SHA512 190571e424dbbc6607a21237f79527708cf3f33698845169c0dbec4e3a7f92761325b70fccffb125929d102dc89581ddbadb5ac69363139531b0d724bd05e0ac
 DIST qtfm-6.1.4.tar.gz 190220 BLAKE2B 31c9bc6564db111ac42451232470607d9327291296cf6c6fa02230c0285506f251bee03ca4f44570c0266cf51fddd3b4861137f67ed1983fda7cde118a20f0ab SHA512 492d4a5cd41320f0f69c6be6a0dbf8f9b13a2178e76dd79ac8c2a74952b482949073791ef247fc22e80fcdd7194f1b6db9cd489c10506b65e0c0b8918182d073
 DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788

diff --git a/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild b/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
deleted file mode 100644
index 22efcc7f255..00000000000
--- a/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit xdg-utils gnome2-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/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	sys-apps/file
-"
-DEPEND="
-	${RDEPEND}
-	app-arch/unzip
-	dev-qt/linguist-tools:5
-"
-
-src_prepare() {
-	sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
-	default
-}
-
-src_configure() {
-	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}

diff --git a/x11-misc/qtfm/qtfm-6.1.5.ebuild b/x11-misc/qtfm/qtfm-6.1.5.ebuild
index 22efcc7f255..0803398ef3a 100644
--- a/x11-misc/qtfm/qtfm-6.1.5.ebuild
+++ b/x11-misc/qtfm/qtfm-6.1.5.ebuild
@@ -15,6 +15,7 @@ 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


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2018-12-11 12:21 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2018-12-11 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4c7070aee9a08b9c053fe4454c0515198569afd4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 11:53:28 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 12:21:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7070ae

x11-misc/qtfm: Version 6.1.5

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

 x11-misc/qtfm/Manifest          |  1 +
 x11-misc/qtfm/qtfm-6.1.5.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 8914a493e10..a78e160e268 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,3 +1,4 @@
 DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba
 DIST qtfm-6.1.3.tar.gz 189408 BLAKE2B 529615c34996d696db49c8403cfb22bcaf8decc3ed8ebff5193dffe8f041b3cb45673859dcff4200f5f2f32cca0cdfc428145a47a7e85edbd9cb04d62a34ed71 SHA512 190571e424dbbc6607a21237f79527708cf3f33698845169c0dbec4e3a7f92761325b70fccffb125929d102dc89581ddbadb5ac69363139531b0d724bd05e0ac
 DIST qtfm-6.1.4.tar.gz 190220 BLAKE2B 31c9bc6564db111ac42451232470607d9327291296cf6c6fa02230c0285506f251bee03ca4f44570c0266cf51fddd3b4861137f67ed1983fda7cde118a20f0ab SHA512 492d4a5cd41320f0f69c6be6a0dbf8f9b13a2178e76dd79ac8c2a74952b482949073791ef247fc22e80fcdd7194f1b6db9cd489c10506b65e0c0b8918182d073
+DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788

diff --git a/x11-misc/qtfm/qtfm-6.1.5.ebuild b/x11-misc/qtfm/qtfm-6.1.5.ebuild
new file mode 100644
index 00000000000..22efcc7f255
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-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/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	sys-apps/file
+"
+DEPEND="
+	${RDEPEND}
+	app-arch/unzip
+	dev-qt/linguist-tools:5
+"
+
+src_prepare() {
+	sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
+	default
+}
+
+src_configure() {
+	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-01-31 22:15 Thomas Deutschmann
  0 siblings, 0 replies; 35+ messages in thread
From: Thomas Deutschmann @ 2019-01-31 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e71e64300d8b6a3d87b057969ff4e65ed7f0f3e1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 21:58:27 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 22:10:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71e6430

x11-misc/qtfm: x86 stable (bug #673300)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-misc/qtfm/qtfm-6.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/qtfm/qtfm-6.1.5.ebuild b/x11-misc/qtfm/qtfm-6.1.5.ebuild
index 0803398ef3a..eed6f1a6030 100644
--- a/x11-misc/qtfm/qtfm-6.1.5.ebuild
+++ b/x11-misc/qtfm/qtfm-6.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	dev-qt/qtconcurrent:5


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-02-02 14:04 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-02-02 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     343bff36992232ad3a8fcf267b17aebe93019845
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  2 14:04:18 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb  2 14:04:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343bff36

x11-misc/qtfm: Version 6.1.6

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

 x11-misc/qtfm/Manifest          |  1 +
 x11-misc/qtfm/qtfm-6.1.6.ebuild | 52 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 1d091803366..3e0c97b42f5 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,3 +1,4 @@
 DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1b87b821dc49655117d6d61a0aeb37cb1771641aac6b5ccfa8eefaa6e2f6d453c68061594e47bf5c5e SHA512 7686a84f1678e1f04f439d65290f5c93da25fbe80487a37f4ce32eae0d29d7a03a169d3dd9cbc81c2b678f54d9fdc01967b6c1b1cb8a19cf37a910a19918a2ba
 DIST qtfm-6.1.4.tar.gz 190220 BLAKE2B 31c9bc6564db111ac42451232470607d9327291296cf6c6fa02230c0285506f251bee03ca4f44570c0266cf51fddd3b4861137f67ed1983fda7cde118a20f0ab SHA512 492d4a5cd41320f0f69c6be6a0dbf8f9b13a2178e76dd79ac8c2a74952b482949073791ef247fc22e80fcdd7194f1b6db9cd489c10506b65e0c0b8918182d073
 DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788
+DIST qtfm-6.1.6.tar.gz 247468 BLAKE2B 1775100281c25201e7abf1b8dcd47d9a10feae51d0d4cd9e2a62a7e739325207b0e9b15475acb29fe621c13ed7d2a7d96cef39f68f57a09a60d5721f22217a56 SHA512 7b7392ba79699ac479ae8618415d8fab8ad6129e132f54801560413e51e0e68932d325d9ca8462c4e02e2b7a7d05fcb7dcfe9b16c36212996061478171764867

diff --git a/x11-misc/qtfm/qtfm-6.1.6.ebuild b/x11-misc/qtfm/qtfm-6.1.6.ebuild
new file mode 100644
index 00000000000..df621215515
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-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_prepare() {
+	sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
+	default
+}
+
+src_configure() {
+	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-02-08  9:10 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2019-02-08  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e8a3949d1d092bdc3a30c92822ce51b706bdf27f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  8 09:10:05 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb  8 09:10:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a3949d

x11-misc/qtfm: amd64 stable wrt bug #673300

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-misc/qtfm/qtfm-6.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-6.1.5.ebuild b/x11-misc/qtfm/qtfm-6.1.5.ebuild
index eed6f1a6030..88902e6b9aa 100644
--- a/x11-misc/qtfm/qtfm-6.1.5.ebuild
+++ b/x11-misc/qtfm/qtfm-6.1.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-qt/qtconcurrent:5


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-02-12 22:08 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-02-12 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3110264b1a39545f15b0b5e0230964c4e36eec67
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 22:07:11 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 22:08:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3110264b

x11-misc/qtfm: Version 6.1.7

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

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

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 3e0c97b42f5..315c83dd3bf 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -2,3 +2,4 @@ DIST qtfm-5.9.zip 172616 BLAKE2B 50219cb9afbca78b4fe7767631e91008254f6a4e745c3f1
 DIST qtfm-6.1.4.tar.gz 190220 BLAKE2B 31c9bc6564db111ac42451232470607d9327291296cf6c6fa02230c0285506f251bee03ca4f44570c0266cf51fddd3b4861137f67ed1983fda7cde118a20f0ab SHA512 492d4a5cd41320f0f69c6be6a0dbf8f9b13a2178e76dd79ac8c2a74952b482949073791ef247fc22e80fcdd7194f1b6db9cd489c10506b65e0c0b8918182d073
 DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788
 DIST qtfm-6.1.6.tar.gz 247468 BLAKE2B 1775100281c25201e7abf1b8dcd47d9a10feae51d0d4cd9e2a62a7e739325207b0e9b15475acb29fe621c13ed7d2a7d96cef39f68f57a09a60d5721f22217a56 SHA512 7b7392ba79699ac479ae8618415d8fab8ad6129e132f54801560413e51e0e68932d325d9ca8462c4e02e2b7a7d05fcb7dcfe9b16c36212996061478171764867
+DIST qtfm-6.1.7.tar.gz 247617 BLAKE2B 4cd8cf22859d4d42f526d668fb1fb47a8a6d59c770c46cc1fb0fc05b752af8bb3c4bcaf81e977283544953c04006080754285cb411aa036c76a041ee2499f365 SHA512 04e14df63f9827fd00a923c91b6c66a022f3c2318df182222b15dc388a7c9fde579981b78d8057a57de29da348f42cfb0a1fe6169f3fbdc50a9f25f78d6d02a6

diff --git a/x11-misc/qtfm/qtfm-6.1.7.ebuild b/x11-misc/qtfm/qtfm-6.1.7.ebuild
new file mode 100644
index 00000000000..47ad9c33307
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-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() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-03-23 14:03 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-03-23 14:03 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-04-25  7:24 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-04-25  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3aba4c9cab7a40780ee6a79e9b622789f9e805a1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 07:23:32 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 07:24:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aba4c9c

x11-misc/qtfm: Old

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

 x11-misc/qtfm/Manifest          |  1 -
 x11-misc/qtfm/qtfm-6.1.7.ebuild | 47 -----------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 8decefef4e9..0cb435b31d3 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,4 +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
 DIST qtfm-6.1.9.tar.gz 248313 BLAKE2B 4c9970754925de3210cc688f8f9ad8caea753b78e8e8377ee8a0a6dec014ab3c4459f20882b00c6d16c7bc36878cf8f483b38af0e9102d097679b12a6a6e0db9 SHA512 44765e219f4774f30e43027056fde04d23579e8c91b72215432ff4718fc702f85ddb9752b166eef8aa1aa89ab7bcc6a14585fce05f447c264087ee8274d4bfea

diff --git a/x11-misc/qtfm/qtfm-6.1.7.ebuild b/x11-misc/qtfm/qtfm-6.1.7.ebuild
deleted file mode 100644
index 47ad9c33307..00000000000
--- a/x11-misc/qtfm/qtfm-6.1.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit xdg-utils gnome2-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() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-04-25  7:24 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-04-25  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b438efe8291f696d5ba20a906cb8116a7ea6c73c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 07:22:57 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 07:24:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438efe8

x11-misc/qtfm: Version 6.1.9

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

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

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 1bc4efd01d3..8decefef4e9 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,3 +1,4 @@
 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
+DIST qtfm-6.1.9.tar.gz 248313 BLAKE2B 4c9970754925de3210cc688f8f9ad8caea753b78e8e8377ee8a0a6dec014ab3c4459f20882b00c6d16c7bc36878cf8f483b38af0e9102d097679b12a6a6e0db9 SHA512 44765e219f4774f30e43027056fde04d23579e8c91b72215432ff4718fc702f85ddb9752b166eef8aa1aa89ab7bcc6a14585fce05f447c264087ee8274d4bfea

diff --git a/x11-misc/qtfm/qtfm-6.1.9.ebuild b/x11-misc/qtfm/qtfm-6.1.9.ebuild
new file mode 100644
index 00000000000..e80647d017f
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.1.9.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
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-06-07  6:38 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-06-07  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1890e19a0a161ffd70db4b0aa659232954f31ef7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 06:38:18 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 06:38:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1890e19a

x11-misc/qtfm: Old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
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 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 577c89d8470..5a685d41e6f 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,4 +1,3 @@
 DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788
-DIST qtfm-6.1.8.tar.gz 248195 BLAKE2B e99e9a545a3c534af9e8bd5443f8f99d92b63ece1adf7544272e5c5940e4ebb34dad52fb1d5023c3bbeeb6abb50dfb8f46d2034fa01a23bf649a761bc31f9a3d SHA512 04f82e2cb9bb7a9d68c86ffcb7d5a238e68ade38fad145d699030f743343d33b438234cbb132ebf12a1dad67c331bed14bcbb6e89e78a6d1e812461f2102c15b
 DIST qtfm-6.1.9.tar.gz 248313 BLAKE2B 4c9970754925de3210cc688f8f9ad8caea753b78e8e8377ee8a0a6dec014ab3c4459f20882b00c6d16c7bc36878cf8f483b38af0e9102d097679b12a6a6e0db9 SHA512 44765e219f4774f30e43027056fde04d23579e8c91b72215432ff4718fc702f85ddb9752b166eef8aa1aa89ab7bcc6a14585fce05f447c264087ee8274d4bfea
 DIST qtfm-6.2.0.tar.gz 411064 BLAKE2B dce16b79753de31c58b36aa51b2f5555a12e19778ce81ca980bb5775f694d5315df97f4ac7b060653748a3ec2bc69b0f88599bca44696ce8b6a8026b30abbf9f SHA512 44bcef3d9e4111388aa93fd8c51d65a5210e969071d79336a4451a78ec7503867d8c667325eeafa5f85ee922dd787746e6ac94e17a61c07914c12364cfa8951d

diff --git a/x11-misc/qtfm/qtfm-6.1.8.ebuild b/x11-misc/qtfm/qtfm-6.1.8.ebuild
deleted file mode 100644
index e80647d017f..00000000000
--- a/x11-misc/qtfm/qtfm-6.1.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-06-07  6:38 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-06-07  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     44ba3ca42b7b366a2dfed310622980a01cb999b5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 06:37:31 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 06:38:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ba3ca4

x11-misc/qtfm: Version 6.2.0

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

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

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 0cb435b31d3..577c89d8470 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,3 +1,4 @@
 DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788
 DIST qtfm-6.1.8.tar.gz 248195 BLAKE2B e99e9a545a3c534af9e8bd5443f8f99d92b63ece1adf7544272e5c5940e4ebb34dad52fb1d5023c3bbeeb6abb50dfb8f46d2034fa01a23bf649a761bc31f9a3d SHA512 04f82e2cb9bb7a9d68c86ffcb7d5a238e68ade38fad145d699030f743343d33b438234cbb132ebf12a1dad67c331bed14bcbb6e89e78a6d1e812461f2102c15b
 DIST qtfm-6.1.9.tar.gz 248313 BLAKE2B 4c9970754925de3210cc688f8f9ad8caea753b78e8e8377ee8a0a6dec014ab3c4459f20882b00c6d16c7bc36878cf8f483b38af0e9102d097679b12a6a6e0db9 SHA512 44765e219f4774f30e43027056fde04d23579e8c91b72215432ff4718fc702f85ddb9752b166eef8aa1aa89ab7bcc6a14585fce05f447c264087ee8274d4bfea
+DIST qtfm-6.2.0.tar.gz 411064 BLAKE2B dce16b79753de31c58b36aa51b2f5555a12e19778ce81ca980bb5775f694d5315df97f4ac7b060653748a3ec2bc69b0f88599bca44696ce8b6a8026b30abbf9f SHA512 44bcef3d9e4111388aa93fd8c51d65a5210e969071d79336a4451a78ec7503867d8c667325eeafa5f85ee922dd787746e6ac94e17a61c07914c12364cfa8951d

diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
new file mode 100644
index 00000000000..e80647d017f
--- /dev/null
+++ b/x11-misc/qtfm/qtfm-6.2.0.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
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-06-07 20:53 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-06-07 20:53 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-06-09 12:25 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-06-09 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c165e9d61ffa43ee79e792844c6403750df169ad
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 12:21:20 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 12:25:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c165e9d6

x11-misc/qtfm: Drop multilib.eclass

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

 x11-misc/qtfm/qtfm-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
index 866fd51c7ec..1fd462b11fa 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 multilib xdg-utils qmake-utils
+inherit xdg-utils qmake-utils
 
 DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
 HOMEPAGE="https://qtfm.eu/"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-06-09 12:45 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-06-09 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1f5ee5a47d3f353114726ad0d089a87e4ad44792
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 12:42:46 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 12:45:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5ee5a4

x11-misc/qtfm: Add USE=dbus

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

 x11-misc/qtfm/metadata.xml      | 1 +
 x11-misc/qtfm/qtfm-6.2.0.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/qtfm/metadata.xml b/x11-misc/qtfm/metadata.xml
index 9c25f5fe191..004b55d08e6 100644
--- a/x11-misc/qtfm/metadata.xml
+++ b/x11-misc/qtfm/metadata.xml
@@ -10,6 +10,7 @@
 	<name>Gentoo Desktop Miscellaneous Project</name>
 </maintainer>
 <use>
+<flag name='dbus'>Install the qtfm-tray removable device manager</flag>
 <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 1fd462b11fa..e330a1bea39 100644
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.0.ebuild
@@ -11,16 +11,16 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="shared"
+IUSE="+dbus shared"
 
 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
+	dbus? ( dev-qt/qtdbus:5 )
 "
 DEPEND="
 	${RDEPEND}
@@ -30,6 +30,7 @@ DEPEND="
 
 src_configure() {
 	eqmake5 \
+		$(usex dbus '' 'CONFIG+=no_dbus CONFIG+=no_tray') \
 		$(usex shared 'CONFIG+=sharedlib' '') \
 		$(usex shared 'CONFIG+=with_includes' '') \
 		LIBDIR="/usr/$(get_libdir)" \


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-12-15 12:44 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-12-15 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b6cf5682839ff9b80c4d4cba5e6fcba98fa52849
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 12:39:16 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 12:39:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cf5682

x11-misc/qtfm: amd64 stable wrt bug #699380

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/qtfm/qtfm-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
index e330a1bea39..3b6a91a0410 100644
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus shared"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-12-15 13:53 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-12-15 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     709dafb3d7cca2ed2851b85af313bbc0644d4e98
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 13:52:39 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 13:52:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709dafb3

x11-misc/qtfm: x86 stable wrt bug #699380

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/qtfm/qtfm-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
index 3b6a91a0410..8ec496a5bd7 100644
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus shared"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2019-12-15 13:56 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-12-15 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d57539eb2e6db8dfe0c870bd83274cd4befe0f83
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 13:56:05 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 13:56:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57539eb

x11-misc/qtfm: Old

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

 x11-misc/qtfm/Manifest          |  2 --
 x11-misc/qtfm/qtfm-6.1.5.ebuild | 52 -----------------------------------------
 x11-misc/qtfm/qtfm-6.1.9.ebuild | 47 -------------------------------------
 3 files changed, 101 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 5a685d41e6f..a09fd090555 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,3 +1 @@
-DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788
-DIST qtfm-6.1.9.tar.gz 248313 BLAKE2B 4c9970754925de3210cc688f8f9ad8caea753b78e8e8377ee8a0a6dec014ab3c4459f20882b00c6d16c7bc36878cf8f483b38af0e9102d097679b12a6a6e0db9 SHA512 44765e219f4774f30e43027056fde04d23579e8c91b72215432ff4718fc702f85ddb9752b166eef8aa1aa89ab7bcc6a14585fce05f447c264087ee8274d4bfea
 DIST qtfm-6.2.0.tar.gz 411064 BLAKE2B dce16b79753de31c58b36aa51b2f5555a12e19778ce81ca980bb5775f694d5315df97f4ac7b060653748a3ec2bc69b0f88599bca44696ce8b6a8026b30abbf9f SHA512 44bcef3d9e4111388aa93fd8c51d65a5210e969071d79336a4451a78ec7503867d8c667325eeafa5f85ee922dd787746e6ac94e17a61c07914c12364cfa8951d

diff --git a/x11-misc/qtfm/qtfm-6.1.5.ebuild b/x11-misc/qtfm/qtfm-6.1.5.ebuild
deleted file mode 100644
index 88902e6b9aa..00000000000
--- a/x11-misc/qtfm/qtfm-6.1.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit xdg-utils gnome2-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_prepare() {
-	sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
-	default
-}
-
-src_configure() {
-	eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-}

diff --git a/x11-misc/qtfm/qtfm-6.1.9.ebuild b/x11-misc/qtfm/qtfm-6.1.9.ebuild
deleted file mode 100644
index e80647d017f..00000000000
--- a/x11-misc/qtfm/qtfm-6.1.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2020-04-26 11:00 David Seifert
  0 siblings, 0 replies; 35+ messages in thread
From: David Seifert @ 2020-04-26 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     19cb05791bc6ccd251f34a7e5543b9a77d5b92de
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 10:59:27 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 10:59:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cb0579

x11-misc/qtfm: Replace virtual/ffmpeg

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/qtfm/qtfm-99999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/qtfm/qtfm-99999.ebuild b/x11-misc/qtfm/qtfm-99999.ebuild
index 5d0ee8acd42..4bdc1441aaa 100644
--- a/x11-misc/qtfm/qtfm-99999.ebuild
+++ b/x11-misc/qtfm/qtfm-99999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	sys-apps/file
 	dbus? ( dev-qt/qtdbus:5 )
-	ffmpeg? ( virtual/ffmpeg )
+	ffmpeg? ( media-video/ffmpeg )
 	imagemagick? ( >=media-gfx/imagemagick-7:= )
 "
 DEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2020-06-14 21:51 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2020-06-14 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1d06ab7a252c6af28616bed11002effa6cfc1f1c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 18:20:45 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 21:51:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d06ab7a

x11-misc/qtfm: Fix EAPI-7, local mycmakeargs, improve DESCRIPTION

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/qtfm/qtfm-6.2.0.ebuild | 17 +++++++++--------
 x11-misc/qtfm/qtfm-99999.ebuild | 28 ++++++++++++++--------------
 2 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/x11-misc/qtfm/qtfm-6.2.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
index 8ec496a5bd7..44a47469469 100644
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 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"
+inherit qmake-utils xdg-utils
+
+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"
 
@@ -13,6 +14,10 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+dbus shared"
 
+BDEPEND="
+	app-arch/unzip
+	dev-qt/linguist-tools:5
+"
 RDEPEND="
 	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
@@ -22,11 +27,7 @@ RDEPEND="
 	sys-apps/file
 	dbus? ( dev-qt/qtdbus:5 )
 "
-DEPEND="
-	${RDEPEND}
-	app-arch/unzip
-	dev-qt/linguist-tools:5
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	eqmake5 \

diff --git a/x11-misc/qtfm/qtfm-99999.ebuild b/x11-misc/qtfm/qtfm-99999.ebuild
index 4bdc1441aaa..d61d41015c7 100644
--- a/x11-misc/qtfm/qtfm-99999.ebuild
+++ b/x11-misc/qtfm/qtfm-99999.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 xdg-utils cmake
 
-DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
+inherit cmake git-r3 xdg-utils
+
+DESCRIPTION="Small, lightweight file manager based on pure Qt"
 HOMEPAGE="https://qtfm.eu/"
 EGIT_REPO_URI="https://github.com/rodlie/qtfm/"
 
@@ -13,6 +14,10 @@ SLOT="0"
 KEYWORDS=""
 IUSE="+dbus ffmpeg imagemagick"
 
+BDEPEND="
+	app-arch/unzip
+	dev-qt/linguist-tools:5
+"
 RDEPEND="
 	dev-qt/qtconcurrent:5
 	dev-qt/qtcore:5
@@ -24,20 +29,15 @@ RDEPEND="
 	ffmpeg? ( media-video/ffmpeg )
 	imagemagick? ( >=media-gfx/imagemagick-7:= )
 "
-DEPEND="
-	${RDEPEND}
-	app-arch/unzip
-	dev-qt/linguist-tools:5
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-99999-cmake.patch
-)
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-99999-cmake.patch )
 
 src_configure() {
-	mycmakeargs=(
-		-DENABLE_DBUS="$(usex dbus)"
-		-DENABLE_FFMPEG="$(usex ffmpeg)"
-		-DENABLE_MAGICK="$(usex imagemagick)"
+	local mycmakeargs=(
+		-DENABLE_DBUS=$(usex dbus)
+		-DENABLE_FFMPEG=$(usex ffmpeg)
+		-DENABLE_MAGICK=$(usex imagemagick)
 	)
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2022-04-06 19:53 Jonas Stein
  0 siblings, 0 replies; 35+ messages in thread
From: Jonas Stein @ 2022-04-06 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b45066a1a31a5719d49728a5fee4df864aec139b
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 19:53:07 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 19:53:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45066a1

x11-misc/qtfm: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-misc/qtfm/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/qtfm/metadata.xml b/x11-misc/qtfm/metadata.xml
index 93c880291811..3b19574b6147 100644
--- a/x11-misc/qtfm/metadata.xml
+++ b/x11-misc/qtfm/metadata.xml
@@ -5,10 +5,6 @@
 	<email>qt@gentoo.org</email>
 	<name>Gentoo Qt Project</name>
 </maintainer>
-<maintainer type="project">
-	<email>desktop-misc@gentoo.org</email>
-	<name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
 <use>
 <flag name="dbus">Install the qtfm-tray removable device manager</flag>
 <flag name="shared">Install the libQtFM shared library and headers</flag>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2022-09-26 17:18 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2022-09-26 17:18 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2022-10-25 17:55 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-10-25 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     427b7a694c0bca27d50a53257b89a47c125e9445
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:54:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:54:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427b7a69

x11-misc/qtfm: Stabilize 6.2.1 amd64, #878261

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/qtfm/qtfm-6.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-6.2.1.ebuild b/x11-misc/qtfm/qtfm-6.2.1.ebuild
index 82c4fe88eab6..e08352b8abd7 100644
--- a/x11-misc/qtfm/qtfm-6.2.1.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+dbus shared"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2022-10-25 17:55 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-10-25 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     82ec15f464eabc49f21d1bb06f261a8be6870963
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:54:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:54:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ec15f4

x11-misc/qtfm: Stabilize 6.2.1 x86, #878261

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/qtfm/qtfm-6.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qtfm/qtfm-6.2.1.ebuild b/x11-misc/qtfm/qtfm-6.2.1.ebuild
index e08352b8abd7..9e46320ebd05 100644
--- a/x11-misc/qtfm/qtfm-6.2.1.ebuild
+++ b/x11-misc/qtfm/qtfm-6.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus shared"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
@ 2022-10-25 18:36 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2022-10-25 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6f28d54e0f250c129ba4c102eba41a0befe75aae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 18:34:16 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 18:35:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f28d54e

x11-misc/qtfm: drop 6.2.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/qtfm/Manifest          |  1 -
 x11-misc/qtfm/qtfm-6.2.0.ebuild | 57 -----------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest
index 8b36857b40c6..bc1f91b23848 100644
--- a/x11-misc/qtfm/Manifest
+++ b/x11-misc/qtfm/Manifest
@@ -1,2 +1 @@
-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.0.ebuild b/x11-misc/qtfm/qtfm-6.2.0.ebuild
deleted file mode 100644
index 2701a220c7e8..000000000000
--- a/x11-misc/qtfm/qtfm-6.2.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-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"
-
-BDEPEND="
-	app-arch/unzip
-	dev-qt/linguist-tools:5
-"
-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}"
-
-PATCHES=( "${FILESDIR}"/${P}-qt-5.15.patch )
-
-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
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2022-10-25 18:36 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-15 12:44 [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-10-25 18:36 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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox