- Update to version 1.6.4, which contains fixes and new icons.
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/kora-icon-theme?expand=0&rev=14
This commit is contained in:
commit
2540f86898
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
40
kora-icon-theme.changes
Normal file
40
kora-icon-theme.changes
Normal file
@ -0,0 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 15:43:42 UTC 2025 - PragmaticLinux <info@pragmaticlinux.com>
|
||||
|
||||
- Update to version 1.6.4, which contains fixes and new icons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 20:38:51 UTC 2025 - PragmaticLinux <info@pragmaticlinux.com>
|
||||
|
||||
- Update to version 1.6.3, which contains new icons and corrected symlinks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 17:58:46 UTC 2024 - PragmaticLinux <info@pragmaticlinux.com>
|
||||
|
||||
- Update to version 1.6.2, which contains new and fixed icons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 12:56:10 UTC 2024 - PragmaticLinux <info@pragmaticlinux.com>
|
||||
|
||||
- Update to version 1.6.1, which contains new and updated icons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 13:32:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- switch service mode to manual
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 16:45:00 BST 2023 - GuinuxBR <guinuxbr@gmail.com>
|
||||
|
||||
- Version 1.6.0
|
||||
- https://github.com/bikass/kora/releases/tag/v1.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 16:45:00 BST 2023 - GuinuxBR <guinuxbr@gmail.com>
|
||||
|
||||
- New and updated icons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 21:45:00 GMT 2023 - GuinuxBR <guinuxbr@gmail.com>
|
||||
|
||||
- Initial build
|
78
kora-icon-theme.spec
Normal file
78
kora-icon-theme.spec
Normal file
@ -0,0 +1,78 @@
|
||||
#
|
||||
# spec file for package kora-icon-theme
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: kora-icon-theme
|
||||
Version: 1.6.4
|
||||
Release: 0
|
||||
Summary: SVG icon theme suitable for every desktop environment (dark and light versions, HiDPI support)
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/bikass/kora
|
||||
Source0: https://github.com/bikass/kora/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: fdupes
|
||||
Requires(post): gtk3-tools
|
||||
|
||||
%description
|
||||
Kora is an SVG icon theme with lots of new icons for GNU/Linux operating systems.
|
||||
|
||||
To make them display properly, you may need to update the icon cache. A script is included.
|
||||
|
||||
Different versions available:
|
||||
kora - for dark themes with dark panel
|
||||
kora-light - for light themes with dark panel (depends on Kora)
|
||||
kora-light-panel - for light themes with light panel (depends on Kora and Kora-light)
|
||||
kora-pgrey - theme with grey folder colors (depends on Kora)
|
||||
|
||||
%prep
|
||||
%setup -q -n kora-%{version}
|
||||
|
||||
%build
|
||||
# Nothing to do here
|
||||
|
||||
%install
|
||||
%fdupes %{buildroot}
|
||||
# Delete useless files from source folder
|
||||
rm -f "kora/create-new-icon-theme.cache.sh"
|
||||
rm -f "kora/icon-theme.cache"
|
||||
rm -f "kora-light/create-new-icon-theme.cache.sh"
|
||||
rm -f "kora-light/icon-theme.cache"
|
||||
rm -f "kora-light-panel/create-new-icon-theme.cache.sh"
|
||||
rm -f "kora-light-panel/icon-theme.cache"
|
||||
rm -f "kora-pgrey/create-new-icon-theme.cache.sh"
|
||||
rm -f "kora-pgrey/icon-theme.cache"
|
||||
|
||||
# Install icons
|
||||
mkdir -p %{buildroot}/usr/share/icons
|
||||
cp -dr --no-preserve=mode "kora" %{buildroot}/usr/share/icons/kora
|
||||
cp -dr --no-preserve=mode "kora-light" %{buildroot}/usr/share/icons/kora-light
|
||||
cp -dr --no-preserve=mode "kora-light-panel" %{buildroot}/usr/share/icons/kora-light-panel
|
||||
cp -dr --no-preserve=mode "kora-pgrey" %{buildroot}/usr/share/icons/kora-pgrey
|
||||
|
||||
# Install license
|
||||
mkdir -p %{buildroot}/usr/share/licenses/%{name}
|
||||
cp -p "LICENSE" %{buildroot}/usr/share/licenses/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
/usr/share/icons/kora
|
||||
/usr/share/icons/kora-light
|
||||
/usr/share/icons/kora-light-panel
|
||||
/usr/share/icons/kora-pgrey
|
||||
|
||||
%changelog
|
3
v1.6.1.tar.gz
Normal file
3
v1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da44c55de9ba128f5e4a7d0983c388d398d7e065292f087413b5fb14a25f02c4
|
||||
size 8338840
|
3
v1.6.2.tar.gz
Normal file
3
v1.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d87ebc71d4e341b1189b04e1ac70e1b43fa0937aa1e7b303d49e4caef12d1de
|
||||
size 8421397
|
3
v1.6.3.tar.gz
Normal file
3
v1.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2bd3916a8308c7294affe7767233184573369cae51424ea4f92974e5ad45aef
|
||||
size 8423799
|
3
v1.6.4.tar.gz
Normal file
3
v1.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5f388c46214e7e43073c9b3437634b812203cdc01201168b363f2ecfea9c7a3
|
||||
size 8425623
|
Loading…
x
Reference in New Issue
Block a user