From 8d2d1513cc810de1e9c84c2e44063689f469dafc Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 13 Nov 2024 22:58:30 +0100 Subject: [PATCH] automatic version update by autodist [release 2.1.0-1mamba;Tue Nov 12 2024] --- lxqt-powermanagement.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lxqt-powermanagement.spec b/lxqt-powermanagement.spec index 00c878b..2b9f17e 100644 --- a/lxqt-powermanagement.spec +++ b/lxqt-powermanagement.spec @@ -1,5 +1,5 @@ Name: lxqt-powermanagement -Version: 2.0.0 +Version: 2.1.0 Release: 1mamba Summary: Tools to monitor power management events and optionally trigger actions Group: Graphical Desktop/Applications/Utilities @@ -11,6 +11,11 @@ Source: https://github.com/lxqt/lxqt-powermanagement.git/%{version}/lxqt- License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Widgets +BuildRequires: libQt6Xml BuildRequires: libX11-devel BuildRequires: libgcc BuildRequires: libglib-devel @@ -23,7 +28,6 @@ BuildRequires: liblxqt-globalkeys-devel BuildRequires: libqtxdg-devel BuildRequires: libstdc++6-devel BuildRequires: libxcb-devel -BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -45,11 +49,7 @@ Tools to monitor power management events and optionally trigger actions like e. [ "%{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 --all-name %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -64,6 +64,9 @@ done %doc AUTHORS LICENSE %changelog +* Tue Nov 12 2024 Automatic Build System 2.1.0-1mamba +- automatic version update by autodist + * Fri Apr 26 2024 Automatic Build System 2.0.0-1mamba - automatic version update by autodist