Date: Tuesday, February 2, 2021 @ 15:10:39 Author: heftig Revision: 407068
minor changes Modified: libportal/trunk/PKGBUILD Deleted: libportal/trunk/0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch -----------------------------------------------------------------+ 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch | 24 ---------- PKGBUILD | 10 +--- 2 files changed, 4 insertions(+), 30 deletions(-) Deleted: 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch =================================================================== --- 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch 2021-02-02 15:05:11 UTC (rev 407067) +++ 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch 2021-02-02 15:10:39 UTC (rev 407068) @@ -1,24 +0,0 @@ -From 902917eb4f66f69496e977b3c72e0fa178775f89 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" <[email protected]> -Date: Wed, 27 Nov 2019 22:29:48 +0000 -Subject: [PATCH] filechooser: Don't try to free the method name; it's static - ---- - libportal/filechooser.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/libportal/filechooser.c b/libportal/filechooser.c -index 2b665b8..135c269 100644 ---- a/libportal/filechooser.c -+++ b/libportal/filechooser.c -@@ -78,7 +78,6 @@ file_call_free (FileCall *call) - g_object_unref (call->portal); - g_object_unref (call->task); - -- g_free (call->method); - g_free (call->title); - g_free (call->current_name); - g_free (call->current_folder); --- -2.24.0 - Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-02 15:05:11 UTC (rev 407067) +++ PKGBUILD 2021-02-02 15:10:39 UTC (rev 407068) @@ -1,4 +1,4 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=libportal pkgver=0.3 @@ -10,10 +10,8 @@ depends=(glib2) makedepends=(git meson gtk-doc) _commit=7b11b2a42fd4e7681bd38f3986b47108c0a3cc66 # tags/0.3^0 -source=("git+https://github.com/flatpak/libportal#commit=$_commit" - 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch) -sha256sums=('SKIP' - '934374cb20a3bb76df2c1982a56a15e1c9808a1dfa46273db6529dd6213bde1f') +source=("git+https://github.com/flatpak/libportal#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -26,7 +24,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
