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

2024-06-14 Thread Jimi Huotari
commit: 66c4b12e03e1f1a1fe87b49431d1c43336c1c209
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Apr 17 18:01:47 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Fri Jun 14 21:48:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c4b12e

lxqt-base/lxqt-notificationd: add 2.0.1

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-2.0.1.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 0b9e7d9ef4e9..6c7b70d8cee3 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-notificationd-1.3.0.tar.xz 61064 BLAKE2B 
249a2cd764cb8ca0bbd4de1bb903df87b58d1efe6cab775edc60dfd4ac6da7bac4f83fad95d3567df7fd4adb3a0a06372fbd70b44a71a4e40b03dfdd3a062710
 SHA512 
8bc57c8a6710aaa5d050802a588530ec446611362eaa7c87aae2dae74b7ed9745486a90efbd854dedf79bc9994e13b5444f8b5259452614e01a8b393dd796607
 DIST lxqt-notificationd-1.4.0.tar.xz 61792 BLAKE2B 
e44c9e80c9fb964547902d242ea0cb5967977e4e9dad1c047daae8dadd105f97fd1cd30c5022511d9ece3c3f1e6fbf74ef79e2a5df2e2725603d3d1151dfb166
 SHA512 
5ae28b0f49e1e01c8d0fe96f23b961ca962dab33f16025af172777f385d0fd3471c64a7acb78b46e7dc0c370d324a17f10ec9a4c4b3afbde95d47164a5246d0a
+DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 
55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c
 SHA512 
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
new file mode 100644
index ..abea757ccd1d
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+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
+"
+DEPEND="
+   >=dev-libs/libqtxdg-4.0.0
+   >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+   kde-frameworks/kwindowsystem:6
+   >=kde-plasma/layer-shell-qt-6.0:6
+   =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"



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

2023-12-27 Thread Sam James
commit: cff45995861dfa27b51594aaa9a8e04a7dbdc893
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 27 20:58:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 27 21:02:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff45995

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild
index 0ace16573a3f..264356e67964 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild
index 4f65c2d4b0d3..0ace16573a3f 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2023-11-09 Thread Jimi Huotari
commit: 284484db744bcf9b3d5380809b82f8ba9d6542eb
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  9 19:26:36 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov  9 21:45:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284484db

lxqt-base/lxqt-notificationd: add 1.4.0

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-1.4.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 20fa7ab2a437..0b9e7d9ef4e9 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-1.3.0.tar.xz 61064 BLAKE2B 
249a2cd764cb8ca0bbd4de1bb903df87b58d1efe6cab775edc60dfd4ac6da7bac4f83fad95d3567df7fd4adb3a0a06372fbd70b44a71a4e40b03dfdd3a062710
 SHA512 
8bc57c8a6710aaa5d050802a588530ec446611362eaa7c87aae2dae74b7ed9745486a90efbd854dedf79bc9994e13b5444f8b5259452614e01a8b393dd796607
+DIST lxqt-notificationd-1.4.0.tar.xz 61792 BLAKE2B 
e44c9e80c9fb964547902d242ea0cb5967977e4e9dad1c047daae8dadd105f97fd1cd30c5022511d9ece3c3f1e6fbf74ef79e2a5df2e2725603d3d1151dfb166
 SHA512 
5ae28b0f49e1e01c8d0fe96f23b961ca962dab33f16025af172777f385d0fd3471c64a7acb78b46e7dc0c370d324a17f10ec9a4c4b3afbde95d47164a5246d0a

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild
new file mode 100644
index ..4f65c2d4b0d3
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+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
+   >=dev-util/lxqt-build-tools-0.13.0
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.11.0
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtdbus-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"



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

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

lxqt-base/lxqt-notificationd: drop 1.2.0

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 -
 .../lxqt-notificationd-1.2.0.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 849b06c33b62..20fa7ab2a437 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,2 +1 @@
-DIST lxqt-notificationd-1.2.0.tar.xz 60720 BLAKE2B 
90d2676e4efd3a46bd6e11becf815c9746bf7ae9f8bb5de5ba48df5af433c91a285f048139cf87a3d1857c2c79ff904e75fdb3b085da80b51e196c07e17e488e
 SHA512 
