Imported Upstream version 0.9.0+20150817
This commit is contained in:
parent
fd027f46dc
commit
2657e2bb7d
@ -1,14 +1,18 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.11)
|
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||||
project(lxqt-openssh-askpass)
|
project(lxqt-openssh-askpass)
|
||||||
|
|
||||||
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
||||||
|
|
||||||
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
set(CMAKE_BUILD_TYPE Release)
|
set(CMAKE_BUILD_TYPE Release)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_definitions(-Wall)
|
add_definitions(-Wall)
|
||||||
|
|
||||||
|
set(CMAKE_AUTOMOC ON)
|
||||||
|
set(CMAKE_AUTOUIC ON)
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
|
|
||||||
@ -17,14 +21,7 @@ find_package(Qt5LinguistTools REQUIRED QUIET)
|
|||||||
|
|
||||||
find_package(lxqt REQUIRED QUIET)
|
find_package(lxqt REQUIRED QUIET)
|
||||||
|
|
||||||
include(${LXQT_USE_FILE})
|
include(LXQtCompilerSettings NO_POLICY_SCOPE)
|
||||||
|
|
||||||
include_directories (
|
|
||||||
${LXQT_INCLUDE_DIRS}
|
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}"
|
|
||||||
${QTX_INCLUDE_DIRS}
|
|
||||||
src
|
|
||||||
)
|
|
||||||
|
|
||||||
set(lxqt-openssh-askpass_HDRS
|
set(lxqt-openssh-askpass_HDRS
|
||||||
src/mainwindow.h
|
src/mainwindow.h
|
||||||
@ -56,24 +53,22 @@ lxqt_translate_ts(QM_FILES
|
|||||||
lxqt_app_translation_loader(lxqt-openssh_QM_LOADER ${PROJECT_NAME})
|
lxqt_app_translation_loader(lxqt-openssh_QM_LOADER ${PROJECT_NAME})
|
||||||
#************************************************
|
#************************************************
|
||||||
|
|
||||||
qt5_wrap_cpp(MOCS ${lxqt-openssh-askpass_HDRS})
|
|
||||||
qt5_wrap_ui(UIS ${lxqt-openssh-askpass_UIS})
|
|
||||||
|
|
||||||
add_executable(lxqt-openssh-askpass
|
add_executable(lxqt-openssh-askpass
|
||||||
${lxqt-openssh-askpass_SRCS}
|
${lxqt-openssh-askpass_SRCS}
|
||||||
${UIS}
|
|
||||||
${RSCS}
|
|
||||||
${TRS}
|
${TRS}
|
||||||
${MOCS}
|
|
||||||
${QM_FILES}
|
${QM_FILES}
|
||||||
${lxqt-openssh_QM_LOADER}
|
${lxqt-openssh_QM_LOADER}
|
||||||
)
|
)
|
||||||
target_link_libraries(lxqt-openssh-askpass
|
target_link_libraries(lxqt-openssh-askpass
|
||||||
Qt5::Widgets
|
Qt5::Widgets
|
||||||
${LXQT_LIBRARIES}
|
lxqt
|
||||||
)
|
)
|
||||||
|
|
||||||
INSTALL(TARGETS lxqt-openssh-askpass RUNTIME DESTINATION bin)
|
INSTALL(TARGETS
|
||||||
|
lxqt-openssh-askpass
|
||||||
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||||
|
COMPONENT Runtime
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
# building tarball with CPack -------------------------------------------------
|
# building tarball with CPack -------------------------------------------------
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
.TH lxqt-openssh-askpass "1" "September 2012" "LxQt\-qt\ 0.5.0" "LxQt\-qt\ Module"
|
.TH lxqt-openssh-askpass "1" "September 2012" "LXQt\ 0.5.0" "LxQt\ Module"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lxqt-openssh-askpass \- Password access over ssh module of \fBLXDE-Qt\fR: the faster and lighter QT Desktop Environment
|
lxqt-openssh-askpass \- Password access over ssh module of \fBLXQt\fR: the faster and lighter QT Desktop Environment
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lxqt-openssh-askpass
|
.B lxqt-openssh-askpass
|
||||||
[\fICurrently No command line arguments\fR]
|
[\fICurrently No command line arguments\fR]
|
||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This module handles openssh security password access for \fBLXDE-Qt\fR. The openssh askpass module, will perform
|
This module handles openssh security password access for \fBLXQt\fR. The openssh askpass module, will perform
|
||||||
security tast over scale accesss privilegies.
|
security tast over scale accesss privilegies.
|
||||||
.P
|
.P
|
||||||
.P
|
.P
|
||||||
The \fBLXDE-Qt modules\fR are desktop independent tools,
|
The \fBLXQt modules\fR are desktop independent tools,
|
||||||
and operate as daemons for the local user for desktop specific operations.
|
and operate as daemons for the local user for desktop specific operations.
|
||||||
.P
|
.P
|
||||||
\fBLXDE-Qt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt
|
\fBLXQt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||||
technologies, ships several core desktop components, all of which are optional:
|
technologies, ships several core desktop components, all of which are optional:
|
||||||
.P
|
.P
|
||||||
* Panel
|
* Panel
|
||||||
@ -27,7 +27,7 @@ technologies, ships several core desktop components, all of which are optional:
|
|||||||
.P
|
.P
|
||||||
These components perform similar actions to those available in other desktop
|
These components perform similar actions to those available in other desktop
|
||||||
environments, and their names are self-descriptive. They are usually not launched
|
environments, and their names are self-descriptive. They are usually not launched
|
||||||
by hand but automatically, when choosing a \fBLxQt\-qt\fR session in the Display
|
by hand but automatically, when choosing a \fBLXQt\fR session in the Display
|
||||||
Manager.
|
Manager.
|
||||||
.SH BEHAVIOR
|
.SH BEHAVIOR
|
||||||
The module detected on shares privilege accesss, and maintain a security dialog
|
The module detected on shares privilege accesss, and maintain a security dialog
|
||||||
@ -37,20 +37,20 @@ This module are very early stage, and not enabled by default, so you must added
|
|||||||
by the \fBlxqt\-settings\fR application as \fISSH_ASKPASS=\fR
|
by the \fBlxqt\-settings\fR application as \fISSH_ASKPASS=\fR
|
||||||
with \fBlxqt\-openssh\-askpass\fR value, openssl and openssh-client packages must be required.
|
with \fBlxqt\-openssh\-askpass\fR value, openssl and openssh-client packages must be required.
|
||||||
.SH AUTOSTART
|
.SH AUTOSTART
|
||||||
The module only are showed on \fBLXDE-Qt\fR desktop, but u can create an autostart action
|
The module only are showed on \fBLXQt\fR desktop, but u can create an autostart action
|
||||||
for you prefered desktop environment.
|
for you prefered desktop environment.
|
||||||
.SH "REPORTING BUGS"
|
.SH "REPORTING BUGS"
|
||||||
Report bugs to https://github.com/LXDE-Qt/LXDE-Qt/issues
|
Report bugs to https://github.com/LXDE/LXQt/issues
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
\fBLXDE-Qt\fR it has been tailored for users who value simplicity, speed, and
|
\fBLXQt\fR it has been tailored for users who value simplicity, speed, and
|
||||||
an intuitive interface, also intended for less powerful machines. See also:
|
an intuitive interface, also intended for less powerful machines. See also:
|
||||||
.\" any module must refers to session app, for more info on start it
|
.\" any module must refers to session app, for more info on start it
|
||||||
.P
|
.P
|
||||||
\fBlxqt-session.1\fR LXDE-Qt for manage LXDE-Qt complete environment
|
\fBlxqt-session.1\fR LXQt for manage LXQt complete environment
|
||||||
.P
|
.P
|
||||||
\fBlxqt-policykit-agent.1\fR LXDE-Qt plolicykit agent module for privilegie scalation.
|
\fBlxqt-policykit-agent.1\fR LXQt plolicykit agent module for privilegie scalation.
|
||||||
.P
|
.P
|
||||||
\fBlxqt-config-session.1\fR LXDE-Qt application for performing session autostart applications
|
\fBlxqt-config-session.1\fR LXQt application for performing session autostart applications
|
||||||
.P
|
.P
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manual page was created by \fBPICCORO Lenz McKAY\fR \fI<mckaygerhard@gmail.com>\fR
|
This manual page was created by \fBPICCORO Lenz McKAY\fR \fI<mckaygerhard@gmail.com>\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user