!7 update to libwnck-3.36.0

From: @shirely16
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
This commit is contained in:
openeuler-ci-bot 2021-01-29 20:56:36 +08:00 committed by Gitee
commit 8c24a01daf
4 changed files with 9 additions and 31 deletions

View File

@ -1,27 +0,0 @@
From 1a3cfa6af724341476475935f6c992f5a68f62e2 Mon Sep 17 00:00:00 2001
From: songnannan <songnannan2@huawei.com>
Date: Fri, 17 Jan 2020 15:15:27 +0800
Subject: [PATCH] fix bug about install dir in mesonbuild
---
meson.build | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 9960a78..d2263eb 100644
--- a/meson.build
+++ b/meson.build
@@ -87,7 +87,9 @@ foreach pc: [PACKAGE_NAME, PACKAGE_NAME + '-uninstalled']
configure_file(input: pc + '.pc.in',
output: pc + '.pc',
configuration: pc_conf,
- install_dir: install_path)
+ install: not pc.contains('-uninstalled'),
+ install_dir: join_paths(libdir, 'pkgconfig'),
+ )
endforeach
subdir('libwnck')
--
1.8.3.1

Binary file not shown.

BIN
libwnck-3.36.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,13 @@
Name: libwnck3
Version: 3.31.4
Release: 4
Version: 3.36.0
Release: 1
Summary: Window Navigator Construction Kit
URL: http://download.gnome.org/sources/libwnck/
Source0: http://download.gnome.org/sources/libwnck/3.31/libwnck-%{version}.tar.xz
Source0: http://download.gnome.org/sources/libwnck/3.36/libwnck-%{version}.tar.xz
License: LGPLv2+
BuildRequires: glib2-devel gtk3-devel gtk-doc meson pango-devel libxslt
BuildRequires: startup-notification-devel gobject-introspection-devel libXres-devel gettext
Requires: startup-notification
Patch9000: fix-install-dir-bug-in-mesonbuild.patch
%description
libwnck is used to implement pagers, tasklists, and other such things.
@ -57,6 +56,12 @@ The %{name}-devel package contains libraries and header files for %{name}.
%doc %{_datadir}/gtk-doc/*
%changelog
* Wed Jan 27 2021 hanhui <hanhui15@huawei.com> - 3.36.0-1
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: update to 3.36.0
* Tue Sep 08 2020 zhanzhimin <zhanzhimin@huawei.com> - 3.31.4-4
- update source0