Cherry-picking upstream release 0.11.1.
* Removed some build dependencies: -cmake -libqt5xdg-dev -libqt5xdgiconloader-dev -pkg-config -qttools5-dev -qttools5-dev-tools * Bumped build dependency liblxqt0-dev (>= 0.11.1) * Bumped years in d/copyright
This commit is contained in:
parent
ea1be4532f
commit
2be1ccb295
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
build
|
|
||||||
*.kdev4
|
|
||||||
config/translations/lxqt-globalkeys
|
|
12
CHANGELOG
12
CHANGELOG
@ -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 README.md
|
||||||
* Add Catalan translation
|
* Add Catalan translation
|
||||||
* daemon: Use QDBusServiceWatcher
|
* daemon: Use QDBusServiceWatcher
|
||||||
|
@ -11,6 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||||||
set(CMAKE_BUILD_TYPE Release)
|
set(CMAKE_BUILD_TYPE Release)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(LXQTBT_MINIMUM_VERSION "0.1.0")
|
||||||
|
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
@ -20,11 +21,13 @@ set(CMAKE_AUTOUIC ON)
|
|||||||
find_package(Qt5Widgets REQUIRED)
|
find_package(Qt5Widgets REQUIRED)
|
||||||
find_package(Qt5DBus REQUIRED)
|
find_package(Qt5DBus REQUIRED)
|
||||||
find_package(Qt5LinguistTools REQUIRED QUIET)
|
find_package(Qt5LinguistTools REQUIRED QUIET)
|
||||||
|
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
|
||||||
find_package(lxqt REQUIRED QUIET)
|
find_package(lxqt REQUIRED QUIET)
|
||||||
|
|
||||||
|
|
||||||
include(LXQtTranslate)
|
include(LXQtTranslate)
|
||||||
include(LXQtCreatePkgConfigFile)
|
include(LXQtCreatePkgConfigFile)
|
||||||
|
include(LXQtCreatePortableHeaders)
|
||||||
include(LXQtCompilerSettings NO_POLICY_SCOPE)
|
include(LXQtCompilerSettings NO_POLICY_SCOPE)
|
||||||
|
|
||||||
include(GNUInstallDirs) # Standard directories for installation
|
include(GNUInstallDirs) # Standard directories for installation
|
||||||
@ -90,13 +93,3 @@ install(FILES
|
|||||||
"${CMAKE_BINARY_DIR}/${LXQT_GLOBALKEYS_UI_CMAKE_NAME}-config-version.cmake"
|
"${CMAKE_BINARY_DIR}/${LXQT_GLOBALKEYS_UI_CMAKE_NAME}-config-version.cmake"
|
||||||
DESTINATION "${LXQT_INSTALL_CMAKE_DIR}/${LXQT_GLOBALKEYS_UI_CMAKE_NAME}"
|
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)
|
|
||||||
|
@ -172,11 +172,11 @@ target_compile_definitions(${PROJECT_NAME}
|
|||||||
|
|
||||||
export(TARGETS ${PROJECT_NAME} FILE "${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake")
|
export(TARGETS ${PROJECT_NAME} FILE "${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake")
|
||||||
|
|
||||||
include(create_portable_headers)
|
|
||||||
|
|
||||||
create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS
|
lxqt_create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS
|
||||||
NAMESPACE "${${PROJECT_NAME}_NAMESPACE}/"
|
PATH_PREFIX ".."
|
||||||
FILENAMES ${${PROJECT_NAME}_PUBLIC_CLASSES}
|
NAME_PREFIX "${${PROJECT_NAME}_NAMESPACE}"
|
||||||
|
HEADER_NAMES ${${PROJECT_NAME}_PUBLIC_CLASSES}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Copy public headers for intree building
|
# Copy public headers for intree building
|
||||||
|
@ -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()
|
|
@ -1,4 +1,3 @@
|
|||||||
# Translations
|
Name[da]=Genvejstaster
|
||||||
Name[da]=Konfiguration af LXQt Tastaturgenveje
|
GenericName[da]=Indstillinger for tastaturgenveje
|
||||||
Comment[da]=Konfigurer globale tastaturgenveje for LXQt-skrivebordet
|
Comment[da]=Konfigurér genvejstaster i LXQt
|
||||||
GenericName[da]=Konfiguration af LXQt Globale Tastaturgenveje
|
|
||||||
|
@ -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
|
|
@ -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
|
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,3 +1,18 @@
|
|||||||
|
lxqt-globalkeys (0.11.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Cherry-picking upstream release 0.11.1.
|
||||||
|
* Removed some build dependencies:
|
||||||
|
-cmake
|
||||||
|
-libqt5xdg-dev
|
||||||
|
-libqt5xdgiconloader-dev
|
||||||
|
-pkg-config
|
||||||
|
-qttools5-dev
|
||||||
|
-qttools5-dev-tools
|
||||||
|
* Bumped build dependency liblxqt0-dev (>= 0.11.1)
|
||||||
|
* Bumped years in d/copyright
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Mon, 02 Jan 2017 13:28:07 +0100
|
||||||
|
|
||||||
lxqt-globalkeys (0.11.0-3) unstable; urgency=medium
|
lxqt-globalkeys (0.11.0-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Cherry-picking upstream release 0.11.0.
|
* Cherry-picking upstream release 0.11.0.
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -6,17 +6,11 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 10),
|
||||||
cmake (>= 3.0.2),
|
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt0-dev (>= 0.11.0),
|
liblxqt0-dev (>= 0.11.1),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev (>= 2.0.0),
|
libx11-dev
|
||||||
libqt5xdgiconloader-dev (>= 2.0.0),
|
|
||||||
libx11-dev,
|
|
||||||
pkg-config,
|
|
||||||
qttools5-dev,
|
|
||||||
qttools5-dev-tools
|
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-globalkeys.git/?h=debian/sid
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-globalkeys.git/?h=debian/sid
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-globalkeys.git -b debian/sid
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-globalkeys.git -b debian/sid
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name:lxqt-globalkeys
|
|||||||
Source: https://github.com/lxde/lxqt-globalkeys
|
Source: https://github.com/lxde/lxqt-globalkeys
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2016 LXQt team
|
Copyright: 2012-2017 LXQt team
|
||||||
2010-2012 Razor team
|
2010-2012 Razor team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
|
Copyright: 2014-2017 Alf Gaida <agaida@siduction.org>
|
||||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
|
@ -153,10 +153,9 @@ target_compile_definitions(${PROJECT_NAME}
|
|||||||
|
|
||||||
export(TARGETS ${PROJECT_NAME} APPEND FILE "${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake")
|
export(TARGETS ${PROJECT_NAME} APPEND FILE "${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake")
|
||||||
|
|
||||||
include(create_portable_headers)
|
lxqt_create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS
|
||||||
create_portable_headers(${PROJECT_NAME}_PORTABLE_HEADERS
|
PATH_PREFIX ".."
|
||||||
NAMESPACE "${${PROJECT_NAME}_HEADER_NAMESPACE}/"
|
HEADER_NAMES ${${PROJECT_NAME}_PUBLIC_CLASSES}
|
||||||
FILENAMES ${${PROJECT_NAME}_PUBLIC_CLASSES}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Copy public headers for intree building
|
# Copy public headers for intree building
|
||||||
|
Loading…
x
Reference in New Issue
Block a user