Skip to content

Update evince #3177

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
poppler: Update to version 24.09.0
david committed Oct 10, 2024
commit 832e33d571de32ef75b45816631e1b0a4ad4cd06
11 changes: 7 additions & 4 deletions poppler.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh
# BEE_VERSION poppler-21.10.0-0
# BEE_VERSION poppler-24.09.0-0

# SRCURL[0]="https://poppler.freedesktop.org/poppler-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/1153a0b1aa8a894c6ce61f042622441c/poppler-21.10.0.tar.xz"
#SRCURL[0]="https://poppler.freedesktop.org/poppler-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/c4a92a7ee9cd8137c50273bcc5252646/poppler-24.09.0.tar.xz"

# PATCHURL+=()

@@ -20,10 +20,13 @@ SRCURL[0]="https://beehive.molgen.mpg.de/1153a0b1aa8a894c6ce61f042622441c/popple
#}

mee_configure() {
p=/pkg/qt-6.2.4-0/profile; [ -e $p ] && . $p
bee_configure \
-DCMAKE_PREFIX_PATH=/usr/local/qt5 \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
-DENABLE_GPGME=OFF \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
-DENABLE_BOOST=OFF
}

#mee_build() {