public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2018-09-22  5:17 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2018-09-22  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     020d611e89bc649faf773e6f6f160d0e641e859d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 13:20:28 2018 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 05:01:26 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=020d611e

app-arch/lxqt-archiver: new package

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 36 ++++++++++++++++++++++++
 app-arch/lxqt-archiver/metadata.xml              |  8 ++++++
 2 files changed, 44 insertions(+)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
new file mode 100644
index 00000000..13b86bcd
--- /dev/null
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A Simple and Lightweight Qt File Archiver"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	>=x11-libs/libfm-qt-0.14.0
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+	>=dev-util/lxqt-build-tools-0.5.0
+"
+
+src_configure() {
+	cmake-utils_src_configure
+}

diff --git a/app-arch/lxqt-archiver/metadata.xml b/app-arch/lxqt-archiver/metadata.xml
new file mode 100644
index 00000000..a40a83a9
--- /dev/null
+++ b/app-arch/lxqt-archiver/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+    <email>lxqt@gentoo.org</email>
+    <name>LXQt</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2018-09-23  8:06 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2018-09-23  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     99da3a64cb558c9a9d46050d2f4928d1d7b87961
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 08:04:31 2018 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 08:04:31 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=99da3a64

app-arch/lxqt-archiver: update HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 6ea17365..8ab964bf 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -5,13 +5,13 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A Simple and Lightweight Qt File Archiver"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org/"
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
-	SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2018-09-23  8:06 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2018-09-23  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1a322024f8eea832141bb121ca8af9a7993af303
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 08:03:13 2018 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 08:03:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1a322024

app-arch/lxqt-archiver: use 'xdg_desktop_database_update'

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 13b86bcd..6ea17365 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -34,3 +34,11 @@ DEPEND="${RDEPEND}
 src_configure() {
 	cmake-utils_src_configure
 }
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2019-06-08 20:11 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2019-06-08 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     692a03a5def462718c7f0a9dca71eb99027e3661
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jun  7 08:13:10 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 20:04:04 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=692a03a5

app-arch/lxqt-archiver: add RDEPEND dev-libs/json-glib

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/qt/pull/191
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 1c1c357d..3f208c8f 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -24,6 +24,7 @@ BDEPEND="
 	>=dev-util/lxqt-build-tools-0.6.0
 "
 RDEPEND="
+	dev-libs/json-glib
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2019-12-31 16:44 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2019-12-31 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     288b271bb4e8e99b1a52471951f12a4d6fe15059
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:24:49 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:30:21 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=288b271b

app-arch/lxqt-archiver: Use xdg-utils explicitly, switch to cmake.eclass

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

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 3f208c8f..28c518b1 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="A Simple and Lightweight Qt File Archiver"
 HOMEPAGE="https://lxqt.org/"
@@ -34,10 +34,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-src_configure() {
-	cmake-utils_src_configure
-}
-
 pkg_postinst() {
 	xdg_desktop_database_update
 }


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2021-09-22 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     96892a2263fd47df0ee308064beea72f7da5db49
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:52:09 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:14:50 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=96892a22

app-arch/lxqt-archiver: Sync with Gentoo ebuild repo

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

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 18 ++++++++++++------
 app-arch/lxqt-archiver/metadata.xml              | 11 +++++++----
 2 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index f8b1ad26..1cec1b43 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -16,26 +16,32 @@ else
 	KEYWORDS="~amd64 ~riscv ~x86"
 fi
 
-LICENSE="GPL-2"
+LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
 BDEPEND="
 	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.6.0
+	>=dev-util/lxqt-build-tools-0.9.0
 "
-RDEPEND="
+DEPEND="
 	dev-libs/json-glib
 	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
