diff --git a/pcmanfm-qt.spec b/pcmanfm-qt.spec index a919363..42cf946 100644 --- a/pcmanfm-qt.spec +++ b/pcmanfm-qt.spec @@ -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 2.1.0-1mamba +- automatic version update by autodist + * Wed Apr 24 2024 Automatic Build System 2.0.0-1mamba - automatic version update by autodist