From 5f6b8f0befd7ce0dbf0ea32c2368692e0a89629f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 13 Nov 2024 22:55:16 +0100 Subject: [PATCH] automatic version update by autodist [release 2.1.0-1mamba;Sat Nov 09 2024] --- lximage-qt.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/lximage-qt.spec b/lximage-qt.spec index bb53f1e..ca8c441 100644 --- a/lximage-qt.spec +++ b/lximage-qt.spec @@ -1,5 +1,5 @@ Name: lximage-qt -Version: 2.0.1 +Version: 2.1.0 Release: 1mamba Summary: Qt port of LXImage, a simple and fast image viewer Group: Graphical Desktop/Applications/Graphics @@ -12,6 +12,12 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libICE-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Network +BuildRequires: libQt6PrintSupport +BuildRequires: libQt6Widgets BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXext-devel @@ -30,7 +36,6 @@ BuildRequires: libxcb-render-util-devel BuildRequires: libxcb-util-cursor-devel BuildRequires: libxcb-util-devel BuildRequires: libxcb-util-wm-devel -BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -51,11 +56,7 @@ LXImage-Qt is the Qt port of LXImage, a simple and fast image viewer. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build -find %{buildroot}%{_datadir}/*/translations/ -name *.qm | \ -while read line; do - bn=`echo ${line}|cut -d_ -f2-3` - echo "%lang(${bn/.*}) ${line/*-root}" >> %{name}.lang -done +%find_lang %{name} --with-qt %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -69,6 +70,9 @@ done %doc AUTHORS COPYING %changelog +* Sat Nov 09 2024 Automatic Build System 2.1.0-1mamba +- automatic version update by autodist + * Sun May 05 2024 Automatic Build System 2.0.1-1mamba - automatic version update by autodist