Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libqtxdg: rebuild for qt 5.15.5
@ 2022-11-06 16:50 sgn
  2022-11-08 15:31 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2022-11-06 16:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages libqtxdg-rebuild-for-qt-5.15.5
https://github.com/void-linux/void-packages/pull/40362

libqtxdg: rebuild for qt 5.15.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libqtxdg-rebuild-for-qt-5.15.5-40362.patch --]
[-- Type: text/x-diff, Size: 2494 bytes --]

From 63984f7f0e1bb002e5aab945d253547635c00555 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 6 Nov 2022 23:48:22 +0700
Subject: [PATCH 1/2] lxqt-build-tools: update to 0.12.0.

---
 srcpkgs/lxqt-build-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 179cfee67e7f..74a99315f8ea 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
@@ -10,7 +10,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
 homepage="https://lxqt-project.org"
 distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
-checksum=95da1309ae0111e3b97f775788465f82548a3de09b0e9d5e0a26e5fe715075b2
+checksum=c4255a67efe2c9c601272eacb33a5978727fd1569812ffe38a727af4b5d1e7aa
 
 post_install() {
 	vlicense BSD-3-Clause LICENSE

From 73601bc9a1d1d83dfc1d2741d6d36266df8b5583 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 6 Nov 2022 23:48:57 +0700
Subject: [PATCH 2/2] libqtxdg: update to 3.10.0.

Fix: https://github.com/void-linux/void-packages/issues/40341
---
 srcpkgs/libqtxdg/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index b4f1e5ab53aa..9e2ead4ca053 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,16 +1,16 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
-version=3.9.1
+version=3.10.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
-makedepends="qt5-svg-devel"
+makedepends="qt5-svg-devel libglib-devel"
 short_desc="Qt implementation of freedesktop.org XDG specifications"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt-project.org"
 distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
-checksum=6866a9f5bf83ef46c436342a266ae4562f81823f8d053c028c0c87c2223332cb
+checksum=49758d04d437bd51fd6a2393a62052968e5b4f19f027d1b6d4b30246222febd1
 
 libqtxdg-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Merged]: libqtxdg: rebuild for qt 5.15.5
  2022-11-06 16:50 [PR PATCH] libqtxdg: rebuild for qt 5.15.5 sgn
@ 2022-11-08 15:31 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2022-11-08 15:31 UTC (permalink / raw)
  To: ml

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

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

libqtxdg: rebuild for qt 5.15.5
https://github.com/void-linux/void-packages/pull/40362

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-08 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 16:50 [PR PATCH] libqtxdg: rebuild for qt 5.15.5 sgn
2022-11-08 15:31 ` [PR PATCH] [Merged]: " sgn

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).