Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk4: enable gir always
@ 2019-10-08 22:00 voidlinux-github
  2019-10-08 22:01 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages gtk4
https://github.com/void-linux/void-packages/pull/15271

gtk4: enable gir always
Not sure if this will work, let's see with the CI.

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

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

From fed3ccea5f96df134b43fba12627e5de7aed12d4 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 10 Aug 2019 05:03:02 +0200
Subject: [PATCH] gtk4: enable gir always

---
 srcpkgs/gtk4/template | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 783705b0729..58388b515c0 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk4'
 pkgname=gtk4
 version=3.94.0
-revision=1
+revision=2
 wrksrc="gtk+-${version}"
 build_style=meson
 build_helper="gir"
@@ -35,13 +35,7 @@ build_options="broadway colord cups gir cloudproviders wayland x11"
 desc_option_broadway="Enable support for the HTML5 Broadway backend"
 desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
 
-build_options_default="colord cups broadway wayland x11 cloudproviders vulkan"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64-musl) build_options_default+=" gir" ;;
-	*-musl) ;;
-	*) build_options_default+=" gir" ;;
-esac
+build_options_default="colord cups broadway wayland x11 cloudproviders vulkan gir"
 
 gtk4-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
@ 2019-10-08 22:01 ` voidlinux-github
  2019-10-08 22:02 ` [PR PATCH] [Updated] [wip] " voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 22:01 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/15271#issuecomment-539722422

Comment:
Actually, this may depend on https://github.com/void-linux/void-packages/pull/15270. Let's skip CI for now, and keep it open.

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

* Re: [PR PATCH] [Updated] [wip] gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
  2019-10-08 22:01 ` voidlinux-github
@ 2019-10-08 22:02 ` voidlinux-github
  2019-10-08 22:02 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages gtk4
https://github.com/void-linux/void-packages/pull/15271

[wip] gtk4: enable gir always
Not sure if this will work, let's see with the CI.

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

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

From fff04e88415340b4fce236deea0f3330efb8bdfd Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 10 Aug 2019 05:03:02 +0200
Subject: [PATCH] gtk4: enable gir always

[ci skip]
---
 srcpkgs/gtk4/template | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 783705b0729..58388b515c0 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk4'
 pkgname=gtk4
 version=3.94.0
-revision=1
+revision=2
 wrksrc="gtk+-${version}"
 build_style=meson
 build_helper="gir"
@@ -35,13 +35,7 @@ build_options="broadway colord cups gir cloudproviders wayland x11"
 desc_option_broadway="Enable support for the HTML5 Broadway backend"
 desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
 
-build_options_default="colord cups broadway wayland x11 cloudproviders vulkan"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64-musl) build_options_default+=" gir" ;;
-	*-musl) ;;
-	*) build_options_default+=" gir" ;;
-esac
+build_options_default="colord cups broadway wayland x11 cloudproviders vulkan gir"
 
 gtk4-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] [wip] gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
  2019-10-08 22:01 ` voidlinux-github
  2019-10-08 22:02 ` [PR PATCH] [Updated] [wip] " voidlinux-github
@ 2019-10-08 22:02 ` voidlinux-github
  2019-10-08 22:44 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages gtk4
https://github.com/void-linux/void-packages/pull/15271

[wip] gtk4: enable gir always
Not sure if this will work, let's see with the CI.

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

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

From fff04e88415340b4fce236deea0f3330efb8bdfd Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 10 Aug 2019 05:03:02 +0200
Subject: [PATCH] gtk4: enable gir always

[ci skip]
---
 srcpkgs/gtk4/template | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 783705b0729..58388b515c0 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk4'
 pkgname=gtk4
 version=3.94.0
-revision=1
+revision=2
 wrksrc="gtk+-${version}"
 build_style=meson
 build_helper="gir"
@@ -35,13 +35,7 @@ build_options="broadway colord cups gir cloudproviders wayland x11"
 desc_option_broadway="Enable support for the HTML5 Broadway backend"
 desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
 
-build_options_default="colord cups broadway wayland x11 cloudproviders vulkan"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64-musl) build_options_default+=" gir" ;;
-	*-musl) ;;
-	*) build_options_default+=" gir" ;;
-esac
+build_options_default="colord cups broadway wayland x11 cloudproviders vulkan gir"
 
 gtk4-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [wip] gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-08 22:02 ` voidlinux-github
