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