automatic version update by autodist [release 2.9.0-1mamba;Sat Nov 09 2024]
This commit is contained in:
parent
0427740608
commit
07e3b56c52
@ -1,5 +1,5 @@
|
||||
Name: screengrab
|
||||
Version: 2.8.0
|
||||
Version: 2.9.0
|
||||
Release: 1mamba
|
||||
Summary: A program for fast creating screenshots, and easily publishing them on internet image hosting services
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -12,6 +12,12 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -22,7 +28,6 @@ BuildRequires: libkf6-kwindowsystem-devel
|
||||
BuildRequires: libqtxdg-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
@ -43,11 +48,7 @@ A program for fast creating screenshots, and easily publishing them on internet
|
||||
[ "%{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
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -55,9 +56,6 @@ done
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/screengrab
|
||||
#%dir %{_libdir}/screengrab
|
||||
#%{_libdir}/screengrab/libextedit.so
|
||||
#%{_libdir}/screengrab/libextedit.so.*
|
||||
%{_datadir}/applications/screengrab.desktop
|
||||
%{_datadir}/metainfo/screengrab.metainfo.xml
|
||||
%dir %{_datadir}/screengrab
|
||||
@ -69,6 +67,9 @@ done
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Nov 09 2024 Automatic Build System <autodist@openmamba.org> 2.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 24 2024 Automatic Build System <autodist@openmamba.org> 2.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user