@ 2019-10-08 22:44 ` voidlinux-github
  2019-10-10 16:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 22:44 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/15271#issuecomment-539734871

Comment:
Looks like https://github.com/void-linux/void-packages/pull/15270 is okay. I'll enable CI on this once that's merged

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

* Re: [PR PATCH] [Updated] [wip] gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-08 22:44 ` voidlinux-github
@ 2019-10-10 16:06 ` voidlinux-github
  2019-10-10 16:06 ` voidlinux-github
  2019-10-12  9:18 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-10 16:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages gtk4
https://github.com/void-linux/void-packages/pull/15271

[wip] gtk4: enable gir always
Not sure if this will work, let's see with the CI.

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

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

From 6b2c70cbccfdc599d981ea53f42cb6b0479bd2eb Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 10 Aug 2019 05:03:02 +0200
Subject: [PATCH] gtk4: enable gir always

---
 srcpkgs/gtk4/template | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 783705b0729..58388b515c0 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk4'
 pkgname=gtk4
 version=3.94.0
-revision=1
+revision=2
 wrksrc="gtk+-${version}"
 build_style=meson
 build_helper="gir"
@@ -35,13 +35,7 @@ build_options="broadway colord cups gir cloudproviders wayland x11"
 desc_option_broadway="Enable support for the HTML5 Broadway backend"
 desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
 
-build_options_default="colord cups broadway wayland x11 cloudproviders vulkan"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64-musl) build_options_default+=" gir" ;;
-	*-musl) ;;
-	*) build_options_default+=" gir" ;;
-esac
+build_options_default="colord cups broadway wayland x11 cloudproviders vulkan gir"
 
 gtk4-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] [wip] gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-10 16:06 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-10 16:06 ` voidlinux-github
  2019-10-12  9:18 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-10 16:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc/void-packages gtk4
https://github.com/void-linux/void-packages/pull/15271

[wip] gtk4: enable gir always
Not sure if this will work, let's see with the CI.

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

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

From 6b2c70cbccfdc599d981ea53f42cb6b0479bd2eb Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 10 Aug 2019 05:03:02 +0200
Subject: [PATCH] gtk4: enable gir always

---
 srcpkgs/gtk4/template | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index 783705b0729..58388b515c0 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk4'
 pkgname=gtk4
 version=3.94.0
-revision=1
+revision=2
 wrksrc="gtk+-${version}"
 build_style=meson
 build_helper="gir"
@@ -35,13 +35,7 @@ build_options="broadway colord cups gir cloudproviders wayland x11"
 desc_option_broadway="Enable support for the HTML5 Broadway backend"
 desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
 
-build_options_default="colord cups broadway wayland x11 cloudproviders vulkan"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64-musl) build_options_default+=" gir" ;;
-	*-musl) ;;
-	*) build_options_default+=" gir" ;;
-esac
+build_options_default="colord cups broadway wayland x11 cloudproviders vulkan gir"
 
 gtk4-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: gtk4: enable gir always
  2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-10 16:06 ` voidlinux-github
@ 2019-10-12  9:18 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12  9:18 UTC (permalink / raw)
  To: ml

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

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

gtk4: enable gir always
https://github.com/void-linux/void-packages/pull/15271

Description:
Not sure if this will work, let's see with the CI.

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

end of thread, other threads:[~2019-10-12  9:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 22:00 [PR PATCH] gtk4: enable gir always voidlinux-github
2019-10-08 22:01 ` voidlinux-github
2019-10-08 22:02 ` [PR PATCH] [Updated] [wip] " voidlinux-github
2019-10-08 22:02 ` voidlinux-github
2019-10-08 22:44 ` voidlinux-github
2019-10-10 16:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-10 16:06 ` voidlinux-github
2019-10-12  9:18 ` [PR PATCH] [Merged]: " voidlinux-github

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