Sync from SUSE:SLFO:Main desktop-data-SLE revision e75e3a45206fd92117e1fdb83449a827
This commit is contained in:
parent
f4b3ea7609
commit
4bee3691d5
14
_service
14
_service
@ -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)
BIN
desktop-data-15.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -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
|
Mon Jan 29 13:26:52 UTC 2018 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -20,14 +20,17 @@
|
|||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%define branding_version %(rpm -q --queryformat '%%{VERSION}' branding-SLE)
|
||||||
|
|
||||||
Name: desktop-data-SLE
|
Name: desktop-data-SLE
|
||||||
|
BuildRequires: branding-SLE
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: perl-RPC-XML
|
BuildRequires: perl-RPC-XML
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xdg-menu
|
BuildRequires: xdg-menu
|
||||||
BuildRequires: xdg-utils
|
BuildRequires: xdg-utils
|
||||||
Version: 15
|
Version: 16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shared Desktop Files for SLE
|
Summary: Shared Desktop Files for SLE
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -42,8 +45,8 @@ Requires: hicolor-icon-theme
|
|||||||
Requires: xdg-utils
|
Requires: xdg-utils
|
||||||
# This is the default cursor theme we reference in /etc/sysconfig/windowmanager
|
# This is the default cursor theme we reference in /etc/sysconfig/windowmanager
|
||||||
Requires: dmz-icon-theme-cursors
|
Requires: dmz-icon-theme-cursors
|
||||||
Requires: wallpaper-branding = %{version}
|
Requires: wallpaper-branding = %{branding_version}
|
||||||
Source: desktop-data-%{version}.tar.xz
|
Source0: desktop-data.tar.xz
|
||||||
Source1: %name.fillup
|
Source1: %name.fillup
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: desktop-branding = %{version}
|
Provides: desktop-branding = %{version}
|
||||||
@ -62,7 +65,7 @@ Enhances: desktop-data-SLE
|
|||||||
This package contains additional wallpapers.
|
This package contains additional wallpapers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n desktop-data-%{version}
|
%setup -n desktop-data
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Convert KDE style wallpaper desktop files to gnome-wp-list
|
# Convert KDE style wallpaper desktop files to gnome-wp-list
|
||||||
|
BIN
desktop-data.tar.xz
(Stored with Git LFS)
Normal file
BIN
desktop-data.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user