Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtksourceview5: update to 5.4.0
@ 2022-03-26  4:10 oreo639
  2022-03-26  4:19 ` oreo639
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  4:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gsv5
https://github.com/void-linux/void-packages/pull/36353

gtksourceview5: update to 5.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36353.patch is attached

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

From 9111fc812ef097a14ef2d9573304ba34e5084bd4 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 25 Mar 2022 20:45:21 -0700
Subject: [PATCH] gtksourceview5: update to 5.4.0

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

diff --git a/srcpkgs/gtksourceview5/template b/srcpkgs/gtksourceview5/template
index c4c7d94f51e8..ab9c1350a102 100644
--- a/srcpkgs/gtksourceview5/template
+++ b/srcpkgs/gtksourceview5/template
@@ -1,6 +1,6 @@
 # Template file for 'gtksourceview5'
 pkgname=gtksourceview5
-version=5.2.0
+version=5.4.0
 revision=1
 wrksrc="gtksourceview-${version}"
 build_style=meson
@@ -8,7 +8,7 @@ build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
  $(vopt_bool gir vapi) $(vopt_bool gtk_doc gtk_doc)"
 hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
- $(vopt_if gir vala) $(vopt_if gtk_doc gtk-doc)"
+ $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
 makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
  pcre2-devel"
 checkdepends="xvfb-run cantarell-fonts"
@@ -18,7 +18,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
 changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-2/NEWS"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9
+checksum=003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637
 
 # Package build options
 build_options="gir gtk_doc"
@@ -42,7 +42,7 @@ gtksourceview5-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
+			vmove usr/share/doc
 		fi
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

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

* Re: gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
@ 2022-03-26  4:19 ` oreo639
  2022-03-26  4:19 ` oreo639
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  4:19 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36353#issuecomment-1079598025

Comment:
Builds are just failing because GNOME infra is having a temporary outage.

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

* Re: gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
  2022-03-26  4:19 ` oreo639
@ 2022-03-26  4:19 ` oreo639
  2022-03-26  4:20 ` oreo639
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  4:19 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36353#issuecomment-1079598025

Comment:
Builds are just failing because GNOME infra is currently down.

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

* Re: gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
  2022-03-26  4:19 ` oreo639
  2022-03-26  4:19 ` oreo639
@ 2022-03-26  4:20 ` oreo639
  2022-03-26  4:20 ` oreo639
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  4:20 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36353#issuecomment-1079598025

Comment:
Builds are just failing because gnome.org is currently down.

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

* Re: gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (2 preceding siblings ...)
  2022-03-26  4:20 ` oreo639
@ 2022-03-26  4:20 ` oreo639
  2022-03-26  6:00 ` [PR PATCH] [Updated] " oreo639
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  4:20 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36353#issuecomment-1079598025

Comment:
Builds are failing because gnome.org is currently down.

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

* Re: [PR PATCH] [Updated] gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (3 preceding siblings ...)
  2022-03-26  4:20 ` oreo639
@ 2022-03-26  6:00 ` oreo639
  2022-03-26  9:06 ` oreo639
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  6:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gsv5
https://github.com/void-linux/void-packages/pull/36353

gtksourceview5: update to 5.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36353.patch is attached

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

From b150ef26d81fa3c5e23ebb8a2f2876dcda2e95f9 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 25 Mar 2022 20:45:21 -0700
Subject: [PATCH] gtksourceview5: update to 5.4.0

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

diff --git a/srcpkgs/gtksourceview5/template b/srcpkgs/gtksourceview5/template
index c4c7d94f51e8..ab9c1350a102 100644
--- a/srcpkgs/gtksourceview5/template
+++ b/srcpkgs/gtksourceview5/template
@@ -1,6 +1,6 @@
 # Template file for 'gtksourceview5'
 pkgname=gtksourceview5
-version=5.2.0
+version=5.4.0
 revision=1
 wrksrc="gtksourceview-${version}"
 build_style=meson
@@ -8,7 +8,7 @@ build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
  $(vopt_bool gir vapi) $(vopt_bool gtk_doc gtk_doc)"
 hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
- $(vopt_if gir vala) $(vopt_if gtk_doc gtk-doc)"
+ $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
 makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
  pcre2-devel"
 checkdepends="xvfb-run cantarell-fonts"
@@ -18,7 +18,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
 changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-2/NEWS"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9
+checksum=003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637
 
 # Package build options
 build_options="gir gtk_doc"
@@ -42,7 +42,7 @@ gtksourceview5-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
+			vmove usr/share/doc
 		fi
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

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

