Compare commits
10 Commits
cb49b57042
...
3d378c0e03
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d378c0e03 | ||
|
|
d5a496cf36 | ||
|
|
8c24a01daf | ||
|
|
b8a02b371e | ||
|
|
1571bb90b9 | ||
|
|
8f9f3ae2d7 | ||
|
|
bc228e545c | ||
|
|
2c680fbebb | ||
|
|
d549d46e80 | ||
|
|
8a31d17692 |
@ -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
BIN
libwnck-40.1.tar.xz
Normal file
Binary file not shown.
@ -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
5
libwnck3.yaml
Normal 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: "."
|
||||
Loading…
x
Reference in New Issue
Block a user