Skip to content

Commit 480a3a8

Browse files
committed
xournalpp: update to 1.3.0
add qpdf, cpp-trace seems missing there, so disable for now
1 parent feadbb3 commit 480a3a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mingw-w64-xournalpp/PKGBUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=xournalpp
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=1.2.10
6+
pkgver=1.3.0
77
pkgrel=1
88
pkgdesc='Handwriting notetaking software with PDF annotation support (mingw-w64)'
99
arch=('any')
@@ -45,9 +45,10 @@ makedepends=(
4545
"${MINGW_PACKAGE_PREFIX}-librsvg"
4646
"${MINGW_PACKAGE_PREFIX}-ninja"
4747
"${MINGW_PACKAGE_PREFIX}-pkgconf"
48+
"${MINGW_PACKAGE_PREFIX}-qpdf"
4849
)
4950
source=("https://github.com/xournalpp/xournalpp/archive/v${pkgver}/${_realname}-v${pkgver}.tar.gz")
50-
sha256sums=('92189df9239db719adc41227f8c808f6fbb83449227067d20ca78a2f015804a4')
51+
sha256sums=('fd80fb4935e82dcc01b8373569ffd0eda286df1d3ea45a46f36969bef5ee8933')
5152

5253
build() {
5354
declare -a extra_config
@@ -63,6 +64,7 @@ build() {
6364
-DCMAKE_INSTALL_PREFIX="${MINGW_PREFIX}" \
6465
"${extra_config[@]}" \
6566
-DBUILD_SHARED_LIBS=ON \
67+
-DENABLE_CPPTRACE=OFF \
6668
-S "${_realname}-${pkgver}" \
6769
-B "build-${MSYSTEM}"
6870

0 commit comments

Comments
 (0)