Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
71c305a696
!8 update to version 44.0
From: @zhangxianting 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 07:53:43 +00:00
zhangxianting
7262882f6f update to version 44.0 2023-11-24 14:18:18 +08:00
openeuler-ci-bot
2164431ec4
!7 Update to 43
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-02 08:55:00 +00:00
dwl301
3120351644 Update to 43 2023-02-02 16:28:10 +08:00
openeuler-ci-bot
9ae09af1f7
!6 Add gnome-backgrounds.yaml
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 09:35:56 +00:00
zhang__3125
cdf1620b78 Add gnome-backgrounds.yaml 2022-04-13 17:14:02 +08:00
openeuler-ci-bot
e4284b0ace
!5 Upgrade to 42.0
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 03:54:40 +00:00
zhang__3125
fe03d5a0fa Upgrade to 42.0 2022-04-13 11:35:52 +08:00
openeuler-ci-bot
5cfb74205b !4 Upgrade to 3.38.0
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-05-25 11:03:58 +08:00
weijin-deng
ff53121820 Upgrade to 3.38.0
Update Version, Release, Source0, autosetup, stage %files
2021-05-25 10:46:53 +08:00
3 changed files with 84 additions and 25 deletions

View File

@ -1,29 +1,36 @@
Name: gnome-backgrounds Name: gnome-backgrounds
Version: 3.30.0 Version: 44.0
Release: 3 Release: 1
Summary: GNOME desktop comes with a desktop background Summary: Desktop backgrounds packaged with the GNOME desktop
License: GPLv2 License: CC-BY-SA-3.0
URL: http://www.gnome.org URL: https://gitlab.gnome.org/GNOME/gnome-backgrounds
Source0: https://download.gnome.org/sources/gnome-backgrounds/3.30/gnome-backgrounds-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext meson BuildRequires: gettext
Obsoletes: gnome-backgrounds < 3.24.0-3 BuildRequires: meson
Obsoletes: gnome-backgrounds < %{version}
# svg pixbuf loader
Requires: (librsvg2 if gdk-pixbuf2)
# webp pixbuf loader
Requires: (webp-pixbuf-loader if gdk-pixbuf2)
%description %description
The gnome-backgrounds package contains the default desktop background,called the GNOME desktop The gnome-backgrounds package contains the default
version of the Adwaita background. desktop background, known as the Adwaita background,
for the GNOME Desktop version
%package extras %package extras
Summary: Other GNOME backgrounds Summary: Additional GNOME Backgrounds
License: GPLv2 Requires: %{name} = %{version}-%{release}
Obsoletes: gnome-backgrounds < 3.24.0-3
%description extras %description extras
The package includes other desktop background with the GNOME desktop packaged together. This package contains the additional desktop backgrounds
which are packaged with the GNOME desktop.
%prep %prep
%autosetup -n gnome-backgrounds-3.30.0 -p1 %autosetup -p1 -n %{name}-%{version}
%build %build
%meson %meson
@ -32,21 +39,69 @@ The package includes other desktop background with the GNOME desktop packaged to
%install %install
%meson_install %meson_install
install -d %{buildroot}%{_datadir}/backgrounds/images install -d %{buildroot}%{_datadir}/backgrounds/images
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
%files %files
%doc NEWS README AUTHORS COPYING %license COPYING
%doc AUTHORS NEWS README.md
%{_datadir}/gnome-background-properties/adwaita.xml %{_datadir}/gnome-background-properties/adwaita.xml
%{_datadir}/backgrounds/gnome/{adwaita-day.jpg,adwaita-morning.jpg,adwaita-night.jpg,adwaita-timed.xml} %{_datadir}/gnome-background-properties/blobs.xml
%exclude %{_datadir}/locale %{_datadir}/gnome-background-properties/drool.xml
%{_datadir}/gnome-background-properties/keys.xml
%{_datadir}/gnome-background-properties/pills.xml
%{_datadir}/gnome-background-properties/truchet.xml
%{_datadir}/backgrounds/gnome/adwaita-d.webp
%{_datadir}/backgrounds/gnome/adwaita-l.webp
%{_datadir}/backgrounds/gnome/blobs-d.svg
%{_datadir}/backgrounds/gnome/blobs-l.svg
%{_datadir}/backgrounds/gnome/drool-d.svg
%{_datadir}/backgrounds/gnome/drool-l.svg
%{_datadir}/backgrounds/gnome/keys-d.webp
%{_datadir}/backgrounds/gnome/keys-l.webp
%{_datadir}/backgrounds/gnome/pills-d.webp
%{_datadir}/backgrounds/gnome/pills-l.webp
%{_datadir}/backgrounds/gnome/truchet-d.webp
%{_datadir}/backgrounds/gnome/truchet-l.webp
%files extras %files extras
%doc NEWS README AUTHORS COPYING %{_datadir}/gnome-background-properties/design-is-rounded-rectangles.xml
%{_datadir}/gnome-background-properties/gnome-backgrounds.xml %{_datadir}/gnome-background-properties/dune.xml
%{_datadir}/backgrounds/gnome/{AndICallItBoke.jpg,ColdWarm.jpg,Dark_Ivy.jpg,endless-shapes.jpg,Fabric.jpg} %{_datadir}/gnome-background-properties/fold.xml
%{_datadir}/backgrounds/gnome/{Flowerbed.jpg,Icescape.jpg,Road.jpg,Sandstone.jpg,SeaSunset.jpg} %{_datadir}/gnome-background-properties/oceans.xml
%{_datadir}/backgrounds/gnome/{symbolics-1.jpg,symbolics-2.jpg,Wood.jpg} %{_datadir}/gnome-background-properties/pixels.xml
%{_datadir}/gnome-background-properties/symbolic.xml
%{_datadir}/gnome-background-properties/vnc.xml
%{_datadir}/backgrounds/gnome/design-is-rounded-rectangles-d.webp
%{_datadir}/backgrounds/gnome/design-is-rounded-rectangles-l.webp
%{_datadir}/backgrounds/gnome/dune-d.svg
%{_datadir}/backgrounds/gnome/dune-l.svg
%{_datadir}/backgrounds/gnome/fold-d.webp
%{_datadir}/backgrounds/gnome/fold-l.webp
%{_datadir}/backgrounds/gnome/oceans.svg
%{_datadir}/backgrounds/gnome/pixels-d.webp
%{_datadir}/backgrounds/gnome/pixels-l.webp
%{_datadir}/backgrounds/gnome/symbolic-d.webp
%{_datadir}/backgrounds/gnome/symbolic-l.webp
%{_datadir}/backgrounds/gnome/vnc-d.webp
%{_datadir}/backgrounds/gnome/vnc-l.webp
%changelog %changelog
* Fri Nov 24 2023 zhangxianting <zhangxianting@uniontech.com> - 44.0-1
- update to version 44.0
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43-1
- Update to 43
* Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-2
- Add gnome-backgrounds.yaml
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
- Upgrade to 42.0
* Mon May 24 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1
- Upgrade to 3.38.0
- Update Version, Release, Source0, autosetup, stage %files
* Sun Jan 19 2020 daiqianwen <daiqianwen@huawei.com> - 3.30.0-3 * Sun Jan 19 2020 daiqianwen <daiqianwen@huawei.com> - 3.30.0-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA

4
gnome-backgrounds.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: gitlab.gnome
src_repo: gnome-backgrounds
tag_prefix: ^v
seperator: .