diff --git a/desktop/misc/volumeicon/actions.py b/desktop/misc/volumeicon/actions.py new file mode 100644 index 0000000000..811c920630 --- /dev/null +++ b/desktop/misc/volumeicon/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import shelltools, autotools, pisitools, get + +def setup(): + autotools.autoreconf("-vif") + shelltools.export("CFLAGS", get.CFLAGS()) + autotools.configure("--enable-notify") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/misc/volumeicon/files/default_settings.patch b/desktop/misc/volumeicon/files/default_settings.patch new file mode 100644 index 0000000000..b0d47ea2a0 --- /dev/null +++ b/desktop/misc/volumeicon/files/default_settings.patch @@ -0,0 +1,35 @@ +--- a/src/config.c 2015-03-03 01:54:36.000000000 +0300 ++++ b/src/config.c 2022-05-02 08:55:22.210600991 +0300 +@@ -79,16 +79,16 @@ + + // Notifications + .show_notification = TRUE, +- .notification_type = 0, ++ .notification_type = 1, + + // Status icon +- .stepsize = 0, ++ .stepsize = 5, + .helper_program = NULL, + .theme = NULL, + .use_panel_specific_icons = FALSE, + + // Left mouse button action +- .lmb_slider = FALSE, ++ .lmb_slider = TRUE, + + // Middle mouse button action + .mmb_mute = FALSE, +@@ -99,9 +99,9 @@ + .use_transparent_background = FALSE, + + // Hotkeys +- .hotkey_up_enabled = FALSE, +- .hotkey_down_enabled = FALSE, +- .hotkey_mute_enabled = FALSE, ++ .hotkey_up_enabled = TRUE, ++ .hotkey_down_enabled = TRUE, ++ .hotkey_mute_enabled = TRUE, + .hotkey_up = NULL, + .hotkey_down = NULL, + .hotkey_mute = NULL diff --git a/desktop/misc/volumeicon/files/languas_list.patch b/desktop/misc/volumeicon/files/languas_list.patch new file mode 100644 index 0000000000..ee9694eee6 --- /dev/null +++ b/desktop/misc/volumeicon/files/languas_list.patch @@ -0,0 +1,5 @@ +--- a/po/LINGUAS ++++ b/po/LINGUAS +@@ -1 +1 @@ +-fr de pl ++fr de pl tr uk ru diff --git a/desktop/misc/volumeicon/files/notify_cflags_set.patch b/desktop/misc/volumeicon/files/notify_cflags_set.patch new file mode 100644 index 0000000000..504695bd88 --- /dev/null +++ b/desktop/misc/volumeicon/files/notify_cflags_set.patch @@ -0,0 +1,23 @@ +From c212fc932a63fe11289f7fc359e9364c25d27d23 Mon Sep 17 00:00:00 2001 +From: nick87720z +Date: Fri, 16 Oct 2020 05:09:40 +0500 +Subject: [PATCH] configure.ac: NOTIFY_CFLAGS is not set + +This sort of assignment, +=, works in makefiles, but not in shell scripts. +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 0dbba26..48a3ee5 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -86,7 +86,7 @@ fi + if test "x${notify}" = xyes; then + # Check for libnotify + PKG_CHECK_MODULES([NOTIFY], [libnotify >= 0.5.0]) +-NOTIFY_CFLAGS+="-DCOMPILEWITH_NOTIFY" ++NOTIFY_CFLAGS="${NOTIFY_CFLAGS} -DCOMPILEWITH_NOTIFY" + AC_SUBST(NOTIFY_CFLAGS) + AC_SUBST(NOTIFY_LIBS) + fi diff --git a/desktop/misc/volumeicon/files/ru_translation.patch b/desktop/misc/volumeicon/files/ru_translation.patch new file mode 100644 index 0000000000..2db3c16d00 --- /dev/null +++ b/desktop/misc/volumeicon/files/ru_translation.patch @@ -0,0 +1,169 @@ +--- /dev/null 2022-05-02 13:45:27.513000016 +0300 ++++ b/po/ru.po 2022-05-02 14:14:07.851542042 +0300 +@@ -0,0 +1,166 @@ ++# Russian translations for volumeicon package. ++# Copyright (C) 2016 THE volumeicon'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the volumeicon package. ++# Alexander Lavrukov , 2016. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: volumeicon 0.5.1\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2017-02-16 18:28+0100\n" ++"PO-Revision-Date: \n" ++"Last-Translator: Alexander Lavrukov \n" ++"Language-Team: Russian\n" ++"Language: ru\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../data/gui/preferences.ui.h:1 ++msgid "Preferences" ++msgstr "Настройки" ++ ++#: ../data/gui/preferences.ui.h:2 ++msgid "Device" ++msgstr "Устройство" ++ ++#: ../data/gui/preferences.ui.h:3 ++msgid "Channel" ++msgstr "Канал" ++ ++#: ../data/gui/preferences.ui.h:4 ++msgid "Linear Scale" ++msgstr "Линейная шкала" ++ ++#: ../data/gui/preferences.ui.h:5 ++msgid "Logarithmic Scale" ++msgstr "Шкала в децибелах" ++ ++#: ../data/gui/preferences.ui.h:6 ++msgid "Alsa" ++msgstr "Alsa" ++ ++#: ../data/gui/preferences.ui.h:7 ++msgid "Channels" ++msgstr "Каналы" ++ ++#: ../data/gui/preferences.ui.h:8 ++msgid "Icon Theme" ++msgstr "Тема иконок" ++ ++#: ../data/gui/preferences.ui.h:9 ++msgid "External mixer" ++msgstr "Внешний миксер" ++ ++#: ../data/gui/preferences.ui.h:10 ++msgid "Volume adjustment" ++msgstr "Шаг изменения громкости" ++ ++#: ../data/gui/preferences.ui.h:11 ++msgid "0" ++msgstr "0" ++ ++#: ../data/gui/preferences.ui.h:12 ++msgid "Use panel-specific icons if available" ++msgstr "Использовать иконки панели (если возможно)" ++ ++#: ../data/gui/preferences.ui.h:13 ++msgid "Reverse scroll direction for volume adjustment" ++msgstr "" ++ ++#: ../data/gui/preferences.ui.h:14 ++msgid "Status Icon" ++msgstr "Трей" ++ ++#: ../data/gui/preferences.ui.h:15 ++msgid "Mute Volume" ++msgstr "Выключить звук" ++ ++#: ../data/gui/preferences.ui.h:16 ++msgid "Show Slider" ++msgstr "Показать ползунок" ++ ++#: ../data/gui/preferences.ui.h:17 ++msgid "Left Mouse Button Action" ++msgstr "Действие левой кнопки мыши" ++ ++#: ../data/gui/preferences.ui.h:18 ../src/volumeicon.c:899 ++msgid "Open Mixer" ++msgstr "Открыть миксер" ++ ++#: ../data/gui/preferences.ui.h:19 ++msgid "Middle Mouse Button Action" ++msgstr "Действие средней кнопки мыши" ++ ++#: ../data/gui/preferences.ui.h:20 ++msgid "Use Horizontal Slider" ++msgstr "Использовать горизонтальный ползунок" ++ ++#: ../data/gui/preferences.ui.h:21 ++msgid "Show Sound Level" ++msgstr "Показывать уровень громкости" ++ ++#: ../data/gui/preferences.ui.h:22 ++msgid "Use Transparent Background (requires compositor)" ++msgstr "Использовать прозрачный фон (Необходим композитный менеджер)" ++ ++#: ../data/gui/preferences.ui.h:23 ++msgid "Layout Preferences" ++msgstr "Настройки расположения" ++ ++#: ../data/gui/preferences.ui.h:24 ++msgid "Status Icon" ++msgstr "Трей" ++ ++#: ../data/gui/preferences.ui.h:25 ++msgid "Hotkeys" ++msgstr "Горячие клавиши" ++ ++#: ../data/gui/preferences.ui.h:26 ++msgid "Hotkeys" ++msgstr "Горячие клавиши" ++ ++#: ../data/gui/preferences.ui.h:27 ++msgid "Show Notifications" ++msgstr "Показывать уведомления" ++ ++#: ../data/gui/preferences.ui.h:28 ++msgid "On-Screen Notifications" ++msgstr "Уведомления на экране" ++ ++#: ../data/gui/preferences.ui.h:29 ++msgid "OSD" ++msgstr "OSD" ++ ++#: ../src/volumeicon.c:625 ++msgid "Volume Up" ++msgstr "Повысить громкость" ++ ++#: ../src/volumeicon.c:629 ++msgid "Volume Down" ++msgstr "Уменьшить громкость" ++ ++#: ../src/volumeicon.c:633 ++msgid "Mute" ++msgstr "Выключить звук" ++ ++#: ../src/volumeicon.c:640 ++msgid "GTK+ Popup Window" ++msgstr "Всплывающее окно GTK+" ++ ++#: ../src/volumeicon.c:644 ++msgid "libnotify" ++msgstr "libnotify" ++ ++#: ../src/volumeicon.c:1313 ++msgid "Alternate name to use for config file, default is volumeicon" ++msgstr "" ++"Альтернативное имя для конфигурационного файла, по умолчанию: volumeicon" ++ ++#: ../src/volumeicon.c:1316 ++msgid "Mixer device name" ++msgstr "Название устройства миксера" ++ ++#: ../src/volumeicon.c:1318 ++msgid "Output version number and exit" ++msgstr "Вывести номер версии и выйти" diff --git a/desktop/misc/volumeicon/files/turkish_translation.patch b/desktop/misc/volumeicon/files/turkish_translation.patch new file mode 100644 index 0000000000..85435f225f --- /dev/null +++ b/desktop/misc/volumeicon/files/turkish_translation.patch @@ -0,0 +1,182 @@ +From 15f3c9387cda3eacab7b5d4a1c1be9ba0de8ec50 Mon Sep 17 00:00:00 2001 +From: Aylinux +Date: Tue, 8 Jun 2021 19:02:07 +0300 +Subject: [PATCH] Create tr.po + +--- + po/tr.po | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 166 insertions(+) + create mode 100644 po/tr.po + +diff --git a/po/tr.po b/po/tr.po +new file mode 100644 +index 0000000..203da81 +--- /dev/null ++++ b/po/tr.po +@@ -0,0 +1,166 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2017-02-16 18:28+0100\n" ++"PO-Revision-Date: 2021-06-08 19:00+0300\n" ++"Last-Translator: Cihan Alkan \n" ++"Language-Team: Aylinux \n" ++"Language: tr\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 3.0\n" ++ ++#: ../data/gui/preferences.ui.h:1 ++msgid "Preferences" ++msgstr "Tercihler" ++ ++#: ../data/gui/preferences.ui.h:2 ++msgid "Device" ++msgstr "Aygıt" ++ ++#: ../data/gui/preferences.ui.h:3 ++msgid "Channel" ++msgstr "Kanal" ++ ++#: ../data/gui/preferences.ui.h:4 ++msgid "Linear Scale" ++msgstr "Doğrusal ölçek" ++ ++#: ../data/gui/preferences.ui.h:5 ++msgid "Logarithmic Scale" ++msgstr "Logaritmik ölçek" ++ ++#: ../data/gui/preferences.ui.h:6 ++msgid "Alsa" ++msgstr "Alsa" ++ ++#: ../data/gui/preferences.ui.h:7 ++msgid "Channels" ++msgstr "Kanallar" ++ ++#: ../data/gui/preferences.ui.h:8 ++msgid "Icon Theme" ++msgstr "Simge Teması" ++ ++#: ../data/gui/preferences.ui.h:9 ++msgid "External mixer" ++msgstr "Harici karıştırıcı" ++ ++#: ../data/gui/preferences.ui.h:10 ++msgid "Volume adjustment" ++msgstr "Ses ayarı" ++ ++#: ../data/gui/preferences.ui.h:11 ++msgid "0" ++msgstr "0" ++ ++#: ../data/gui/preferences.ui.h:12 ++msgid "Use panel-specific icons if available" ++msgstr "Varsa panele özel simgeleri kullanın" ++ ++#: ../data/gui/preferences.ui.h:13 ++msgid "Reverse scroll direction for volume adjustment" ++msgstr "Ses ayarı için ters kaydırma yönü" ++ ++#: ../data/gui/preferences.ui.h:14 ++msgid "Status Icon" ++msgstr "Durum Simgesi" ++ ++#: ../data/gui/preferences.ui.h:15 ++msgid "Mute Volume" ++msgstr "Sesi Kapat" ++ ++#: ../data/gui/preferences.ui.h:16 ++msgid "Show Slider" ++msgstr "Kaydırıcıyı Göster" ++ ++#: ../data/gui/preferences.ui.h:17 ++msgid "Left Mouse Button Action" ++msgstr "Sol Fare Düğmesi İşlemi" ++ ++#: ../data/gui/preferences.ui.h:18 ../src/volumeicon.c:899 ++msgid "Open Mixer" ++msgstr "Karıştırıcı Açık" ++ ++#: ../data/gui/preferences.ui.h:19 ++msgid "Middle Mouse Button Action" ++msgstr "Orta Fare Düğmesi İşlemi" ++ ++#: ../data/gui/preferences.ui.h:20 ++msgid "Use Horizontal Slider" ++msgstr "Yatay Kaydırıcıyı Kullan" ++ ++#: ../data/gui/preferences.ui.h:21 ++msgid "Show Sound Level" ++msgstr "Ses Seviyesini Göster" ++ ++#: ../data/gui/preferences.ui.h:22 ++msgid "Use Transparent Background (requires compositor)" ++msgstr "Saydam Arka Planı Kullan (besteci gerektirir)" ++ ++#: ../data/gui/preferences.ui.h:23 ++msgid "Layout Preferences" ++msgstr "Düzen Tercihleri" ++ ++#: ../data/gui/preferences.ui.h:24 ++msgid "Status Icon" ++msgstr "Durum Simgesi" ++ ++#: ../data/gui/preferences.ui.h:25 ++msgid "Hotkeys" ++msgstr "Kısayol Tuşları" ++ ++#: ../data/gui/preferences.ui.h:26 ++msgid "Hotkeys" ++msgstr "Kısayol Tuşları" ++ ++#: ../data/gui/preferences.ui.h:27 ++msgid "Show Notifications" ++msgstr "Bildirimleri Göster" ++ ++#: ../data/gui/preferences.ui.h:28 ++msgid "On-Screen Notifications" ++msgstr "Ekran Bildirimleri" ++ ++#: ../data/gui/preferences.ui.h:29 ++msgid "OSD" ++msgstr "OSD" ++ ++#: ../src/volumeicon.c:625 ++msgid "Volume Up" ++msgstr "Sesi Aç" ++ ++#: ../src/volumeicon.c:629 ++msgid "Volume Down" ++msgstr "Sesi Kapat" ++ ++#: ../src/volumeicon.c:633 ++msgid "Mute" ++msgstr "Sessiz" ++ ++#: ../src/volumeicon.c:640 ++msgid "GTK+ Popup Window" ++msgstr "GTK+ Açılır Pencere" ++ ++#: ../src/volumeicon.c:644 ++msgid "libnotify" ++msgstr "libnotify" ++ ++#: ../src/volumeicon.c:1313 ++msgid "Alternate name to use for config file, default is volumeicon" ++msgstr "Yapılandırma dosyası için kullanılacak alternatif ad, varsayılan hacim simgesidir" ++ ++#: ../src/volumeicon.c:1316 ++msgid "Mixer device name" ++msgstr "Karıştırıcı cihaz adı" ++ ++#: ../src/volumeicon.c:1318 ++msgid "Output version number and exit" ++msgstr "Çıkış sürüm numarası ve çıkış" diff --git a/desktop/misc/volumeicon/files/ukranian_translation.patch b/desktop/misc/volumeicon/files/ukranian_translation.patch new file mode 100644 index 0000000000..719ed6d2f5 --- /dev/null +++ b/desktop/misc/volumeicon/files/ukranian_translation.patch @@ -0,0 +1,183 @@ +From b93e03d73d28b2918eef8c5c7083b5ffad00071c Mon Sep 17 00:00:00 2001 +From: Sestowner +Date: Thu, 13 Feb 2020 23:54:49 +0200 +Subject: [PATCH] Add Ukrainian translation + +--- + po/uk.po | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 167 insertions(+) + create mode 100644 po/uk.po + +diff --git a/po/uk.po b/po/uk.po +new file mode 100644 +index 0000000..f273c7c +--- /dev/null ++++ b/po/uk.po +@@ -0,0 +1,167 @@ ++# Ukrainian translations for volumeicon package. ++# Copyright (C) 2020 THE volumeicon'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the volumeicon package. ++# Sergiy Stupar , 2020. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: \n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2017-02-16 18:28+0100\n" ++"PO-Revision-Date: 2020-02-13 23:51+0200\n" ++"Language-Team: Ukrainian\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.0.6\n" ++"Last-Translator: Sergiy Stupar \n" ++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ++"Language: uk\n" ++ ++#: ../data/gui/preferences.ui.h:1 ++msgid "Preferences" ++msgstr "Параметри" ++ ++#: ../data/gui/preferences.ui.h:2 ++msgid "Device" ++msgstr "Пристрій" ++ ++#: ../data/gui/preferences.ui.h:3 ++msgid "Channel" ++msgstr "Канал" ++ ++#: ../data/gui/preferences.ui.h:4 ++msgid "Linear Scale" ++msgstr "Лінійна шкала" ++ ++#: ../data/gui/preferences.ui.h:5 ++msgid "Logarithmic Scale" ++msgstr "Логарифмічна шкала" ++ ++#: ../data/gui/preferences.ui.h:6 ++msgid "Alsa" ++msgstr "Alsa" ++ ++#: ../data/gui/preferences.ui.h:7 ++msgid "Channels" ++msgstr "Канали" ++ ++#: ../data/gui/preferences.ui.h:8 ++msgid "Icon Theme" ++msgstr "Тема іконки" ++ ++#: ../data/gui/preferences.ui.h:9 ++msgid "External mixer" ++msgstr "Зовнішній мікшер" ++ ++#: ../data/gui/preferences.ui.h:10 ++msgid "Volume adjustment" ++msgstr "Регулювання гучності" ++ ++#: ../data/gui/preferences.ui.h:11 ++msgid "0" ++msgstr "0" ++ ++#: ../data/gui/preferences.ui.h:12 ++msgid "Use panel-specific icons if available" ++msgstr "Використовувати значки панелі, якщо вони доступні" ++ ++#: ../data/gui/preferences.ui.h:13 ++msgid "Reverse scroll direction for volume adjustment" ++msgstr "Змінити напрямок прокрутки для регулювання гучності" ++ ++#: ../data/gui/preferences.ui.h:14 ++msgid "Status Icon" ++msgstr "Іконка статусу" ++ ++#: ../data/gui/preferences.ui.h:15 ++msgid "Mute Volume" ++msgstr "Вимкнути звук" ++ ++#: ../data/gui/preferences.ui.h:16 ++msgid "Show Slider" ++msgstr "Показати повзунок" ++ ++#: ../data/gui/preferences.ui.h:17 ++msgid "Left Mouse Button Action" ++msgstr "Дія лівої кнопки миші" ++ ++#: ../data/gui/preferences.ui.h:18 ../src/volumeicon.c:899 ++msgid "Open Mixer" ++msgstr "Відкрити мікшер" ++ ++#: ../data/gui/preferences.ui.h:19 ++msgid "Middle Mouse Button Action" ++msgstr "Дія середньої кнопки миші" ++ ++#: ../data/gui/preferences.ui.h:20 ++msgid "Use Horizontal Slider" ++msgstr "Використовувати горизонтальний повзунок" ++ ++#: ../data/gui/preferences.ui.h:21 ++msgid "Show Sound Level" ++msgstr "Показувати рівень звуку" ++ ++#: ../data/gui/preferences.ui.h:22 ++msgid "Use Transparent Background (requires compositor)" ++msgstr "Використовувати прозорий фон (потрібен композитор)" ++ ++#: ../data/gui/preferences.ui.h:23 ++msgid "Layout Preferences" ++msgstr "Налаштування макета" ++ ++#: ../data/gui/preferences.ui.h:24 ++msgid "Status Icon" ++msgstr "Іконка статусу" ++ ++#: ../data/gui/preferences.ui.h:25 ++msgid "Hotkeys" ++msgstr "Гарячі клавіші" ++ ++#: ../data/gui/preferences.ui.h:26 ++msgid "Hotkeys" ++msgstr "Гарячі клавіші" ++ ++#: ../data/gui/preferences.ui.h:27 ++msgid "Show Notifications" ++msgstr "Показувати сповіщення" ++ ++#: ../data/gui/preferences.ui.h:28 ++msgid "On-Screen Notifications" ++msgstr "Екранні сповіщення" ++ ++#: ../data/gui/preferences.ui.h:29 ++msgid "OSD" ++msgstr "OSD" ++ ++#: ../src/volumeicon.c:625 ++msgid "Volume Up" ++msgstr "Збільшити гучність" ++ ++#: ../src/volumeicon.c:629 ++msgid "Volume Down" ++msgstr "Зменшити гучність" ++ ++#: ../src/volumeicon.c:633 ++msgid "Mute" ++msgstr "Вимкнути звук" ++ ++#: ../src/volumeicon.c:640 ++msgid "GTK+ Popup Window" ++msgstr "Спливаюче вікно GTK+" ++ ++#: ../src/volumeicon.c:644 ++msgid "libnotify" ++msgstr "libnotify" ++ ++#: ../src/volumeicon.c:1313 ++msgid "Alternate name to use for config file, default is volumeicon" ++msgstr "Альтернативна назва файлу конфігурації, за замовчуванням - volumeicon" ++ ++#: ../src/volumeicon.c:1316 ++msgid "Mixer device name" ++msgstr "Назва пристрою мікшера" ++ ++#: ../src/volumeicon.c:1318 ++msgid "Output version number and exit" ++msgstr "Вивести номер версії і вийти" diff --git a/desktop/misc/volumeicon/pspec.xml b/desktop/misc/volumeicon/pspec.xml new file mode 100644 index 0000000000..b1259ef412 --- /dev/null +++ b/desktop/misc/volumeicon/pspec.xml @@ -0,0 +1,65 @@ + + + + + volumeicon + https://github.com/Maato/volumeicon + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + desktop.misc + A lightweight volume control applet with support for global keybindings. + Volume Icon aims to be a lightweight volume control that sits in your systray. + + http://nullwise.com/files/volumeicon/volumeicon-0.5.1.tar.gz + + + intltool + gtk3-devel + glib2-devel + gettext-devel + alsa-lib-devel + libnotify-devel + + + turkish_translation.patch + ru_translation.patch + ukranian_translation.patch + notify_cflags_set.patch + languas_list.patch + + + + + + volumeicon + + + gtk3 + glib2 + cairo + libX11 + alsa-lib + libnotify + gdk-pixbuf + + + /usr/bin/volumeicon + /usr/share + /usr/share/locale + + + + + + 2022-05-02 + 0.5.1 + First build. + fury + uglyside@yandex.ru + + +