Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] LXQt 1.1.1
@ 2022-05-16 10:03 Idesmi
  2022-05-17 22:13 ` [PR PATCH] [Updated] " Idesmi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Idesmi @ 2022-05-16 10:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

There is a new pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/37149

LXQt 1.1.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
https://lxqt-project.org/release/2022/05/08/first-release-qtxdg-tools-3-9-1/

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I crossbuilt this PR locally for aarch64-musl

@Hoshpak 

A patch file from https://github.com/void-linux/void-packages/pull/37149.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxqt-37149.patch --]
[-- Type: text/x-diff, Size: 2444 bytes --]

From d0fe36c32e7258e39794f70d74939cf022cbdcc3 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 09:58:40 +0200
Subject: [PATCH 1/2] New package: qtxdg-tools-3.9.1

---
 srcpkgs/qtxdg-tools/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/qtxdg-tools/template

diff --git a/srcpkgs/qtxdg-tools/template b/srcpkgs/qtxdg-tools/template
new file mode 100644
index 000000000000..b32c68e616b8
--- /dev/null
+++ b/srcpkgs/qtxdg-tools/template
@@ -0,0 +1,14 @@
+# Template file for 'qtxdg-tools'
+pkgname=qtxdg-tools
+version=3.9.1
+revision=1
+build_style=cmake
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
+makedepends="libqtxdg-devel qt5-devel"
+short_desc="User tools for libqtxg"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.lxqt.org"
+changelog="https://github.com/lxqt/qtxdg-tools/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/qtxdg-tools/archive/${version}.tar.gz"
+checksum=8e11ba499a0025532ab41dadecb635a23f928a56a9c95c404f043832456fa1e9

From 2df9ed235f32b129fdf4f4592aaf7b266601d0a5 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 11:58:24 +0200
Subject: [PATCH 2/2] lxqt-session: update to 1.1.1.

---
 srcpkgs/lxqt-session/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3b30d410cc33..2b872028928c 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
-depends="xdg-user-dirs"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel qtxdg-tools"
+depends="xdg-user-dirs qtxdg-tools"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt-project.org"
 distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
-checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
+checksum=e8f33783de445f4bb83cd62b8496148820ad42dd625fa7ea4973ace1b91fd896
 replaces="lxqt-common>=0"

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

* Re: [PR PATCH] [Updated] LXQt 1.1.1
  2022-05-16 10:03 [PR PATCH] LXQt 1.1.1 Idesmi
@ 2022-05-17 22:13 ` Idesmi
  2022-05-17 22:14 ` Idesmi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Idesmi @ 2022-05-17 22:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/37149

LXQt 1.1.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
https://lxqt-project.org/release/2022/05/08/first-release-qtxdg-tools-3-9-1/

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I crossbuilt this PR locally for aarch64-musl

@Hoshpak 

A patch file from https://github.com/void-linux/void-packages/pull/37149.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxqt-37149.patch --]
[-- Type: text/x-diff, Size: 2647 bytes --]

From 9ec3ea2aafbdcb9a739eae4cd1580013205a77a9 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 09:58:40 +0200
Subject: [PATCH 1/2] New package: qtxdg-tools-3.9.1

---
 srcpkgs/qtxdg-tools/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/qtxdg-tools/template

diff --git a/srcpkgs/qtxdg-tools/template b/srcpkgs/qtxdg-tools/template
new file mode 100644
index 000000000000..6ec23bda4162
--- /dev/null
+++ b/srcpkgs/qtxdg-tools/template
@@ -0,0 +1,21 @@
+# Template file for 'qtxdg-tools'
+pkgname=qtxdg-tools
+version=3.9.1
+revision=1
+build_style=cmake
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
+makedepends="libqtxdg-devel"
+short_desc="User tools for libqtxg"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.lxqt.org"
+changelog="https://github.com/lxqt/qtxdg-tools/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/qtxdg-tools/archive/${version}.tar.gz"
+checksum=8e11ba499a0025532ab41dadecb635a23f928a56a9c95c404f043832456fa1e9
+
+libqtxdg-devel_package() {																												short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/cmake
+	}
+}

From cacc925b48c19d5bdb98024dce76882723ada213 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 11:58:24 +0200
Subject: [PATCH 2/2] lxqt-session: update to 1.1.1.

---
 srcpkgs/lxqt-session/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3b30d410cc33..2b872028928c 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
-depends="xdg-user-dirs"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel qtxdg-tools"
+depends="xdg-user-dirs qtxdg-tools"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt-project.org"
 distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
-checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
+checksum=e8f33783de445f4bb83cd62b8496148820ad42dd625fa7ea4973ace1b91fd896
 replaces="lxqt-common>=0"

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

* Re: [PR PATCH] [Updated] LXQt 1.1.1
  2022-05-16 10:03 [PR PATCH] LXQt 1.1.1 Idesmi
  2022-05-17 22:13 ` [PR PATCH] [Updated] " Idesmi
@ 2022-05-17 22:14 ` Idesmi
  2022-05-17 22:25 ` Idesmi
  2022-05-18 15:25 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Idesmi @ 2022-05-17 22:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/37149

LXQt 1.1.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
https://lxqt-project.org/release/2022/05/08/first-release-qtxdg-tools-3-9-1/

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I crossbuilt this PR locally for aarch64-musl

@Hoshpak 

A patch file from https://github.com/void-linux/void-packages/pull/37149.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxqt-37149.patch --]
[-- Type: text/x-diff, Size: 2614 bytes --]

From 9ec3ea2aafbdcb9a739eae4cd1580013205a77a9 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 09:58:40 +0200
Subject: [PATCH 1/2] New package: qtxdg-tools-3.9.1

