after svn-server restore

This commit is contained in:
Marc Wäckerlin
2016-04-03 16:19:11 +00:00
parent 9622b07eb9
commit 5ff988dfc7
4 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
2015-11-20 15:14 marc
* examples, examples/oo-empty.pdf, examples/oo-empty_signed.pdf,
src/pdfsign.hxx: added examples
2015-11-10 22:56 marc
* ChangeLog, configure.ac, debian/control.in,
debian/pdfsign-dev.install, debian/pdfsign.install, src/main.cxx,
src/makefile.am, src/pdfsign.hxx, src/pdfsign.ui: read and show
pdf file
2015-11-10 19:48 marc 2015-11-10 19:48 marc
* ., AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README, * ., AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README,

View File

@@ -28,7 +28,8 @@ AX_USE_RPM_PACKAGING
#AX_BUILD_EXAMPLES #AX_BUILD_EXAMPLES
#AX_BUILD_HTML #AX_BUILD_HTML
AX_PKG_REQUIRE(pollper, poppler-qt5) AX_PKG_REQUIRE(poppler, poppler-qt5)
AX_PKG_REQUIRE(podofo, libpodofo, podofo/base/PdfString.h)
# qt features, uncomment, what you need: # qt features, uncomment, what you need:
#AX_CHECK_QT([QT], [QtCore QtGui QtNetwork], [QtWidgets]) #AX_CHECK_QT([QT], [QtCore QtGui QtNetwork], [QtWidgets])

2
debian/control.in vendored
View File

@@ -1,7 +1,7 @@
Source: @PACKAGE_NAME@ Source: @PACKAGE_NAME@
Priority: extra Priority: extra
Maintainer: @AUTHOR@ Maintainer: @AUTHOR@
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, qt5-default, qt5-qmake, qtbase5-dev, qtbase5-dev-tools, qttools5-dev-tools, qttools5-dev-tools, libpoppler-qt5-dev Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, qt5-default, qt5-qmake, qtbase5-dev, qtbase5-dev-tools, qttools5-dev-tools, qttools5-dev-tools, libpoppler-qt5-dev libpodofo-dev
Package: @PACKAGE_NAME@ Package: @PACKAGE_NAME@
Section: text Section: text

View File

@@ -14,6 +14,7 @@
#include <QMainWindow> #include <QMainWindow>
#include <ui_pdfsign.hxx> #include <ui_pdfsign.hxx>
#include <poppler/qt5/poppler-qt5.h> #include <poppler/qt5/poppler-qt5.h>
//#include <podofo/doc/PdfDocument.h>
#include <QFileDialog> #include <QFileDialog>
#include <memory> #include <memory>