update to upstream version 0.12.0

This commit is contained in:
jianli-97 2022-12-14 16:23:28 +08:00
parent 9255e2a306
commit ebe04d4d81
4 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,7 @@ index 0564b8d..014ef1c 100644
elseif (${_component} STREQUAL "gio-unix") elseif (${_component} STREQUAL "gio-unix")
pkg_check_modules(GIO_UNIX gio-unix-2.0) pkg_check_modules(GIO_UNIX gio-unix-2.0)
find_path(GLIB_GIO_UNIX_INCLUDE_DIR find_path(GLIB_GIO_UNIX_INCLUDE_DIR
- NAMES gio/gunixconnection.h - NAMES gio/gdesktopappinfo.h
- HINTS ${GIO_UNIX_INCLUDEDIR} - HINTS ${GIO_UNIX_INCLUDEDIR}
+ NAMES gio/gunixfdlist.h + NAMES gio/gunixfdlist.h
+ HINTS ${GIO_UNIX_INCLUDEDIR} + HINTS ${GIO_UNIX_INCLUDEDIR}

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: lxqt-build-tools Name: lxqt-build-tools
Version: 0.10.0 Version: 0.12.0
Release: 2 Release: 1
Summary: Packaging tools for LXQt Summary: Packaging tools for LXQt
License: BSD License: BSD
@ -44,6 +44,9 @@ popd
%changelog %changelog
* Wed Dec 14 2022 lijian <lijian2@kylinos.cn> - 0.12.0-1
- update to upstream version 0.12.0
* Wed Jul 13 2022 peijiankang<peijiankang@kylinos.cn> - 0.10.0-2 * Wed Jul 13 2022 peijiankang<peijiankang@kylinos.cn> - 0.10.0-2
- Replace gunixconnection.h file in gio-unix include dir check - Replace gunixconnection.h file in gio-unix include dir check