55ae52cf45942ee7992b099cbea1f81776ab7cc17401f903772458dee3e7ea1899bda13c5e6c5e117b2397dbbbe349c6e06dd389f51b03d4853b2f93c5cb000a
 DIST lxqt-notificationd-1.3.0.tar.xz 61064 BLAKE2B 
249a2cd764cb8ca0bbd4de1bb903df87b58d1efe6cab775edc60dfd4ac6da7bac4f83fad95d3567df7fd4adb3a0a06372fbd70b44a71a4e40b03dfdd3a062710
 SHA512 
8bc57c8a6710aaa5d050802a588530ec446611362eaa7c87aae2dae74b7ed9745486a90efbd854dedf79bc9994e13b5444f8b5259452614e01a8b393dd796607

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
deleted file mode 100644
index 98e2e4509c36..
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-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
-   >=dev-util/lxqt-build-tools-0.12.0
-"
-DEPEND="
-   >=dev-libs/libqtxdg-3.10.0
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtdbus-5.15:5
-   >=dev-qt/qtgui-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"



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

2023-05-29 Thread Sam James
commit: 7b139d6f5df1c29c9703651197e50fbaba421375
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 21:56:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 21:56:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b139d6f

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
index 264356e67964..cac0f5bccc79 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
index 0ace16573a3f..264356e67964 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
index 4f65c2d4b0d3..0ace16573a3f 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2023-04-17 Thread Jimi Huotari
commit: bbcc42e573d5278441bb952c99f8f061abd25b0f
Author: Michael Vetter  iodoru  org>
AuthorDate: Sat Apr 15 18:49:56 2023 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 17 22:05:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcc42e5

lxqt-base/lxqt-notification: add 1.3.0

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-1.3.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 6ecbab8ef06a..849b06c33b62 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-1.2.0.tar.xz 60720 BLAKE2B 
90d2676e4efd3a46bd6e11becf815c9746bf7ae9f8bb5de5ba48df5af433c91a285f048139cf87a3d1857c2c79ff904e75fdb3b085da80b51e196c07e17e488e
 SHA512 
55ae52cf45942ee7992b099cbea1f81776ab7cc17401f903772458dee3e7ea1899bda13c5e6c5e117b2397dbbbe349c6e06dd389f51b03d4853b2f93c5cb000a
+DIST lxqt-notificationd-1.3.0.tar.xz 61064 BLAKE2B 
249a2cd764cb8ca0bbd4de1bb903df87b58d1efe6cab775edc60dfd4ac6da7bac4f83fad95d3567df7fd4adb3a0a06372fbd70b44a71a4e40b03dfdd3a062710
 SHA512 
8bc57c8a6710aaa5d050802a588530ec446611362eaa7c87aae2dae74b7ed9745486a90efbd854dedf79bc9994e13b5444f8b5259452614e01a8b393dd796607

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
new file mode 100644
index ..4f65c2d4b0d3
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+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
+   >=dev-util/lxqt-build-tools-0.13.0
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.11.0
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtdbus-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"



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

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

lxqt-base/lxqt-notificationd: drop 1.1.0

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 -
 .../lxqt-notificationd-1.1.0.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 3f3e710259b1..6ecbab8ef06a 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,2 +1 @@
-DIST lxqt-notificationd-1.1.0.tar.xz 59596 BLAKE2B 
5ae9e152d3f95fafa986e611efa2cc873971ba67719f27cc71dc08ca90f7dacea285fc552703b8ade1d86c4e9b7fb909e54ffd07a7d3de5f20989ac503580f89
 SHA512 
fd4ecdff4e32886959dd8806d247e7bfa5920a3b3c8f98066577758ab7d3884b15c9b791982e9b05a581b04ac09e6eb7d127172a930acf639e1378f997bd583f
 DIST lxqt-notificationd-1.2.0.tar.xz 60720 BLAKE2B 
90d2676e4efd3a46bd6e11becf815c9746bf7ae9f8bb5de5ba48df5af433c91a285f048139cf87a3d1857c2c79ff904e75fdb3b085da80b51e196c07e17e488e
 SHA512 
