Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] blueprint-compiler: update to 0.10.0
@ 2023-09-27  2:38 chrysos349
  2023-09-27  7:34 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chrysos349 @ 2023-09-27  2:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages blueprint-compiler
https://github.com/void-linux/void-packages/pull/46284

blueprint-compiler: update to 0.10.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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

Newer `libadwaita` apps require the updated `blueprint-compiler` due to the new syntax in blueprints.

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

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

From 8db1a71a45704df6e56634ddc61a0cac53f0a767 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Sep 2023 05:36:40 +0300
Subject: [PATCH] blueprint-compiler: update to 0.10.0

---
 srcpkgs/blueprint-compiler/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/blueprint-compiler/template b/srcpkgs/blueprint-compiler/template
index c62f96a04bed0..c65477c330b5f 100644
--- a/srcpkgs/blueprint-compiler/template
+++ b/srcpkgs/blueprint-compiler/template
@@ -1,14 +1,15 @@
 # Template file for 'blueprint-compiler'
 pkgname=blueprint-compiler
-version=0.6.0
+version=0.10.0
 revision=1
 build_style=meson
-depends="python3-gobject gobject-introspection"
-checkdepends="${depends} gtk4-devel"
+depends="python3-gobject"
+checkdepends="${depends} libadwaita-devel xvfb-run"
 short_desc="Blueprint is a markup language and compiler for GTK 4 user interfaces"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="LGPL-3.0-or-later"
 homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
 changelog="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/raw/main/NEWS.md"
 distfiles="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${version}/blueprint-compiler-v${version}.tar.gz"
-checksum=c9e3652b66803c1de6a24b71f4fa4638b32260b4b04b93c2f3d958e1ce2a175e
+checksum=2bc729b36897d0959a9890fb0997c9847aa9d2fc9356520bd8a46ed0b51ff4c0
+make_check_pre="xvfb-run"

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

* Re: [PR REVIEW] blueprint-compiler: update to 0.10.0
  2023-09-27  2:38 [PR PATCH] blueprint-compiler: update to 0.10.0 chrysos349
@ 2023-09-27  7:34 ` classabbyamp
  2023-09-27 12:17 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-27  7:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46284#discussion_r1338171412

Comment:
```suggestion
short_desc="Markup language and compiler for GTK 4 user interfaces"
```

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

* Re: [PR PATCH] [Updated] blueprint-compiler: update to 0.10.0
  2023-09-27  2:38 [PR PATCH] blueprint-compiler: update to 0.10.0 chrysos349
  2023-09-27  7:34 ` [PR REVIEW] " classabbyamp
@ 2023-09-27 12:17 ` chrysos349
  2023-09-27 12:17 ` [PR REVIEW] " chrysos349
  2023-09-27 19:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2023-09-27 12:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages blueprint-compiler
https://github.com/void-linux/void-packages/pull/46284

blueprint-compiler: update to 0.10.0
@jcgruenhage 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Newer `libadwaita` apps require the updated `blueprint-compiler` due to the new syntax in blueprints.

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

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

From 5733af99b6cd28941eae38b775b671b4f15adc78 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Sep 2023 05:36:40 +0300
Subject: [PATCH] blueprint-compiler: update to 0.10.0

---
 srcpkgs/blueprint-compiler/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/blueprint-compiler/template b/srcpkgs/blueprint-compiler/template
index c62f96a04bed0..384087eca2e7c 100644
--- a/srcpkgs/blueprint-compiler/template
+++ b/srcpkgs/blueprint-compiler/template
@@ -1,14 +1,15 @@
 # Template file for 'blueprint-compiler'
 pkgname=blueprint-compiler
-version=0.6.0
+version=0.10.0
 revision=1
 build_style=meson
-depends="python3-gobject gobject-introspection"
-checkdepends="${depends} gtk4-devel"
-short_desc="Blueprint is a markup language and compiler for GTK 4 user interfaces"
+depends="python3-gobject"
+checkdepends="${depends} libadwaita-devel xvfb-run"
+short_desc="Markup language and compiler for GTK 4 user interfaces"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="LGPL-3.0-or-later"
 homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
 changelog="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/raw/main/NEWS.md"
 distfiles="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${version}/blueprint-compiler-v${version}.tar.gz"
-checksum=c9e3652b66803c1de6a24b71f4fa4638b32260b4b04b93c2f3d958e1ce2a175e
+checksum=2bc729b36897d0959a9890fb0997c9847aa9d2fc9356520bd8a46ed0b51ff4c0
+make_check_pre="xvfb-run"

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

* Re: [PR REVIEW] blueprint-compiler: update to 0.10.0
  2023-09-27  2:38 [PR PATCH] blueprint-compiler: update to 0.10.0 chrysos349
  2023-09-27  7:34 ` [PR REVIEW] " classabbyamp
  2023-09-27 12:17 ` [PR PATCH] [Updated] " chrysos349
@ 2023-09-27 12:17 ` chrysos349
  2023-09-27 19:06 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2023-09-27 12:17 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/46284#discussion_r1338515861

Comment:
@classabbyamp done

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

* Re: [PR PATCH] [Merged]: blueprint-compiler: update to 0.10.0
  2023-09-27  2:38 [PR PATCH] blueprint-compiler: update to 0.10.0 chrysos349
                   ` (2 preceding siblings ...)
  2023-09-27 12:17 ` [PR REVIEW] " chrysos349
@ 2023-09-27 19:06 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-27 19:06 UTC (permalink / raw)
  To: ml

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

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

blueprint-compiler: update to 0.10.0
https://github.com/void-linux/void-packages/pull/46284

Description:
@jcgruenhage 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Newer `libadwaita` apps require the updated `blueprint-compiler` due to the new syntax in blueprints.

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

end of thread, other threads:[~2023-09-27 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27  2:38 [PR PATCH] blueprint-compiler: update to 0.10.0 chrysos349
2023-09-27  7:34 ` [PR REVIEW] " classabbyamp
2023-09-27 12:17 ` [PR PATCH] [Updated] " chrysos349
2023-09-27 12:17 ` [PR REVIEW] " chrysos349
2023-09-27 19:06 ` [PR PATCH] [Merged]: " classabbyamp

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