Accepting request 1243438 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1243438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution-logos-openSUSE?expand=0&rev=17
This commit is contained in:
commit
cca38ec7a4
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/distribution-logos</param>
|
||||
<param name="changesrevision">d8afb67f721afd6165bf05c0e5221a58ac3a7027</param></service></servicedata>
|
||||
<param name="changesrevision">53466df388324b99ef2f8559cae25771df2a0129</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f89bc0e5dd18335137b527b3b3d2e1b58c6318b83d38233ede71a660fcca567
|
||||
size 116568
|
3
distribution-logos-20250203.tar.zst
Normal file
3
distribution-logos-20250203.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24d85c98afaf83656ec8fcb911de6babc09a51a4eeab6f2f9dacfea1bf3dec65
|
||||
size 146982
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 03 15:26:15 UTC 2025 - sfalken@opensuse.org
|
||||
|
||||
- Update to version 20250203:
|
||||
* Kalpa: Add Distribution Logos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 07:58:33 UTC 2024 - lubos.kocman@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package distribution-logos-openSUSE
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2021 Sasi Olin <hellcp@opensuse.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: distribution-logos-openSUSE
|
||||
Version: 20241022
|
||||
Version: 20250203
|
||||
Release: 0
|
||||
Summary: Logos for openSUSE Distros
|
||||
License: CC-BY-SA-4.0
|
||||
@ -112,6 +112,18 @@ BuildArch: noarch
|
||||
%description Aeon
|
||||
Logos for openSUSE Aeon
|
||||
|
||||
%package Kalpa
|
||||
Summary: Logos for openSUSE Kalpa
|
||||
Conflicts: distribution-logos
|
||||
Obsoletes: distribution-logos
|
||||
Provides: distribution-logos
|
||||
Removepathpostfixes: .Kalpa
|
||||
BuildArch: noarch
|
||||
|
||||
%description Kalpa
|
||||
Logos for openSUSE Kalpa
|
||||
|
||||
|
||||
%endif
|
||||
|
||||
%package icons
|
||||
@ -139,7 +151,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{scalable,symbolic}/apps
|
||||
%if 0%{?sle_version} || 0%{?suse_version} == 1600
|
||||
for distro in Leap LeapMicro; do \
|
||||
%else
|
||||
for distro in Tumbleweed Slowroll Kubic MicroOS Aeon; do \
|
||||
for distro in Tumbleweed Slowroll Kubic MicroOS Aeon Kalpa; do \
|
||||
%endif
|
||||
for file in `ls ${distro}`; do \
|
||||
cp -r ${distro}/${file} %{buildroot}%{_datadir}/pixmaps/distribution-logos/${file}.${distro}; \
|
||||
@ -177,6 +189,9 @@ ln -sf %{_datadir}/pixmaps/distribution-logos/square-symbolic.svg %{buildroot}%{
|
||||
%files Aeon
|
||||
%{_datadir}/pixmaps/distribution-logos/*.Aeon
|
||||
|
||||
%files Kalpa
|
||||
%{_datadir}/pixmaps/distribution-logos/*.Kalpa
|
||||
|
||||
%endif
|
||||
|
||||
%files icons
|
||||
|
Loading…
x
Reference in New Issue
Block a user