55ae52cf45942ee7992b099cbea1f81776ab7cc17401f903772458dee3e7ea1899bda13c5e6c5e117b2397dbbbe349c6e06dd389f51b03d4853b2f93c5cb000a

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
deleted file mode 100644
index 90078e29b7e4..
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-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
-   >=dev-util/lxqt-build-tools-0.11.0
-"
-DEPEND="
-   >=dev-libs/libqtxdg-3.9.0
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtdbus-5.15:5
-   >=dev-qt/qtgui-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"



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

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
index c09e263500e8..98e2e4509c36 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
index 95f22f0621bd..c09e263500e8 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2022-12-16 Thread Arthur Zamarin
commit: 63a24960f2c70b6623987aec7c4c3ea7088cc1ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:32:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:32:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a24960

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
index a3ec4967f1bb..95f22f0621bd 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2022-11-10 Thread Jimi Huotari
commit: 86cea1ed3888b559a52444dce225e96ea2f7bda3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Nov  9 21:14:00 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Nov 10 12:55:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cea1ed

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

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

 lxqt-base/lxqt-notificationd/Manifest  |  2 --
 .../lxqt-notificationd-0.17.0.ebuild   | 35 
 .../lxqt-notificationd-1.0.0.ebuild| 37 --
 3 files changed, 74 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 6162ebf300e0..3f3e710259b1 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,4 +1,2 @@
-DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B 
d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef
 SHA512 
042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4
-DIST lxqt-notificationd-1.0.0.tar.xz 57160 BLAKE2B 
518822c8fc4e5d8d68ae8181d64f80dc4dd0ffb7cc192f69432efaa7f35242c8e222b45cf51eaad473c8b55df09fd66475f7c1f9343d7d9b24c757304cef061a
 SHA512 
e8953c06be5821d875027692589dd80bfc7bca8ff9d7e590dcab2ab80b17ed530983119b0cf9d254ba5b15bf863eb6283896e6ae38a999437e5ccd7d3a50adf9
 DIST lxqt-notificationd-1.1.0.tar.xz 59596 BLAKE2B 
5ae9e152d3f95fafa986e611efa2cc873971ba67719f27cc71dc08ca90f7dacea285fc552703b8ade1d86c4e9b7fb909e54ffd07a7d3de5f20989ac503580f89
 SHA512 
fd4ecdff4e32886959dd8806d247e7bfa5920a3b3c8f98066577758ab7d3884b15c9b791982e9b05a581b04ac09e6eb7d127172a930acf639e1378f997bd583f
 DIST lxqt-notificationd-1.2.0.tar.xz 60720 BLAKE2B 
90d2676e4efd3a46bd6e11becf815c9746bf7ae9f8bb5de5ba48df5af433c91a285f048139cf87a3d1857c2c79ff904e75fdb3b085da80b51e196c07e17e488e
 SHA512 
55ae52cf45942ee7992b099cbea1f81776ab7cc17401f903772458dee3e7ea1899bda13c5e6c5e117b2397dbbbe349c6e06dd389f51b03d4853b2f93c5cb000a

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild
deleted file mode 100644
index 66d10a719c31..
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="https://lxqt.github.io/;
-
-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
-"
-DEPEND="
-   >=dev-libs/libqtxdg-3.3.1
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-$(ver_cut 1-2)*
-"
-RDEPEND="${DEPEND}"

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
deleted file mode 100644
index f918647f1a55..
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt notification daemon and library"
-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
-   >=dev-util/lxqt-build-tools-0.10.0
-"
-DEPEND="
-   >=dev-libs/libqtxdg-3.3.1
-   >=dev-qt/qtcore-5.15:5
-   >=dev-qt/qtdbus-5.15:5
-   >=dev-qt/qtgui-5.15:5
-   >=dev-qt/qtwidgets-5.15:5
-   kde-frameworks/kwindowsystem:5
-   =lxqt-base/liblxqt-${MY_PV}*:=
-"
-RDEPEND="${DEPEND}"



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

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
index 4aadbe818a25..90078e29b7e4 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
index 76704a34e24e..4aadbe818a25 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
index 7cacd6f7ec45..76704a34e24e 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2022-05-25 Thread WANG Xuerui
commit: cc9341a07339910021e63ebc0b64fc9dcc59e2c4
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed May 25 11:18:28 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed May 25 11:18:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9341a0

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
index 1993386c97bc..7cacd6f7ec45 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2022-05-14 Thread Sam James
commit: b14be2826931af62eab8992b3a9ed8731b88ecf2
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 21:29:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 15 00:12:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14be282