-	>=x11-libs/libfm-qt-0.14.0
+	>=x11-libs/libfm-qt-0.17.0
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 pkg_postinst() {
 	xdg_desktop_database_update
+
+	elog "Please note that this is only a graphical front-end, and additional"
+	elog "packages are needed to have support for specific file formats."
+	elog "For example, to be able to work with the 7-Zip format, the"
+	elog "'app-arch/p7zip' package may be used."
+	elog "For the full list of supported formats, see the 'README.md' file:"
+	elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md"
 }
 
 pkg_postrm() {

diff --git a/app-arch/lxqt-archiver/metadata.xml b/app-arch/lxqt-archiver/metadata.xml
index b2bd638a..419d0496 100644
--- a/app-arch/lxqt-archiver/metadata.xml
+++ b/app-arch/lxqt-archiver/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-    <email>lxqt@gentoo.org</email>
-    <name>LXQt</name>
-  </maintainer>
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">lxqt/lxqt-archiver</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2022-03-09 19:26 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2022-03-09 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     62083d0d30f84b2b493451da73f9b2083d08993c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 19:07:48 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 19:07:48 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=62083d0d

app-arch/lxqt-archiver: sync with the latest release ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 1cec1b43..8cb639ee 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
 
 inherit cmake xdg-utils
 
 DESCRIPTION="Qt GUI File Archiver"
-HOMEPAGE="https://lxqt.github.io/"
+HOMEPAGE="https://lxqt-project.org/"
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
@@ -20,21 +22,23 @@ LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
 BDEPEND="
-	dev-qt/linguist-tools:5
-	>=dev-util/lxqt-build-tools-0.9.0
+	>=dev-qt/linguist-tools-5.15:5
+	>=dev-util/lxqt-build-tools-0.10.0
 "
 DEPEND="
+	dev-libs/glib:2
 	dev-libs/json-glib
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	>=x11-libs/libfm-qt-0.17.0
+	>=dev-qt/qtcore-5.15:5
+	>=dev-qt/qtgui-5.15:5
+	>=dev-qt/qtwidgets-5.15:5
+	>=dev-qt/qtx11extras-5.15:5
+	>=x11-libs/libfm-qt-1:=
 "
 RDEPEND="${DEPEND}"
 
 pkg_postinst() {
 	xdg_desktop_database_update
+	xdg_icon_cache_update
 
 	elog "Please note that this is only a graphical front-end, and additional"
 	elog "packages are needed to have support for specific file formats."


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2022-04-18 22:13 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2022-04-18 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9a54bfd13e7fbab02b6735388a832c1b797e86b2
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 21:41:18 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 21:41:18 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9a54bfd1

app-arch/lxqt-archiver: update dependencies

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 8cb639ee..67b7a86e 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
 	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.10.0
+	>=dev-util/lxqt-build-tools-0.11.0
 "
 DEPEND="
 	dev-libs/glib:2
@@ -32,7 +32,7 @@ DEPEND="
 	>=dev-qt/qtgui-5.15:5
 	>=dev-qt/qtwidgets-5.15:5
 	>=dev-qt/qtx11extras-5.15:5
-	>=x11-libs/libfm-qt-1:=
+	>=x11-libs/libfm-qt-1.1:=
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2022-11-18 13:51 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2022-11-18 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6d0e8e71484e1433fb7966d177036654493f9171
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 13:39:23 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 13:39:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6d0e8e71

app-arch/lxqt-archiver: sync with ::gentoo

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 67b7a86e..ed0819d8 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
 	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.11.0
+	>=dev-util/lxqt-build-tools-0.12.0
 "
 DEPEND="
 	dev-libs/glib:2
@@ -32,7 +32,7 @@ DEPEND="
 	>=dev-qt/qtgui-5.15:5
 	>=dev-qt/qtwidgets-5.15:5
 	>=dev-qt/qtx11extras-5.15:5
-	>=x11-libs/libfm-qt-1.1:=
+	>=x11-libs/libfm-qt-1.2:=
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2023-11-09 18:07 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2023-11-09 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     690385d81ef515c9070a50779b5a83ccac1b1325
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 17:59:49 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 18:05:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=690385d8

app-arch/lxqt-archiver: bump year and dependency versions

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index ed0819d8..d305b0ec 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
 	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.12.0
+	>=dev-util/lxqt-build-tools-0.13.0
 "
 DEPEND="
 	dev-libs/glib:2
@@ -32,7 +32,7 @@ DEPEND="
 	>=dev-qt/qtgui-5.15:5
 	>=dev-qt/qtwidgets-5.15:5
 	>=dev-qt/qtx11extras-5.15:5
-	>=x11-libs/libfm-qt-1.2:=
+	>=x11-libs/libfm-qt-1.3:=
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2023-11-09 18:32 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2023-11-09 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e78a54301c1c20cd777cbc0a3ae204a77ad99e9a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 18:32:10 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 18:32:10 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e78a5430

app-arch/lxqt-archiver: bump libfm-qt version

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index d305b0ec..949fd0cf 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -32,7 +32,7 @@ DEPEND="
 	>=dev-qt/qtgui-5.15:5
 	>=dev-qt/qtwidgets-5.15:5
 	>=dev-qt/qtx11extras-5.15:5
-	>=x11-libs/libfm-qt-1.3:=
+	>=x11-libs/libfm-qt-1.4:=
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2024-03-25 21:12 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f530d106ce3c98d415343292a59a9d35c30ea76d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:02:39 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f530d106

app-arch/lxqt-archiver: welcome qt6

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
index 949fd0cf..f41e52c0 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,17 +22,14 @@ LICENSE="GPL-2 GPL-2+"
 SLOT="0"
 
 BDEPEND="
-	>=dev-qt/linguist-tools-5.15:5
-	>=dev-util/lxqt-build-tools-0.13.0
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
 "
 DEPEND="
 	dev-libs/glib:2
 	dev-libs/json-glib
-	>=dev-qt/qtcore-5.15:5
-	>=dev-qt/qtgui-5.15:5
-	>=dev-qt/qtwidgets-5.15:5
-	>=dev-qt/qtx11extras-5.15:5
-	>=x11-libs/libfm-qt-1.4:=
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
+	>=x11-libs/libfm-qt-2.0:=
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2024-04-21 20:04 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e3ca37595f0e454b6c49a1354f84e6eced05d88f
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:21:49 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:28 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e3ca3759

app-arch/lxqt-archiver: add 1.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/Manifest                   |  1 +
 app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild | 50 +++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-arch/lxqt-archiver/Manifest b/app-arch/lxqt-archiver/Manifest
new file mode 100644
index 00000000..b3f942fb
--- /dev/null
+++ b/app-arch/lxqt-archiver/Manifest
@@ -0,0 +1 @@
+DIST lxqt-archiver-1.0.0.tar.xz 187944 BLAKE2B c28e0c7c5a41fa5a1e2d417239e5de0b33d3a84a2833fab7239f50ae1b7f426c2b7fd630a09cea24f2032183e2bdcc037276462fdab3719fb709fd9f51ea8afd SHA512 12552539cb7601c3c1422ed00d6fa8ed0ebed744ce8b7b4a3e3cc8bd59bf8df165008fa63b0ce173b58309001f35c33a219cd80e7568acf12c4c896320fc5061

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
new file mode 100644
index 00000000..6013e544
--- /dev/null
+++ b/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt GUI File Archiver"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+
+BDEPEND="
+	>=dev-qt/qttools-6.6:6[linguist]
+	>=dev-util/lxqt-build-tools-2.0.0
+"
+DEPEND="
+	dev-libs/glib:2
+	dev-libs/json-glib
+	>=dev-qt/qtbase-6.6:6[gui,widgets]
+	>=x11-libs/libfm-qt-2.0:=
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+
+	elog "Please note that this is only a graphical front-end, and additional"
+	elog "packages are needed to have support for specific file formats."
+	elog "For example, to be able to work with the 7-Zip format, the"
+	elog "'app-arch/p7zip' package may be used."
+	elog "For the full list of supported formats, see the 'README.md' file:"
+	elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md"
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


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

* [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
@ 2024-06-14 22:15 Jimi Huotari
  0 siblings, 0 replies; 14+ messages in thread
From: Jimi Huotari @ 2024-06-14 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5c4cd09480e5539b28c1826f5931a06c9621ec18
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:01:27 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 22:14:02 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5c4cd094

app-arch/lxqt-archiver: drop 1.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-arch/lxqt-archiver/Manifest                   |  1 -
 app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild | 50 -----------------------
 2 files changed, 51 deletions(-)

diff --git a/app-arch/lxqt-archiver/Manifest b/app-arch/lxqt-archiver/Manifest
deleted file mode 100644
index b3f942fb..00000000
--- a/app-arch/lxqt-archiver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-archiver-1.0.0.tar.xz 187944 BLAKE2B c28e0c7c5a41fa5a1e2d417239e5de0b33d3a84a2833fab7239f50ae1b7f426c2b7fd630a09cea24f2032183e2bdcc037276462fdab3719fb709fd9f51ea8afd SHA512 12552539cb7601c3c1422ed00d6fa8ed0ebed744ce8b7b4a3e3cc8bd59bf8df165008fa63b0ce173b58309001f35c33a219cd80e7568acf12c4c896320fc5061

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
deleted file mode 100644
index 6013e544..00000000
--- a/app-arch/lxqt-archiver/lxqt-archiver-1.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt GUI File Archiver"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-
-BDEPEND="
-	>=dev-qt/qttools-6.6:6[linguist]
-	>=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
-	dev-libs/glib:2
-	dev-libs/json-glib
-	>=dev-qt/qtbase-6.6:6[gui,widgets]
-	>=x11-libs/libfm-qt-2.0:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-
-	elog "Please note that this is only a graphical front-end, and additional"
-	elog "packages are needed to have support for specific file formats."
-	elog "For example, to be able to work with the 7-Zip format, the"
-	elog "'app-arch/p7zip' package may be used."
-	elog "For the full list of supported formats, see the 'README.md' file:"
-	elog "https://github.com/lxqt/lxqt-archiver/blob/master/README.md"
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


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

end of thread, other threads:[~2024-06-14 22:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09 18:32 [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 22:15 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-11-09 18:07 Jimi Huotari
2022-11-18 13:51 Jimi Huotari
2022-04-18 22:13 Jimi Huotari
2022-03-09 19:26 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2019-12-31 16:44 Andreas Sturmlechner
2019-06-08 20:11 Jimi Huotari
2018-09-23  8:06 Jimi Huotari
2018-09-23  8:06 Jimi Huotari
2018-09-22  5:17 Jimi Huotari

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