public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2018-08-11 10:10 Jonathan Scruggs
  0 siblings, 0 replies; 43+ messages in thread
From: Jonathan Scruggs @ 2018-08-11 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     af2269a6762c3a59cde333795816054901949d58
Author:     Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Wed Jul 11 15:03:06 2018 +0000
Commit:     Jonathan Scruggs <dracwyrm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 10:09:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2269a6

x11-themes/lxqt-themes: new package

Themes, graphics and icons for LXQt

 x11-themes/lxqt-themes/Manifest                  |  1 +
 x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild | 25 ++++++++++++++++++++++++
 x11-themes/lxqt-themes/metadata.xml              | 11 +++++++++++
 3 files changed, 37 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
new file mode 100644
index 00000000000..69c3adb3112
--- /dev/null
+++ b/x11-themes/lxqt-themes/Manifest
@@ -0,0 +1 @@
+DIST lxqt-themes-0.13.0.tar.xz 3203740 BLAKE2B 4dd461e576d2c9231b856dcec39c88098f0058f76bd61fa489bb77aee56f13d7407f17de6d85b254c8d80bd9893a177dc7b6a236d307895f0b12bd7b1dc4b372 SHA512 d246719a04b9247e099a19f8ce1b3d27a2b8c4b57266043fe219daff796014f963b65f50b73a4115badf4901a7b2bdd145f0518647ced45a5857f5b859b14081

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
new file mode 100644
index 00000000000..bb2aebce25e
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Themes, graphics and icons for LXQt"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="!lxqt-base/lxqt-common"
+DEPEND="${RDEPEND}
+	>=dev-util/lxqt-build-tools-0.5.0
+"

diff --git a/x11-themes/lxqt-themes/metadata.xml b/x11-themes/lxqt-themes/metadata.xml
new file mode 100644
index 00000000000..ae8df7e8fe1
--- /dev/null
+++ b/x11-themes/lxqt-themes/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+	<upstream>
+		<remote-id type="github">lxqt/lxqt-themes</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2018-10-16 13:08 Mikle Kolyada
  0 siblings, 0 replies; 43+ messages in thread
From: Mikle Kolyada @ 2018-10-16 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6cb774d8175a75619800824cef814b8665001625
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 13:03:18 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 13:03:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb774d8

x11-themes/lxqt-themes: amd64 stable wrt bug #664568

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

 x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
index bb2aebce25e..7ea4a17c789 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2018-10-17 12:30 Thomas Deutschmann
  0 siblings, 0 replies; 43+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     eac248e99684d9e5b0718b3e583a4a1b5fe3622d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 12:28:59 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 12:29:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac248e9