lxqt-base/lxqt-notificationd: 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-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-1.1.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 4dff6c2cf75b..12ee6fa1259b 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,2 +1,3 @@
 DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B 
d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef
 SHA512 
042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4
 DIST lxqt-notificationd-1.0.0.tar.xz 57160 BLAKE2B 
518822c8fc4e5d8d68ae8181d64f80dc4dd0ffb7cc192f69432efaa7f35242c8e222b45cf51eaad473c8b55df09fd66475f7c1f9343d7d9b24c757304cef061a
 SHA512 
e8953c06be5821d875027692589dd80bfc7bca8ff9d7e590dcab2ab80b17ed530983119b0cf9d254ba5b15bf863eb6283896e6ae38a999437e5ccd7d3a50adf9
+DIST lxqt-notificationd-1.1.0.tar.xz 59596 BLAKE2B 
5ae9e152d3f95fafa986e611efa2cc873971ba67719f27cc71dc08ca90f7dacea285fc552703b8ade1d86c4e9b7fb909e54ffd07a7d3de5f20989ac503580f89
 SHA512 
fd4ecdff4e32886959dd8806d247e7bfa5920a3b3c8f98066577758ab7d3884b15c9b791982e9b05a581b04ac09e6eb7d127172a930acf639e1378f997bd583f

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
new file mode 100644
index ..1993386c97bc
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+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
+   >=dev-util/lxqt-build-tools-0.11.0
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.9.0
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtdbus-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*:=
+"
+RDEPEND="${DEPEND}"



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

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
index f6955f4ef780..f918647f1a55 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
index dfe31f5d325c..f6955f4ef780 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

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

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

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-1.0.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index f08d8a5f501d..4dff6c2cf75b 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B 
d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef
 SHA512 
042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4
+DIST lxqt-notificationd-1.0.0.tar.xz 57160 BLAKE2B 
518822c8fc4e5d8d68ae8181d64f80dc4dd0ffb7cc192f69432efaa7f35242c8e222b45cf51eaad473c8b55df09fd66475f7c1f9343d7d9b24c757304cef061a
 SHA512 
e8953c06be5821d875027692589dd80bfc7bca8ff9d7e590dcab2ab80b17ed530983119b0cf9d254ba5b15bf863eb6283896e6ae38a999437e5ccd7d3a50adf9

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
new file mode 100644
index ..6d7af2965070
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+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.10.0
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.3.1
+   >=dev-qt/qtcore-5.15:5
+   >=dev-qt/qtdbus-5.15:5
+   >=dev-qt/qtgui-5.15:5
+   >=dev-qt/qtwidgets-5.15:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-${MY_PV}*
+"
+RDEPEND="${DEPEND}"



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

2021-04-17 Thread Joonas Niilola
commit: dbcd48cdc0d59b75290218f1a18c58ffdda4b0f7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Fri Apr 16 16:43:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 18 05:00:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd48cd

lxqt-base/lxqt-notificationd: 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-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-0.17.0.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index a27e07fd09f..5e2ad29f071 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-0.16.0.tar.xz 50696 BLAKE2B 
e41528091c9c8abfbcd4de53daf753d5f031f9941a83c1e8c0a4f492dba85d1edd08185726dc3f68d0553c5f23a6f97a9835061bdad47abe98c4f0a54ec942f4
 SHA512 
127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3
+DIST lxqt-notificationd-0.17.0.tar.xz 53712 BLAKE2B 
d15f00179eb24c43add51f246b46738d4da6f9ce89f041a65ce4acc252ebd0a832519c0e9e7ac2ee86d23806a2ac6a9a740b57fc5e88d73a09d1170e405386ef
 SHA512 
