Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
3d378c0e03
!8 update to 40.1
From: @tianlijing 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-09-28 03:06:11 +00:00
tianlijing
d5a496cf36 update to 40.1 2022-09-12 18:55:47 +08:00
openeuler-ci-bot
8c24a01daf !7 update to libwnck-3.36.0
From: @shirely16
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2021-01-29 20:56:36 +08:00
18302918689
b8a02b371e update to libwnck-3.36.0 2021-01-27 14:52:10 +08:00
openeuler-ci-bot
1571bb90b9 !5 update source0
From: @zzm_567
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2020-09-29 10:08:51 +08:00
zzm_567
8f9f3ae2d7 update source0 2020-09-08 11:37:44 +08:00
openeuler-ci-bot
bc228e545c !4 add yaml file in package
Merge pull request !4 from 桐小哥/master
2020-08-11 11:04:21 +08:00
桐小哥
2c680fbebb add yaml file 2020-08-11 09:59:19 +08:00
openeuler-ci-bot
d549d46e80 !3 libwnck3: change the install dir in mesonbuild
Merge pull request !3 from orange-snn/master
2020-01-17 17:00:24 +08:00
songnannan
8a31d17692 change the install dir in mesonbuild 2020-01-17 15:37:19 +08:00
5 changed files with 27 additions and 17 deletions

View File

@ -1,13 +0,0 @@
diff -uNrp a/meson.build b/meson.build
--- a/meson.build 2019-01-08 22:59:43.000000000 +0800
+++ b/meson.build 2019-12-26 18:58:15.039200278 +0800
@@ -86,8 +86,7 @@ foreach pc: [PACKAGE_NAME, PACKAGE_NAME
endif
configure_file(input: pc + '.pc.in',
output: pc + '.pc',
- configuration: pc_conf,
- install_dir: install_path)
+ configuration: pc_conf)
endforeach
subdir('libwnck')

Binary file not shown.

BIN
libwnck-40.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,13 @@
Name: libwnck3
Version: 3.31.4
Release: 2
Version: 40.1
Release: 1
Summary: Window Navigator Construction Kit
URL: http://download.gnome.org/sources/libwnck/
Source0: http://download.gnome.org/sources/libwnck/3.24/libwnck-%{version}.tar.xz
Source0: http://download.gnome.org/sources/libwnck/40/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.
@ -47,6 +46,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/*
%{_includedir}/libwnck-3.0/*
%{_datadir}/gir-1.0/Wnck-3.0.gir
@ -56,6 +56,24 @@ The %{name}-devel package contains libraries and header files for %{name}.
%doc %{_datadir}/gtk-doc/*
%changelog
* Mon Sep 12 2022 tianlijing <tianlijing@kylinos.cn> - 40.1-1
- update to 40.1
* 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
* Fri Jan 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the install dir in mesonbuild
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-2
- Type:bugfix
- Id:NA

5
libwnck3.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://gitlab.gnome.org/GNOME/libwnck.git
version_control: git
src_repo: https://gitlab.gnome.org/GNOME/libwnck.git
tag_prefix: "^v"
seperator: "."