Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flatpak: update to 1.15.1.
@ 2022-11-29 13:48 ardadem
  2022-11-29 17:15 ` [PR PATCH] [Updated] " ardadem
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: ardadem @ 2022-11-29 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-flatpak
https://github.com/void-linux/void-packages/pull/40833

flatpak: update to 1.15.1.
* Switch to meson build-style.

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/40833.patch is attached

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

From fe74d71578d4f5a0c28f0b29e0746794273fae8b Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Tue, 29 Nov 2022 16:45:33 +0300
Subject: [PATCH] flatpak: update to 1.15.1.

* Switch to meson build-style.
---
 srcpkgs/flatpak/template | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/flatpak/template b/srcpkgs/flatpak/template
index 54296575d375..19680362a42a 100644
--- a/srcpkgs/flatpak/template
+++ b/srcpkgs/flatpak/template
@@ -1,16 +1,16 @@
 # Template file for 'flatpak'
 pkgname=flatpak
-version=1.14.0
-revision=3
-build_style=gnu-configure
+version=1.15.1
+revision=1
+build_style=meson
 build_helper="gir"
 configure_args="
- --with-system-bubblewrap
- --with-system-dbus-proxy
- --with-system-helper-user=_flatpak
- --enable-selinux-module=no
- --enable-gdm-env-file
- $(vopt_enable gir introspection)"
+ -Dsystem_bubblewrap=bwrap
+ -Dsystem_dbus_proxy=xdg-dbus-proxy
+ -Dsystem_helper_user=_flatpak
+ -Dselinux_module=disabled
+ -Dgdm_env_file=true
+ -Dgir=$(vopt_if gir enabled disabled)"
 hostmakedepends="bubblewrap gettext glib-devel libxslt pkg-config bison
  python3-parsing xmlto docbook-xml docbook-xsl xdg-dbus-proxy"
 makedepends="AppStream-devel libarchive-devel gpgme-devel json-glib-devel
@@ -24,13 +24,17 @@ license="LGPL-2.1-or-later"
 homepage="https://flatpak.org/"
 changelog="https://github.com/flatpak/flatpak/raw/main/NEWS"
 distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
-checksum=8e276973770ea24ddf2597ad4aecd36b98393e6bde91e48e1743aaca67f27815
+checksum=13d34462ed130c0fe4928904cfcbcb7322c46c2c22ad70f657d35577c40d951e
 
 build_options="gir"
 build_options_default="gir"
 
 system_accounts="_flatpak"
 
+if [ -z "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Dtests=false"
+fi
+
 post_patch() {
 	vsed -i -e '/cp.*usr.lib.locale.C/d' tests/make-test-runtime.sh
 }

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

end of thread, other threads:[~2023-02-26 14:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29 13:48 [PR PATCH] flatpak: update to 1.15.1 ardadem
2022-11-29 17:15 ` [PR PATCH] [Updated] " ardadem
2022-11-29 17:28 ` Duncaen
2022-11-29 17:31 ` ardadem
2022-12-20 20:21 ` [PR PATCH] [Updated] " ardadem
2022-12-20 20:30 ` ardadem
2023-01-19  4:52 ` flatpak: switch to meson build-style kruceter
2023-01-25 17:56 ` [PR REVIEW] " paper42
2023-01-27 15:17 ` [PR PATCH] [Updated] " ardadem
2023-01-27 16:31 ` ardadem
2023-01-27 16:39 ` ardadem
2023-01-27 16:39 ` [PR REVIEW] " ardadem
2023-01-30 10:10 ` [PR PATCH] [Updated] " ardadem
2023-01-30 10:17 ` [PR REVIEW] " ardadem
2023-02-26 14:32 ` Duncaen
2023-02-26 14:32 ` [PR PATCH] [Closed]: " Duncaen

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