042d69e01c3015d254ae3472867de0b41587af2285cd26445cd9d6d455de8ef713413431dea9997f2d2e19f70c2c8c73af39ce880d54ecb9fd6c50cd05a7dba4

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild
new file mode 100644
index 000..aa55c540805
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+HOMEPAGE="https://lxqt.github.io/;
+
+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
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.3.1
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}"



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

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

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
index d2abbd5ed9b..eada64a1a99 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
@@ -13,7 +13,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-notificationd/

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

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
index 21ead6b345b..d2abbd5ed9b 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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} = ** ]]; 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-notificationd/

2020-11-22 Thread Andreas Sturmlechner
commit: cea81db807eebb656d38541c2ed135cd6203a9d3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Nov  5 20:35:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 23 07:11:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea81db8

lxqt-base/lxqt-notificationd: 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-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-0.16.0.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index ab469ed39b6..b7aef90afc7 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-0.15.0.tar.xz 49068 BLAKE2B 
00277a1ecb75a7591ad4d74156889f9fceec1f81b752f2d6dc10bc77a8dbe8406df88ff4b768dfa42efa3b50048fd757b648766fa7131f7e11b5314fc9718a9e
 SHA512 
0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632
+DIST lxqt-notificationd-0.16.0.tar.xz 50696 BLAKE2B 
e41528091c9c8abfbcd4de53daf753d5f031f9941a83c1e8c0a4f492dba85d1edd08185726dc3f68d0553c5f23a6f97a9835061bdad47abe98c4f0a54ec942f4
 SHA512 
127f1c044babb0c7a640d862fc9f30947b06ef37b702a75bc72a87f82f9aff15b32e29272993eb9d888e1c8db93e81cec8d07be515c769c560ecce4b439bb2f3

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
new file mode 100644
index 000..21ead6b345b
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.16.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+HOMEPAGE="https://lxqt.github.io/;
+
+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
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.3.1
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}
+   !lxqt-base/lxqt-l10n
+"



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

2020-07-31 Thread Mikle Kolyada
commit: 84c2781b2375a766e7b305cbe18eeba486e6a55e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 31 16:34:20 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jul 31 16:34:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c2781b

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
index 1283a5bccec..ecfdd82eda6 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
@@ -13,7 +13,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-notificationd/

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

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
index a78ba273344..1283a5bccec 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
@@ -13,7 +13,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-notificationd/

2020-05-20 Thread Andreas Sturmlechner
commit: 2bbb2e7edc3c8073b88c7ab4acf5aa28987c3325
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 27 18:46:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 20 23:28:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbb2e7e

lxqt-base/lxqt-notificationd: 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-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-0.15.0.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index 7930cc9bfd0..a5efffae82c 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-0.14.1.tar.xz 47356 BLAKE2B 
b80febe059a17e30df4abb81e6d63271b8955211474d80853dc54ea65112081160bf270766654498b50c78c58df682e1e9b9cac800c4afb294fdb2fdbaeb
 SHA512 
dcd1892ff66d6beb5c8953c6731f798a59272365fb7439277732b145cc9e6479314415481d9e8aae9fd670d779011c3d7bb3874b05a67cfad2a722f467866795
+DIST lxqt-notificationd-0.15.0.tar.xz 49068 BLAKE2B 
00277a1ecb75a7591ad4d74156889f9fceec1f81b752f2d6dc10bc77a8dbe8406df88ff4b768dfa42efa3b50048fd757b648766fa7131f7e11b5314fc9718a9e
 SHA512 
0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
new file mode 100644
index 000..a78ba273344
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.15.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LXQt notification daemon and library"
+HOMEPAGE="https://lxqt.github.io/;
+
+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
+"
+DEPEND="
+   >=dev-libs/libqtxdg-3.3.1
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}
+   !lxqt-base/lxqt-l10n
+"



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

