Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

5 changed files with 7 additions and 48 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/openSUSE/distribution-logos</param> <param name="url">https://github.com/openSUSE/distribution-logos</param>
<param name="changesrevision">53466df388324b99ef2f8559cae25771df2a0129</param></service></servicedata> <param name="changesrevision">9990b9a2fac00d607bae497a6a7106253f0815c7</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b087a71849bc21ad6182ecc17a365bb5e4de9d7cd2a1d160459d94faa9ff4f3
size 122086

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24d85c98afaf83656ec8fcb911de6babc09a51a4eeab6f2f9dacfea1bf3dec65
size 146982

View File

@ -1,29 +1,3 @@
-------------------------------------------------------------------
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
- Update to version 20241022:
* TW: rename highcolor back to hicolor
-------------------------------------------------------------------
Thu Oct 17 12:56:06 UTC 2024 - lubos.kocman@suse.com
- Update to version 20241017:
* Add new Tumbleweed logos
* Increade horizontal padding for light-inline
* Make square-symbolic edge to edge
* Optimize PNGs
* Make favicon multisize
* Optimize SVGs
* Narrow down light-inline
* Resize square-symbolix to 16x16
* Resize symbolic icon to 16x16
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 08 13:31:35 UTC 2024 - bwiedemann@suse.com Wed May 08 13:31:35 UTC 2024 - bwiedemann@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package distribution-logos-openSUSE # spec file for package distribution-logos-openSUSE
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2021 Sasi Olin <hellcp@opensuse.org>. # Copyright (c) 2021 Sasi Olin <hellcp@opensuse.org>.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: distribution-logos-openSUSE Name: distribution-logos-openSUSE
Version: 20250203 Version: 20240429
Release: 0 Release: 0
Summary: Logos for openSUSE Distros Summary: Logos for openSUSE Distros
License: CC-BY-SA-4.0 License: CC-BY-SA-4.0
@ -112,18 +112,6 @@ BuildArch: noarch
%description Aeon %description Aeon
Logos for openSUSE 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 %endif
%package icons %package icons
@ -151,7 +139,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{scalable,symbolic}/apps
%if 0%{?sle_version} || 0%{?suse_version} == 1600 %if 0%{?sle_version} || 0%{?suse_version} == 1600
for distro in Leap LeapMicro; do \ for distro in Leap LeapMicro; do \
%else %else
for distro in Tumbleweed Slowroll Kubic MicroOS Aeon Kalpa; do \ for distro in Tumbleweed Slowroll Kubic MicroOS Aeon; do \
%endif %endif
for file in `ls ${distro}`; do \ for file in `ls ${distro}`; do \
cp -r ${distro}/${file} %{buildroot}%{_datadir}/pixmaps/distribution-logos/${file}.${distro}; \ cp -r ${distro}/${file} %{buildroot}%{_datadir}/pixmaps/distribution-logos/${file}.${distro}; \
@ -189,9 +177,6 @@ ln -sf %{_datadir}/pixmaps/distribution-logos/square-symbolic.svg %{buildroot}%{
%files Aeon %files Aeon
%{_datadir}/pixmaps/distribution-logos/*.Aeon %{_datadir}/pixmaps/distribution-logos/*.Aeon
%files Kalpa
%{_datadir}/pixmaps/distribution-logos/*.Kalpa
%endif %endif
%files icons %files icons