Hello community, here is the log from the commit of package lxqt-globalkeys for openSUSE:Factory checked in at 2017-03-12 19:59:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-globalkeys (Old) and /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-globalkeys" Sun Mar 12 19:59:01 2017 rev:5 rq:460123 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-globalkeys/lxqt-globalkeys.changes 2016-10-06 12:43:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new/lxqt-globalkeys.changes 2017-03-12 19:59:02.415864899 +0100 @@ -1,0 +2,10 @@ +Thu Feb 23 18:07:30 UTC 2017 - [email protected] + +- Update to 0.11.1: + * Added *da.desktop + * Use the lxqt-build-tools/lxqt_create_portable_headers + * Use the new lxqt-build-tools package + * Create lxqt-config-globalkeyshortcuts_fr.desktop + * Remove cpack (#41) + +------------------------------------------------------------------- Old: ---- lxqt-globalkeys-0.11.0.tar.xz lxqt-globalkeys-0.11.0.tar.xz.asc New: ---- lxqt-globalkeys-0.11.1.tar.xz lxqt-globalkeys-0.11.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-globalkeys.spec ++++++ --- /var/tmp/diff_new_pack.dh5CqN/_old 2017-03-12 19:59:02.967786803 +0100 +++ /var/tmp/diff_new_pack.dh5CqN/_new 2017-03-12 19:59:02.971786238 +0100 @@ -17,7 +17,7 @@ Name: lxqt-globalkeys -Version: 0.11.0 +Version: 0.11.1 Release: 0 Summary: Global keyboard shortcuts registration License: LGPL-2.1+ @@ -29,6 +29,7 @@ BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: lxqt-build-tools-devel BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(lxqt) >= %{version} ++++++ lxqt-globalkeys-0.11.0.tar.xz -> lxqt-globalkeys-0.11.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/.gitignore new/lxqt-globalkeys-0.11.1/.gitignore --- old/lxqt-globalkeys-0.11.0/.gitignore 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -build -*.kdev4 -config/translations/lxqt-globalkeys diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/CHANGELOG new/lxqt-globalkeys-0.11.1/CHANGELOG --- old/lxqt-globalkeys-0.11.0/CHANGELOG 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/CHANGELOG 2017-01-01 23:07:45.000000000 +0100 @@ -1,7 +1,17 @@ -lxqt-globalkeys-0.11.0 / 2016-09-24 +lxqt-globalkeys-0.11.1 / 2017-01-01 =================================== + * Added *da.desktop + * Use the lxqt-build-tools/lxqt_create_portable_headers + * Use the new lxqt-build-tools package + * Create lxqt-config-globalkeyshortcuts_fr.desktop + * Remove cpack (#41) + +0.11.0 / 2016-09-24 +=================== + + * Release 0.11.0: Add changelog * Add README.md * Add Catalan translation * daemon: Use QDBusServiceWatcher diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/CMakeLists.txt new/lxqt-globalkeys-0.11.1/CMakeLists.txt --- old/lxqt-globalkeys-0.11.0/CMakeLists.txt 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/CMakeLists.txt 2017-01-01 23:07:45.000000000 +0100 @@ -11,6 +11,7 @@ set(CMAKE_BUILD_TYPE Release) endif() +set(LXQTBT_MINIMUM_VERSION "0.1.0") set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON) @@ -20,11 +21,13 @@ find_package(Qt5Widgets REQUIRED) find_package(Qt5DBus REQUIRED) find_package(Qt5LinguistTools REQUIRED QUIET) +find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED) find_package(lxqt REQUIRED QUIET) include(LXQtTranslate) include(LXQtCreatePkgConfigFile) +include(LXQtCreatePortableHeaders) include(LXQtCompilerSettings NO_POLICY_SCOPE) include(GNUInstallDirs) # Standard directories for installation @@ -90,13 +93,3 @@ "${CMAKE_BINARY_DIR}/${LXQT_GLOBALKEYS_UI_CMAKE_NAME}-config-version.cmake" DESTINATION "${LXQT_INSTALL_CMAKE_DIR}/${LXQT_GLOBALKEYS_UI_CMAKE_NAME}" ) - -# building tarball with CPack ------------------------------------------------- -include(InstallRequiredSystemLibraries) -set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION}) -set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION}) -set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION}) -set(CPACK_GENERATOR TBZ2) -set(CPACK_SOURCE_GENERATOR TBZ2) -set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp) -include(CPack) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/client/CMakeLists.txt new/lxqt-globalkeys-0.11.1/client/CMakeLists.txt --- old/lxqt-globalkeys-0.11.0/client/CMakeLists.txt 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/client/CMakeLists.txt 2017-01-01 23:07:45.000000000 +0100 @@ -172,11 +172,11 @@ export(TARGETS ${PROJECT_NAME} FILE "${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake") -include(create_portable_headers) -create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS - NAMESPACE "${${PROJECT_NAME}_NAMESPACE}/" - FILENAMES ${${PROJECT_NAME}_PUBLIC_CLASSES} +lxqt_create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS + PATH_PREFIX ".." + NAME_PREFIX "${${PROJECT_NAME}_NAMESPACE}" + HEADER_NAMES ${${PROJECT_NAME}_PUBLIC_CLASSES} ) # Copy public headers for intree building diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/cmake/create_portable_headers.cmake new/lxqt-globalkeys-0.11.1/cmake/create_portable_headers.cmake --- old/lxqt-globalkeys-0.11.0/cmake/create_portable_headers.cmake 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/cmake/create_portable_headers.cmake 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -# Creates portable headers; e.g.: -# Creates XdgAction from xdgaction.h -# XdgAction contents: -# #include "xdgaction.h" -# -# Use: -# set(PUBLIC_CLASSES MyClass YourClass) -# create_portable_headers(PORTABLE_HEADERS ${PUBLIC_CLASSES}) -# PORTABLE_HEADER is an return value that contains the full name of the -# generated headers. - -function(create_portable_headers outfiles) - set(options) - set(oneValueArgs NAMESPACE) - set(multiValueArgs FILENAMES) - - cmake_parse_arguments(_CREATE_PORTABLE_HEADERS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) - set(prefix ${_CREATE_PORTABLE_HEADERS_NAMESPACE}) - set(class_list ${_CREATE_PORTABLE_HEADERS_FILENAMES}) - foreach(f ${class_list}) - string(TOLOWER "${f}.h" _filename) - - file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/${f} - "#include \"../${_filename}\"") - - list(APPEND ${outfiles} ${CMAKE_CURRENT_BINARY_DIR}/${f}) - endforeach() - - set(${outfiles} ${${outfiles}} PARENT_SCOPE) -endfunction() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/config/translations/lxqt-config-globalkeyshortcuts_da.desktop new/lxqt-globalkeys-0.11.1/config/translations/lxqt-config-globalkeyshortcuts_da.desktop --- old/lxqt-globalkeys-0.11.0/config/translations/lxqt-config-globalkeyshortcuts_da.desktop 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/config/translations/lxqt-config-globalkeyshortcuts_da.desktop 2017-01-01 23:07:45.000000000 +0100 @@ -1,4 +1,3 @@ -# Translations -Name[da]=Konfiguration af LXQt Tastaturgenveje -Comment[da]=Konfigurer globale tastaturgenveje for LXQt-skrivebordet -GenericName[da]=Konfiguration af LXQt Globale Tastaturgenveje +Name[da]=Genvejstaster +GenericName[da]=Indstillinger for tastaturgenveje +Comment[da]=Konfigurér genvejstaster i LXQt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/config/translations/lxqt-config-globalkeyshortcuts_da_DK.desktop new/lxqt-globalkeys-0.11.1/config/translations/lxqt-config-globalkeyshortcuts_da_DK.desktop --- old/lxqt-globalkeys-0.11.0/config/translations/lxqt-config-globalkeyshortcuts_da_DK.desktop 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/config/translations/lxqt-config-globalkeyshortcuts_da_DK.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -# Translations -Name[da_DK]=Konfiguration af LXQt Tastaturgenveje -Comment[da_DK]=Konfigurer globale tastaturgenveje for LXQt-skrivebordet -GenericName[da_DK]=Konfiguration af LXQt Globale Tastaturgenveje diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/config/translations/lxqt-config-globalkeyshortcuts_fr.desktop new/lxqt-globalkeys-0.11.1/config/translations/lxqt-config-globalkeyshortcuts_fr.desktop --- old/lxqt-globalkeys-0.11.0/config/translations/lxqt-config-globalkeyshortcuts_fr.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/lxqt-globalkeys-0.11.1/config/translations/lxqt-config-globalkeyshortcuts_fr.desktop 2017-01-01 23:07:45.000000000 +0100 @@ -0,0 +1,3 @@ +Name[fr]=Touches de raccourcis +GenericName[fr]=Configuration des touches de raccourcis +Comment[fr]=Configuration des touches de raccourcis de LXQt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lxqt-globalkeys-0.11.0/ui/CMakeLists.txt new/lxqt-globalkeys-0.11.1/ui/CMakeLists.txt --- old/lxqt-globalkeys-0.11.0/ui/CMakeLists.txt 2016-09-24 00:44:49.000000000 +0200 +++ new/lxqt-globalkeys-0.11.1/ui/CMakeLists.txt 2017-01-01 23:07:45.000000000 +0100 @@ -153,10 +153,9 @@ export(TARGETS ${PROJECT_NAME} APPEND FILE "${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake") -include(create_portable_headers) -create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS - NAMESPACE "${${PROJECT_NAME}_HEADER_NAMESPACE}/" - FILENAMES ${${PROJECT_NAME}_PUBLIC_CLASSES} +lxqt_create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS + PATH_PREFIX ".." + HEADER_NAMES ${${PROJECT_NAME}_PUBLIC_CLASSES} ) # Copy public headers for intree building
