updated build system

This commit is contained in:
Marc Wäckerlin
2018-04-04 12:48:24 +00:00
parent d9754616ef
commit 9c571040bd
16 changed files with 1364 additions and 306 deletions

View File

@@ -1,4 +1,143 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="it">
<context>
<name>CertMan</name>
<message>
<source>CertMan</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>File</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Windows</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Open Certificate ...</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exit</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Cascade</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Tile</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Open From URL ...</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Save As ...</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Certificates (*.der *.pem *.txt)</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Certificate</name>
<message>
<source>Form</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attribute</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Value</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Valid Since</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Valid Until</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>SuisseID Number</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Certificate Serial Number</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Subject Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Alternate Subject</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Issuer Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>E-Mail</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>error</source>
<comment>unknown certificate subject alternate name</comment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Organization</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Common Name</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Locality</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Organizational Unit</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Country</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>State or Province</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>error</source>
<comment>unknown certificate subject info</comment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OpenFromURL</name>
<message>
<source>Open Certificate From URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Hostname:</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@@ -2,7 +2,7 @@
##
## This file has been added:
## - by bootstrap.sh
## - on Thu, 08 October 2015 13:20:39 +0200
## - on Wed, 04 April 2018 14:27:37 +0200
## Feel free to change it or even remove and rebuild it, up to your needs
##
## 1 2 3 4 5 6 7 8
@@ -17,10 +17,6 @@ LANGUAGE_FILE_BASE = certman
## required to build Mac OS-X app-bundle
QT_PLUGINS = iconengines imageformats platforms
#### enable if you deliver a KDE/Gnome desktop file
#applicationsdir = /applications
#dist_applications_DATA = certman.desktop
#### enable (ev. instead of bin_PROGRAMS) if you build a library
#lib_LTLIBRARIES = certman.la
#certman_la_SOURCES = libmain.cxx version.cxx
@@ -40,7 +36,7 @@ certman_UIFILES = ui_certman.hxx ui_certificate.hxx ui_openfromurl.hxx
## list all %.qrc resource files as qrc_%.cxx
## note: if there exists a directory %, the file %.qrc is generated from that
certman_RESOURCES = qrc_languages.cxx # qrc_resources.cxx
certman_RESOURCES = qrc_languages.cxx # qrc_resources.cxx
## list all final translation files, list all supported languages here
certman_TRANSLATIONS = ${LANGUAGE_FILE_BASE}_en.qm \
@@ -55,16 +51,23 @@ certman_TR_FILES = main.cxx version.cxx
certman_SOURCES = ${certman_TR_FILES} ${BUILT_SOURCES}
## automatic assembly, no need to change
BUILT_SOURCES = ${certman_MOCFILES} ${certman_UIFILES} ${certman_TRANSLATIONS} ${certman_RESOURCES}
BUILT_SOURCES = ${certman_MOCFILES} \
${certman_UIFILES} \
${certman_TRANSLATIONS} \
${certman_RESOURCES}
## automatic assembly, no need to change
EXTRA_DIST_TR = ${certman_MOCFILES:moc_%.cxx=%.hxx} ${certman_UIFILES:ui_%.hxx=%.ui}
EXTRA_DIST_TR = ${certman_MOCFILES:moc_%.cxx=%.hxx} \
${certman_UIFILES:ui_%.hxx=%.ui}
## automatic assembly, no need to change
## except: adapt the pre-delivered qt_%.qm list (language files you copy from qt
EXTRA_DIST = ${EXTRA_DIST_TR} ${certman_RESOURCES:qrc_%.cxx:%.qrc} ${certman_TRANSLATIONS:%.qm=%.ts} qt_de.qm qt_fr.qm
EXTRA_DIST = ${EXTRA_DIST_TR} \
${certman_RESOURCES:qrc_%.cxx=%.qrc} \
${certman_TRANSLATIONS:%.qm=%.ts}
## automatic assembly, no need to change
LANGUAGE_FILES = ${EXTRA_DIST_TR} ${certman_TR_FILES}
CLEANFILES = ${certman_RESOURCES}
MAINTAINERCLEANFILES = makefile.in