Skip to content

Commit

Permalink
this commit marks the release point of version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Oct 1, 2019
1 parent c6877a8 commit 765f6d6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
26 changes: 13 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ set_property( GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS ON )

project( sirikali )

set( PGR_VERSION "1.3.9" )
set( PGR_VERSION "1.4.0" )

file( WRITE ${PROJECT_BINARY_DIR}/version.h "
#ifndef THIS_VERSION
#define THIS_VERSION \"${PGR_VERSION}\"
#endif
\n
#ifndef SIRIKALI_VERSION
#define SIRIKALI_VERSION
#define VERSION_STRING \"Version : ${PGR_VERSION} (Compiled with Qt ${Qt5Core_VERSION})\\nCopyright: 2016-2019 Francis Banyikwa,[email protected]\\nLicense : GPLv2+\"
#endif
\n" )

add_definitions( -Wextra -Wall -pedantic )

Expand Down Expand Up @@ -125,17 +136,6 @@ message( STATUS "Found Qt5Widgets, version ${Qt5Widgets_VERSION}" )
message( STATUS "Found Qt5Core, version ${Qt5Core_VERSION}" )
message( STATUS "Found Qt5Network, version ${Qt5Network_VERSION}" )

file( WRITE ${PROJECT_BINARY_DIR}/version.h "
#ifndef THIS_VERSION
#define THIS_VERSION \"${PGR_VERSION}\"
#endif
\n
#ifndef SIRIKALI_VERSION
#define SIRIKALI_VERSION
#define VERSION_STRING \"Version : ${PGR_VERSION} (Compiled with Qt ${Qt5Core_VERSION})\\nCopyright: 2016-2019 Francis Banyikwa,[email protected]\\nLicense : GPLv2+\"
#endif
\n" )

pkg_check_modules( MCHUNGU_NETWORK mhogomchungu_network )
pkg_check_modules( MCHUNGU_TASK mhogomchungu_task )

Expand Down Expand Up @@ -463,7 +463,7 @@ NoDisplay=false
StartupNotify=true
Terminal=false
Type=Application
MimeType=inode/directory:1;
MimeType=inode/directory;
Categories=Security;Utility;Qt;X-MandrivaLinux-System-FileTools;\n")

install( FILES ${PROJECT_BINARY_DIR}/io.github.mhogomchungu.sirikali.desktop
Expand Down
6 changes: 3 additions & 3 deletions rpm/BUILD_INSTRUCTIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ps: copy and paste all given commands to make sure you dont mistype them.
ps: at step 5,replace "1.3.9" to SiriKali version you are building.
ps: at step 5,replace "1.4.0" to SiriKali version you are building.
ps: these instructions assumes rpm build directory is at "~/rpmbuild".
Modify the paths in step 5 if they are different in your distribution.

Expand Down Expand Up @@ -32,8 +32,8 @@ ps: these instructions assumes rpm build directory is at "~/rpmbuild".
****************************************************************************************************************

rpmdev-setuptree
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.3.9.tar ../SiriKali-1.3.9
xz -z ~/rpmbuild/SOURCES/SiriKali-1.3.9.tar
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.4.0.tar ../SiriKali-1.4.0
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.0.tar

****************************************************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion rpm/sirikali.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: SiriKali
Version: 1.3.9
Version: 1.4.0
Release: 0
Summary: SiriKali is a Qt/C++ GUI front end to encfs,cryfs,gocryptfs,ecryptfs and securefs.
License: GPL-2.0+
Expand Down
1 change: 1 addition & 0 deletions src/sirikali.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</screenshots>
<releases>
<!-- Get timestamp with 'date +%s' -->
<release version="1.4.0" timestamp="1569904705"></release>
<release version="1.3.9" timestamp="1564635737"></release>
<release version="1.3.8" timestamp="1556683711"></release>
<release version="1.3.7" timestamp="1549702316"></release>
Expand Down
1 change: 1 addition & 0 deletions src/win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static const char * _backEndTimedOut = "SiriKali::Windows::BackendTimedOut" ;
#ifdef Q_OS_WIN

#include <windows.h>

class regOpenKey{
public:
regOpenKey( const char * subKey,HKEY hkey = HKEY_LOCAL_MACHINE )
Expand Down

0 comments on commit 765f6d6

Please sign in to comment.