forked from pool/gnome-bluetooth
Accepting request 951437 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/951437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=102
This commit is contained in:
commit
e7c240986c
25
755fd758f866d3a3f7ca482942beee749f13a91e.patch
Normal file
25
755fd758f866d3a3f7ca482942beee749f13a91e.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 755fd758f866d3a3f7ca482942beee749f13a91e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bastien Nocera <hadess@hadess.net>
|
||||||
|
Date: Fri, 7 Jan 2022 12:51:22 +0100
|
||||||
|
Subject: [PATCH] build: Fix build for newer versions of meson
|
||||||
|
|
||||||
|
sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
|
||||||
|
---
|
||||||
|
sendto/meson.build | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/sendto/meson.build b/sendto/meson.build
|
||||||
|
index 24a4e394..3e233a03 100644
|
||||||
|
--- a/sendto/meson.build
|
||||||
|
+++ b/sendto/meson.build
|
||||||
|
@@ -22,7 +22,6 @@ desktop_in = configure_file(
|
||||||
|
)
|
||||||
|
|
||||||
|
i18n.merge_file (
|
||||||
|
- desktop,
|
||||||
|
type: 'desktop',
|
||||||
|
input: desktop_in,
|
||||||
|
output: desktop,
|
||||||
|
--
|
||||||
|
GitLab
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 3 06:00:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add 755fd758f866d3a3f7ca482942beee749f13a91e.patch Fix build with
|
||||||
|
meson 0.61 and newer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 6 11:15:24 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Nov 6 11:15:24 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-bluetooth
|
# spec file for package gnome-bluetooth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,6 +25,8 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
|||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||||||
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/%{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-UPSTREAM 755fd758f866d3a3f7ca482942beee749f13a91e.patch -- Fix build with meson 0.61 and newer
|
||||||
|
Patch0: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/755fd758f866d3a3f7ca482942beee749f13a91e.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user