Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] uhttpmock: update to 0.10.0.
@ 2024-03-23 17:30 fanyx
  2024-03-23 17:36 ` [PR PATCH] [Updated] " fanyx
  2024-03-23 17:53 ` [PR PATCH] [Closed]: " fanyx
  0 siblings, 2 replies; 3+ messages in thread
From: fanyx @ 2024-03-23 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages uhttpmock
https://github.com/void-linux/void-packages/pull/49480

uhttpmock: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Needed by `msgraph-0.2.1` (https://github.com/void-linux/void-packages/pull/49479)

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

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

From 787c38c59648e7c4015fdf82a4f39acddce0c36b Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Sat, 23 Mar 2024 18:22:06 +0100
Subject: [PATCH] uhttpmock: update to 0.10.0.

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

diff --git a/srcpkgs/uhttpmock/template b/srcpkgs/uhttpmock/template
index 0b405980cecc17..6778a4d4fc8f11 100644
--- a/srcpkgs/uhttpmock/template
+++ b/srcpkgs/uhttpmock/template
@@ -1,17 +1,17 @@
 # Template file for 'uhttpmock'
 pkgname=uhttpmock
-version=0.5.3
+version=0.10.0
 revision=1
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
 hostmakedepends="automake pkg-config vala"
-makedepends="glib-devel libsoup-devel vala"
+makedepends="glib-devel libsoup3-devel vala gtk-doc"
 short_desc="HTTP web service mocking project for projects which use libsoup"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.com/uhttpmock/uhttpmock"
 distfiles="http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$version.tar.xz"
-checksum=90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f
+checksum=40b6b7edf8492ce4e70443057a8bd478faf61b041e791706053ece9a2929fd52
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then
@@ -24,10 +24,9 @@ uhttpmock-devel_package() {
 	short_desc+=" - development files"
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
 	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/*.so
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/girepository-1.0
 		vmove usr/share/gtk-doc
 		vmove usr/share/gir-1.0
 		vmove usr/share/vala

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

* Re: [PR PATCH] [Updated] uhttpmock: update to 0.10.0.
  2024-03-23 17:30 [PR PATCH] uhttpmock: update to 0.10.0 fanyx
@ 2024-03-23 17:36 ` fanyx
  2024-03-23 17:53 ` [PR PATCH] [Closed]: " fanyx
  1 sibling, 0 replies; 3+ messages in thread
From: fanyx @ 2024-03-23 17:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages uhttpmock
https://github.com/void-linux/void-packages/pull/49480

uhttpmock: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Needed by `msgraph-0.2.1` (https://github.com/void-linux/void-packages/pull/49479)

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

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

From 8606b33c931a93a1eb4430f5c484f78f87bc6c27 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Sat, 23 Mar 2024 18:22:06 +0100
Subject: [PATCH] uhttpmock: update to 0.10.0.

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

diff --git a/srcpkgs/uhttpmock/template b/srcpkgs/uhttpmock/template
index 0b405980cecc17..7fe76450f6668f 100644
--- a/srcpkgs/uhttpmock/template
+++ b/srcpkgs/uhttpmock/template
@@ -1,17 +1,17 @@
 # Template file for 'uhttpmock'
 pkgname=uhttpmock
-version=0.5.3
+version=0.10.0
 revision=1
-build_style=gnu-configure
+build_style=meson
 build_helper="gir"
-hostmakedepends="automake pkg-config vala"
-makedepends="glib-devel libsoup-devel vala"
+hostmakedepends="automake pkg-config vala gtk-doc"
+makedepends="glib-devel libsoup3-devel vala"
 short_desc="HTTP web service mocking project for projects which use libsoup"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.com/uhttpmock/uhttpmock"
 distfiles="http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$version.tar.xz"
-checksum=90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f
+checksum=40b6b7edf8492ce4e70443057a8bd478faf61b041e791706053ece9a2929fd52
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then
@@ -24,10 +24,9 @@ uhttpmock-devel_package() {
 	short_desc+=" - development files"
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
 	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/*.a
 		vmove usr/lib/*.so
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/girepository-1.0
 		vmove usr/share/gtk-doc
 		vmove usr/share/gir-1.0
 		vmove usr/share/vala

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

* Re: [PR PATCH] [Closed]: uhttpmock: update to 0.10.0.
  2024-03-23 17:30 [PR PATCH] uhttpmock: update to 0.10.0 fanyx
  2024-03-23 17:36 ` [PR PATCH] [Updated] " fanyx
@ 2024-03-23 17:53 ` fanyx
  1 sibling, 0 replies; 3+ messages in thread
From: fanyx @ 2024-03-23 17:53 UTC (permalink / raw)
  To: ml

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

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

uhttpmock: update to 0.10.0.
https://github.com/void-linux/void-packages/pull/49480

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Needed by `msgraph-0.2.1` (https://github.com/void-linux/void-packages/pull/49479)

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

end of thread, other threads:[~2024-03-23 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23 17:30 [PR PATCH] uhttpmock: update to 0.10.0 fanyx
2024-03-23 17:36 ` [PR PATCH] [Updated] " fanyx
2024-03-23 17:53 ` [PR PATCH] [Closed]: " fanyx

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