Skip to content

Commit

Permalink
comics: Use libarchive to unpack documents
Browse files Browse the repository at this point in the history
This commit eliminates the use of external commands for opening
comic documents, and uses libarchive instead.
  • Loading branch information
lukefromdc committed Jan 7, 2024
1 parent 600b552 commit ce41df6
Show file tree
Hide file tree
Showing 7 changed files with 799 additions and 739 deletions.
5 changes: 4 additions & 1 deletion backend/comics/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ backend_LTLIBRARIES = libcomicsdocument.la

libcomicsdocument_la_SOURCES = \
comics-document.c \
comics-document.h
comics-document.h \
ev-archive.c \
ev-archive.h

libcomicsdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS)
libcomicsdocument_la_LIBADD = \
$(top_builddir)/libdocument/libatrildocument.la \
$(BACKEND_LIBS) \
$(COMICS_LIBS) \
$(LIB_LIBS)

backend_in_files = comicsdocument.atril-backend.desktop.in
Expand Down
Loading

0 comments on commit ce41df6

Please sign in to comment.