forked from pool/distribution-logos-openSUSE
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
cca38ec7a4 | ||
071daeb5ca | |||
|
d4b5a1a694 | ||
|
b5de7b2b99 | ||
|
99761ab382 |
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/distribution-logos</param>
|
||||
<param name="changesrevision">9990b9a2fac00d607bae497a6a7106253f0815c7</param></service></servicedata>
|
||||
<param name="changesrevision">53466df388324b99ef2f8559cae25771df2a0129</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b087a71849bc21ad6182ecc17a365bb5e4de9d7cd2a1d160459d94faa9ff4f3
|
||||
size 122086
|
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,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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: 20240429
|
||||
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