---
 srcpkgs/qtxdg-tools/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/qtxdg-tools/template

diff --git a/srcpkgs/qtxdg-tools/template b/srcpkgs/qtxdg-tools/template
new file mode 100644
index 000000000000..6ec23bda4162
--- /dev/null
+++ b/srcpkgs/qtxdg-tools/template
@@ -0,0 +1,21 @@
+# Template file for 'qtxdg-tools'
+pkgname=qtxdg-tools
+version=3.9.1
+revision=1
+build_style=cmake
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
+makedepends="libqtxdg-devel"
+short_desc="User tools for libqtxg"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.lxqt.org"
+changelog="https://github.com/lxqt/qtxdg-tools/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/qtxdg-tools/archive/${version}.tar.gz"
+checksum=8e11ba499a0025532ab41dadecb635a23f928a56a9c95c404f043832456fa1e9
+
+libqtxdg-devel_package() {																												short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/cmake
+	}
+}

From fa081dd222032b9580a689a28346fd35c9ef372a Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 11:58:24 +0200
Subject: [PATCH 2/2] lxqt-session: update to 1.1.1.

---
 srcpkgs/lxqt-session/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3b30d410cc33..e2f8be40cdbd 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel qtxdg-tools-devel"
 depends="xdg-user-dirs"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt-project.org"
 distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
-checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
+checksum=e8f33783de445f4bb83cd62b8496148820ad42dd625fa7ea4973ace1b91fd896
 replaces="lxqt-common>=0"

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

* Re: [PR PATCH] [Updated] LXQt 1.1.1
  2022-05-16 10:03 [PR PATCH] LXQt 1.1.1 Idesmi
  2022-05-17 22:13 ` [PR PATCH] [Updated] " Idesmi
  2022-05-17 22:14 ` Idesmi
@ 2022-05-17 22:25 ` Idesmi
  2022-05-18 15:25 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Idesmi @ 2022-05-17 22:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/37149

LXQt 1.1.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
https://lxqt-project.org/release/2022/05/08/first-release-qtxdg-tools-3-9-1/

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I crossbuilt this PR locally for aarch64-musl

@Hoshpak 

A patch file from https://github.com/void-linux/void-packages/pull/37149.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxqt-37149.patch --]
[-- Type: text/x-diff, Size: 2938 bytes --]

From fe76d4a5dbd3c709eed1a03353c081206057b9cf Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 09:58:40 +0200
Subject: [PATCH 1/2] New package: qtxdg-tools-3.9.1

---
 srcpkgs/qtxdg-tools-devel    |  1 +
 srcpkgs/qtxdg-tools/template | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 120000 srcpkgs/qtxdg-tools-devel
 create mode 100644 srcpkgs/qtxdg-tools/template

diff --git a/srcpkgs/qtxdg-tools-devel b/srcpkgs/qtxdg-tools-devel
new file mode 120000
index 000000000000..66307f33bcd0
--- /dev/null
+++ b/srcpkgs/qtxdg-tools-devel
@@ -0,0 +1 @@
+qtxdg-tools
\ No newline at end of file
diff --git a/srcpkgs/qtxdg-tools/template b/srcpkgs/qtxdg-tools/template
new file mode 100644
index 000000000000..bb1e7422dc46
--- /dev/null
+++ b/srcpkgs/qtxdg-tools/template
@@ -0,0 +1,22 @@
+# Template file for 'qtxdg-tools'
+pkgname=qtxdg-tools
+version=3.9.1
+revision=1
+build_style=cmake
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
+makedepends="libqtxdg-devel"
+short_desc="User tools for libqtxg"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="http://www.lxqt.org"
+changelog="https://github.com/lxqt/qtxdg-tools/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/qtxdg-tools/archive/${version}.tar.gz"
+checksum=8e11ba499a0025532ab41dadecb635a23f928a56a9c95c404f043832456fa1e9
+
+qtxdg-tools-devel_package() {
+	short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/cmake
+	}
+}

From 788b93ff80cf154452cc30a210d7740bfd9e8ca6 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 16 May 2022 11:58:24 +0200
Subject: [PATCH 2/2] lxqt-session: update to 1.1.1.

---
 srcpkgs/lxqt-session/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3b30d410cc33..e995b447818d 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
-depends="xdg-user-dirs"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel qtxdg-tools-devel"
+depends="xdg-user-dirs qtxdg-tools"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt-project.org"
 distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
-checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
+checksum=e8f33783de445f4bb83cd62b8496148820ad42dd625fa7ea4973ace1b91fd896
 replaces="lxqt-common>=0"

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

* Re: [PR PATCH] [Merged]: LXQt 1.1.1
  2022-05-16 10:03 [PR PATCH] LXQt 1.1.1 Idesmi
                   ` (2 preceding siblings ...)
  2022-05-17 22:25 ` Idesmi
@ 2022-05-18 15:25 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2022-05-18 15:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There's a merged pull request on the void-packages repository

LXQt 1.1.1
https://github.com/void-linux/void-packages/pull/37149

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
https://lxqt-project.org/release/2022/05/08/first-release-qtxdg-tools-3-9-1/

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I crossbuilt this PR locally for aarch64-musl

@Hoshpak 

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

end of thread, other threads:[~2022-05-18 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 10:03 [PR PATCH] LXQt 1.1.1 Idesmi
2022-05-17 22:13 ` [PR PATCH] [Updated] " Idesmi
2022-05-17 22:14 ` Idesmi
2022-05-17 22:25 ` Idesmi
2022-05-18 15:25 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).