ipe: revbump for libpoppler, use c++20

This commit is contained in:
Mateusz Sylwestrzak 2024-08-22 17:09:31 +02:00 committed by Đoàn Trần Công Danh
parent 8c02ea6490
commit 028577d45a
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/pdftoipe/Makefile b/pdftoipe/Makefile
index 349285d..d2e6f40 100644
--- a/ipe-tools/pdftoipe/Makefile
+++ b/ipe-tools/pdftoipe/Makefile
@@ -23,7 +23,7 @@ else
TARGET = pdftoipe
endif
-CXXFLAGS += -Wno-write-strings -std=c++17
+CXXFLAGS += -Wno-write-strings -std=c++20
all: $(TARGET)

View File

@ -1,7 +1,7 @@
# Template file for 'ipe'
pkgname=ipe
version=7.2.26
revision=12
revision=13
_tools_commit=v7.2.24.1
create_wrksrc=yes
hostmakedepends="pkg-config doxygen qt5-qmake qt5-tools qt5-host-tools"