Skip to content

Commit

Permalink
LibZIM update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiol committed Jul 20, 2020
1 parent 30bbe7a commit 110ef01
Show file tree
Hide file tree
Showing 570 changed files with 160 additions and 235,932 deletions.
4 changes: 2 additions & 2 deletions sailfish/core/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

namespace Zimpedia {
static const char* APP_NAME = "Zimpedia";
static const char* APP_VERSION = "2.2.6";
static const char* APP_VERSION = "2.2.7";
static const char* AUTHOR = "Michal Kosciesza";
static const char* COPYRIGHT_YEAR = "2018-2019";
static const char* COPYRIGHT_YEAR = "2018-2020";
static const char* SUPPORT_EMAIL = "zimpedia@mkiol.net";
static const char* PAGE = "https://github.com/mkiol/Zimpedia";
static const char* LICENSE = "Mozilla Public License 2.0";
Expand Down
5 changes: 0 additions & 5 deletions sailfish/core/zimpedia_core.pri
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ SOURCES += \
$$CORE_DIR/filemodel.cpp \
$$CORE_DIR/utils.cpp \
$$CORE_DIR/bookmarkmodel.cpp \
# $$CORE_DIR/filefinder.cpp \
$$CORE_DIR/zimmetadatareader.cpp \
# $$CORE_DIR/bookmarks.cpp \
$$CORE_DIR/itemmodel.cpp

HEADERS += \
Expand All @@ -24,10 +22,7 @@ HEADERS += \
$$CORE_DIR/filemodel.h \
$$CORE_DIR/utils.h \
$$CORE_DIR/bookmarkmodel.h \
# $$CORE_DIR/filefinder.h \
# $$CORE_DIR/zimmetadata.h \
$$CORE_DIR/zimmetadatareader.h \
# $$CORE_DIR/bookmarks.h \
$$CORE_DIR/info.h \
$$CORE_DIR/itemmodel.h

Expand Down
1 change: 1 addition & 0 deletions sailfish/core/zimserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <cctype>
#include <algorithm>

#include <zim/file.h>
#include <zim/fileiterator.h>
#include <zim/fileheader.h>
#include <zim/search.h>
Expand Down
1 change: 0 additions & 1 deletion sailfish/libs/libzim/AUTHORS

This file was deleted.

280 changes: 0 additions & 280 deletions sailfish/libs/libzim/COPYING

This file was deleted.

Loading

0 comments on commit 110ef01

Please sign in to comment.