Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / pkgconf
Commits:
c4251bcc by Jan Alexander Steffens (heftig) at 2023-12-05T16:26:28+01:00
2.1.0-2: revert a commit to unbreak cmake
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pkgconf
pkgdesc = Package compiler and linker metadata toolkit
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitea.treehouse.systems/ariadne/pkgconf
arch = x86_64
license = custom:ISC
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=pkgconf
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Package compiler and linker metadata toolkit"
url="https://gitea.treehouse.systems/ariadne/pkgconf"
license=(custom:ISC)
@@ -42,6 +42,11 @@ pkgver() {
prepare() {
cd pkgconf
+
+ # Fix --modversion (broke WebKitGTK build)
+ # https://github.com/pkgconf/pkgconf/issues/317
+ # https://github.com/pkgconf/pkgconf/issues/332
+ git revert -n 97d907ba93b7e4eef67e4c0a80939421ad3183f0
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgconf/-/commit/c4251bcc1c12b551131c87e6c0c1d0b44ff96f00
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgconf/-/commit/c4251bcc1c12b551131c87e6c0c1d0b44ff96f00
You're receiving this email because of your account on gitlab.archlinux.org.