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
|
Name: pcmanfm-qt
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt port of PCManFM, the file manager of LXDE
|
Summary: Qt port of PCManFM, the file manager of LXDE
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -12,6 +12,10 @@ Patch0: pcmanfm-qt-1.1.0-openmamba-settings.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libfm-qt-devel
|
BuildRequires: libfm-qt-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
@ -27,7 +31,6 @@ BuildRequires: libxcb-render-util-devel
|
|||||||
BuildRequires: libxcb-util-cursor-devel
|
BuildRequires: libxcb-util-cursor-devel
|
||||||
BuildRequires: libxcb-util-devel
|
BuildRequires: libxcb-util-devel
|
||||||
BuildRequires: libxcb-util-wm-devel
|
BuildRequires: libxcb-util-wm-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Provides: pcmanfm
|
Provides: pcmanfm
|
||||||
@ -50,11 +53,7 @@ PCManFM-Qt is the Qt port of PCManFM, the file manager of LXDE.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
find %{buildroot}/usr/share/*/translations/ -name *.qm | \
|
%find_lang %{name} --with-qt
|
||||||
while read line; do
|
|
||||||
bn=`echo ${line}|cut -d_ -f2-3`
|
|
||||||
echo "%lang(${bn/.*}) ${line/*-root}" >> %{name}.lang
|
|
||||||
done
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -73,6 +72,9 @@ done
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 24 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user