@ -1,3 +1,3 @@ |
|||||||
tar: icons-kometa-classic name=icons-kometa-classic-@version@ base=icons-kometa-classic-@version@ |
tar: icons-mos-classic name=icons-mos-classic-@version@ base=icons-mos-classic-@version@ |
||||||
tar: icon-theme-kometa-classic name=icon-theme-kometa-classic-@version@ base=icon-theme-kometa-classic-@version@ |
tar: icon-theme-mos-classic name=icon-theme-mos-classic-@version@ base=icon-theme-mos-classic-@version@ |
||||||
copy: COPYING |
copy: COPYING |
||||||
|
@ -1,8 +1,8 @@ |
|||||||
[Icon Theme] |
[Icon Theme] |
||||||
@light Name=Kometa light classic |
@light Name=M OS light classic |
||||||
@light Name[ru]=Комета светлая классическая |
@light Name[ru]=М ОС светлая классическая |
||||||
@dark Name=Kometa dark classic |
@dark Name=M OS dark classic |
||||||
@dark Name[ru]=Комета темная классическая |
@dark Name[ru]=М ОС темная классическая |
||||||
|
|
||||||
@light Inherits=breeze |
@light Inherits=breeze |
||||||
@dark Inherits=breeze-dark |
@dark Inherits=breeze-dark |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 906 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 475 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 550 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 576 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 722 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 1005 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
@ -1,96 +0,0 @@ |
|||||||
%define _unpackaged_files_terminate_build 1 |
|
||||||
|
|
||||||
Name: kometa-icons |
|
||||||
Summary: Icons for Kometa distros |
|
||||||
Summary(ru): Иконки для дистрибутивов Комета |
|
||||||
License: CC-BY-SA-3.0 and GPL-3.0 |
|
||||||
Group: Graphics |
|
||||||
Version: 1.0 |
|
||||||
Release: alt1 |
|
||||||
Source0: icons-kometa-classic-%version.tar |
|
||||||
Source1: icon-theme-kometa-classic-%version.tar |
|
||||||
Source3: COPYING |
|
||||||
BuildArch: noarch |
|
||||||
# mk-symlinks.sh |
|
||||||
BuildRequires: bash |
|
||||||
|
|
||||||
%description |
|
||||||
Icons for Kometa distros |
|
||||||
%description -l ru_RU.UTF-8 |
|
||||||
Иконки для дистрибутивов Комета |
|
||||||
|
|
||||||
#--------------------------------------------------------- |
|
||||||
|
|
||||||
%package core-classic |
|
||||||
Summary: Core icons of Kometa, classic variant |
|
||||||
Summary(ru): Основные иконки Кометы, классический вариант |
|
||||||
License: CC-BY-SA-3.0 |
|
||||||
Group: Graphics |
|
||||||
|
|
||||||
%description core-classic |
|
||||||
Core icons of Kometa, classic variant |
|
||||||
%description core-classic -l ru_RU.UTF-8 |
|
||||||
Основные иконки Кометы, классический вариант |
|
||||||
|
|
||||||
%files core-classic |
|
||||||
%doc COPYING |
|
||||||
%_iconsdir/hicolor/*x*/apps/kometa.png |
|
||||||
%_iconsdir/hicolor/scalable/apps/kometa.svg |
|
||||||
|
|
||||||
#--------------------------------------------------------- |
|
||||||
|
|
||||||
%package theme-classic |
|
||||||
Summary: Kometa icon themes, classic variant |
|
||||||
Summary(ru): Темы иконок Кометы, классический вариант |
|
||||||
License: GPL-3.0 |
|
||||||
Group: Graphics |
|
||||||
Requires: %name-core-classic = %EVR |
|
||||||
Requires: icon-theme-breeze |
|
||||||
|
|
||||||
%description theme-classic |
|
||||||
Light and dark Kometa icon themes. Inherit Breeze and |
|
||||||
replace some icons. |
|
||||||
%description theme-classic -l ru_RU.UTF-8 |
|
||||||
Светлая и темные темы значков для Кометы. Наследуют |
|
||||||
тему Breeze, заменяя некоторые иконки. |
|
||||||
|
|
||||||
%files theme-classic |
|
||||||
%doc COPYING |
|
||||||
%_iconsdir/kometa-classic-light |
|
||||||
%_iconsdir/kometa-classic-dark |
|
||||||
|
|
||||||
#--------------------------------------------------------- |
|
||||||
|
|
||||||
%prep |
|
||||||
%setup -q -c -a1 |
|
||||||
cp %{SOURCE3} . |
|
||||||
|
|
||||||
%build |
|
||||||
|
|
||||||
%install |
|
||||||
|
|
||||||
# core |
|
||||||
mkdir -p %buildroot%_iconsdir/hicolor |
|
||||||
cp -rv icons-kometa-classic-%version/* %buildroot%_iconsdir/hicolor |
|
||||||
# ensure correct modes |
|
||||||
find %buildroot%_iconsdir -type f | xargs chmod 0644 |
|
||||||
find %buildroot%_iconsdir -type d | xargs chmod 0755 |
|
||||||
|
|
||||||
# themes |
|
||||||
mkdir -p %buildroot%_iconsdir/kometa-classic-light |
|
||||||
mkdir -p %buildroot%_iconsdir/kometa-classic-dark |
|
||||||
sed icon-theme-kometa-classic-%version/index.theme -e '/^@dark /d' -e 's/^@light //' > %buildroot%_iconsdir/kometa-classic-light/index.theme |
|
||||||
sed icon-theme-kometa-classic-%version/index.theme -e '/^@light /d' -e 's/^@dark //' > %buildroot%_iconsdir/kometa-classic-dark/index.theme |
|
||||||
export SCRIPT="$PWD"/icon-theme-kometa-classic-%version/mk-symlinks.sh |
|
||||||
export PREFIX="../../.." |
|
||||||
( cd %buildroot%_iconsdir/kometa-classic-light |
|
||||||
bash "$SCRIPT" |
|
||||||
) |
|
||||||
( cd %buildroot%_iconsdir/kometa-classic-dark |
|
||||||
bash "$SCRIPT" |
|
||||||
) |
|
||||||
|
|
||||||
%changelog |
|
||||||
* Mon Dec 13 2021 Mikhail Novosyolov <mikhailnov@altlinux.org> 1.0-alt1 |
|
||||||
- Init |
|
||||||
|
|
@ -0,0 +1,105 @@ |
|||||||
|
%define _unpackaged_files_terminate_build 1 |
||||||
|
|
||||||
|
Name: mos-icons |
||||||
|
Summary: Icons for M OS distros |
||||||
|
Summary(ru): Иконки для дистрибутивов М ОС |
||||||
|
License: CC-BY-SA-3.0 and GPL-3.0 |
||||||
|
Group: Graphics |
||||||
|
Version: 2.0 |
||||||
|
Release: alt1 |
||||||
|
Source0: icons-mos-classic-%version.tar |
||||||
|
Source1: icon-theme-mos-classic-%version.tar |
||||||
|
Source3: COPYING |
||||||
|
BuildArch: noarch |
||||||
|
# mk-symlinks.sh |
||||||
|
BuildRequires: bash |
||||||
|
|
||||||
|
%description |
||||||
|
Icons for M OS distros |
||||||
|
%description -l ru_RU.UTF-8 |
||||||
|
Иконки для дистрибутивов М ОС |
||||||
|
|
||||||
|
#--------------------------------------------------------- |
||||||
|
|
||||||
|
%package core-classic |
||||||
|
Summary: Core icons of M OS, classic variant |
||||||
|
Summary(ru): Основные иконки М ОС, классический вариант |
||||||
|
License: CC-BY-SA-3.0 |
||||||
|
Group: Graphics |
||||||
|
# package was renamed |
||||||
|
Obsoletes: kometa-icons-core-classic < 2.0 |
||||||
|
|
||||||
|
%description core-classic |
||||||
|
Core icons of M OS, classic variant |
||||||
|
%description core-classic -l ru_RU.UTF-8 |
||||||
|
Основные иконки М ОС, классический вариант |
||||||
|
|
||||||
|
%files core-classic |
||||||
|
%doc COPYING |
||||||
|
%_iconsdir/hicolor/*x*/apps/mos.png |
||||||
|
%_iconsdir/hicolor/*x*/apps/mos.svg |
||||||
|
%_iconsdir/hicolor/scalable/apps/mos.svg |
||||||
|
|
||||||
|
#--------------------------------------------------------- |
||||||
|
|
||||||
|
%package theme-classic |
||||||
|
Summary: M OS icon themes, classic variant |
||||||
|
Summary(ru): Темы иконок М ОС, классический вариант |
||||||
|
License: GPL-3.0 |
||||||
|
Group: Graphics |
||||||
|
Requires: %name-core-classic = %EVR |
||||||
|
Requires: icon-theme-breeze |
||||||
|
# package was renamed |
||||||
|
Obsoletes: kometa-icons-theme-classic < 2.0 |
||||||
|
|
||||||
|
%description theme-classic |
||||||
|
Light and dark M OS icon themes. Inherit Breeze and |
||||||
|
replace some icons. |
||||||
|
%description theme-classic -l ru_RU.UTF-8 |
||||||
|
Светлая и темные темы значков для М ОС. Наследуют |
||||||
|
тему Breeze, заменяя некоторые иконки. |
||||||
|
|
||||||
|
%files theme-classic |
||||||
|
%doc COPYING |
||||||
|
%_iconsdir/mos-classic-light |
||||||
|
%_iconsdir/mos-classic-dark |
||||||
|
|
||||||
|
#--------------------------------------------------------- |
||||||
|
|
||||||
|
%prep |
||||||
|
%setup -q -c -a1 |
||||||
|
cp %{SOURCE3} . |
||||||
|
|
||||||
|
%build |
||||||
|
|
||||||
|
%install |
||||||
|
|
||||||
|
# core |
||||||
|
mkdir -p %buildroot%_iconsdir/hicolor |
||||||
|
cp -rv icons-mos-classic-%version/* %buildroot%_iconsdir/hicolor |
||||||
|
# ensure correct modes |
||||||
|
find %buildroot%_iconsdir -type f | xargs chmod 0644 |
||||||
|
find %buildroot%_iconsdir -type d | xargs chmod 0755 |
||||||
|
|
||||||
|
# themes |
||||||
|
mkdir -p %buildroot%_iconsdir/mos-classic-light |
||||||
|
mkdir -p %buildroot%_iconsdir/mos-classic-dark |
||||||
|
sed icon-theme-mos-classic-%version/index.theme -e '/^@dark /d' -e 's/^@light //' > %buildroot%_iconsdir/mos-classic-light/index.theme |
||||||
|
sed icon-theme-mos-classic-%version/index.theme -e '/^@light /d' -e 's/^@dark //' > %buildroot%_iconsdir/mos-classic-dark/index.theme |
||||||
|
export SCRIPT="$PWD"/icon-theme-mos-classic-%version/mk-symlinks.sh |
||||||
|
export PREFIX="../../.." |
||||||
|
( cd %buildroot%_iconsdir/mos-classic-light |
||||||
|
bash "$SCRIPT" |
||||||
|
) |
||||||
|
( cd %buildroot%_iconsdir/mos-classic-dark |
||||||
|
bash "$SCRIPT" |
||||||
|
) |
||||||
|
|
||||||
|
%changelog |
||||||
|
* Tue Apr 26 2022 Mikhail Novosyolov <mikhailnov@altlinux.org> 2.0-alt1 |
||||||
|
- Rename from Kometa to M OS (Moscow OS) |
||||||
|
- Added SVG icons of different sizes alongside PNG |
||||||
|
|
||||||
|
* Mon Dec 13 2021 Mikhail Novosyolov <mikhailnov@altlinux.org> 1.0-alt1 |
||||||
|
- Init |
||||||
|
|