Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dmtcp


Commits:
0419c2cc by Felix Yan at 2026-06-29T04:17:42+08:00
upgpkg: 4.1.1-2: fix version.h installation path

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = dmtcp
        pkgdesc = Distributed MultiThreaded CheckPointing
        pkgver = 4.1.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://dmtcp.sourceforge.io
        arch = x86_64
        license = LGPL-3.0-or-later


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=dmtcp
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed MultiThreaded CheckPointing'
 url='https://dmtcp.sourceforge.io'
 arch=('x86_64')
@@ -14,6 +14,14 @@ source=("git+https://github.com/dmtcp/dmtcp.git#tag=$pkgver";)
 sha256sums=('b79793765a005410782b740e3a452442556236726ff0f7f3fe04e1c0c3cfa9b7')
 
b2sums=('01038363961c2d4689492d1d59a5d1c7e2cdd656d6111c3f319e77e36b9d4368c9de6741d1dca4fffe4029697ecd70ba3b8afef0825893cabc3a5fbde8e97be5')
 
+prepare() {
+  cd $pkgname
+  # Install version.h under /usr/include/dmtcp instead of /usr/include.
+  # https://github.com/dmtcp/dmtcp/pull/1269
+  git cherry-pick -n b7c5f2ffda84df9c849c83bd079e44513f581988
+  ./autogen.sh
+}
+
 build() {
   cd $pkgname
   ./configure \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dmtcp/-/commit/0419c2cc35678ddd2752876d6b419fcf9ae42200

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dmtcp/-/commit/0419c2cc35678ddd2752876d6b419fcf9ae42200
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to