Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libxml2


Commits:
59ddf12b by Frederik Schwan at 2024-05-09T12:19:27+02:00
upgpkg: 2.12.6-3: disable icu for icu rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
 pkgbase = libxml2
        pkgdesc = XML C parser and toolkit
        pkgver = 2.12.6
-       pkgrel = 2
+       pkgrel = 3
        url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
        arch = x86_64
        license = MIT
        makedepends = git
        makedepends = python
-       depends = icu
        depends = ncurses
        depends = readline
        depends = xz


=====================================
PKGBUILD
=====================================
@@ -10,13 +10,12 @@ pkgname=(
   libxml2-docs
 )
 pkgver=2.12.6
-pkgrel=2
+pkgrel=3
 pkgdesc="XML C parser and toolkit"
 url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home";
 arch=(x86_64)
 license=(MIT)
 depends=(
-  icu
   ncurses
   readline
   xz
@@ -60,7 +59,6 @@ build() {
     --localstatedir=/var
     --disable-static
     --with-history
-    --with-icu
     --with-legacy
     --with-python=/usr/bin/python
     --with-threads



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxml2/-/commit/59ddf12bf7844d89210c31ae68e11661e75e4477

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


Reply via email to