Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
xalan-c


Commits:
c78731d4 by Christian Hesse at 2024-05-09T20:50:38+02:00
upgpkg: 1:1.12-9: icu 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xalan-c
        pkgdesc = A XSLT processor for transforming XML documents
        pkgver = 1.12
-       pkgrel = 8
+       pkgrel = 9
        epoch = 1
        url = https://xalan.apache.org/
        arch = x86_64


=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
 # Contributor: William Rea <sillywi...@gmail.com>
 
 pkgname=xalan-c
-pkgver=1.12
-pkgrel=8
 epoch=1
+pkgver=1.12
+pkgrel=9
 pkgdesc="A XSLT processor for transforming XML documents"
 arch=('x86_64')
 url="https://xalan.apache.org/";
@@ -17,6 +17,12 @@ 
source=("https://downloads.apache.org/xalan/xalan-c/sources/xalan_c-$pkgver.tar.
 sha256sums=('ee7d4b0b08c5676f5e586c7154d94a5b32b299ac3cbb946e24c4375a25552da7'
             'SKIP')
 
+prepare() {
+  cd xalan_c-"${pkgver}"
+
+  sed -i '/CMAKE_CXX_STANDARD/c set(CMAKE_CXX_STANDARD 17)' CMakeLists.txt
+}
+
 build() {
   mkdir build
   cd build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xalan-c/-/commit/c78731d474b180a9a6da024513b69ccf47366fb5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xalan-c/-/commit/c78731d474b180a9a6da024513b69ccf47366fb5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to