1
0

Accepting request 590001 from GNOME:Factory

t-u-u / boo#1086036 (forwarded request 589315 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/590001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell-extensions?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2018-03-26 10:45:16 +00:00 committed by Git OBS Bridge
commit 0458089d9e
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 20 17:20:01 UTC 2018 - dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 12 23:16:28 UTC 2018 - luc14n0@linuxmail.org Mon Mar 12 23:16:28 UTC 2018 - luc14n0@linuxmail.org

View File

@ -42,17 +42,15 @@ Patch3: sle-classic-lock-screen-background.patch
# PATCH-FIX-SLE gse-sle-classic-ext.patch Fate#318572 cxiong@suse.com -- add sle classic support # PATCH-FIX-SLE gse-sle-classic-ext.patch Fate#318572 cxiong@suse.com -- add sle classic support
Patch1000: gse-sle-classic-ext.patch Patch1000: gse-sle-classic-ext.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gnome-patch-translation
# Needed for directory ownership # Needed for directory ownership
BuildRequires: gnome-shell BuildRequires: gnome-shell
# gobject-introspection is needed for the typelib() rpm magic. # gobject-introspection is needed for the typelib() rpm magic.
BuildRequires: gobject-introspection BuildRequires: gobject-introspection
BuildRequires: meson >= 0.44.0 BuildRequires: meson >= 0.44.0
BuildRequires: sassc BuildRequires: sassc
BuildArch: noarch
%if !0%{?is_opensuse}
BuildRequires: gnome-patch-translation
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
%endif BuildArch: noarch
%description %description
GNOME Shell Extensions is a collection of extensions providing GNOME Shell Extensions is a collection of extensions providing
@ -100,9 +98,9 @@ and also installs the required session files.
%setup -q %setup -q
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%if !0%{?is_opensuse}
translation-update-upstream translation-update-upstream
gnome-patch-translation-prepare gnome-patch-translation-prepare
%if !0%{?is_opensuse}
%patch3 -p1 %patch3 -p1
%endif %endif
%patch1000 -p1 %patch1000 -p1