upgrade to 1.9.9 for xfce 4.16

This commit is contained in:
linz 2021-06-24 18:08:26 +08:00
parent 1a25efa030
commit 4ab6a5cc1c
3 changed files with 14 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global xfceversion 4.14
%global minorversion 1.9
%global xfceversion 4.16
Name: xfce4-screenshooter
Version: 1.9.7
Version: 1.9.9
Release: 1
Summary: Screenshot utility for the Xfce desktop
License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/applications/%{name}
Source0: http://archive.xfce.org/src/apps/%{name}/1.9/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: exo-devel
BuildRequires: libxfce4ui-devel >= %{xfceversion}
@ -21,6 +21,7 @@ BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libappstream-glib
Requires: xfce4-panel >= %{xfceversion}
%description
@ -59,17 +60,19 @@ desktop-file-install \
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%doc AUTHORS ChangeLog NEWS TODO
%license COPYING
%{_bindir}/%{name}
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png
%{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg
%{_datadir}/icons/hicolor/*/apps/org.xfce*screenshooter*
%{_datadir}/metainfo/xfce4-screenshooter.appdata.xml
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_libdir}/xfce4/panel/plugins/*.so
%{_mandir}/man1/*.1.*
%changelog
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.9.1-1
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.9.9-1
- Update to 1.9.9
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.9.7-1
- Init package