Compare commits

...

9 Commits

Author SHA1 Message Date
Michele Calgaro 8b04c80144
Use TDE cmake macro to set version
2 years ago
Michele Calgaro 959c1cdf10
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
2 years ago
Slávek Banko be81c680c0
Update version number to the upcoming R14.0.13.
2 years ago
Slávek Banko 9b30d107a8
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
2 years ago
Slávek Banko ecc4973fc8
Raise the minimum required version of CMake to 3.1.
2 years ago
Slávek Banko 4034af13d1
Update version number to R14.0.12.
3 years ago
Slávek Banko b506cfd384
Update version number to R14.0.11.
3 years ago
Slávek Banko e585e2859c
Change README to markdown format.
3 years ago
Slávek Banko 6d6dc791b0
Add option to enable build with hidden visibility.
3 years ago

@ -9,12 +9,11 @@
#
#################################################
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEL10n )

@ -6,13 +6,12 @@
# #
############################################
cmake_minimum_required( VERSION 2.8.12 )
cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( tdesshaskpass )
set( VERSION 14.0.11 )
##### include essential cmake modules ###########
@ -29,16 +28,26 @@ include( FindPkgConfig )
##### include our cmake modules #################
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )
##### set version number ########################
tde_set_project_version( )
##### setup install paths #######################
include( TDESetupPaths )
tde_setup_paths( )
##### optional stuff ############################
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
##### user requested modules ####################
option( BUILD_ALL "Build all" OFF )

@ -7,15 +7,15 @@ used to enter a password. It includes integrated support for TDEWallet.
Features:
=========
---------
* Simple application
* TDEWallet support
.
CONTRIBUTING
==============
Contributing
--------------
If you wish to contribute to tdesshaskpass, you might do so:
@ -24,3 +24,11 @@ If you wish to contribute to tdesshaskpass, you might do so:
- TDE Weblate Translation Workspace (TWTW) collaboration tool.
https://mirror.git.trinitydesktop.org/weblate
Translations status
---------------------
### messages
[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/tdesshaskpass/multi-auto.svg
"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/)
Loading…
Cancel
Save