* Re: gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (4 preceding siblings ...)
  2022-03-26  6:00 ` [PR PATCH] [Updated] " oreo639
@ 2022-03-26  9:06 ` oreo639
  2022-03-27 21:59 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-26  9:06 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/36353#issuecomment-1079598025

Comment:
Builds are failing because gnome.org is currently down.

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

* Re: [PR REVIEW] gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (5 preceding siblings ...)
  2022-03-26  9:06 ` oreo639
@ 2022-03-27 21:59 ` paper42
  2022-03-27 22:04 ` [PR PATCH] [Updated] " oreo639
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-03-27 21:59 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36353#discussion_r835968172

Comment:
```suggestion
#changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-4/NEWS"
```

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

* Re: [PR PATCH] [Updated] gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (6 preceding siblings ...)
  2022-03-27 21:59 ` [PR REVIEW] " paper42
@ 2022-03-27 22:04 ` oreo639
  2022-03-27 22:05 ` oreo639
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-27 22:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gsv5
https://github.com/void-linux/void-packages/pull/36353

gtksourceview5: update to 5.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36353.patch is attached

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

From 44ba2654aeed1044e6d7020cf607941bcb8306a0 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 25 Mar 2022 20:45:21 -0700
Subject: [PATCH] gtksourceview5: update to 5.4.0

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

diff --git a/srcpkgs/gtksourceview5/template b/srcpkgs/gtksourceview5/template
index c4c7d94f51e8..81be2e5248da 100644
--- a/srcpkgs/gtksourceview5/template
+++ b/srcpkgs/gtksourceview5/template
@@ -1,6 +1,6 @@
 # Template file for 'gtksourceview5'
 pkgname=gtksourceview5
-version=5.2.0
+version=5.4.0
 revision=1
 wrksrc="gtksourceview-${version}"
 build_style=meson
@@ -8,7 +8,7 @@ build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
  $(vopt_bool gir vapi) $(vopt_bool gtk_doc gtk_doc)"
 hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
- $(vopt_if gir vala) $(vopt_if gtk_doc gtk-doc)"
+ $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
 makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
  pcre2-devel"
 checkdepends="xvfb-run cantarell-fonts"
@@ -16,9 +16,10 @@ short_desc="Text widget that extends GTK4 GtkTextView widget"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
-changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-2/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-4/NEWS"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9
+checksum=003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637
 
 # Package build options
 build_options="gir gtk_doc"
@@ -42,7 +43,7 @@ gtksourceview5-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
+			vmove usr/share/doc
 		fi
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

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

* Re: [PR PATCH] [Updated] gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (7 preceding siblings ...)
  2022-03-27 22:04 ` [PR PATCH] [Updated] " oreo639
@ 2022-03-27 22:05 ` oreo639
  2022-03-27 22:52 ` oreo639
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-27 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gsv5
https://github.com/void-linux/void-packages/pull/36353

gtksourceview5: update to 5.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36353.patch is attached

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

From 2a63f3f8ce9afcdc36814a28e8e7ea1ba4cf3e79 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 25 Mar 2022 20:45:21 -0700
Subject: [PATCH] gtksourceview5: update to 5.4.0

---
 srcpkgs/gtksourceview5/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gtksourceview5/template b/srcpkgs/gtksourceview5/template
index c4c7d94f51e8..50ea495f2019 100644
--- a/srcpkgs/gtksourceview5/template
+++ b/srcpkgs/gtksourceview5/template
@@ -1,6 +1,6 @@
 # Template file for 'gtksourceview5'
 pkgname=gtksourceview5
-version=5.2.0
+version=5.4.0
 revision=1
 wrksrc="gtksourceview-${version}"
 build_style=meson
@@ -8,7 +8,7 @@ build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
  $(vopt_bool gir vapi) $(vopt_bool gtk_doc gtk_doc)"
 hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
- $(vopt_if gir vala) $(vopt_if gtk_doc gtk-doc)"
+ $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
 makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
  pcre2-devel"
 checkdepends="xvfb-run cantarell-fonts"
@@ -16,9 +16,9 @@ short_desc="Text widget that extends GTK4 GtkTextView widget"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
-changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-2/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9
+checksum=003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637
 
 # Package build options
 build_options="gir gtk_doc"
@@ -42,7 +42,7 @@ gtksourceview5-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
+			vmove usr/share/doc
 		fi
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

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

* Re: [PR PATCH] [Updated] gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (8 preceding siblings ...)
  2022-03-27 22:05 ` oreo639
@ 2022-03-27 22:52 ` oreo639
  2022-03-31 19:03 ` paper42
  2022-03-31 19:30 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: oreo639 @ 2022-03-27 22:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gsv5
