Accepting request 952782 from home:iznogood:branches:GNOME:Factory

- Add cdaa837d48894737ca0b4e7d2dfb365119e53759.patch: Fix build
  with meson 0.61 and newer. Backported to apply on stable version.

OBS-URL: https://build.opensuse.org/request/show/952782
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=253
This commit is contained in:
Dominique Leuenberger 2022-02-09 09:03:36 +00:00 committed by Git OBS Bridge
parent 415455155a
commit f75358ab0c
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,10 @@
diff -Nur orig-gnome-shell-extensions-41.1/data/meson.build gnome-shell-extensions-41.1/data/meson.build
--- orig-gnome-shell-extensions-41.1/data/meson.build 2022-02-08 19:00:20.879140911 +0100
+++ gnome-shell-extensions-41.1/data/meson.build 2022-02-08 19:01:41.716276754 +0100
@@ -1,5 +1,5 @@
session_desktop = 'gnome-classic.desktop'
-i18n.merge_file('',
+i18n.merge_file(
input: session_desktop + '.in',
output: session_desktop,
po_dir: '../po',

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 3 05:51:27 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add cdaa837d48894737ca0b4e7d2dfb365119e53759.patch: Fix build
with meson 0.61 and newer. Backported to apply on stable version.
-------------------------------------------------------------------
Mon Dec 13 16:10:45 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-shell-extensions
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -31,6 +31,8 @@ Source2: sle-classic.desktop
Source5: sle-classic.json
Source6: sle-classic@suse.com.tar.gz
Source7: 00_org.gnome.shell.extensions.sle-classic.gschema.override
# PATCH-FIX-UPSTREAM cdaa837d48894737ca0b4e7d2dfb365119e53759.patch -- Fix build with meson 0.61 and newer
Patch0: cdaa837d48894737ca0b4e7d2dfb365119e53759.patch
# PATCH-FEATURE-OPENSUSE gnome-shell-add-app-to-desktop.patch bnc#870580 dliang@suse.com -- allow adding app shortcut to desktop easily.
Patch1: gnome-shell-add-app-to-desktop.patch
@ -100,6 +102,7 @@ to pick system installed themes or even themes installed in the user's home.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch1000 -p1