[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2024-06-14 Thread Jimi Huotari
commit: f9b8cbb049a2203139ad6d15a34682077bf374f0
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Apr 17 18:15:04 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 21:48:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b8cbb0

lxqt-base/lxqt-runner: add version 2.0.0

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

 lxqt-base/lxqt-runner/Manifest |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 6d847643ef10..0ebeeaee32b8 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-runner-1.3.0.tar.xz 223880 BLAKE2B 
2ba95d7d24bbdf656ed364c449513c65d340bc55b283ef1914244151068d99b3f67d76622286f246eeeddd4bdd09cf59fdd3ea127ce11c244a92189b16ae9203
 SHA512 
79351e4cebb14ce6578197dc4d4ec3ee3b5be3d3832da778b075c5e2da38dcb518113c8076a4488570e68f51cedc5a3fe4855e296e813aa2b848a386ddcd6fbc
 DIST lxqt-runner-1.4.0.tar.xz 224920 BLAKE2B 
50b1bf16ce41fa263392c8c2d304658c1636bd7022bad4774b71fb4911fafa9cf9ce4dd32b1146533c7f0b13c9ddb716204910ecb0c3ecf95dfb8e9df9bef4c7
 SHA512 
53ead3b6cd45cbf57a01c06861a97f20ddab9f3a5f3a90b3b9c3e6c3b67344feec99e11e14a90a0d0a6beb7e0cf74e092b5664d5f8ec32f827893623e104ee12
+DIST lxqt-runner-2.0.0.tar.xz 226344 BLAKE2B 
3b831d1d1b0226e1785d4ee4fc93055cf01426335001c432cfc099f75c14421f467fa761648e77d826dfd6b36c9867779b88e38d971fe78846b102bcb7c945d1
 SHA512 
4c9ff79a0a4b7167023bd5447c83692be2e4e79ae48b6069deadae8ab4e5d6d73e6439169ffce87fc8f6000e65ed354fffb58188e9ba4f762b177b1c85c284c5

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild
new file mode 100644
index ..df4effbd5aa2
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt-project.org/;
+
+MY_PV="$(ver_cut 1-2)"
+
+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 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/qttools-6.6:6[linguist]
+   >=dev-util/lxqt-build-tools-2.0.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+   kde-frameworks/kwindowsystem:6
+   >=kde-plasma/layer-shell-qt-6.0:6
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-12-27 Thread Sam James
commit: 883a83fc30b91d497c0f3631cd0ebe037e71a01b
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 27 20:58:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 27 21:02:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883a83fc

lxqt-base/lxqt-runner: Stabilize 1.4.0 x86, #920175

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
index c4029b9b4dc6..7098ec60d034 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-12-19 Thread Sam James
commit: 23b8c8969e2ad4933b9db20d4ca2338b5db8b378
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 20 01:38:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 20 01:38:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b8c896

lxqt-base/lxqt-runner: Stabilize 1.4.0 amd64, #920175

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
index cb13a7787bdb..c4029b9b4dc6 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-11-09 Thread Jimi Huotari
commit: 2e333feb829468a1b92126838f53a666923eae07
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  9 19:24:43 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov  9 21:45:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e333feb

lxqt-base/lxqt-runner: add 1.4.0

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

 lxqt-base/lxqt-runner/Manifest |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 045f215bcac9..6d847643ef10 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-1.3.0.tar.xz 223880 BLAKE2B 
2ba95d7d24bbdf656ed364c449513c65d340bc55b283ef1914244151068d99b3f67d76622286f246eeeddd4bdd09cf59fdd3ea127ce11c244a92189b16ae9203
 SHA512 
79351e4cebb14ce6578197dc4d4ec3ee3b5be3d3832da778b075c5e2da38dcb518113c8076a4488570e68f51cedc5a3fe4855e296e813aa2b848a386ddcd6fbc
+DIST lxqt-runner-1.4.0.tar.xz 224920 BLAKE2B 
50b1bf16ce41fa263392c8c2d304658c1636bd7022bad4774b71fb4911fafa9cf9ce4dd32b1146533c7f0b13c9ddb716204910ecb0c3ecf95dfb8e9df9bef4c7
 SHA512 
53ead3b6cd45cbf57a01c06861a97f20ddab9f3a5f3a90b3b9c3e6c3b67344feec99e11e14a90a0d0a6beb7e0cf74e092b5664d5f8ec32f827893623e104ee12

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
new file mode 100644
index ..cb13a7787bdb
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt-project.org/;
+
+MY_PV="$(ver_cut 1-2)"
+
+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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/linguist-tools-5.15:5
+   >=dev-util/lxqt-build-tools-0.13.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3
+   >=dev-libs/libqtxdg-3.12.0
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   >=dev-qt/qtxml-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-06-18 Thread Andreas Sturmlechner
commit: eac884dd11c793cfa24ac9827cbe579f80427089
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 18 09:21:34 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 18 14:53:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac884dd

lxqt-base/lxqt-runner: drop 1.2.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 lxqt-base/lxqt-runner/Manifest |  1 -
 lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 89fd0b81ce4e..045f215bcac9 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1,2 +1 @@
-DIST lxqt-runner-1.2.0.tar.xz 267912 BLAKE2B 
26d0f0dd8745fe13dfe5af9e254ada68db0de0c07331a6fa2f6c2c05e9b9536528e8a3c09704d090dcbc9104381691ae1eaa77312e998245b8d189ef705052ae
 SHA512 
098add122e4c31ed5428362c4246ea2d76e734c309c3af10dc790b84cf6aa11f5c9ff8f94680b0a35c20ce48927f323917481dc8cd2304d13c796172974b54e6
 DIST lxqt-runner-1.3.0.tar.xz 223880 BLAKE2B 
2ba95d7d24bbdf656ed364c449513c65d340bc55b283ef1914244151068d99b3f67d76622286f246eeeddd4bdd09cf59fdd3ea127ce11c244a92189b16ae9203
 SHA512 
79351e4cebb14ce6578197dc4d4ec3ee3b5be3d3832da778b075c5e2da38dcb518113c8076a4488570e68f51cedc5a3fe4855e296e813aa2b848a386ddcd6fbc

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
deleted file mode 100644
index 3fb8c16f75be..
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt quick launcher"
-HOMEPAGE="https://lxqt-project.org/;
-
-MY_PV="$(ver_cut 1-2)"
-
-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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.12.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-cpp/muParser-2.2.3
-   >=dev-libs/libqtxdg-3.10.0
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtgui-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   >=dev-qt/qtxml-5.15:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-05-29 Thread Sam James
commit: 652926b8f26a3a2df199c903a2d6eec10f00
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 21:56:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 21:56:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652926ee

lxqt-base/lxqt-runner: Stabilize 1.3.0 arm64, #907298

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
index be26d503f5da..88f3f12e2950 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-05-29 Thread Arthur Zamarin
commit: d5bf2a08100b2259d2eabed61f6055b2370adc12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 29 11:03:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 29 11:03:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bf2a08

lxqt-base/lxqt-runner: Stabilize 1.3.0 x86, #907298

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
index 02e97ba3ee6f..be26d503f5da 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-05-28 Thread Sam James
commit: 4efbadfc5713396e9fbcaa8d20365287fb5b9cd6
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 00:09:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 00:09:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efbadfc

lxqt-base/lxqt-runner: Stabilize 1.3.0 amd64, #907298

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
index e04d534c2255..02e97ba3ee6f 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-04-17 Thread Jimi Huotari
commit: 714f9a102f8a3a6b46870da6047fe0f8812e6059
Author: Michael Vetter  iodoru  org>
AuthorDate: Sat Apr 15 19:01:54 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 17 22:05:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714f9a10

lxqt-base/lxqt-runner: add 1.3.0

Signed-off-by: Michael Vetter  iodoru.org>
Signed-off-by: Jimi Huotari  gentoo.org>

 lxqt-base/lxqt-runner/Manifest |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 0156aa608d28..89fd0b81ce4e 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-1.2.0.tar.xz 267912 BLAKE2B 
26d0f0dd8745fe13dfe5af9e254ada68db0de0c07331a6fa2f6c2c05e9b9536528e8a3c09704d090dcbc9104381691ae1eaa77312e998245b8d189ef705052ae
 SHA512 
098add122e4c31ed5428362c4246ea2d76e734c309c3af10dc790b84cf6aa11f5c9ff8f94680b0a35c20ce48927f323917481dc8cd2304d13c796172974b54e6
+DIST lxqt-runner-1.3.0.tar.xz 223880 BLAKE2B 
2ba95d7d24bbdf656ed364c449513c65d340bc55b283ef1914244151068d99b3f67d76622286f246eeeddd4bdd09cf59fdd3ea127ce11c244a92189b16ae9203
 SHA512 
79351e4cebb14ce6578197dc4d4ec3ee3b5be3d3832da778b075c5e2da38dcb518113c8076a4488570e68f51cedc5a3fe4855e296e813aa2b848a386ddcd6fbc

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
new file mode 100644
index ..e04d534c2255
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt-project.org/;
+
+MY_PV="$(ver_cut 1-2)"
+
+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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/linguist-tools-5.15:5
+   >=dev-util/lxqt-build-tools-0.13.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3
+   >=dev-libs/libqtxdg-3.11.0
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   >=dev-qt/qtxml-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2023-03-26 Thread Jimi Huotari
commit: dc9b036ba783664cbcb7653d2390ca0fb109878d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Mar 26 15:13:38 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Mar 26 15:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9b036b

lxqt-base/lxqt-runner: drop 1.1.0

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

 lxqt-base/lxqt-runner/Manifest |  1 -
 lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 26e54b1092cc..0156aa608d28 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1,2 +1 @@
-DIST lxqt-runner-1.1.0.tar.xz 266860 BLAKE2B 
1e7237ed3eef4bf299437f4bc0c64b127a2adb907e01244e5edda02f168a172c9c352ac846c0a8068e531b5b5771d110aab3499e36224ec173df62dd9b3a95fb
 SHA512 
f6afeaed839b80cbcc56497536e5b17c11e58cb66eae38d210ecf7689ee0c69d0c1a4e27ed3b70d8d90114711659958f6e9bb35e252feac7339cd6c61bb07a21
 DIST lxqt-runner-1.2.0.tar.xz 267912 BLAKE2B 
26d0f0dd8745fe13dfe5af9e254ada68db0de0c07331a6fa2f6c2c05e9b9536528e8a3c09704d090dcbc9104381691ae1eaa77312e998245b8d189ef705052ae
 SHA512 
098add122e4c31ed5428362c4246ea2d76e734c309c3af10dc790b84cf6aa11f5c9ff8f94680b0a35c20ce48927f323917481dc8cd2304d13c796172974b54e6

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
deleted file mode 100644
index 093c6608cc51..
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt quick launcher"
-HOMEPAGE="https://lxqt-project.org/;
-
-MY_PV="$(ver_cut 1-2)"
-
-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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.11.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-cpp/muParser-2.2.3
-   >=dev-libs/libqtxdg-3.9.0
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtgui-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   >=dev-qt/qtxml-5.15:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-12-17 Thread Arthur Zamarin
commit: af76466af068156edf5abaaa4bf4c65ac38e504a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 17 19:25:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 17 19:25:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af76466a

lxqt-base/lxqt-runner: Stabilize 1.2.0 arm64, #886365

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
index 38fe56ff96b4..3fb8c16f75be 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-12-16 Thread Sam James
commit: 4577832cac09a8063d33f785556198e31bbdbb50
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 16 21:48:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 16 21:48:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4577832c

lxqt-base/lxqt-runner: Stabilize 1.2.0 x86, #886365

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
index ab537186ff49..38fe56ff96b4 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-12-16 Thread Arthur Zamarin
commit: 2903d9a147288950f906621ff1ab1b3db2ff0fc5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:32:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:32:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2903d9a1

lxqt-base/lxqt-runner: Stabilize 1.2.0 amd64, #886365

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
index 14b368f25a72..ab537186ff49 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-11-10 Thread Jimi Huotari
commit: 59a335c7b197e5b7981b425cc74aa96f9e33d6f1
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Nov  9 21:09:19 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov 10 12:55:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a335c7

lxqt-base/lxqt-runner: remove versions 0.17.0 and 1.0.0

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

 lxqt-base/lxqt-runner/Manifest  |  2 --
 lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild | 45 -
 lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild  | 45 -
 3 files changed, 92 deletions(-)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 60e872ddfb35..26e54b1092cc 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1,4 +1,2 @@
-DIST lxqt-runner-0.17.0.tar.xz 225672 BLAKE2B 
114ef09d79edab21fe5320eb8c94e63ed491e7ee5063d69d6ae726ff482a52805e792060cf308811567aa92c24802f7524a736e05caceafc6886df3d27c8add8
 SHA512 
cafb6c722c803f9f3e1902e7fb3945c7028ec0bdc22b46d7fc0cc0cc305dea8da8c9098baf97e2db30fa82d88d9d59805e403eacadc6d2b311d1b289cde2ad74
-DIST lxqt-runner-1.0.0.tar.xz 226548 BLAKE2B 
b17ec364ca06a5b67341dca5db2c6ffaf85211b428027afe13224d18a53ef1829ffb7006c8a47317676e43f8ccc3e473973411c415be9a4315fa5e2cb5343791
 SHA512 
1af796a7e81108c223290d978a6503cc357cebbea19e3b4b3cf01a2fbc1d42cad7ab03a5b609677ddccc0afaf1de4f5433f5fea13315e3f717bdfdee0e2ced1a
 DIST lxqt-runner-1.1.0.tar.xz 266860 BLAKE2B 
1e7237ed3eef4bf299437f4bc0c64b127a2adb907e01244e5edda02f168a172c9c352ac846c0a8068e531b5b5771d110aab3499e36224ec173df62dd9b3a95fb
 SHA512 
f6afeaed839b80cbcc56497536e5b17c11e58cb66eae38d210ecf7689ee0c69d0c1a4e27ed3b70d8d90114711659958f6e9bb35e252feac7339cd6c61bb07a21
 DIST lxqt-runner-1.2.0.tar.xz 267912 BLAKE2B 
26d0f0dd8745fe13dfe5af9e254ada68db0de0c07331a6fa2f6c2c05e9b9536528e8a3c09704d090dcbc9104381691ae1eaa77312e998245b8d189ef705052ae
 SHA512 
098add122e4c31ed5428362c4246ea2d76e734c309c3af10dc790b84cf6aa11f5c9ff8f94680b0a35c20ce48927f323917481dc8cd2304d13c796172974b54e6

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
deleted file mode 100644
index 32f6152681a6..
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt quick launcher"
-HOMEPAGE="https://lxqt.github.io/;
-
-MY_PV="$(ver_cut 1-2)*"
-
-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 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   >=dev-util/lxqt-build-tools-0.9.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-cpp/muParser-2.2.3:=
-   >=dev-libs/libqtxdg-3.3.1
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}
-   =lxqt-base/lxqt-globalkeys-${MY_PV}
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-}

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
deleted file mode 100644
index 6273877d34fe..
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt quick launcher"
-HOMEPAGE="https://lxqt-project.org/;
-
-MY_PV="$(ver_cut 1-2)"
-
-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 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
-   >=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.10.0
-   virtual/pkgconfig
-"
-DEPEND="
-   >=dev-cpp/muParser-2.2.3
-   >=dev-libs/libqtxdg-3.3.1
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtgui-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   >=dev-qt/qtxml-5.15:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}*:=
-   =lxqt-base/lxqt-globalkeys-${MY_PV}*
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   cmake_src_install
-   doman man/*.1
-}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-07-26 Thread Sam James
commit: 5615f91bb734ee57b5d257afe7f8bc1801c4943d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 07:04:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 07:04:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5615f91b

lxqt-base/lxqt-runner: Stabilize 1.1.0 arm64, #858218

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
index 98b2f0b71fce..093c6608cc51 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-07-22 Thread Sam James
commit: 498e03c9272ab33f21df32428661d4fd5e8a93f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 22 17:53:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 22 17:53:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498e03c9

lxqt-base/lxqt-runner: Stabilize 1.1.0 amd64, #858218

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
index ae5e47afa30e..98b2f0b71fce 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-07-19 Thread Sam James
commit: 420ea7931da3ff0d1dfcedd9e4b37f7f442919e6
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 05:36:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 05:36:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420ea793

lxqt-base/lxqt-runner: Stabilize 1.1.0 x86, #858218

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
index 7a741ad2e2a1..ae5e47afa30e 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
@@ -15,7 +15,7 @@ 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 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-05-25 Thread WANG Xuerui
commit: 129cb9b6911c4bc748dadcf6a1e6a86bcfe9f543
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed May 25 11:18:23 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed May 25 11:18:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129cb9b6

lxqt-base/lxqt-runner: keyword 1.1.0 for ~loong

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

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
index 5a17a5fbcd41..7a741ad2e2a1 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
@@ -15,7 +15,7 @@ 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 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-05-14 Thread Sam James
commit: 97cc4bed5358119526d270a1bf56ec7a7994beb3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 21:34:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 15 00:12:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cc4bed

lxqt-base/lxqt-runner: add version 1.1.0

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

 lxqt-base/lxqt-runner/Manifest |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index b5ac4d12b99a..c4abc5b25fbd 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-runner-0.17.0.tar.xz 225672 BLAKE2B 
114ef09d79edab21fe5320eb8c94e63ed491e7ee5063d69d6ae726ff482a52805e792060cf308811567aa92c24802f7524a736e05caceafc6886df3d27c8add8
 SHA512 
cafb6c722c803f9f3e1902e7fb3945c7028ec0bdc22b46d7fc0cc0cc305dea8da8c9098baf97e2db30fa82d88d9d59805e403eacadc6d2b311d1b289cde2ad74
 DIST lxqt-runner-1.0.0.tar.xz 226548 BLAKE2B 
b17ec364ca06a5b67341dca5db2c6ffaf85211b428027afe13224d18a53ef1829ffb7006c8a47317676e43f8ccc3e473973411c415be9a4315fa5e2cb5343791
 SHA512 
1af796a7e81108c223290d978a6503cc357cebbea19e3b4b3cf01a2fbc1d42cad7ab03a5b609677ddccc0afaf1de4f5433f5fea13315e3f717bdfdee0e2ced1a
+DIST lxqt-runner-1.1.0.tar.xz 266860 BLAKE2B 
1e7237ed3eef4bf299437f4bc0c64b127a2adb907e01244e5edda02f168a172c9c352ac846c0a8068e531b5b5771d110aab3499e36224ec173df62dd9b3a95fb
 SHA512 
f6afeaed839b80cbcc56497536e5b17c11e58cb66eae38d210ecf7689ee0c69d0c1a4e27ed3b70d8d90114711659958f6e9bb35e252feac7339cd6c61bb07a21

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
new file mode 100644
index ..5a17a5fbcd41
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.1.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt-project.org/;
+
+MY_PV="$(ver_cut 1-2)"
+
+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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/linguist-tools-5.15:5
+   >=dev-util/lxqt-build-tools-0.11.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3
+   >=dev-libs/libqtxdg-3.9.0
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   >=dev-qt/qtxml-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*:=
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-04-15 Thread Arthur Zamarin
commit: f98674d550be50d039a4c296b2349fdc761bd436
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 15 13:14:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 13:14:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98674d5

lxqt-base/lxqt-runner: Stabilize 1.0.0 arm64, #831448

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
index 771056d60668..6273877d34fe 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
@@ -15,7 +15,7 @@ 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 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-04-15 Thread Sam James
commit: bda7466bfd44618c2806250cb00bbc72d5a8e078
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 15 06:16:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 15 06:16:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda7466b

lxqt-base/lxqt-runner: Stabilize 1.0.0 x86, #831448

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
index 809aed24eff0..771056d60668 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
@@ -15,7 +15,7 @@ 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 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2022-01-21 Thread Sam James
commit: 425b220ffec311f718d667af865da9d5f1a4ff14
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Nov  6 12:59:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 21 19:06:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425b220f

lxqt-base/lxqt-runner: version bump to 1.0.0

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-runner/Manifest |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 652726c8d53d..b5ac4d12b99a 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-0.17.0.tar.xz 225672 BLAKE2B 
114ef09d79edab21fe5320eb8c94e63ed491e7ee5063d69d6ae726ff482a52805e792060cf308811567aa92c24802f7524a736e05caceafc6886df3d27c8add8
 SHA512 
cafb6c722c803f9f3e1902e7fb3945c7028ec0bdc22b46d7fc0cc0cc305dea8da8c9098baf97e2db30fa82d88d9d59805e403eacadc6d2b311d1b289cde2ad74
+DIST lxqt-runner-1.0.0.tar.xz 226548 BLAKE2B 
b17ec364ca06a5b67341dca5db2c6ffaf85211b428027afe13224d18a53ef1829ffb7006c8a47317676e43f8ccc3e473973411c415be9a4315fa5e2cb5343791
 SHA512 
1af796a7e81108c223290d978a6503cc357cebbea19e3b4b3cf01a2fbc1d42cad7ab03a5b609677ddccc0afaf1de4f5433f5fea13315e3f717bdfdee0e2ced1a

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
new file mode 100644
index ..070c3c3d99d4
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt.github.io/;
+
+MY_PV="$(ver_cut 1-2)"
+
+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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   >=dev-qt/linguist-tools-5.15:5
+   >=dev-util/lxqt-build-tools-0.10.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3:=
+   >=dev-libs/libqtxdg-3.3.1
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   >=dev-qt/qtxml-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*
+   =lxqt-base/lxqt-globalkeys-${MY_PV}*
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2021-07-26 Thread Yixun Lan
commit: 5feff2f4d97e8653db8921aa3f899c5742aac75a
Author: Alex Fan  yahoo  com>
AuthorDate: Sun Jul 25 07:45:10 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jul 26 07:36:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feff2f4

lxqt-base/lxqt-runner: keyword 0.17.0 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
index f7a94a6533e..32f6152681a 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
@@ -15,7 +15,7 @@ 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 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2021-07-09 Thread Sam James
commit: 31709ccc79c384e261fbcc7446c64afea0699964
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31709ccc

lxqt-base/lxqt-runner: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
index 8ef6d841da6..2a0a7ab0258 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
@@ -15,7 +15,7 @@ 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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2021-04-17 Thread Joonas Niilola
commit: 9bd850fd901f855f6c596f662010e1c18522b12a
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Apr 16 16:58:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 18 05:00:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd850fd

lxqt-base/lxqt-runner: add version 0.17.0

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

 lxqt-base/lxqt-runner/Manifest  |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 1a21043c0a2..08f38c9e9d7 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-0.16.0.tar.xz 224496 BLAKE2B 
e5e2802eb9d90a28720137cba205b662000f8ce0ec9f1e7c9b2c3053b12a966c7a16e2d89526f82fe60ca80df38418fe6b5a5ff75a946eae833af7219b908dd4
 SHA512 
ae7aa1a8e6dbc3dbb464ce2812820eab98f073dacfc4195fb54adae10d69bdaaf25f852d1955c785075c31a8c75bfe42fa2456bc366c8293f0b94eff53c59c88
+DIST lxqt-runner-0.17.0.tar.xz 225672 BLAKE2B 
114ef09d79edab21fe5320eb8c94e63ed491e7ee5063d69d6ae726ff482a52805e792060cf308811567aa92c24802f7524a736e05caceafc6886df3d27c8add8
 SHA512 
cafb6c722c803f9f3e1902e7fb3945c7028ec0bdc22b46d7fc0cc0cc305dea8da8c9098baf97e2db30fa82d88d9d59805e403eacadc6d2b311d1b289cde2ad74

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
new file mode 100644
index 000..8ef6d841da6
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt.github.io/;
+
+MY_PV="$(ver_cut 1-2)*"
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   >=dev-util/lxqt-build-tools-0.9.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3:=
+   >=dev-libs/libqtxdg-3.3.1
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}
+   =lxqt-base/lxqt-globalkeys-${MY_PV}
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2021-01-23 Thread Sam James
commit: 2f4b3780769e1dfc9a99f95ae6800797346bff42
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 23 22:55:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 23 22:55:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4b3780

lxqt-base/lxqt-runner: Stabilize 0.16.0 x86, #766342

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
index b71015ec5a2..ba2e8080d68 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
@@ -15,7 +15,7 @@ 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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2021-01-21 Thread Agostino Sarubbo
commit: eebc1043c0b9318800e9ff21e6cf5058dec85292
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 21 09:02:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 21 09:02:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebc1043

lxqt-base/lxqt-runner: 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  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
index e95b697efa4..b71015ec5a2 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-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
@@ -15,7 +15,7 @@ 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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2020-11-22 Thread Andreas Sturmlechner
commit: 9ded63cf151b4630e3f010684eb60a41b883daf1
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  5 21:17:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 23 07:11:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ded63cf

lxqt-base/lxqt-runner: add version 0.16.0

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

 lxqt-base/lxqt-runner/Manifest  |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 9f21f631f29..059d4cd6941 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-0.15.0.tar.xz 223996 BLAKE2B 
90e078d4a2cb93bfc9f964cf4cdcee73e4d5a390ec1383f623b96f15646dec7cff630d95dcd3613427063213c951325826c69d5bff6ee8b9b3024133ed01166c
 SHA512 
559a5ef627f311ee4894891445a7f1bf70349d7f89ec3eb1d5550f8e87486d695d03fb70a8ec936b074e83c82c29ff26c07ee3edeebbbf8dade2d9a5f4dacdba
+DIST lxqt-runner-0.16.0.tar.xz 224496 BLAKE2B 
e5e2802eb9d90a28720137cba205b662000f8ce0ec9f1e7c9b2c3053b12a966c7a16e2d89526f82fe60ca80df38418fe6b5a5ff75a946eae833af7219b908dd4
 SHA512 
ae7aa1a8e6dbc3dbb464ce2812820eab98f073dacfc4195fb54adae10d69bdaaf25f852d1955c785075c31a8c75bfe42fa2456bc366c8293f0b94eff53c59c88

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
new file mode 100644
index 000..e95b697efa4
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.16.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt.github.io/;
+
+MY_PV="$(ver_cut 1-2)*"
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   >=dev-util/lxqt-build-tools-0.8.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3:=
+   >=dev-libs/libqtxdg-3.3.1
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}
+   =lxqt-base/lxqt-globalkeys-${MY_PV}
+"
+RDEPEND="${DEPEND}
+   !lxqt-base/lxqt-l10n
+"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2020-07-31 Thread Mikle Kolyada
commit: 52cd6a5eab96c3ed49499c54aab9b0a96174af66
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 31 16:34:39 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jul 31 16:34:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd6a5e

lxqt-base/lxqt-runner: 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  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
index fc5d99e55cf..0c27ece9131 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
@@ -15,7 +15,7 @@ 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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2020-07-31 Thread Mikle Kolyada
commit: ddc79dbc10196e6090225ab44291805b02996b52
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 31 16:31:42 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jul 31 16:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc79dbc

lxqt-base/lxqt-runner: 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  gentoo.org>

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
index 2d89c16b0f7..fc5d99e55cf 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
@@ -15,7 +15,7 @@ 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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2020-05-20 Thread Andreas Sturmlechner
commit: 0a02905352de861f4106d7cf1a9480d6da7745b1
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 27 19:06:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 23:28:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a029053

lxqt-base/lxqt-runner: add version 0.15.0

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

 lxqt-base/lxqt-runner/Manifest  |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 90f276fbb41..4bde3482ef8 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-0.14.1.tar.xz 223628 BLAKE2B 
c9f5879bc4c58d0a9cbc19e6efef7fc26bd479e14b7e7109458501372e9b3e251bf87889a1913e6bbc99b68b96b450e71ca57c764aac52afedd35e9904aedd40
 SHA512 
62d196d37e87bc9154fa2cd9abcb8671277bffdb8673a6531bcb93161944cb8a31298587f8323d79a290292fc73765ea15990106828335879b87029ff1aba28c
+DIST lxqt-runner-0.15.0.tar.xz 223996 BLAKE2B 
90e078d4a2cb93bfc9f964cf4cdcee73e4d5a390ec1383f623b96f15646dec7cff630d95dcd3613427063213c951325826c69d5bff6ee8b9b3024133ed01166c
 SHA512 
559a5ef627f311ee4894891445a7f1bf70349d7f89ec3eb1d5550f8e87486d695d03fb70a8ec936b074e83c82c29ff26c07ee3edeebbbf8dade2d9a5f4dacdba

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
new file mode 100644
index 000..2d89c16b0f7
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt.github.io/;
+
+MY_PV="$(ver_cut 1-2)*"
+
+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 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   >=dev-util/lxqt-build-tools-0.7.0
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-cpp/muParser-2.2.3:=
+   >=dev-libs/libqtxdg-3.3.1
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}
+   =lxqt-base/lxqt-globalkeys-${MY_PV}
+"
+RDEPEND="${DEPEND}
+   !lxqt-base/lxqt-l10n
+"
+
+src_install() {
+   cmake_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2019-09-08 Thread Andreas Sturmlechner
commit: 4f0957363e280751c3dbed60e08ad3303246c7de
Author: Erhard F  mailbox  org>
AuthorDate: Tue Sep  3 19:39:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  8 16:17:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f095736

lxqt-base/lxqt-runner: keyworded 0.14.1 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  mailbox.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
index 790f3d3de34..836a13a4c29 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
@@ -15,7 +15,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 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2019-05-23 Thread Mikle Kolyada
commit: 30e90bb0db55a2822d40216c2bc540002f697839
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 23 12:29:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 23 12:29:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e90bb0

lxqt-base/lxqt-runner: x86 stable wrt bug #686526

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

 lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
index 0050122820d..790f3d3de34 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
@@ -15,7 +15,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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2019-05-22 Thread Mikle Kolyada
commit: 33efc0c0eaecc1b3fd52ead5e5bf82319838c5d4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 22 07:29:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 22 07:30:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33efc0c0

lxqt-base/lxqt-runner: amd64 stable wrt bug #686526

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

 lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
index ef371efaa31..0050122820d 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
@@ -15,7 +15,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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2018-10-17 Thread Thomas Deutschmann
commit: c240f80e04a3dc9d83200cd1a476b90b6e3f8c24
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 12:24:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 12:29:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c240f80e

lxqt-base/lxqt-runner: x86 stable (bug #664568)

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

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
index 301027b1b17..cc0a2a4b5f2 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
@@ -15,7 +15,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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2018-10-16 Thread Mikle Kolyada
commit: 2c4d28aa6ea880e8ca52cdf5db4a70811732e7ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 12:59:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 12:59:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4d28aa

lxqt-base/lxqt-runner: amd64 stable wrt bug #664568

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

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

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
index 7afdf29a563..301027b1b17 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-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
@@ -15,7 +15,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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2018-08-11 Thread Jonathan Scruggs
commit: 572c40f0df889a2c3586df938da2c61ae69030a8
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Wed Jul 11 15:22:35 2018 +
Commit: Jonathan Scruggs  gentoo  org>
CommitDate: Sat Aug 11 10:09:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572c40f0

lxqt-base/lxqt-runner: version update to 0.13.0

 lxqt-base/lxqt-runner/Manifest  |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild | 53 +
 lxqt-base/lxqt-runner/metadata.xml  | 11 +++--
 3 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index 00f24927a72..d654987f372 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-0.11.0.tar.xz 209040 BLAKE2B 
eec9d11f06e31b758b46216ed9b52050b6bb3c7cd697af5aee735e01815a67af3b3879cbb8c2a57f9ad340325db48b729fe58a014c09017b240e93bbf7d22385
 SHA512 
ced1f790a688fc6b167d96fcfc0f32a695c727e6bf3e4eaa43a0b4d1fb1379312788e2d190f77ade8b18fdce2d2993a7546bcb3a0246efd83e7fdb231b421fb5
+DIST lxqt-runner-0.13.0.tar.xz 211776 BLAKE2B 
bed474f25f485e5c9099b12f65c1b46509427fc6d5d50ac345e83e473d4001679668f19265f9bae442e0c6b196d4f00922b9a38991929f71e30d2b4357c53708
 SHA512 
fed007134f252f10d215266005a03354f70960cbe77ad37bb00db27e0054b0c508e5dd15a07630525b134c2ecb7db2e36f6304c9cbff60dcf4c3831dd31641c7

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
new file mode 100644
index 000..7afdf29a563
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eapi7-ver
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="https://lxqt.org/;
+
+MY_PV="$(ver_cut 1-2)*"
+
+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"
+
+RDEPEND="
+   >=dev-cpp/muParser-2.2.3:=
+   >=dev-libs/libqtxdg-3.0.0
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   kde-frameworks/kwindowsystem:5
+   >=lxde-base/menu-cache-0.5.1
+   =lxqt-base/liblxqt-${MY_PV}
+   =lxqt-base/lxqt-globalkeys-${MY_PV}
+   !lxqt-base/lxqt-common
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   >=dev-util/lxqt-build-tools-0.5.0
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DPULL_TRANSLATIONS=OFF
+   )
+   cmake-utils_src_configure
+}
+
+src_install(){
+   cmake-utils_src_install
+   doman man/*.1
+}

diff --git a/lxqt-base/lxqt-runner/metadata.xml 
b/lxqt-base/lxqt-runner/metadata.xml
index a40a83a9c6a..5773e134f25 100644
--- a/lxqt-base/lxqt-runner/metadata.xml
+++ b/lxqt-base/lxqt-runner/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-l...@gentoo.org
-LXQt
-  
+   
+   l...@gentoo.org
+   LXQt
+   
+   
+   lxqt/lxqt-runner
+   
 



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2018-04-15 Thread David Seifert
commit: 1dcee2b09492e4926609d0dd4f307137736d2374
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr 15 07:56:47 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 15 12:42:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcee2b0

lxqt-base/lxqt-runner: fix SRC_URI

 lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
index 7cb7ddc5eb8..8ebb59359a6 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-   SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
+   SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz;
KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2017-12-10 Thread Anthony G. Basile
commit: 0cc1986a67bff0690752712b2b37739ac4e3ce41
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Dec 11 00:18:35 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec 11 00:43:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc1986a

lxqt-base/lxqt-runner: stable on amd64 and x86

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
index 16c5039bdf5..7cb7ddc5eb8 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2016-10-15 Thread Manuel Rüger
commit: 9fe48ec7fed6018eaf6455779392662c36c21643
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Oct 15 21:30:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Oct 15 21:30:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe48ec7

lxqt-base/lxqt-runner: Version bump to 0.11.0

Package-Manager: portage-2.3.2

 lxqt-base/lxqt-runner/Manifest  |  1 +
 lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest
index dd3bb27..fe61758 100644
--- a/lxqt-base/lxqt-runner/Manifest
+++ b/lxqt-base/lxqt-runner/Manifest
@@ -1 +1,2 @@
 DIST lxqt-runner-0.10.0.tar.xz 193104 SHA256 
d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81 SHA512 
384419dcfb4d9832165b15636a9b50b94409d596fdf2aff521a836d0fbdbc54773ce57e60472b7d7de22c0b7bd19375823e9cee98eab1e4f35e1257281f8b670
 WHIRLPOOL 
a48034db0af5ed18b79b06c4051a229e0981d4bc73f9c58fe054189b980899eb8dd3f38f6e6fc34eb101cb0e29fe15b3b65f3f713427a97ccf803e3d027211ae
+DIST lxqt-runner-0.11.0.tar.xz 209040 SHA256 
ceb0139840d95448b63a8a30cc3b0d33687d596b9c23fbcf29b6608550711db1 SHA512 
ced1f790a688fc6b167d96fcfc0f32a695c727e6bf3e4eaa43a0b4d1fb1379312788e2d190f77ade8b18fdce2d2993a7546bcb3a0246efd83e7fdb231b421fb5
 WHIRLPOOL 
1690f0239427c5f1351c83a3f67b59668e99b0f244d7ebe170e1c6dcece60cce3b4dedd84921eacba6ea809c4143e9572aec46b65e801c42921ff2ab2890987f

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
new file mode 100644
index ..1f65f79
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="http://lxqt.org/;
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+   SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+RDEPEND=">=dev-cpp/muParser-2.2.3
+   dev-libs/glib:2
+   >=dev-libs/libqtxdg-1.0.0
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   kde-frameworks/kwindowsystem:5
+   >=lxde-base/menu-cache-0.5.1
+   ~lxqt-base/liblxqt-${PV}
+   ~lxqt-base/lxqt-globalkeys-${PV}"
+DEPEND="${RDEPEND}
+   >=dev-util/cmake-3.6.2
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+src_configure() {
+   local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
+   cmake-utils_src_configure
+}
+
+src_install(){
+   cmake-utils_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2016-08-07 Thread Pacho Ramos
commit: c163468c71e344c5a4255267c98d307a180029ae
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 08:16:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 08:16:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c163468c

lxqt-base/lxqt-runner: Cleanup per bug #498492

Package-Manager: portage-2.3.0

 lxqt-base/lxqt-runner/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/lxqt-base/lxqt-runner/metadata.xml 
b/lxqt-base/lxqt-runner/metadata.xml
index e21580f..a40a83a 100644
--- a/lxqt-base/lxqt-runner/metadata.xml
+++ b/lxqt-base/lxqt-runner/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jauh...@gentoo.org
-Jauhien Piatlicki
-  
 
 l...@gentoo.org
 LXQt



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2015-11-28 Thread Patrice Clement
commit: 27720e1abfb0cba47c75adbdc701de9cb4a70d4c
Author: Paolo Pedroni  iol  it>
AuthorDate: Tue Nov 24 11:41:47 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov 26 08:20:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27720e1a

lxqt-base/lxqt-runner: Version bump to 0.10.0

Thanks to Alpha Bravo  ungwana.de> in bug #564718

 lxqt-base/lxqt-runner/lxqt-runner-0.10.0.ebuild | 42 +
 1 file changed, 42 insertions(+)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.10.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.10.0.ebuild
new file mode 100644
index 000..f9f5b58
--- /dev/null
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.10.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt quick launcher"
+HOMEPAGE="http://lxqt.org/;
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+   SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="dev-libs/glib:2
+   >=dev-libs/libqtxdg-1.0.0
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtscript:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   kde-frameworks/kwindowsystem:5
+   >=lxde-base/menu-cache-0.5.1
+   ~lxqt-base/liblxqt-${PV}
+   ~lxqt-base/lxqt-globalkeys-${PV}"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+src_install(){
+   cmake-utils_src_install
+   doman man/*.1
+}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2015-10-01 Thread Michael Palimaka
commit: 655488661da3c77763cd1ea494ce7c64fc63341f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  1 13:57:36 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  1 14:20:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65548866

lxqt-base/lxqt-runner: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild | 2 +-
 lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild
index 40ea631..1be03f9 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild
@@ -21,7 +21,6 @@ SLOT="0"
 
 RDEPEND="
dev-libs/glib:2
-   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtscript:5
@@ -35,6 +34,7 @@ RDEPEND="
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11"
 DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
virtual/pkgconfig"
 
 src_configure() {

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild
index d676569..cb3ca05 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild
@@ -21,7 +21,6 @@ SLOT="0"
 
 RDEPEND="dev-libs/glib:2
>=dev-libs/libqtxdg-1.0.0
-   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtscript:5
@@ -34,6 +33,7 @@ RDEPEND="dev-libs/glib:2
~lxqt-base/lxqt-globalkeys-${PV}
>=lxde-base/menu-cache-0.5.1"
 DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
virtual/pkgconfig"
 
 src_install(){