From 06ff6b45badffc2ff318fd4a8cdfbb23617763af Mon Sep 17 00:00:00 2001 From: hillwood <> Date: Apr 16 2021 22:17:23 +0000 Subject: Update deepin-wallpapers to version 1.7.10 / rev 1 via SR 886069 https://build.opensuse.org/request/show/886069 by user hillwood + dimstar_suse Bring Deepin Desktop Environment to openSUSE --- diff --git a/.files b/.files new file mode 100644 index 0000000..141f97d Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..87ce0c3 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..039e97b --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + d8f3cc3151657b0ba18541d5c3bf5441 + 1.7.10 + + dimstar_suse + Bring Deepin Desktop Environment to openSUSE + 886069 + + diff --git a/deepin-wallpapers-1.7.10.tar.gz b/deepin-wallpapers-1.7.10.tar.gz new file mode 120000 index 0000000..74140cd --- /dev/null +++ b/deepin-wallpapers-1.7.10.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiatvfegjndizmlzsthskusthokc5pf2yfawaeszdlhoqwx5vsmkly \ No newline at end of file diff --git a/deepin-wallpapers.changes b/deepin-wallpapers.changes new file mode 100644 index 0000000..166ad79 --- /dev/null +++ b/deepin-wallpapers.changes @@ -0,0 +1,26 @@ +------------------------------------------------------------------- +Fri Apr 16 14:28:32 UTC 2021 - Hillwood Yang + +- Update version to 1.7.10 + * update background. + +------------------------------------------------------------------- +Fri Apr 19 03:48:45 UTC 2019 - Hillwood Yang + +- Update version to 1.7.7 + * Pictures update + * Change license +- Split community package. + +------------------------------------------------------------------- +Sun Nov 12 14:26:15 UTC 2017 - hillwood@opensuse.org + +- Update to 1.7 + * Update some pictures. +- Add Group tag. +- Fix install. + +------------------------------------------------------------------- +Tue Oct 3 15:29:45 UTC 2017 - sensor.wen@gmail.com + +- Initial package. diff --git a/deepin-wallpapers.spec b/deepin-wallpapers.spec new file mode 100644 index 0000000..08bb1a7 --- /dev/null +++ b/deepin-wallpapers.spec @@ -0,0 +1,62 @@ +# +# spec file for package deepin-wallpapers +# +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: deepin-wallpapers +Version: 1.7.10 +Release: 0 +Summary: Deepin Wallpapers +License: CC0-1.0 +Group: System/GUI/Other +URL: https://github.com/linuxdeepin/deepin-wallpapers +Source0: https://github.com/linuxdeepin/deepin-wallpapers/archive/%{version}/%{name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Deepin Wallpapers provides wallpapers of Deepin Desktop. + +%package community +Summary: Deepin Community Wallpapers +License: CC0-1.0 + +%description community +Deepin Wallpapers Community provides community wallpapers of Deepin Desktop. + +%prep +%setup -q + +%build + +%install +install -d %{buildroot}/%{_datadir}/wallpapers/ +cp -ar deepin %{buildroot}/%{_datadir}/wallpapers/ + +%files +%defattr(-,root,root,-) +%doc README.md +%license LICENSE +%dir %{_datadir}/wallpapers +%{_datadir}/wallpapers/deepin/ +%exclude %{_datadir}/wallpapers/deepin/*unsplash.jpg + +%files community +%defattr(-,root,root,-) +%doc README.md +%license LICENSE +%{_datadir}/wallpapers/deepin/*unsplash.jpg + +%changelog