* 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/copyrightubuntu/bionic debian/0.11.1-1
parent
ea1be4532f
commit
2be1ccb295
@ -1,3 +0,0 @@
|
||||
build
|
||||
*.kdev4
|
||||
config/translations/lxqt-globalkeys
|
@ -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]=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
|
||||
|
@ -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
|
Loading…
Reference in new issue