Sync from SUSE:SLFO:Main desktop-data-SLE revision e75e3a45206fd92117e1fdb83449a827

This commit is contained in:
Adrian Schröter 2025-02-20 09:24:03 +01:00
parent f4b3ea7609
commit 4bee3691d5
5 changed files with 21 additions and 21 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/openSUSE/desktop-data.git</param>
<param name="filename">desktop-data</param>
<param name="version">15</param>
<param name="exclude">update_rpm</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

BIN
desktop-data-15.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 18 10:58:25 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
- Ensure branding-SLE is added as BuildRequires.
-------------------------------------------------------------------
Fri Feb 14 14:44:20 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
- Bump to version 16 (bsc#1235774).
- Cleanup specfile
-------------------------------------------------------------------
Mon Jan 29 13:26:52 UTC 2018 - fcrozat@suse.com

View File

@ -20,14 +20,17 @@
%define _fillupdir /var/adm/fillup-templates
%endif
%define branding_version %(rpm -q --queryformat '%%{VERSION}' branding-SLE)
Name: desktop-data-SLE
BuildRequires: branding-SLE
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: perl-RPC-XML
BuildRequires: update-desktop-files
BuildRequires: xdg-menu
BuildRequires: xdg-utils
Version: 15
Version: 16
Release: 0
Summary: Shared Desktop Files for SLE
License: GPL-2.0+
@ -42,8 +45,8 @@ Requires: hicolor-icon-theme
Requires: xdg-utils
# This is the default cursor theme we reference in /etc/sysconfig/windowmanager
Requires: dmz-icon-theme-cursors
Requires: wallpaper-branding = %{version}
Source: desktop-data-%{version}.tar.xz
Requires: wallpaper-branding = %{branding_version}
Source0: desktop-data.tar.xz
Source1: %name.fillup
BuildArch: noarch
Provides: desktop-branding = %{version}
@ -62,7 +65,7 @@ Enhances: desktop-data-SLE
This package contains additional wallpapers.
%prep
%setup -n desktop-data-%{version}
%setup -n desktop-data
%build
# Convert KDE style wallpaper desktop files to gnome-wp-list

BIN
desktop-data.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.