upgrade to 2.5.3 for xfce 4.16

This commit is contained in:
linz 2021-06-24 12:18:57 +08:00
parent 54bf59229d
commit bcd82c7d6f
3 changed files with 9 additions and 4 deletions

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global minorversion 2.5
Name: xfce4-whiskermenu-plugin
Version: 2.4.6
Version: 2.5.3
Release: 1
Summary: Alternate menu plugin for the Xfce
License: GPLv2+
#Group: Development/Libraries
URL: http://gottcode.org/xfce4-whiskermenu-plugin/
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: gettext
@ -16,6 +17,7 @@ BuildRequires: garcon-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: xfce4-panel-devel
Requires: xfce4-panel
Requires: hicolor-icon-theme
@ -57,5 +59,8 @@ popd
%{_mandir}/man1/xfce4-popup-whiskermenu.1*
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 2.5.3-1
- Update to 2.5.3
* Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.4.6-1
- Init package