Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vte3: update to 0.58.2.
@ 2019-10-14  2:37 voidlinux-github
  2019-10-14 13:53 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14  2:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages vte3
https://github.com/void-linux/void-packages/pull/15448

vte3: update to 0.58.2.


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

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

From 5f2040cee773fc21b962d684976e40b12b93c1e3 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 22:35:44 -0400
Subject: [PATCH] vte3: update to 0.58.2.

---
 srcpkgs/vte3/template | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 7fe00d03692..cf4d9bd48cb 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,22 +1,22 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.56.3
+version=0.58.2
 revision=1
 wrksrc="vte-${version}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static $(vopt_enable gir introspection)
- $(vopt_enable vala)"
-hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config
+configure_args="-Db_ndebug=false -Dgir=$(vopt_if gir true false) 
+ -Dvapi=$(vopt_if vala true false)"
+hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config 
  $(vopt_if vala vala)"
-makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala)"
+makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala-devel)"
 depends="vte"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=17a1d4bc8848f1d2acfa4c20aaa24b9bac49f057b8909c56d3dafec2e2332648
+checksum=33c966d2b1f2c3b0f9416dbca883fd746159b5bd040350e3b78f8104b2a42bc0
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="
@@ -26,22 +26,21 @@ build_options="gir vala"
 build_options_default="gir vala"
 
 pre_build() {
-	export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"
+    export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"
 }
 
 vte3-devel_package() {
-	depends="gnutls-devel gtk+3-devel pcre2-devel vte3>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-		if [ "$build_option_gir" ]; then
-			vmove usr/share/gir-1.0
-		fi
-		if [ "$build_option_vala" ]; then
-			vmove usr/share/vala
-		fi
-		vmove usr/share/gtk-doc
-	}
+    depends="gnutls-devel gtk+3-devel pcre2-devel vte3>=${version}_${revision}"
+    short_desc+=" - development files"
+    pkg_install() {
+        vmove usr/include
+        vmove usr/lib/pkgconfig
+        vmove "usr/lib/*.so"
+        if [ "$build_option_gir" ]; then
+            vmove usr/share/gir-1.0
+        fi
+        if [ "$build_option_vala" ]; then
+            vmove usr/share/vala
+        fi
+    }
 }

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

* Re: [PR PATCH] [Updated] vte3: update to 0.58.2.
  2019-10-14  2:37 [PR PATCH] vte3: update to 0.58.2 voidlinux-github
@ 2019-10-14 13:53 ` voidlinux-github
  2019-10-14 13:53 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 13:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages vte3
https://github.com/void-linux/void-packages/pull/15448

vte3: update to 0.58.2.


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

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

From 3ae5ea33ba1814268cae66636ff7351b3960a68a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 22:35:44 -0400
Subject: [PATCH] vte3: update to 0.58.2.

---
 srcpkgs/vte3/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 7fe00d03692..b449f998e4a 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,22 +1,22 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.56.3
+version=0.58.2
 revision=1
 wrksrc="vte-${version}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static $(vopt_enable gir introspection)
- $(vopt_enable vala)"
+configure_args="-Db_ndebug=false -Dgir=$(vopt_if gir true false)
+ -Dvapi=$(vopt_if vala true false)"
 hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config
  $(vopt_if vala vala)"
-makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala)"
+makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala-devel)"
 depends="vte"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=17a1d4bc8848f1d2acfa4c20aaa24b9bac49f057b8909c56d3dafec2e2332648
+checksum=33c966d2b1f2c3b0f9416dbca883fd746159b5bd040350e3b78f8104b2a42bc0
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="
@@ -42,6 +42,5 @@ vte3-devel_package() {
 		if [ "$build_option_vala" ]; then
 			vmove usr/share/vala
 		fi
-		vmove usr/share/gtk-doc
 	}
 }

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

* Re: [PR PATCH] [Updated] vte3: update to 0.58.2.
  2019-10-14  2:37 [PR PATCH] vte3: update to 0.58.2 voidlinux-github
  2019-10-14 13:53 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-14 13:53 ` voidlinux-github
  2019-10-15 16:00 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 13:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages vte3
https://github.com/void-linux/void-packages/pull/15448

vte3: update to 0.58.2.


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

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

From 3ae5ea33ba1814268cae66636ff7351b3960a68a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 22:35:44 -0400
Subject: [PATCH] vte3: update to 0.58.2.

---
 srcpkgs/vte3/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 7fe00d03692..b449f998e4a 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,22 +1,22 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.56.3
+version=0.58.2
 revision=1
 wrksrc="vte-${version}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static $(vopt_enable gir introspection)
- $(vopt_enable vala)"
+configure_args="-Db_ndebug=false -Dgir=$(vopt_if gir true false)
+ -Dvapi=$(vopt_if vala true false)"
 hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config
  $(vopt_if vala vala)"
-makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala)"
+makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala-devel)"
 depends="vte"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=17a1d4bc8848f1d2acfa4c20aaa24b9bac49f057b8909c56d3dafec2e2332648
+checksum=33c966d2b1f2c3b0f9416dbca883fd746159b5bd040350e3b78f8104b2a42bc0
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="
@@ -42,6 +42,5 @@ vte3-devel_package() {
 		if [ "$build_option_vala" ]; then
 			vmove usr/share/vala
 		fi
-		vmove usr/share/gtk-doc
 	}
 }

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

* Re: [PR PATCH] [Updated] vte3: update to 0.58.2.
  2019-10-14  2:37 [PR PATCH] vte3: update to 0.58.2 voidlinux-github
  2019-10-14 13:53 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-14 13:53 ` voidlinux-github
@ 2019-10-15 16:00 ` voidlinux-github
  2019-10-15 16:00 ` voidlinux-github
  2019-10-15 19:00 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages vte3
https://github.com/void-linux/void-packages/pull/15448

vte3: update to 0.58.2.


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

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

From 7227d8ce6b49a57576e241943ae4c6b679dc072d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 22:35:44 -0400
Subject: [PATCH] vte3: update to 0.58.2.

---
 srcpkgs/vte3/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 7fe00d03692..b449f998e4a 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,22 +1,22 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.56.3
+version=0.58.2
 revision=1
 wrksrc="vte-${version}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static $(vopt_enable gir introspection)
- $(vopt_enable vala)"
+configure_args="-Db_ndebug=false -Dgir=$(vopt_if gir true false)
+ -Dvapi=$(vopt_if vala true false)"
 hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config
  $(vopt_if vala vala)"
-makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala)"
+makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala-devel)"
 depends="vte"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=17a1d4bc8848f1d2acfa4c20aaa24b9bac49f057b8909c56d3dafec2e2332648
+checksum=33c966d2b1f2c3b0f9416dbca883fd746159b5bd040350e3b78f8104b2a42bc0
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="
@@ -42,6 +42,5 @@ vte3-devel_package() {
 		if [ "$build_option_vala" ]; then
 			vmove usr/share/vala
 		fi
-		vmove usr/share/gtk-doc
 	}
 }

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

* Re: [PR PATCH] [Updated] vte3: update to 0.58.2.
  2019-10-14  2:37 [PR PATCH] vte3: update to 0.58.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-15 16:00 ` voidlinux-github
@ 2019-10-15 16:00 ` voidlinux-github
  2019-10-15 19:00 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages vte3
https://github.com/void-linux/void-packages/pull/15448

vte3: update to 0.58.2.


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

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

From 7227d8ce6b49a57576e241943ae4c6b679dc072d Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 22:35:44 -0400
Subject: [PATCH] vte3: update to 0.58.2.

---
 srcpkgs/vte3/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 7fe00d03692..b449f998e4a 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,22 +1,22 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.56.3
+version=0.58.2
 revision=1
 wrksrc="vte-${version}"
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-configure_args="--disable-static $(vopt_enable gir introspection)
- $(vopt_enable vala)"
+configure_args="-Db_ndebug=false -Dgir=$(vopt_if gir true false)
+ -Dvapi=$(vopt_if vala true false)"
 hostmakedepends="glib-devel gnome-doc-utils gperf intltool pkg-config
  $(vopt_if vala vala)"
-makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala)"
+makedepends="gnutls-devel gtk+3-devel pcre2-devel $(vopt_if vala vala-devel)"
 depends="vte"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=17a1d4bc8848f1d2acfa4c20aaa24b9bac49f057b8909c56d3dafec2e2332648
+checksum=33c966d2b1f2c3b0f9416dbca883fd746159b5bd040350e3b78f8104b2a42bc0
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="
@@ -42,6 +42,5 @@ vte3-devel_package() {
 		if [ "$build_option_vala" ]; then
 			vmove usr/share/vala
 		fi
-		vmove usr/share/gtk-doc
 	}
 }

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

* Re: [PR PATCH] [Merged]: vte3: update to 0.58.2.
  2019-10-14  2:37 [PR PATCH] vte3: update to 0.58.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-15 16:00 ` voidlinux-github
@ 2019-10-15 19:00 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 19:00 UTC (permalink / raw)
  To: ml

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

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

vte3: update to 0.58.2.
https://github.com/void-linux/void-packages/pull/15448

Description:


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

end of thread, other threads:[~2019-10-15 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  2:37 [PR PATCH] vte3: update to 0.58.2 voidlinux-github
2019-10-14 13:53 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-14 13:53 ` voidlinux-github
2019-10-15 16:00 ` voidlinux-github
2019-10-15 16:00 ` voidlinux-github
2019-10-15 19:00 ` [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).