automatic version update by autodist [release 2.1.0-1mamba;Sat Nov 09 2024]
This commit is contained in:
parent
117c35bcd7
commit
dc01668840
@ -1,5 +1,5 @@
|
||||
Name: pcmanfm-qt
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 1mamba
|
||||
Summary: Qt port of PCManFM, the file manager of LXDE
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -12,6 +12,10 @@ Patch0: pcmanfm-qt-1.1.0-openmamba-settings.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libfm-qt-devel
|
||||
BuildRequires: libgcc
|
||||
@ -27,7 +31,6 @@ BuildRequires: libxcb-render-util-devel
|
||||
BuildRequires: libxcb-util-cursor-devel
|
||||
BuildRequires: libxcb-util-devel
|
||||
BuildRequires: libxcb-util-wm-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: pcmanfm
|
||||
@ -50,11 +53,7 @@ PCManFM-Qt is the Qt port of PCManFM, the file manager of LXDE.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
find %{buildroot}/usr/share/*/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}"
|
||||
@ -73,6 +72,9 @@ done
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Nov 09 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 24 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user