automatic version update by autodist [release 2.1.0-1mamba;Sun Nov 10 2024]
This commit is contained in:
parent
f063cebb69
commit
4148174020
@ -1,5 +1,5 @@
|
||||
Name: lxqt-notificationd
|
||||
Version: 2.0.1
|
||||
Version: 2.1.0
|
||||
Release: 1mamba
|
||||
Summary: LXQt's implementation of a daemon according to the Desktop Notifications Specification
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
@ -11,6 +11,11 @@ Source: https://github.com/lxqt/lxqt-notificationd.git/%{version}/lxqt-no
|
||||
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
|
||||
@ -20,7 +25,6 @@ BuildRequires: liblayer-shell-qt-devel
|
||||
BuildRequires: liblxqt-devel
|
||||
BuildRequires: libqtxdg-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
@ -41,11 +45,7 @@ lxqt-notificationd is LXQt's implementation of a daemon according to the Desktop
|
||||
[ "%{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}"
|
||||
@ -59,6 +59,9 @@ done
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Nov 10 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 05 2024 Automatic Build System <autodist@openmamba.org> 2.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user