2019-09-08 Thread Andreas Sturmlechner
commit: 55bddbea366e9fcf284844574b3632f836f1cdc3
Author: Erhard F  mailbox  org>
AuthorDate: Tue Sep  3 19:32:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  8 16:17:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bddbea

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
index 5e97db50bc2..7db414c4059 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.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 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2019-05-23 Thread Mikle Kolyada
commit: 3b23cb4ce786b6aef31f875a5200ea900e342a5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 23 12:29:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 23 12:29:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b23cb4c

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
index 419e13f11b0..5e97db50bc2 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2019-05-22 Thread Mikle Kolyada
commit: 4534875b52bcc3de617998f7ce4acdebf15a15cd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 22 07:28:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 22 07:30:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4534875b

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
index 5b510c9b2b2..419e13f11b0 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2018-10-17 Thread Thomas Deutschmann
commit: f5fe2e24db9f8903cff6b27b66ff45a91d2d218f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 12:21:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 12:29:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fe2e24

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

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

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild
index 04db69b8143..60cf446f7c4 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.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 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2018-10-16 Thread Mikle Kolyada
commit: ab73e69c46bb96ca579891b03d04e46a10140ec0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 12:54:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 12:54:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab73e69c

lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-0.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild
index de85f45f010..04db69b8143 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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} = ** ]]; 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-notificationd/

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

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

 lxqt-base/lxqt-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-0.13.0.ebuild   | 42 ++
 lxqt-base/lxqt-notificationd/metadata.xml  | 11 +++---
 3 files changed, 50 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index a7de977a63a..3110ad59616 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-0.11.0.tar.xz 30592 BLAKE2B 
d30ddedf7cc66bc951291110d43c458ff8c4b229189a3d1f3b59be29e0e45ad03ae9839a31aa5dd268121bb6a7266e05d30221ee9cb44a39bbb36cd937c85ebd
 SHA512 
f6dd3463ac993d7c7743addd6924dc8f15717f658c576c78ad01e4db361d1f1c98d02f6a2bec0069c191ad923b1ff63d49faf6ff7d564f67030233d6979adec5
+DIST lxqt-notificationd-0.13.0.tar.xz 32364 BLAKE2B 
c43e57e66e2fdd375f25afd68acc428c6204992e48c2b2bf1a692380bcb2f48663c52b3a5a9b17d01a68d6cb57e6779260da3c9e09873baa0a8c7489dfa9c9a7
 SHA512 
2bc75b840a666e013d914f08719680cf3af7430a6acfb5072facff8bdc964aeef1d5227c68b5a5c5d8a6d6c572632105e3f2f04c517d8e8669eb40b5a0cf0f4d

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild
new file mode 100644
index 000..de85f45f010
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild
@@ -0,0 +1,42 @@
+# 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 notification daemon and library"
+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"
+
+RDEPEND="
+   >=dev-libs/libqtxdg-3.0.0
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   kde-frameworks/kwindowsystem:5
+   =lxqt-base/liblxqt-$(ver_cut 1-2)*
+   !lxqt-base/lxqt-common
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   >=dev-util/lxqt-build-tools-0.5.0
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DPULL_TRANSLATIONS=OFF
+   )
+   cmake-utils_src_configure
+}

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



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

2018-05-11 Thread Patrice Clement
commit: 25e2ff15da75b60807e3bea6ba3d993f08206364
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 19:05:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e2ff15

lxqt-base/lxqt-notificationd: use HTTPS.

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
index ed3229c4ebc..b7eae03c514 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="http://lxqt.org/;
+HOMEPAGE="https://lxqt.org;
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+   EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git;
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz;
KEYWORDS="amd64 ~arm ~arm64 x86"



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

2018-04-15 Thread David Seifert
commit: 718228abe28123371d4c31eea721d65cc4d6c36a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr 15 07:52:01 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 15 12:41:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718228ab

lxqt-base/lxqt-notificationd: fix SRC_URI

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
index 2740832f156..ed3229c4ebc 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2017-12-10 Thread Anthony G. Basile
commit: 230e1c9fac96c62713ced050af7e7ce0310d1dc2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Dec 11 00:15:30 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec 11 00:43:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230e1c9f

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

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
index ba2dedc5efa..2740832f156 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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-notificationd/

2016-10-28 Thread Manuel Rüger
commit: 33b7cac97882173f80b5d4238545d744bec14b22
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Oct 28 19:11:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Oct 28 19:11:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b7cac9

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