x11-themes/lxqt-themes: x86 stable (bug #664568)

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

 x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
index 7ea4a17c789..a926019d9f9 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2019-05-22  7:31 Mikle Kolyada
  0 siblings, 0 replies; 43+ messages in thread
From: Mikle Kolyada @ 2019-05-22  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     37b6ebaab32ea937f6eb0d2a036ed07eff57b3dd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 07:29:51 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 22 07:30:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b6ebaa

x11-themes/lxqt-themes: amd64 stable wrt bug #686526

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
index d8ddf1b7c94..aafffa0427b 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2019-05-23 12:30 Mikle Kolyada
  0 siblings, 0 replies; 43+ messages in thread
From: Mikle Kolyada @ 2019-05-23 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5b261a9eec8fd24de1553397f1120b179bcf4dad
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 12:30:18 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu May 23 12:30:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b261a9e

x11-themes/lxqt-themes: x86 stable wrt bug #686526

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
index aafffa0427b..f881e16914e 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2019-06-22 11:44 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2019-06-22 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b69ae739c5174347e3a3ea2eccf81dcd87cba2e3
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 13:30:04 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 11:43:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69ae739

x11-themes/lxqt-themes: remove version 0.13.0

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/lxqt-themes/Manifest                  |  1 -
 x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild | 25 ------------------------
 2 files changed, 26 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index b2674b03642..749961bfc29 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1 @@
-DIST lxqt-themes-0.13.0.tar.xz 3203740 BLAKE2B 4dd461e576d2c9231b856dcec39c88098f0058f76bd61fa489bb77aee56f13d7407f17de6d85b254c8d80bd9893a177dc7b6a236d307895f0b12bd7b1dc4b372 SHA512 d246719a04b9247e099a19f8ce1b3d27a2b8c4b57266043fe219daff796014f963b65f50b73a4115badf4901a7b2bdd145f0518647ced45a5857f5b859b14081
 DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
deleted file mode 100644
index a926019d9f9..00000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Themes, graphics and icons for LXQt"
-HOMEPAGE="https://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="!lxqt-base/lxqt-common"
-DEPEND="${RDEPEND}
-	>=dev-util/lxqt-build-tools-0.5.0
-"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2019-09-08 16:18 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2019-09-08 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2cf2cd1b8974b2bd8b753313f7974871a3fe0c9b
Author:     Erhard F <erhard_f <AT> mailbox <DOT> org>
AuthorDate: Tue Sep  3 20:14:42 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 16:17:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf2cd1b

x11-themes/lxqt-themes: keyworded 0.14.0 for ppc64, bug #689606

Bug: https://bugs.gentoo.org/689606
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Erhard Furtner <erhard_f <AT> mailbox.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
index f881e16914e..88399b45527 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2020-05-20 23:28 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     911df01ec331f69eee27ed4bc81118ed6cb16bb5
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 17:44:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 23:28:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911df01e

x11-themes/lxqt-themes: add version 0.15.0

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

 x11-themes/lxqt-themes/Manifest                  |  1 +
 x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 749961bfc29..26224d8da9d 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1 +1,2 @@
 DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2
+DIST lxqt-themes-0.15.0.tar.xz 3203876 BLAKE2B d2c1c15c70b3a90fec23287bdaa9eb31375a23257376e575572769faf91d27c79e5f0ea868bcbcde29964d4aa52d6eea355e82d63076e4ff7e558d9f2f98d06b SHA512 7ef0c5af9945ef450d78e4991e482781728867e7d4f6793832c822135a47288b0c08d883d207ee7f275585fa7ae17f2e6bdbdaf01295ae2810e01c43330f2f9d

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
new file mode 100644
index 00000000000..d241792f75d
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt Themes"
+HOMEPAGE="https://lxqt.github.io/"
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2020-07-31 16:33 Mikle Kolyada
  0 siblings, 0 replies; 43+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     09bea0bb3c94779b727d348eb7a99cc36debaa9a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 16:32:31 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 16:32:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bea0bb

x11-themes/lxqt-themes: amd64 stable wrt bug #734818

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
index d241792f75d..84ceb923ad4 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2020-07-31 16:35 Mikle Kolyada
  0 siblings, 0 replies; 43+ messages in thread
From: Mikle Kolyada @ 2020-07-31 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8731b23d278be15f6fe0d3006ee8a6abd53faa93
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 16:35:06 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 16:35:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8731b23d

x11-themes/lxqt-themes: x86 stable wrt bug #734818

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
index 84ceb923ad4..8b5cecb8fc2 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2020-08-13 15:47 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2020-08-13 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     63d501afb460ebb275d0e0f00c17ebcc2687fed5
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 23:14:01 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 15:45:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d501af

x11-themes/lxqt-themes: remove version 0.14.0

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/lxqt-themes/Manifest                  |  1 -
 x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 26224d8da9d..0f7f05f89f7 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1 @@
-DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2
 DIST lxqt-themes-0.15.0.tar.xz 3203876 BLAKE2B d2c1c15c70b3a90fec23287bdaa9eb31375a23257376e575572769faf91d27c79e5f0ea868bcbcde29964d4aa52d6eea355e82d63076e4ff7e558d9f2f98d06b SHA512 7ef0c5af9945ef450d78e4991e482781728867e7d4f6793832c822135a47288b0c08d883d207ee7f275585fa7ae17f2e6bdbdaf01295ae2810e01c43330f2f9d

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
deleted file mode 100644
index efe00eba3bb..00000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Themes, graphics and icons for LXQt"
-HOMEPAGE="https://lxqt.github.io/"
-
-if [[ ${PV} = *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-DEPEND=""
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2020-11-23  7:12 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2020-11-23  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     78aea26009e6e3ccc47b18ca06cc92c0a60f710b
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 20:49:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 07:11:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aea260

x11-themes/lxqt-themes: add version 0.16.0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/lxqt-themes/Manifest                  |  1 +
 x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 0f7f05f89f7..1c817e4ce32 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1 +1,2 @@
 DIST lxqt-themes-0.15.0.tar.xz 3203876 BLAKE2B d2c1c15c70b3a90fec23287bdaa9eb31375a23257376e575572769faf91d27c79e5f0ea868bcbcde29964d4aa52d6eea355e82d63076e4ff7e558d9f2f98d06b SHA512 7ef0c5af9945ef450d78e4991e482781728867e7d4f6793832c822135a47288b0c08d883d207ee7f275585fa7ae17f2e6bdbdaf01295ae2810e01c43330f2f9d
+DIST lxqt-themes-0.16.0.tar.xz 3220864 BLAKE2B 93f5b7c964f7907204234164db602842fb2247b7fe27c27647cd6981f114c111f5ae4b0c9efd220e1c1283d8dd689d1b90e0a112cd23289d58ccb29ae8e334e2 SHA512 fce067e621df4e3cad62a73f552c06ecf413e83ee2d67643424c4bdc0752c2c0acd1095c92714294ecc3ef96d137a2685860e360e09b81880fadf69b2c041258

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
new file mode 100644
index 00000000000..43322aa12eb
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt Themes"
+HOMEPAGE="https://lxqt.github.io/"
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-01-21  9:03 Agostino Sarubbo
  0 siblings, 0 replies; 43+ messages in thread
From: Agostino Sarubbo @ 2021-01-21  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0b6e8c2991a2a545b44fb2ab9e8e86842a44f918
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 09:03:01 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 09:03:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6e8c29

x11-themes/lxqt-themes: amd64 stable wrt bug #766342

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

 x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
index 43322aa12eb..b2af86ac9d3 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-01-23 22:55 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-01-23 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e46be77e6f2f2beb94d579d1435dc7e8b42b73e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 22:55:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 22:55:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46be77e

x11-themes/lxqt-themes: Stabilize 0.16.0 x86, #766342

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

 x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
index b2af86ac9d3..1920c276223 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-03-26 19:43 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2021-03-26 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5dcf899330e27db8dcc145c5c7eb474617ef959c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 10:36:06 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 19:43:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcf8993

x11-themes/lxqt-themes: remove version 0.15.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/lxqt-themes/Manifest                  |  1 -
 x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 1c817e4ce32..10ceba588e5 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1 @@
-DIST lxqt-themes-0.15.0.tar.xz 3203876 BLAKE2B d2c1c15c70b3a90fec23287bdaa9eb31375a23257376e575572769faf91d27c79e5f0ea868bcbcde29964d4aa52d6eea355e82d63076e4ff7e558d9f2f98d06b SHA512 7ef0c5af9945ef450d78e4991e482781728867e7d4f6793832c822135a47288b0c08d883d207ee7f275585fa7ae17f2e6bdbdaf01295ae2810e01c43330f2f9d
 DIST lxqt-themes-0.16.0.tar.xz 3220864 BLAKE2B 93f5b7c964f7907204234164db602842fb2247b7fe27c27647cd6981f114c111f5ae4b0c9efd220e1c1283d8dd689d1b90e0a112cd23289d58ccb29ae8e334e2 SHA512 fce067e621df4e3cad62a73f552c06ecf413e83ee2d67643424c4bdc0752c2c0acd1095c92714294ecc3ef96d137a2685860e360e09b81880fadf69b2c041258

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
deleted file mode 100644
index 8b5cecb8fc2..00000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-0.15.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt Themes"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-04-18  5:09 Joonas Niilola
  0 siblings, 0 replies; 43+ messages in thread
From: Joonas Niilola @ 2021-04-18  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     593ef19022a84edf758b3bfa9354508687be89cc
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 16:59:40 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 05:00:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ef190

x11-themes/lxqt-themes: add version 0.17.0

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

 x11-themes/lxqt-themes/Manifest                  |  1 +
 x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 10ceba588e5..751d5a1a468 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1 +1,2 @@
 DIST lxqt-themes-0.16.0.tar.xz 3220864 BLAKE2B 93f5b7c964f7907204234164db602842fb2247b7fe27c27647cd6981f114c111f5ae4b0c9efd220e1c1283d8dd689d1b90e0a112cd23289d58ccb29ae8e334e2 SHA512 fce067e621df4e3cad62a73f552c06ecf413e83ee2d67643424c4bdc0752c2c0acd1095c92714294ecc3ef96d137a2685860e360e09b81880fadf69b2c041258
+DIST lxqt-themes-0.17.0.tar.xz 3221148 BLAKE2B 6445aedcd26f65a046193b3dc0e9c6ff8e14c84e1a1a3f42334b1af42834f08e953eaef6ba3e3f54c8465266a54f52825a63618e40527226465ae7e069cbeb20 SHA512 60e89e65095f9478501719caa2262ce559ebb9e0ff6ef3c001ee87f76cb62c8b5f2e5a9f4fa72cdfbbd4c97dffacfb88a52cff6de31a13b2635487441fc07328

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
new file mode 100644
index 00000000000..e9df8dd6dc0
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt Themes"
+HOMEPAGE="https://lxqt.github.io/"
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-07-10  0:48 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-07-10  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     382c9e76dd33cd7b42cd0e542e793e4231937a44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 00:45:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 00:47:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382c9e76

x11-themes/lxqt-themes: Stabilize 0.17.0 amd64, #801154

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

 x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
index e9df8dd6dc0..aa6de5cb48e 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-07-11 20:51 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2021-07-11 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1ccbd14fc7ffc0b5d1c4e57d544bae78393ee030
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:50:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:50:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccbd14f

x11-themes/lxqt-themes: Stabilize 0.17.0 x86, #801154

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

 x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
index aa6de5cb48e..c76b8d16568 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-07-26  7:40 Yixun Lan
  0 siblings, 0 replies; 43+ messages in thread
From: Yixun Lan @ 2021-07-26  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6f57dc2f0edd346c70c9476a4a3ec3d15f559b2c
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 08:26:54 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:37:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f57dc2f

x11-themes/lxqt-themes: keyword 0.17.0 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
index c76b8d16568..9983457ddca 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2021-09-30 17:24 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2021-09-30 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d48683ed7b223209af1fce7c44861fdc95e93f95
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 06:50:36 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 17:22:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48683ed

x11-themes/lxqt-themes: remove version 0.16.0

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

 x11-themes/lxqt-themes/Manifest                  |  1 -
 x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 751d5a1a468..f69c55029bd 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1 @@
-DIST lxqt-themes-0.16.0.tar.xz 3220864 BLAKE2B 93f5b7c964f7907204234164db602842fb2247b7fe27c27647cd6981f114c111f5ae4b0c9efd220e1c1283d8dd689d1b90e0a112cd23289d58ccb29ae8e334e2 SHA512 fce067e621df4e3cad62a73f552c06ecf413e83ee2d67643424c4bdc0752c2c0acd1095c92714294ecc3ef96d137a2685860e360e09b81880fadf69b2c041258
 DIST lxqt-themes-0.17.0.tar.xz 3221148 BLAKE2B 6445aedcd26f65a046193b3dc0e9c6ff8e14c84e1a1a3f42334b1af42834f08e953eaef6ba3e3f54c8465266a54f52825a63618e40527226465ae7e069cbeb20 SHA512 60e89e65095f9478501719caa2262ce559ebb9e0ff6ef3c001ee87f76cb62c8b5f2e5a9f4fa72cdfbbd4c97dffacfb88a52cff6de31a13b2635487441fc07328

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
deleted file mode 100644
index 1920c276223..00000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-0.16.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt Themes"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~arm ~arm64 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-01-21 19:07 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-01-21 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     fc61aff24efe0f668082d3e61333d8596c8afbab
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Nov  6 13:00:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 19:06:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc61aff2

x11-themes/lxqt-themes: version bump to 1.0.0

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/lxqt-themes/Manifest                 |  1 +
 x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild | 30 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index f69c55029bd9..5cc13bec261a 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1 +1,2 @@
 DIST lxqt-themes-0.17.0.tar.xz 3221148 BLAKE2B 6445aedcd26f65a046193b3dc0e9c6ff8e14c84e1a1a3f42334b1af42834f08e953eaef6ba3e3f54c8465266a54f52825a63618e40527226465ae7e069cbeb20 SHA512 60e89e65095f9478501719caa2262ce559ebb9e0ff6ef3c001ee87f76cb62c8b5f2e5a9f4fa72cdfbbd4c97dffacfb88a52cff6de31a13b2635487441fc07328
+DIST lxqt-themes-1.0.0.tar.xz 7861268 BLAKE2B 77a4b1e6acb58cdbe89e556d8435cbbd55c3657639baf38771fd9bc204d8ce858c75507fefbd121d1b8f83c097fe120cfd3db8102b5031dcdee1b3d7a355dcea SHA512 53cff6c9369f6d9d009426b7a7f2d1ae92f5455e35891b054fae2c24acad714dd0d7c0528de633e578128c36e619665ba744a20a968ad5e8787c6a16123b24ab

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
new file mode 100644
index 000000000000..377b2111ba8f
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt Themes"
+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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-04-15  6:17 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-04-15  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     aec6f0f146f9696d2b1a4c0d6ab71f062c2a450c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:16:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:16:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec6f0f1

x11-themes/lxqt-themes: Stabilize 1.0.0 x86, #831448

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

 x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
index 2dd845ee2421..f4f37b2ef619 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-04-15 13:14 Arthur Zamarin
  0 siblings, 0 replies; 43+ messages in thread
From: Arthur Zamarin @ 2022-04-15 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b520e829b6690ce75ae19562f946ebad573aa9d4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:14:22 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:14:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b520e829

x11-themes/lxqt-themes: Stabilize 1.0.0 arm64, #831448

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
index f4f37b2ef619..30abe8f1b7ff 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-05-15  0:13 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-05-15  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     484658346765aef74b81d7be7ed0d9c65566edff
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 21:38:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 00:12:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48465834

x11-themes/lxqt-themes: add version 1.1.0

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

 x11-themes/lxqt-themes/Manifest                 |  1 +
 x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 30 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 5cc13bec261a..398929fd9c6d 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-themes-0.17.0.tar.xz 3221148 BLAKE2B 6445aedcd26f65a046193b3dc0e9c6ff8e14c84e1a1a3f42334b1af42834f08e953eaef6ba3e3f54c8465266a54f52825a63618e40527226465ae7e069cbeb20 SHA512 60e89e65095f9478501719caa2262ce559ebb9e0ff6ef3c001ee87f76cb62c8b5f2e5a9f4fa72cdfbbd4c97dffacfb88a52cff6de31a13b2635487441fc07328
 DIST lxqt-themes-1.0.0.tar.xz 7861268 BLAKE2B 77a4b1e6acb58cdbe89e556d8435cbbd55c3657639baf38771fd9bc204d8ce858c75507fefbd121d1b8f83c097fe120cfd3db8102b5031dcdee1b3d7a355dcea SHA512 53cff6c9369f6d9d009426b7a7f2d1ae92f5455e35891b054fae2c24acad714dd0d7c0528de633e578128c36e619665ba744a20a968ad5e8787c6a16123b24ab
+DIST lxqt-themes-1.1.0.tar.xz 26658660 BLAKE2B 81541a158949a5ff75dce75e53a5d8d905384c613261528b5787692a8ac7a7babd8bc79bba1f3c413910c0f89a0057a0d97ba2afdd25729b51b298577c3366a1 SHA512 8b83ba7534a9d133b332e7cf68cd4a5a658053d0dc4963f6074514bb97072855485d897f83e7de3b2321a8887b2ad2eda9bb902868d185ebde458134a3299bc5

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
new file mode 100644
index 000000000000..825b9044bb24
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt Themes"
+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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-05-25 11:20 WANG Xuerui
  0 siblings, 0 replies; 43+ messages in thread
From: WANG Xuerui @ 2022-05-25 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c9415542d999e073890f90a488aed9bec2eb4255
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 11:18:19 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 11:18:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9415542

x11-themes/lxqt-themes: keyword 1.1.0 for ~loong

See: https://github.com/xen0n/loongson-overlay/pull/25
Tested-by: HougeLangley <hougelangley1987 <AT> gmail.com>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
index 825b9044bb24..dfdf5e23944c 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-07-20  5:36 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-07-20  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f5660fbd7ab8e82f0ec37066282ed61ad7abb907
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 05:36:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 05:36:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5660fbd

x11-themes/lxqt-themes: Stabilize 1.1.0 x86, #858218

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

 x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
index dfdf5e23944c..c186864e312f 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-07-22 17:54 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-07-22 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9d40eea2f9c4df9db7d32f527b8818e6104b3ec8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 17:53:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 17:53:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d40eea2

x11-themes/lxqt-themes: Stabilize 1.1.0 amd64, #858218

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

 x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
index c186864e312f..b42e3977bbca 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-07-26  7:05 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-07-26  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     be65cc22c280378928612559cac736cf59e4c0e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 07:04:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 07:04:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be65cc22

x11-themes/lxqt-themes: Stabilize 1.1.0 arm64, #858218

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

 x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
index b42e3977bbca..25dc3dd4eaa6 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-11-10 12:57 Jimi Huotari
  0 siblings, 0 replies; 43+ messages in thread
From: Jimi Huotari @ 2022-11-10 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     21b5447c9e1deee69e9fc472c9365d55d8dfba83
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 21:03:56 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 12:55:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b5447c

x11-themes/lxqt-themes: remove versions 0.17.0 and 1.0.0

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

 x11-themes/lxqt-themes/Manifest                  |  2 --
 x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 22 -----------------
 x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild  | 30 ------------------------
 3 files changed, 54 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index e5205758b8dc..339b6a28af48 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,4 +1,2 @@
-DIST lxqt-themes-0.17.0.tar.xz 3221148 BLAKE2B 6445aedcd26f65a046193b3dc0e9c6ff8e14c84e1a1a3f42334b1af42834f08e953eaef6ba3e3f54c8465266a54f52825a63618e40527226465ae7e069cbeb20 SHA512 60e89e65095f9478501719caa2262ce559ebb9e0ff6ef3c001ee87f76cb62c8b5f2e5a9f4fa72cdfbbd4c97dffacfb88a52cff6de31a13b2635487441fc07328
-DIST lxqt-themes-1.0.0.tar.xz 7861268 BLAKE2B 77a4b1e6acb58cdbe89e556d8435cbbd55c3657639baf38771fd9bc204d8ce858c75507fefbd121d1b8f83c097fe120cfd3db8102b5031dcdee1b3d7a355dcea SHA512 53cff6c9369f6d9d009426b7a7f2d1ae92f5455e35891b054fae2c24acad714dd0d7c0528de633e578128c36e619665ba744a20a968ad5e8787c6a16123b24ab
 DIST lxqt-themes-1.1.0.tar.xz 26658660 BLAKE2B 81541a158949a5ff75dce75e53a5d8d905384c613261528b5787692a8ac7a7babd8bc79bba1f3c413910c0f89a0057a0d97ba2afdd25729b51b298577c3366a1 SHA512 8b83ba7534a9d133b332e7cf68cd4a5a658053d0dc4963f6074514bb97072855485d897f83e7de3b2321a8887b2ad2eda9bb902868d185ebde458134a3299bc5
 DIST lxqt-themes-1.2.0.tar.xz 26646616 BLAKE2B fdb5e0879af6a2e68fb95e58599f0d9eadc3e935e20ed46a4c9da66859b28219896222d7102bddc2c7f600aff3dd72e37971b4143b286e87875296b499c35e31 SHA512 d43ff614a2b91436539b7cd7891d6ad5e968b49dfc44a7c1d9196f47827365b9a8377dd6d7d76c0e43ea09cee0b99e274b2663eaac0c4742559e70f9cbe6ebba

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
deleted file mode 100644
index 9983457ddca9..000000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt Themes"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
deleted file mode 100644
index 30abe8f1b7ff..000000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt Themes"
-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 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-12-16 20:33 Arthur Zamarin
  0 siblings, 0 replies; 43+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6bff30feceb723906ced32620da5da04b1da0b10
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:32:47 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:32:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bff30fe

x11-themes/lxqt-themes: Stabilize 1.2.0 amd64, #886365

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
index c2b9a1970951..95a19657c8bd 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-12-16 21:50 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2022-12-16 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5dc0391d1876871e039073ce237c319670c13c4c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:48:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:48:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc0391d

x11-themes/lxqt-themes: Stabilize 1.2.0 x86, #886365

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

 x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
index 95a19657c8bd..69f512c913ca 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2022-12-17 19:28 Arthur Zamarin
  0 siblings, 0 replies; 43+ messages in thread
From: Arthur Zamarin @ 2022-12-17 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5f4f045d9eb368a284aa4e35288fd412393e0f6c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:25:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:25:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4f045d

x11-themes/lxqt-themes: Stabilize 1.2.0 arm64, #886365

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
index 69f512c913ca..e5637f79469b 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2023-03-26 15:50 Jimi Huotari
  0 siblings, 0 replies; 43+ messages in thread
From: Jimi Huotari @ 2023-03-26 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a299ab85fb4bcb3c02bf04d45a87fbbf4dfc01f8
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 15:24:15 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 15:24:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a299ab85

x11-themes/lxqt-themes: drop 1.1.0

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

 x11-themes/lxqt-themes/Manifest                 |  1 -
 x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild | 30 -------------------------
 2 files changed, 31 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 339b6a28af48..05fa9f5675bc 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1 @@
-DIST lxqt-themes-1.1.0.tar.xz 26658660 BLAKE2B 81541a158949a5ff75dce75e53a5d8d905384c613261528b5787692a8ac7a7babd8bc79bba1f3c413910c0f89a0057a0d97ba2afdd25729b51b298577c3366a1 SHA512 8b83ba7534a9d133b332e7cf68cd4a5a658053d0dc4963f6074514bb97072855485d897f83e7de3b2321a8887b2ad2eda9bb902868d185ebde458134a3299bc5
 DIST lxqt-themes-1.2.0.tar.xz 26646616 BLAKE2B fdb5e0879af6a2e68fb95e58599f0d9eadc3e935e20ed46a4c9da66859b28219896222d7102bddc2c7f600aff3dd72e37971b4143b286e87875296b499c35e31 SHA512 d43ff614a2b91436539b7cd7891d6ad5e968b49dfc44a7c1d9196f47827365b9a8377dd6d7d76c0e43ea09cee0b99e274b2663eaac0c4742559e70f9cbe6ebba

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
deleted file mode 100644
index 25dc3dd4eaa6..000000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt Themes"
-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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2023-04-17 22:08 Jimi Huotari
  0 siblings, 0 replies; 43+ messages in thread
From: Jimi Huotari @ 2023-04-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     06bfe9699d41a6cf811af12cb56721314ff36fe7
Author:     Michael Vetter <jubalh <AT> iodoru <DOT> org>
AuthorDate: Sat Apr 15 19:08:49 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 22:06:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bfe969

x11-themes/lxqt-themes: add 1.3.0

Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-themes/lxqt-themes/Manifest                 |  1 +
 x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild | 30 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index 05fa9f5675bc..fbfb6635e231 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1 +1,2 @@
 DIST lxqt-themes-1.2.0.tar.xz 26646616 BLAKE2B fdb5e0879af6a2e68fb95e58599f0d9eadc3e935e20ed46a4c9da66859b28219896222d7102bddc2c7f600aff3dd72e37971b4143b286e87875296b499c35e31 SHA512 d43ff614a2b91436539b7cd7891d6ad5e968b49dfc44a7c1d9196f47827365b9a8377dd6d7d76c0e43ea09cee0b99e274b2663eaac0c4742559e70f9cbe6ebba
+DIST lxqt-themes-1.3.0.tar.xz 26647512 BLAKE2B 7c00d77c17b34c420aaf2dc835fa540173dd69d137793d8304600b21ac0860d144f845d8f2f18079e37cb90c708a9b62ddb0cf7ee323e541ea9eb10b5a2cd68d SHA512 b07bd6223b5d39bc728722bfe88698692d283b8fb5af302c0c74f1aca32fc8d53d904fe3ad60e3e0d8d81d33fc1404856e2d6d360a71f3ec3d1f6e602a2941e8

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
new file mode 100644
index 000000000000..00ab08fb1657
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt Themes"
+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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2023-05-29  0:10 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2023-05-29  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6d55b44d6d6947deae2048f28a1b45c5ed6b01f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 00:10:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 00:10:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d55b44d

x11-themes/lxqt-themes: Stabilize 1.3.0 amd64, #907298

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

 x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
index 00ab08fb1657..c352dd2f2e75 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2023-05-29 11:05 Arthur Zamarin
  0 siblings, 0 replies; 43+ messages in thread
From: Arthur Zamarin @ 2023-05-29 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4e24f1f60ecb0badf94979e47253bab0234067de
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:03:28 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 11:03:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e24f1f6

x11-themes/lxqt-themes: Stabilize 1.3.0 x86, #907298

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
index c352dd2f2e75..fb054ca5f089 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2023-05-29 21:57 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2023-05-29 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3b504cc427b0c1aec24d1b815733c42abb0a5942
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 21:56:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 21:56:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b504cc4

x11-themes/lxqt-themes: Stabilize 1.3.0 arm64, #907298

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

 x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
index fb054ca5f089..30da835c59e7 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-1.3.0.ebuild
@@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2023-06-18 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 43+ messages in thread
From: Andreas Sturmlechner @ 2023-06-18 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ca766341789190877920a579691ec1ca7fdaa9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:21:52 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 14:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ca7663

x11-themes/lxqt-themes: drop 1.2.0

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

 x11-themes/lxqt-themes/Manifest                 |  1 -
 x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild | 30 -------------------------
 2 files changed, 31 deletions(-)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index fbfb6635e231..b0b518f08fc8 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1,2 +1 @@
-DIST lxqt-themes-1.2.0.tar.xz 26646616 BLAKE2B fdb5e0879af6a2e68fb95e58599f0d9eadc3e935e20ed46a4c9da66859b28219896222d7102bddc2c7f600aff3dd72e37971b4143b286e87875296b499c35e31 SHA512 d43ff614a2b91436539b7cd7891d6ad5e968b49dfc44a7c1d9196f47827365b9a8377dd6d7d76c0e43ea09cee0b99e274b2663eaac0c4742559e70f9cbe6ebba
 DIST lxqt-themes-1.3.0.tar.xz 26647512 BLAKE2B 7c00d77c17b34c420aaf2dc835fa540173dd69d137793d8304600b21ac0860d144f845d8f2f18079e37cb90c708a9b62ddb0cf7ee323e541ea9eb10b5a2cd68d SHA512 b07bd6223b5d39bc728722bfe88698692d283b8fb5af302c0c74f1aca32fc8d53d904fe3ad60e3e0d8d81d33fc1404856e2d6d360a71f3ec3d1f6e602a2941e8

diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
deleted file mode 100644
index e5637f79469b..000000000000
--- a/x11-themes/lxqt-themes/lxqt-themes-1.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="LXQt Themes"
-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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2024-06-14 21:57 Jimi Huotari
  0 siblings, 0 replies; 43+ messages in thread
From: Jimi Huotari @ 2024-06-14 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4637667f4ee8fd37bfab991b80a8b6ef24de7834
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 18:17:33 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 21:48:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4637667f

x11-themes/lxqt-themes: add 2.0.0

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

 x11-themes/lxqt-themes/Manifest                 |  1 +
 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 30 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
index b0b518f08fc8..2920a2ad4575 100644
--- a/x11-themes/lxqt-themes/Manifest
+++ b/x11-themes/lxqt-themes/Manifest
@@ -1 +1,2 @@
 DIST lxqt-themes-1.3.0.tar.xz 26647512 BLAKE2B 7c00d77c17b34c420aaf2dc835fa540173dd69d137793d8304600b21ac0860d144f845d8f2f18079e37cb90c708a9b62ddb0cf7ee323e541ea9eb10b5a2cd68d SHA512 b07bd6223b5d39bc728722bfe88698692d283b8fb5af302c0c74f1aca32fc8d53d904fe3ad60e3e0d8d81d33fc1404856e2d6d360a71f3ec3d1f6e602a2941e8
+DIST lxqt-themes-2.0.0.tar.xz 26649440 BLAKE2B 3313082cf47fa251b423c747d2c1686d7dd0a9118833110938ed938caac434e33065ea23625ac5cb6d5516adbe18ef73d56c01e4b92a6172ff71f9c4abed0ae9 SHA512 47447002d38ed5e56b6e5255024f935fb8c522ae2fed1eea872d1c9d94022f0c64d4497aee661fa7e66cedfe3d65bc479049b829f777ec4f54aad67582f9dea3

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
new file mode 100644
index 000000000000..763c7073e2c6
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="LXQt Themes"
+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="LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2024-07-11 19:44 Arthur Zamarin
  0 siblings, 0 replies; 43+ messages in thread
From: Arthur Zamarin @ 2024-07-11 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     71cd8610c44572b95606eca8e4c26c013a56c18c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 19:44:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 19:44:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cd8610

x11-themes/lxqt-themes: Keyword 2.0.0 arm64, #935831

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
index 763c7073e2c6..6611a27abe4e 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
@@ -13,7 +13,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"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2024-07-13 10:09 Yixun Lan
  0 siblings, 0 replies; 43+ messages in thread
From: Yixun Lan @ 2024-07-13 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     76cd2ce963ec437d5de60442d9a998b7d457d2e3
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 09:52:17 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 10:08:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cd2ce9

x11-themes/lxqt-themes: Keyword 2.0.0 riscv, #935831

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
index 6611a27abe4e..c3d6a32e92ee 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
@@ -13,7 +13,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 ~arm64"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2024-09-01 21:30 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2024-09-01 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     25e42630519731e599dd7a2da81b388a10b95a5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:28:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:28:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e42630

x11-themes/lxqt-themes: Stabilize 2.0.0 amd64, #938702

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

 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
index c3d6a32e92ee..a0e2c3b6f585 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
@@ -13,7 +13,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 ~arm64 ~riscv"
+	KEYWORDS="amd64 ~arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/
@ 2024-09-12 17:23 Arthur Zamarin
  0 siblings, 0 replies; 43+ messages in thread
From: Arthur Zamarin @ 2024-09-12 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1f4653d96e81d8c5ed58b4c40d7c9763e8a99b81
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:22:22 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:22:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4653d9

x11-themes/lxqt-themes: Stabilize 2.0.0 arm64, #938702

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
index a0e2c3b6f585..92c9592b36a5 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
@@ -13,7 +13,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 ~arm64 ~riscv"
+	KEYWORDS="amd64 arm64 ~riscv"
 fi
 
 LICENSE="LGPL-2.1+"


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

end of thread, other threads:[~2024-09-12 17:23 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-23 22:55 [gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-14 21:57 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29  0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2023-03-26 15:50 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:50 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-10 12:57 Jimi Huotari
2022-07-26  7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20  5:36 Sam James
2022-05-25 11:20 WANG Xuerui
2022-05-15  0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15  6:17 Sam James
2022-01-21 19:07 Sam James
2021-09-30 17:24 Andreas Sturmlechner
2021-07-26  7:40 Yixun Lan
2021-07-11 20:51 Sam James
2021-07-10  0:48 Sam James
2021-04-18  5:09 Joonas Niilola
2021-03-26 19:43 Andreas Sturmlechner
2021-01-21  9:03 Agostino Sarubbo
2020-11-23  7:12 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-05-20 23:28 Andreas Sturmlechner
2019-09-08 16:18 Andreas Sturmlechner
2019-06-22 11:44 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22  7:31 Mikle Kolyada
2018-10-17 12:30 Thomas Deutschmann
2018-10-16 13:08 Mikle Kolyada
2018-08-11 10:10 Jonathan Scruggs

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