[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2024-06-14 Thread Jimi Huotari
commit: 00f926d54d2a8d9f3cfb5023e17620c0978013b7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Jun 14 22:02:57 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 22:14:23 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=00f926d5

x11-themes/lxqt-themes: drop 2.0.0

Signed-off-by: Jimi Huotari  gentoo.org>

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

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
deleted file mode 100644
index 3b38819f..
--- a/x11-themes/lxqt-themes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 763c7073..
--- a/x11-themes/lxqt-themes/lxqt-themes-2.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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} ==  ]]; 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
-}



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2024-04-21 Thread Jimi Huotari
commit: e6d5df8149d28f1739b308eb17d36e6f54553675
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Apr 21 17:21:29 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Apr 21 19:49:28 2024 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e6d5df81

x11-themes/lxqt-themes: add 2.0.0

Signed-off-by: Jimi Huotari  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
new file mode 100644
index ..3b38819f
--- /dev/null
+++ b/x11-themes/lxqt-themes/Manifest
@@ -0,0 +1 @@
+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 ..763c7073
--- /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} ==  ]]; 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
+}



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2023-11-09 Thread Jimi Huotari
commit: b362e2be20da36a20bbbdd263cbff7df4907cb7f
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  9 17:53:17 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov  9 18:05:20 2023 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b362e2be

x11-themes/lxqt-themes: bump year and lxqt-build-tools version

Signed-off-by: Jimi Huotari  gentoo.org>

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

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index c2b9a197..00ab08fb 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.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
@@ -19,7 +19,7 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.13.0"
 
 pkg_postinst() {
xdg_icon_cache_update



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2022-11-18 Thread Jimi Huotari
commit: 3559a857ba9ae0742a443589f776f2807570129e
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Nov 18 13:41:12 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Nov 18 13:41:12 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3559a857

x11-themes/lxqt-themes: sync with ::gentoo

Signed-off-by: Jimi Huotari  gentoo.org>

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

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index 825b9044..c2b9a197 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -13,13 +13,13 @@ if [[ ${PV} = ** ]]; 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+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.12.0"
 
 pkg_postinst() {
xdg_icon_cache_update



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2022-04-18 Thread Jimi Huotari
commit: 44ac664c61319a1bcd8a4ed9baddd05da093fa6c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 21:37:44 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 21:37:44 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=44ac664c

x11-themes/lxqt-themes: update dependencies

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

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

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index 80f6d606..825b9044 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -19,7 +19,7 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
 
 pkg_postinst() {
xdg_icon_cache_update



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2022-03-09 Thread Jimi Huotari
commit: 1456aeb4fe4d4475e581df1d604234da87ce07be
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Mar  9 19:08:24 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Mar  9 19:08:24 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1456aeb4

x11-themes/lxqt-themes: sync with the latest release ebuild

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

 x11-themes/lxqt-themes/lxqt-themes-.ebuild | 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index 22f37c6f..80f6d606 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -1,14 +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
 
-inherit cmake
+inherit cmake xdg-utils
 
 DESCRIPTION="LXQt Themes"
-HOMEPAGE="https://lxqt.github.io/;
+HOMEPAGE="https://lxqt-project.org/;
 
-if [[ ${PV} == ** ]]; then
+if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else
@@ -19,4 +19,12 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2021-09-22 Thread Andreas Sturmlechner
commit: 493d115a47b9355c9a201989912e72a779941373
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 22 19:07:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 22 19:14:51 2021 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=493d115a

x11-themes/lxqt-themes: Sync with Gentoo ebuild repo

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

 x11-themes/lxqt-themes/lxqt-themes-.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index f460989c..22f37c6f 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -5,10 +5,10 @@ EAPI=7
 
 inherit cmake
 
-DESCRIPTION="Themes, graphics and icons for LXQt"
+DESCRIPTION="LXQt Themes"
 HOMEPAGE="https://lxqt.github.io/;
 
-if [[ ${PV} = ** ]]; then
+if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else
@@ -19,6 +19,4 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2021-09-22 Thread Andreas Sturmlechner
commit: bf623159a84f0f605588e803e2a045e9b89f7f27
Author: Alex Fan  yahoo  com>
AuthorDate: Sun Jul 25 08:25:46 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 22 17:41:26 2021 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bf623159

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

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index f54394de..bd947047 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; 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 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2019-02-18 Thread Jimi Huotari
commit: 5885624a7ab8aaa6204e4ed7d9b5761005d5ad17
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Feb 18 23:08:27 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Feb 18 23:20:15 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5885624a

x11-themes/lxqt-themes: add 0.14.0 for testing

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

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

diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
new file mode 100644
index ..749961bf
--- /dev/null
+++ b/x11-themes/lxqt-themes/Manifest
@@ -0,0 +1 @@
+DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B 
a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da
 SHA512 
622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
new file mode 100644
index ..8e8ce23c
--- /dev/null
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Themes, graphics and icons for LXQt"
+HOMEPAGE="https://lxqt.org/;
+
+if [[ ${PV} = ** ]]; 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"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
+RDEPEND=""
+DEPEND="${RDEPEND}"