!3 upgrade to 4.16.0 for xfce 4.16

From: @zhang__3125
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-06-17 14:21:47 +00:00 committed by Gitee
commit 2f02d86fc4
3 changed files with 18 additions and 12 deletions

Binary file not shown.

BIN
xfwm4-4.16.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,34 +1,36 @@
%global xfceversion 4.14 %global xfceversion 4.16
Name: xfwm4 Name: xfwm4
Version: 4.14.2 Version: 4.16.0
Release: 2 Release: 1
Summary: Window Manager for the Xfce Desktop Environment Summary: Next generation window manager for Xfce
#Group: Development/Libraries
License: GPLv2+ License: GPLv2+
URL: http://www.xfce.org/ URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch BuildRequires: make
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion} BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libXcomposite-devel BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel BuildRequires: libXdamage-devel
BuildRequires: startup-notification-devel >= 0.5 BuildRequires: startup-notification-devel >= 0.5
BuildRequires: libwnck3-devel >= 3.14 BuildRequires: libwnck3-devel >= 3.14
BuildRequires: xfconf-devel >= %{xfceversion} BuildRequires: xfconf-devel >= %{xfceversion}
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
Provides: firstboot(windowmanager) = xfwm4 Provides: firstboot(windowmanager) = xfwm4
%description %description
The window manager is responsible for the placement of windows on the screen, xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce.
provides the window decorations and allows them to be moved, resized or closed.
%prep %prep
%autosetup -p1 %autosetup -p1
%build %build
%configure --disable-static %configure --disable-static
@ -45,7 +47,7 @@ done
%files -f %{name}.lang %files -f %{name}.lang
%license COPYING %license COPYING
%doc example.gtkrc-2.0 README TODO AUTHORS COMPOSITOR %doc example.gtkrc-2.0 TODO AUTHORS COMPOSITOR
%{_bindir}/xfwm4 %{_bindir}/xfwm4
%{_bindir}/xfwm4-settings %{_bindir}/xfwm4-settings
%{_bindir}/xfwm4-tweaks-settings %{_bindir}/xfwm4-tweaks-settings
@ -57,6 +59,10 @@ done
%dir %{_libdir}/xfce4/xfwm4/ %dir %{_libdir}/xfce4/xfwm4/
%{_libdir}/xfce4/xfwm4/helper-dialog %{_libdir}/xfce4/xfwm4/helper-dialog
%changelog %changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
- Update to 4.16.0
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.2-1 * Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.2-1
- Init package - Init package