Package-Manager: portage-2.3.2

 lxqt-base/lxqt-notificationd/Manifest  |  1 +
 .../lxqt-notificationd-0.11.0.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/Manifest 
b/lxqt-base/lxqt-notificationd/Manifest
index ef1cff3..e9abfa2 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1 +1,2 @@
 DIST lxqt-notificationd-0.10.0.tar.xz 30896 SHA256 
5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5 SHA512 
3a3ebcc104ac6de3c11ceac8a0c6b8f942e824b1301413fa20f93be68d53e02747e8c478fc744fa1bd3f04d2f54cd042c4b538cd537626d8b69088274a323519
 WHIRLPOOL 
56e93e04aa5ec5f81b6d6f43fdcb2ccebb429505372f51e18d28c19432133eb2a3f701ae7bda121c9474bfe7c9063c643fd470e69e2e88b9c1904ce542fc1a06
+DIST lxqt-notificationd-0.11.0.tar.xz 30592 SHA256 
2e57b4f0c68694a8faf4999039b039f13291c720017b14c0bbdd8e0b49a0fa82 SHA512 
f6dd3463ac993d7c7743addd6924dc8f15717f658c576c78ad01e4db361d1f1c98d02f6a2bec0069c191ad923b1ff63d49faf6ff7d564f67030233d6979adec5
 WHIRLPOOL 
ee73ff0223d1009b0c78301857997deecee9b8a5f563a5d6bc7f0f29220d502e076abe9156a350ce59e568ea50188081a947b6e8baf3365e6257a7287c8b8e13

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
new file mode 100644
index ..078fdf2
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt notification daemon and library"
+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/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
+   ~lxqt-base/liblxqt-${PV}
+   =lxqt-base/lxqt-common-0.11*"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+src_configure() {
+   local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
+   cmake-utils_src_configure
+}



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

2016-08-07 Thread Pacho Ramos
commit: 072b558c64f4743981e161e6de653026baeb2efc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 08:15:32 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 08:15:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072b558c

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

Package-Manager: portage-2.3.0

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

diff --git a/lxqt-base/lxqt-notificationd/metadata.xml 
b/lxqt-base/lxqt-notificationd/metadata.xml
index e21580f..a40a83a 100644
--- a/lxqt-base/lxqt-notificationd/metadata.xml
+++ b/lxqt-base/lxqt-notificationd/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-notificationd/

2015-11-28 Thread Patrice Clement
commit: 30a69a2b74b43c11504df46fe57445fd2548cf70
Author: Paolo Pedroni  iol  it>
AuthorDate: Tue Nov 24 11:30:46 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov 26 08:20:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a69a2b

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

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

 .../lxqt-notificationd-0.10.0.ebuild   | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.10.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.10.0.ebuild
new file mode 100644
index 000..b6f0fc1
--- /dev/null
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.10.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt notification daemon and library"
+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/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
+   ~lxqt-base/liblxqt-${PV}
+   =lxqt-base/lxqt-common-0.10*
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"



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

2015-10-01 Thread Michael Palimaka
commit: df4bf0297b60b3f31d98ed22523fc07e2318bfbb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  1 14:02:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  1 14:20:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4bf029

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

Package-Manager: portage-2.2.20.1

 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild| 7 ---
 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild | 7 ---
 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild| 7 ---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
index ba4602b..11acda5 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
@@ -19,9 +19,8 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
>=dev-libs/libqtxdg-1.0.0
-   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -32,7 +31,9 @@ DEPEND="
~lxqt-base/lxqt-common-${PV}
x11-libs/libX11
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
 
 src_configure() {
local mycmakeargs=(

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild
index 9ba7668..7f60f73 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild
@@ -19,9 +19,8 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
>=dev-libs/libqtxdg-1.0.0
-   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -32,4 +31,6 @@ DEPEND="
~lxqt-base/liblxqt-${PV}
=lxqt-base/lxqt-common-0.9*
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild
index 990e0a7..bfcbd4c 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild
@@ -19,9 +19,8 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
>=dev-libs/libqtxdg-1.0.0
-   dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -32,4 +31,6 @@ DEPEND="
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-common-${PV}
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"