Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vala 0.52.2
@ 2021-04-21 19:08 Gottox
  2021-04-21 19:20 ` [PR PATCH] [Updated] " Gottox
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Gottox @ 2021-04-21 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages vala-0.52.2
https://github.com/void-linux/void-packages/pull/30414

vala 0.52.2
- vala: update to 0.52.2.
- libvaladoc: update to 0.52.2.


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

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

From b270eb535a835e9f11e8719eb3d895852bdee863 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Wed, 21 Apr 2021 21:01:55 +0200
Subject: [PATCH 1/2] vala: update to 0.52.2.

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

diff --git a/common/shlibs b/common/shlibs
index d9dd3f1f3477..205676a931f1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3068,7 +3068,7 @@ libmirage.so.11 libmirage-3.1.0_1
 libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1
 libsysprof-4.so sysprof-3.37.90_1
 libsysprof-ui-4.so sysprof-3.37.90_1
-libvala-0.50.so.0 libvala-0.50.0_1
+libvala-0.52.so.0 libvala-0.52.0_1
 libvaladoc-0.50.so.0 libvaladoc-0.50.0_1
 libvalaccodegen.so libvala-0.44.0_1
 libphodav-2.0.so.0 phodav-2.2_1
diff --git a/srcpkgs/vala/template b/srcpkgs/vala/template
index 4250b7f044a1..b0cb733fff55 100644
--- a/srcpkgs/vala/template
+++ b/srcpkgs/vala/template
@@ -1,8 +1,8 @@
 # Template file for 'vala'
 pkgname=vala
 # Should be kept in sync with 'valadoc' (shared distfiles)
-version=0.50.0
-revision=2
+version=0.52.2
+revision=1
 build_style=gnu-configure
 configure_args="--disable-valadoc"
 hostmakedepends="flex libxslt pkg-config"
@@ -14,16 +14,17 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Vala"
 changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.50/NEWS"
 distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
-checksum=838adc50ac08881e06cf233fefd93740dec1530312cc1cf12c36d4e0e87d3071
+checksum=3a3c460803ba661e513be3d0984b583e05473f602c75fa98e91755503714a97b
 shlib_provides="libvalaccodegen.so"
+make_check=extended
 
 post_install() {
 	# remove the /usr/bin prefix from the vapigen variable
 	# 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.50|g' \
-		 -i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.50.pc
+	vsed -e 's|^vapigen=.*|vapigen=vapigen-0.52|g' \
+		 -i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.52.pc
 }
 
 libvala_package() {

From 4c06f5de5c2b29b546f469b3d18fb30c081daca6 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Wed, 21 Apr 2021 21:08:12 +0200
Subject: [PATCH 2/2] libvaladoc: update to 0.52.2.

---
 common/shlibs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 205676a931f1..7d19a0f7091a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3069,7 +3069,7 @@ libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1
 libsysprof-4.so sysprof-3.37.90_1
 libsysprof-ui-4.so sysprof-3.37.90_1
 libvala-0.52.so.0 libvala-0.52.0_1
-libvaladoc-0.50.so.0 libvaladoc-0.50.0_1
+libvaladoc-0.52.so.0 libvaladoc-0.52.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

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

end of thread, other threads:[~2021-08-06 18:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 19:08 [PR PATCH] vala 0.52.2 Gottox
2021-04-21 19:20 ` [PR PATCH] [Updated] " Gottox
2021-04-22  6:10 ` [PR REVIEW] " ericonr
2021-04-22  6:10 ` [PR PATCH] [Updated] " Gottox
2021-04-22  6:13 ` Gottox
2021-04-22  6:20 ` Gottox
2021-04-22  7:15 ` Gottox
2021-04-22  7:20 ` Gottox
2021-04-22  8:29 ` Gottox
2021-05-15  4:44 ` Gottox
2021-05-15  5:15 ` Gottox
2021-05-15  5:16 ` [PR PATCH] [Updated] " Gottox
2021-07-23 12:09 ` paper42
2021-08-04 21:57 ` paper42
2021-08-05  0:05 ` ericonr
2021-08-06 18:47 ` ericonr
2021-08-06 18:47 ` [PR PATCH] [Closed]: " ericonr

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