Accepting request 662007 from GNOME:Next
Add upstream patch OBS-URL: https://build.opensuse.org/request/show/662007 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=176
This commit is contained in:
parent
9adf7c046c
commit
87af170851
24
gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch
Normal file
24
gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From 907fd7542c8c9d2b4cc2e3d78127c56bf4f3218b Mon Sep 17 00:00:00 2001
|
||||
From: Phil Housley <undeconstructed@gmail.com>
|
||||
Date: Wed, 29 Aug 2018 12:09:53 +0000
|
||||
Subject: [PATCH] lib: Add another oui for "Microsoft Sculpt Comfort Mouse"
|
||||
|
||||
---
|
||||
lib/pin-code-database.xml | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/lib/pin-code-database.xml b/lib/pin-code-database.xml
|
||||
index 350cc240..3d9b5697 100644
|
||||
--- a/lib/pin-code-database.xml
|
||||
+++ b/lib/pin-code-database.xml
|
||||
@@ -76,6 +76,7 @@
|
||||
<device oui="00:1D:D8:" type="mouse" name="Microsoft Wireless Notebook Presenter Mouse 8000" pin="0000"/>
|
||||
<device oui="28:18:78:" type="mouse" name="Microsoft Sculpt Comfort Mouse" pin="0000"/>
|
||||
<device oui="30:59:B7:" type="mouse" name="Microsoft Sculpt Comfort Mouse" pin="0000"/>
|
||||
+ <device oui="C0:33:5E:" type="mouse" name="Microsoft Sculpt Comfort Mouse" pin="0000"/>
|
||||
|
||||
<!-- BT-GPS8 JENTRO, GPS mouse -->
|
||||
<device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>
|
||||
--
|
||||
2.18.1
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 30 00:40:17 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Add gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch: lib: Add
|
||||
another oui for "Microsoft Sculpt Comfort Mouse".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 18:41:08 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -25,6 +25,9 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.28/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch -- lib: Add another oui for "Microsoft Sculpt Comfort Mouse"
|
||||
Patch0: gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
@ -83,12 +86,13 @@ This package provides the necessary files for development with GNOME Bluetooth.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
translation-update-upstream po gnome-bluetooth2
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D gtk_doc=true
|
||||
-D gtk_doc=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user