https://github.com/void-linux/void-packages/pull/36353

gtksourceview5: update to 5.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36353.patch is attached

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

From 7259b30c0860129558dfed5cd5ac24252db0b839 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 25 Mar 2022 20:45:21 -0700
Subject: [PATCH] gtksourceview5: update to 5.4.0

---
 srcpkgs/gtksourceview5/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gtksourceview5/template b/srcpkgs/gtksourceview5/template
index c4c7d94f51e8..6ef553707637 100644
--- a/srcpkgs/gtksourceview5/template
+++ b/srcpkgs/gtksourceview5/template
@@ -1,6 +1,6 @@
 # Template file for 'gtksourceview5'
 pkgname=gtksourceview5
-version=5.2.0
+version=5.4.0
 revision=1
 wrksrc="gtksourceview-${version}"
 build_style=meson
@@ -8,7 +8,7 @@ build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
  $(vopt_bool gir vapi) $(vopt_bool gtk_doc gtk_doc)"
 hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
- $(vopt_if gir vala) $(vopt_if gtk_doc gtk-doc)"
+ $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen) gtk4-update-icon-cache"
 makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
  pcre2-devel"
 checkdepends="xvfb-run cantarell-fonts"
@@ -16,9 +16,9 @@ short_desc="Text widget that extends GTK4 GtkTextView widget"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
-changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-2/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9
+checksum=003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637
 
 # Package build options
 build_options="gir gtk_doc"
@@ -42,7 +42,7 @@ gtksourceview5-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
+			vmove usr/share/doc
 		fi
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

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

* Re: [PR PATCH] [Updated] gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (9 preceding siblings ...)
  2022-03-27 22:52 ` oreo639
@ 2022-03-31 19:03 ` paper42
  2022-03-31 19:30 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-03-31 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gsv5
https://github.com/void-linux/void-packages/pull/36353

gtksourceview5: update to 5.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36353.patch is attached

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

From 5dbcddc3840f79ca3b0f0df0e2839fc2369cda8b Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 25 Mar 2022 20:45:21 -0700
Subject: [PATCH] gtksourceview5: update to 5.4.0

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

diff --git a/srcpkgs/gtksourceview5/template b/srcpkgs/gtksourceview5/template
index c4c7d94f51e8..81be2e5248da 100644
--- a/srcpkgs/gtksourceview5/template
+++ b/srcpkgs/gtksourceview5/template
@@ -1,6 +1,6 @@
 # Template file for 'gtksourceview5'
 pkgname=gtksourceview5
-version=5.2.0
+version=5.4.0
 revision=1
 wrksrc="gtksourceview-${version}"
 build_style=meson
@@ -8,7 +8,7 @@ build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
  $(vopt_bool gir vapi) $(vopt_bool gtk_doc gtk_doc)"
 hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
- $(vopt_if gir vala) $(vopt_if gtk_doc gtk-doc)"
+ $(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
 makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
  pcre2-devel"
 checkdepends="xvfb-run cantarell-fonts"
@@ -16,9 +16,10 @@ short_desc="Text widget that extends GTK4 GtkTextView widget"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GtkSourceView"
-changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-2/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-4/NEWS"
 distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
-checksum=c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9
+checksum=003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637
 
 # Package build options
 build_options="gir gtk_doc"
@@ -42,7 +43,7 @@ gtksourceview5-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
+			vmove usr/share/doc
 		fi
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

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

* Re: [PR PATCH] [Merged]: gtksourceview5: update to 5.4.0
  2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
                   ` (10 preceding siblings ...)
  2022-03-31 19:03 ` paper42
@ 2022-03-31 19:30 ` paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-03-31 19:30 UTC (permalink / raw)
  To: ml

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

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

gtksourceview5: update to 5.4.0
https://github.com/void-linux/void-packages/pull/36353

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 13+ messages in thread

end of thread, other threads:[~2022-03-31 19:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26  4:10 [PR PATCH] gtksourceview5: update to 5.4.0 oreo639
2022-03-26  4:19 ` oreo639
2022-03-26  4:19 ` oreo639
2022-03-26  4:20 ` oreo639
2022-03-26  4:20 ` oreo639
2022-03-26  6:00 ` [PR PATCH] [Updated] " oreo639
2022-03-26  9:06 ` oreo639
2022-03-27 21:59 ` [PR REVIEW] " paper42
2022-03-27 22:04 ` [PR PATCH] [Updated] " oreo639
2022-03-27 22:05 ` oreo639
2022-03-27 22:52 ` oreo639
2022-03-31 19:03 ` paper42
2022-03-31 19:30 ` [PR PATCH] [Merged]: " paper42

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