Compare commits
No commits in common. "3d378c0e0315d95c9296d5aa6610310691e668fd" and "cb49b5704255585e727f68b3249b75b5c7138599" have entirely different histories.
3d378c0e03
...
cb49b57042
13
fix-install-dir-bug-in-mesonbuild.patch
Normal file
13
fix-install-dir-bug-in-mesonbuild.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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')
|
||||||
BIN
libwnck-3.31.4.tar.xz
Normal file
BIN
libwnck-3.31.4.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
Name: libwnck3
|
Name: libwnck3
|
||||||
Version: 40.1
|
Version: 3.31.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Window Navigator Construction Kit
|
Summary: Window Navigator Construction Kit
|
||||||
URL: http://download.gnome.org/sources/libwnck/
|
URL: http://download.gnome.org/sources/libwnck/
|
||||||
Source0: http://download.gnome.org/sources/libwnck/40/libwnck-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/libwnck/3.24/libwnck-%{version}.tar.xz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildRequires: glib2-devel gtk3-devel gtk-doc meson pango-devel libxslt
|
BuildRequires: glib2-devel gtk3-devel gtk-doc meson pango-devel libxslt
|
||||||
BuildRequires: startup-notification-devel gobject-introspection-devel libXres-devel gettext
|
BuildRequires: startup-notification-devel gobject-introspection-devel libXres-devel gettext
|
||||||
Requires: startup-notification
|
Requires: startup-notification
|
||||||
|
Patch9000: fix-install-dir-bug-in-mesonbuild.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libwnck is used to implement pagers, tasklists, and other such things.
|
libwnck is used to implement pagers, tasklists, and other such things.
|
||||||
@ -46,7 +47,6 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/*
|
|
||||||
%{_includedir}/libwnck-3.0/*
|
%{_includedir}/libwnck-3.0/*
|
||||||
%{_datadir}/gir-1.0/Wnck-3.0.gir
|
%{_datadir}/gir-1.0/Wnck-3.0.gir
|
||||||
|
|
||||||
@ -56,24 +56,6 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
|||||||
%doc %{_datadir}/gtk-doc/*
|
%doc %{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
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