commit 76e2280649e0598d963e901bd4654cde37afaed6 Author: Toshaan Bharvani Date: Fri Dec 22 15:32:01 2023 +0100 initial package creation Signed-off-by: Toshaan Bharvani diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/budgie-backgrounds.spec b/SPECS/budgie-backgrounds.spec new file mode 100644 index 0000000..933ff7a --- /dev/null +++ b/SPECS/budgie-backgrounds.spec @@ -0,0 +1,46 @@ +Name: budgie-backgrounds +Version: 1.0 +Release: 2%{?dist} +Summary: Default set of background images for the Budgie Desktop + +License: CC0-1.0 +URL: https://github.com/BuddiesOfBudgie/budgie-backgrounds +Source0: %{url}/releases/download/v%{version}/%{name}-v%{version}.tar.xz +Source1: %{url}/releases/download/v%{version}/%{name}-v%{version}.tar.xz.asc +Source2: https://serebit.com/openpgp/git-at-serebit-dot-com.asc + +BuildArch: noarch +BuildRequires: ImageMagick +BuildRequires: gcc +BuildRequires: gnupg2 +BuildRequires: jhead +BuildRequires: meson + +%description +Default set of background images for the Budgie Desktop. + +%prep +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%files +%doc README.md +%license LICENSE +%dir %{_datadir}/backgrounds/budgie +%dir %{_datadir}/gnome-background-properties +%{_datadir}/backgrounds/budgie/*.jpg +%{_datadir}/gnome-background-properties/%{name}.xml + +%changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Feb 4 2023 Joshua Strobl - 1.0-1 +- Initial inclusion of Budgie Backgrounds