Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vala: update to 0.46.3.
@ 2019-10-14  1:31 voidlinux-github
  2019-10-15 10:17 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-14  1:31 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 vala
https://github.com/void-linux/void-packages/pull/15444

vala: update to 0.46.3.


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

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

From 2e78bcbba2c60e0bc57a7b3e3620367b7bd70155 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:38:51 -0400
Subject: [PATCH 1/2] vala: update to 0.46.3.

---
 common/shlibs         | 4 ++--
 srcpkgs/vala/template | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3083a0346b0..5d5fe02cf6a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2935,8 +2935,8 @@ libsysprof-2.so sysprof-3.24.1_1
 libsysprof-ui-2.so sysprof-3.24.1_1
 libmozjs-52.so mozjs52-52.3.0_1
 libmozjs-52.so.0 mozjs52-52.3.0_1
-libvala-0.44.so.0 libvala-0.44.0_1
-libvaladoc-0.44.so.0 libvaladoc-0.44.2_1
+libvala-0.46.so.0 libvala-0.46.0_1
+libvaladoc-0.46.so.0 libvaladoc-0.46.0_1
 libvalaccodegen.so libvala-0.44.0_1
 libphodav-2.0.so.0 phodav-2.2_1
 libgfshare.so.2 libgfshare-2.0.0_1
diff --git a/srcpkgs/vala/template b/srcpkgs/vala/template
index cdde170852a..a3001e75b98 100644
--- a/srcpkgs/vala/template
+++ b/srcpkgs/vala/template
@@ -1,7 +1,7 @@
 # Template file for 'vala'
 pkgname=vala
 # Should be kept in sync with 'valadoc' (shared distfiles)
-version=0.44.7
+version=0.46.3
 revision=1
 build_style=gnu-configure
 configure_args="--disable-valadoc"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Vala"
 changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.42/NEWS"
 distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
-checksum=bf1ff4f59d5de2d626e98e98ef81cb75dc1e6a27610a7de4133597c430f1bd7c
+checksum=e29c2b1f108dc22c91bb501975a77c938aef079ca7875e1fbf41191e22cc57e3
 shlib_provides="libvalaccodegen.so"
 
 post_install() {
@@ -22,8 +22,8 @@ post_install() {
 	# so the package that use it fall into our wrapper.
 	# keep the binary versioned, we don't know the potential
 	# fallout from using the unversioned one
-	vsed -e 's|^vapigen=.*|vapigen=vapigen-0.44|g' \
-		 -i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.44.pc
+	vsed -e 's|^vapigen=.*|vapigen=vapigen-0.46|g' \
+		 -i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.46.pc
 }
 
 libvala_package() {

From 1aba05fe83172624157e581ab4590b9aaa7de94a Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Sun, 13 Oct 2019 14:39:10 -0400
Subject: [PATCH 2/2] valadoc: update to 0.46.3.

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

diff --git a/srcpkgs/valadoc/template b/srcpkgs/valadoc/template
index 091738960ad..e90e31a15be 100644
--- a/srcpkgs/valadoc/template
+++ b/srcpkgs/valadoc/template
@@ -1,7 +1,7 @@
 # Template file for 'valadoc'
 pkgname=valadoc
 # Should be kept in sync with 'vala' (shared distfiles)
-version=0.44.7
+version=0.46.3
 revision=1
 wrksrc="vala-${version}"
 build_style=gnu-configure
@@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Vala"
 changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.42/NEWS"
 distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
-checksum=bf1ff4f59d5de2d626e98e98ef81cb75dc1e6a27610a7de4133597c430f1bd7c
+checksum=e29c2b1f108dc22c91bb501975a77c938aef079ca7875e1fbf41191e22cc57e3
 
 pre_configure() {
 	autoreconf -if
@@ -33,8 +33,8 @@ libvaladoc_package() {
 	short_desc+=" - shared library"
 	pkg_install() {
 		vmove "usr/lib/libvaladoc-*.so.*"
-		vmove usr/lib/valadoc
-		vmove usr/share/valadoc
+		vmove "usr/lib/valadoc-${version%.*}"
+		vmove "usr/share/valadoc-${version%.*}"
 	}
 }
 

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

* Re: [PR PATCH] [Merged]: vala: update to 0.46.3.
  2019-10-14  1:31 [PR PATCH] vala: update to 0.46.3 voidlinux-github
@ 2019-10-15 10:17 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-15 10:17 UTC (permalink / raw)
  To: ml

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

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

vala: update to 0.46.3.
https://github.com/void-linux/void-packages/pull/15444

Description:


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  1:31 [PR PATCH] vala: update to 0.46.3 voidlinux-github
2019-10-15 10:17 ` [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).