Accepting request 519388 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519388 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-backgrounds?expand=0&rev=102
This commit is contained in:
parent
78356719c5
commit
063c4f2657
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbda4c2159292940fa4b972df77379be716590c7b62bb4b2b9fa8e99749c71ca
|
|
||||||
size 15223020
|
|
3
gnome-backgrounds-3.25.4.tar.xz
Normal file
3
gnome-backgrounds-3.25.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fc3d6fc129a58223994dcf6c3fcaf5af498fbf71d45f18bba78b3956b258145
|
||||||
|
size 19126656
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 17 13:28:15 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.4:
|
||||||
|
+ Switch to meson buildsystem.
|
||||||
|
+ Drop intltool dependency, port to gettext.
|
||||||
|
+ New 3.26 default background.
|
||||||
|
- Add meson and pkgconfig BuildRequires and switch autotools macros
|
||||||
|
configure, make and makeinstall to meson, meson_build and
|
||||||
|
meson_install following upstream switch to Meson build system.
|
||||||
|
- Drop intltool and glib2-devel BuildRequires, no longer needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 21 12:49:08 UTC 2017 - dimstar@opensuse.org
|
Tue Mar 21 12:49:08 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,19 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-backgrounds
|
Name: gnome-backgrounds
|
||||||
Version: 3.24.0
|
Version: 3.25.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Backgrounds
|
Summary: GNOME Backgrounds
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Source: http://download.gnome.org/sources/gnome-backgrounds/3.24/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-backgrounds/3.25/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: intltool
|
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -46,11 +46,11 @@ translation-update-upstream
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%meson_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user