commit 7d064ec2adb3d994b6bcdd47460586d8e4365e9e Author: Mikhail Novosyolov Date: Mon Dec 13 21:33:24 2021 +0300 Init diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..db12c8b --- /dev/null +++ b/.gear/rules @@ -0,0 +1 @@ +tar: icons-kometa-classic name=icons-kometa-classic-@version@ base=icons-kometa-classic-@version@ diff --git a/icons-kometa-classic/128x128/apps/kometa.png b/icons-kometa-classic/128x128/apps/kometa.png new file mode 100644 index 0000000..717571c Binary files /dev/null and b/icons-kometa-classic/128x128/apps/kometa.png differ diff --git a/icons-kometa-classic/16x16/apps/kometa.png b/icons-kometa-classic/16x16/apps/kometa.png new file mode 100644 index 0000000..88fbda6 Binary files /dev/null and b/icons-kometa-classic/16x16/apps/kometa.png differ diff --git a/icons-kometa-classic/22x22/apps/kometa.png b/icons-kometa-classic/22x22/apps/kometa.png new file mode 100644 index 0000000..8490955 Binary files /dev/null and b/icons-kometa-classic/22x22/apps/kometa.png differ diff --git a/icons-kometa-classic/24x24/apps/kometa.png b/icons-kometa-classic/24x24/apps/kometa.png new file mode 100644 index 0000000..e60af68 Binary files /dev/null and b/icons-kometa-classic/24x24/apps/kometa.png differ diff --git a/icons-kometa-classic/32x32/apps/kometa.png b/icons-kometa-classic/32x32/apps/kometa.png new file mode 100644 index 0000000..4c20184 Binary files /dev/null and b/icons-kometa-classic/32x32/apps/kometa.png differ diff --git a/icons-kometa-classic/48x48/apps/kometa.png b/icons-kometa-classic/48x48/apps/kometa.png new file mode 100644 index 0000000..a1b2532 Binary files /dev/null and b/icons-kometa-classic/48x48/apps/kometa.png differ diff --git a/icons-kometa-classic/64x64/apps/kometa.png b/icons-kometa-classic/64x64/apps/kometa.png new file mode 100644 index 0000000..088fe04 Binary files /dev/null and b/icons-kometa-classic/64x64/apps/kometa.png differ diff --git a/icons-kometa-classic/scalable/apps/kometa.svg b/icons-kometa-classic/scalable/apps/kometa.svg new file mode 100644 index 0000000..2349481 --- /dev/null +++ b/icons-kometa-classic/scalable/apps/kometa.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/kometa-icons.spec b/kometa-icons.spec new file mode 100644 index 0000000..30802a7 --- /dev/null +++ b/kometa-icons.spec @@ -0,0 +1,52 @@ +%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 +BuildArch: noarch + +%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 +%_iconsdir/hicolor/*x*/apps/kometa.png +%_iconsdir/hicolor/scalable/apps/kometa.svg + +#--------------------------------------------------------- + +%prep +%setup -q -c + +%build + +%install +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 + +%changelog +* Mon Dec 13 2021 Mikhail Novosyolov 1.0-alt1 +- Init +