From e241ea45d4192357c41a3333d63f89e97592eb2b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2019 21:27:45 +0000 Subject: import gnome-backgrounds-3.28.0-1.el8 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7540657 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-backgrounds-3.28.0.tar.xz diff --git a/.gnome-backgrounds.metadata b/.gnome-backgrounds.metadata new file mode 100644 index 0000000..fefeba2 --- /dev/null +++ b/.gnome-backgrounds.metadata @@ -0,0 +1 @@ +78ea9bb8932c8ff1ddb0f19b750a78a18ac00498 SOURCES/gnome-backgrounds-3.28.0.tar.xz diff --git a/SOURCES/move-adwaita-backgrounds.patch b/SOURCES/move-adwaita-backgrounds.patch new file mode 100644 index 0000000..fa2e793 --- /dev/null +++ b/SOURCES/move-adwaita-backgrounds.patch @@ -0,0 +1,16 @@ +--- gnome-backgrounds-3.28.0/backgrounds/gnome-backgrounds.xml.in.in.kala 2018-03-14 01:24:44.000000000 +0100 ++++ gnome-backgrounds-3.28.0/backgrounds/gnome-backgrounds.xml.in.in 2018-03-14 08:37:13.308970614 +0100 +@@ -58,13 +58,6 @@ + #000000 + + +- Adwaita +- @BACKGROUNDDIR@/adwaita-timed.xml +- zoom +- #ffffff +- #000000 +- +- + Sea Sunset + @BACKGROUNDDIR@/SeaSunset.jpg + zoom diff --git a/SPECS/gnome-backgrounds.spec b/SPECS/gnome-backgrounds.spec new file mode 100644 index 0000000..361e07d --- /dev/null +++ b/SPECS/gnome-backgrounds.spec @@ -0,0 +1,360 @@ +Name: gnome-backgrounds +Version: 3.28.0 +Release: 1%{?dist} +Summary: Desktop backgrounds packaged with the GNOME desktop + +License: GPLv2 +URL: http://www.gnome.org +Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz + +Patch0: move-adwaita-backgrounds.patch + +BuildArch: noarch +BuildRequires: gettext +BuildRequires: meson +# Make sure both gnome-backgrounds and -extras get installed on upgrades +Obsoletes: gnome-backgrounds < 3.24.0-3 + +%description +The gnome-backgrounds package contains the default +desktop background, known as the Adwaita background, +for the GNOME Desktop version + +%package extras +Summary: Additional GNOME Backgrounds +License: GPLv2 +# Make sure both gnome-backgrounds and -extras get installed on upgrades +Obsoletes: gnome-backgrounds < 3.24.0-3 + +%description extras +This package contains the additional desktop backgrounds +which are packaged with the GNOME desktop. + +%prep +%setup -q +%patch0 -p1 + +%build +%meson +%meson_build + +%install +%meson_install + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images + +# all translations are merged back into xml by intltool +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale + +%files +%license COPYING +%doc NEWS README AUTHORS +%{_datadir}/gnome-background-properties/adwaita.xml +%{_datadir}/backgrounds/gnome/adwaita-day.jpg +%{_datadir}/backgrounds/gnome/adwaita-morning.jpg +%{_datadir}/backgrounds/gnome/adwaita-night.jpg +%{_datadir}/backgrounds/gnome/adwaita-timed.xml + +%files extras +%license COPYING +%doc NEWS README AUTHORS +%{_datadir}/gnome-background-properties/gnome-backgrounds.xml +%{_datadir}/backgrounds/gnome/AndICallItBoke.jpg +%{_datadir}/backgrounds/gnome/ColdWarm.jpg +%{_datadir}/backgrounds/gnome/Dark_Ivy.jpg +%{_datadir}/backgrounds/gnome/endless-shapes.jpg +%{_datadir}/backgrounds/gnome/Fabric.jpg +%{_datadir}/backgrounds/gnome/Flowerbed.jpg +%{_datadir}/backgrounds/gnome/Icescape.jpg +%{_datadir}/backgrounds/gnome/Road.jpg +%{_datadir}/backgrounds/gnome/Sandstone.jpg +%{_datadir}/backgrounds/gnome/SeaSunset.jpg +%{_datadir}/backgrounds/gnome/symbolics-1.jpg +%{_datadir}/backgrounds/gnome/symbolics-2.jpg +%{_datadir}/backgrounds/gnome/Wood.jpg + +%changelog +* Wed Mar 14 2018 Kalev Lember - 3.28.0-1 +- Update to 3.28.0 +- Rebase move-adwaita-backgrounds.patch + +* Wed Feb 07 2018 Fedora Release Engineering - 3.26.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Sep 15 2017 Kalev Lember - 3.26.2-1 +- Update to 3.26.2 + +* Thu Sep 14 2017 Kalev Lember - 3.26.1-1 +- Update to 3.26.1 + +* Thu Sep 14 2017 Kalev Lember - 3.26.0-1 +- Update to 3.26.0 + +* Tue Aug 01 2017 Kalev Lember - 3.25.4-1 +- Update to 3.25.4 +- Rebase move-adwaita-backgrounds.patch +- Switch to the meson build system + +* Wed Jul 26 2017 Fedora Release Engineering - 3.24.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 25 2017 Kalev Lember - 3.24.0-3 +- Make sure both gnome-backgrounds and -extras get installed on upgrades + (#1464555) + +* Wed May 10 2017 Ryan Lerch - 3.24.0-2 +- Split the package into gnome-backgrounds for the default adwaita background, + and gnome-backgrounds-extras for the other standard GNOME wallpapers. + +* Tue Mar 21 2017 Kalev Lember - 3.24.0-1 +- Update to 3.24.0 + +* Fri Feb 10 2017 Fedora Release Engineering - 3.23.91-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 02 2017 David King - 3.23.91-1 +- Update to 3.23.91 +- Use make_build macro + +* Tue Oct 04 2016 Kalev Lember - 3.22.1-1 +- Update to 3.22.1 + +* Wed Sep 21 2016 Kalev Lember - 3.22.0-1 +- Update to 3.22.0 + +* Fri Sep 02 2016 Kalev Lember - 3.21.91-1 +- Update to 3.21.91 +- Don't set group tags + +* Tue Mar 22 2016 Kalev Lember - 3.20-1 +- Update to 3.20 + +* Mon Feb 22 2016 David King - 3.19.90-1 +- Update to 3.19.90 + +* Wed Feb 03 2016 Fedora Release Engineering - 3.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Sep 22 2015 Kalev Lember - 3.18.0-1 +- Update to 3.18.0 +- Use make_install macro + +* Thu Jun 25 2015 David King - 3.17.3-1 +- Update to 3.17.3 +- Preserve timestamps during install + +* Wed Jun 17 2015 Fedora Release Engineering - 3.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Mar 23 2015 Kalev Lember - 3.16.0-1 +- Update to 3.16.0 + +* Tue Mar 17 2015 Kalev Lember - 3.15.92-1 +- Update to 3.15.92 + +* Mon Mar 02 2015 Kalev Lember - 3.15.91-1 +- Update to 3.15.91 +- Use the %%license macro for the COPYING file + +* Tue Feb 17 2015 Richard Hughes - 3.15.90-1 +- Update to 3.15.90 + +* Sat Nov 29 2014 Kalev Lember - 3.15.2-1 +- Update to 3.15.2 + +* Mon Oct 13 2014 Kalev Lember - 3.14.1-1 +- Update to 3.14.1 + +* Mon Sep 22 2014 Kalev Lember - 3.14.0-1 +- Update to 3.14.0 + +* Tue Sep 16 2014 Kalev Lember - 3.13.92-1 +- Update to 3.13.92 + +* Mon Aug 18 2014 Kalev Lember - 3.13.90-1 +- Update to 3.13.90 + +* Sat Jun 07 2014 Fedora Release Engineering - 3.12.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu May 15 2014 Kalev Lember - 3.12.2-1 +- Update to 3.12.2 + +* Tue Apr 15 2014 Kalev Lember - 3.12.1-1 +- Update to 3.12.1 + +* Mon Mar 24 2014 Richard Hughes - 3.12.0-1 +- Update to 3.12.0 + +* Tue Feb 04 2014 Richard Hughes - 3.11.5-1 +- Update to 3.11.5 + +* Mon Oct 28 2013 Richard Hughes - 3.10.1-1 +- Update to 3.10.1 + +* Wed Sep 25 2013 Kalev Lember - 3.10.0-1 +- Update to 3.10.0 + +* Tue Sep 03 2013 Kalev Lember - 3.9.91-1 +- Update to 3.9.91 + +* Sat Aug 03 2013 Fedora Release Engineering - 3.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Apr 15 2013 Kalev Lember - 3.8.1-1 +- Update to 3.8.1 + +* Wed Mar 27 2013 Kalev Lember - 3.8.0-1 +- Update to 3.8.0 + +* Wed Mar 20 2013 Richard Hughes - 3.7.92-1 +- Update to 3.7.92 + +* Wed Feb 06 2013 Kalev Lember - 3.7.5-1 +- Update to 3.7.5 + +* Tue Jan 15 2013 Matthias Clasen - 3.7.4-1 +- Update to 3.7.4 + +* Tue Oct 16 2012 Kalev Lember - 3.6.1-1 +- Update to 3.6.1 + +* Tue Sep 25 2012 Kalev Lember - 3.6.0-1 +- Update to 3.6.0 + +* Wed Sep 19 2012 Richard Hughes - 3.5.91-1 +- Update to 3.5.91 + +* Tue Aug 21 2012 Richard Hughes - 3.5.90-1 +- Update to 3.5.90 + +* Thu Jul 19 2012 Fedora Release Engineering - 3.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri May 18 2012 Richard Hughes - 3.4.2-1 +- Update to 3.4.2 + +* Tue Apr 17 2012 Kalev Lember - 3.4.1-1 +- Update to 3.4.1 + +* Tue Mar 27 2012 Richard Hughes - 3.4.0-1 +- Update to 3.4.0 + +* Wed Mar 21 2012 Kalev Lember - 3.3.92-1 +- Update to 3.3.92 + +* Mon Mar 5 2012 Matthias Clasen - 3.3.91-1 +- Update to 3.3.91 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 20 2011 Matthias Clasen - 3.3.3-1 +- Update to 3.3.3 + +* Tue Sep 27 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + +* Tue Sep 6 2011 Matthias Clasen - 3.1.91-1 +- Update to 3.1.91 + +* Wed Jun 15 2011 Tomas Bzatek - 3.1.2-1 +- Update to 3.1.2 + +* Mon Apr 25 2011 Matthias Clasen - 3.0.1-1 +- Update to 3.0.1 + +* Mon Apr 4 2011 Matthias Clasen - 3.0.0-1 +- Update to 3.0.0 + +* Tue Mar 22 2011 Matthias Clasen - 2.91.92-1 +- Update to 2.91.92 + +* Tue Feb 08 2011 Fedora Release Engineering - 2.32.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Sep 29 2010 Matthias Clasen 2.32.0-1 +- Update to 2.32.0 + +* Mon Mar 29 2010 Matthias Clasen 2.30.0-1 +- Update to 2.30.0 + +* Tue Mar 09 2010 Bastien Nocera 2.29.92-1 +- Update to 2.29.92 + +* Mon Mar 1 2010 Matthias Clasen - 2.28.0-2 +- Drop ownership of a directory that is now owned by filesystem + +* Mon Sep 21 2009 Matthias Clasen - 2.28.0-1 +- Update to 2.28.0 + +* Mon Sep 7 2009 Matthias Clasen - 2.27.91-1 +- Update to 2.27.91 + +* Sun Aug 2 2009 Matthias Clasen - 2.24.1-3 +- Co-own /usr/share/backgrounds instead of requiring desktop-backgrounds-basic + +* Fri Jul 24 2009 Fedora Release Engineering - 2.24.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Mar 17 2009 Matthias Clasen - 2.24.1-1 +- Update to 2.24.1 + +* Tue Feb 24 2009 Fedora Release Engineering - 2.24.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Oct 28 2008 Lennart Poettering - 2.24.0-3 +- Include AUTHORS file in package + +* Fri Oct 10 2008 Matthias Clasen - 2.24.0-2 +- Don't ship unneeded translations + +* Tue Sep 23 2008 Matthias Clasen - 2.24.0-1 +- Update to 2.24.0 + +* Mon Sep 8 2008 Matthias Clasen - 2.23.92-1 +- Update to 2.23.92 + +* Tue Sep 2 2008 Matthias Clasen - 2.23.91-1 +- Update to 2.23.91 + +* Fri Aug 22 2008 Matthias Clasen - 2.23.90-1 +- Update to 2.23.90 + +* Tue Jul 22 2008 Matthias Clasen - 2.23.0-1 +- Update to 2.23.0 + +* Mon Mar 10 2008 Matthias Clasen - 2.22.0-1 +- Update to 2.22.0 + +* Mon Sep 17 2007 Matthias Clasen - 2.20.0-1 +- Update to 2.20.0 + +* Wed Aug 15 2007 Matthias Clasen - 2.18.3-2 +- Small fixes from package review + +* Tue Aug 7 2007 Matthias Clasen - 2.18.3-1 +- Update to 2.18.3 +- Update the license field + +* Sun Jun 17 2007 Matthias Clasen - 2.16.2-1 +- Update to 2.16.2 +- Require desktop-backgrounds-basic for directory ownership + +* Sat Oct 21 2006 Matthias Clasen - 2.16.1-1 +- Update to 2.16.1 + +* Mon Aug 21 2006 Matthias Clasen - 2.15.92-1.fc6 +- Update to 2.15.92 + +* Fri Jun 9 2006 Matthias Clasen - 2.14.2.1-3 +- Add missing BuildRequires + +* Thu Jun 1 2006 Matthias Clasen - 2.14.2.1-2 +- Update to 2.14.2.1 + +* Mon Mar 13 2006 Ray Strode - 2.14.0-1 +- Update to 2.14.0 + +* Mon Jan 31 2005 Matthias Clasen - 2.9.90-1 +- Initial build.