diff --git a/SOURCES/0001-Added-Russian-description-for-ArcMenu-and-gnome-soft.patch b/SOURCES/0001-Added-Russian-description-for-ArcMenu-and-gnome-soft.patch new file mode 100644 index 0000000..6fee1e7 --- /dev/null +++ b/SOURCES/0001-Added-Russian-description-for-ArcMenu-and-gnome-soft.patch @@ -0,0 +1,30 @@ +From b947176c5a9944f8f63992c7e652ef6ae2005416 Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Tue, 12 Mar 2024 18:39:29 +0300 +Subject: [PATCH] Added Russian description for ArcMenu and gnome-software + +--- + src/xsane.desktop | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/src/xsane.desktop b/src/xsane.desktop +index a2a4a61..62a5916 100644 +--- a/src/xsane.desktop ++++ b/src/xsane.desktop +@@ -2,9 +2,13 @@ + Version=1.0 + #Name=XSane - Scanning + Name=XSane ++Name[ru]=Сканирование XSane + GenericName=Scanner Tool ++GenericName[ru]=Инструмент для сканирования + X-GNOME-FullName=XSane (Scanner Tool) ++X-GNOME-FullName[ru]=XSane (инструмент для сканирования) + Comment=Acquire images from a scanner ++Comment[ru]=Получение изображений со сканера + Exec=xsane + TryExec=xsane + Icon=xsane +-- +2.39.3 + diff --git a/SPECS/xsane.spec b/SPECS/xsane.spec index 7b2707e..57c9870 100644 --- a/SPECS/xsane.spec +++ b/SPECS/xsane.spec @@ -10,7 +10,7 @@ Name: xsane Summary: X Window System front-end for the SANE scanner interface Version: 0.999 -Release: 30%{?dist} +Release: 30%{?dist}.inferit Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz Source1: xsane-256x256.png # use "xdg-open" instead of "netscape" to launch help browser @@ -72,6 +72,8 @@ Patch100: xsane-0.999-7-autoconf.patch.bz2 License: GPLv2+ and LGPLv2+ URL: http://www.xsane.org/ +Patch1000: 0001-Added-Russian-description-for-ArcMenu-and-gnome-soft.patch + # gcc is no longer in buildroot by default BuildRequires: gcc BuildRequires: gimp-devel @@ -136,6 +138,8 @@ done %patch100 -p1 -b .autoconf +%patch1000 -p1 + # in-root config.h breaks off-root building rm include/config.h @@ -200,6 +204,7 @@ SentUpstream: 2014-09-17 xsane.desktop CC0-1.0 Scan images with a scanner + Сканирование изображения с помощью сканера

XSane is an application to scan images using a hardware scanner attached @@ -209,6 +214,14 @@ SentUpstream: 2014-09-17 XSane also has support for scanning multiple pages and merging them into a single document.

+

+ XSane - это приложение для сканирования изображений с помощью подключенного аппаратного сканера + на ваш компьютер. + Он способен сохранять изображения в различных форматах, включая TIFF и JPEG + и даже можете сохранить ваш скан в формате PDF. + XSane также поддерживает сканирование нескольких страниц и объединение их в + единый документ. +

http://www.xsane.org/ @@ -250,6 +263,10 @@ fi %{_datadir}/sane/xsane %changelog +* Tue Mar 12 2024 Sergey Cherevko - 0.999-30.inferit +- Added Russian description for gnome-software +- Rebuilt for MSVSphere 8.9 + * Wed Jul 26 2023 MSVSphere Packaging Team - 0.999-30 - Rebuilt for MSVSphere 8.8 @@ -713,7 +730,7 @@ fi - 0.82. - Some extra patches from Oliver Rauch. - Require sane not sane-backends since it's available throughout 7.x. -- Built for Red Hat Linux 7.1, 7.2. +- Built for MSVSphere 7.1, 7.2. * Tue Jul 24 2001 Tim Waugh 0.77-4 - Build requires libpng-devel, libjpeg-devel (#bug 49760).