[PRQ#50201] Orphan Request for ucommon
fbrennan [1] filed an orphan request for ucommon [2]: Maintainer inaction, see comments. I have a patch to fix build: ``` -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 - From 386bbe310d84c7135fece063f50855890d4e0b3c Mon Sep 17 00:00:00 2001 From: Fredrick Brennan <copypaste@kittens.ph> Date: Fri, 3 Nov 2023 16:18:43 -0400 Subject: [PATCH] v7.0.1 pkgrel 2 - --- .SRCINFO | 2 +- PKGBUILD | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a18eff5..d84cfba 100644 - --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ucommon pkgdesc = GNU Common C++ is a class framework that was specifically designed for telephony applications. pkgver = 7.0.1 - - pkgrel = 1 + pkgrel = 2 url = https://www.gnu.org/software/commoncpp/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 0fb9984..65139b1 100644 - --- a/PKGBUILD +++ b/PKGBUILD @@ -2,10 +2,11 @@ # Contributor: Dominic Brekau <aur@dominic.brekau.de> # Contributor: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: Fred Brennan <copypaste@kittens.ph> pkgname=ucommon pkgver=7.0.1 - -pkgrel=1 +pkgrel=2 pkgdesc='GNU Common C++ is a class framework that was specifically designed for telephony applications.' arch=('i686' 'x86_64') url='https://www.gnu.org/software/commoncpp/' @@ -19,11 +20,16 @@ sha256sums=('99fd0e2c69f24e4ca93d01a14bc3fc4e40d69576f235f80f7a8ab37c16951f3e') build() { mkdir build && cd build - - cmake "${srcdir}"/commoncpp-$pkgver -DCMAKE_INSTALL_PREFIX=/usr - - make + cmake "${srcdir}"/commoncpp-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SHARED_LINKER_FLAGS='-latomic' \ + -DCMAKE_EXE_LINKER_FLAGS='-latomic' \ + -DCMAKE_STATIC_LINKER_FLAGS='-latomic' \ + -DBUILD_DISTFILE=ON + cmake --build . } package() { cd build - - make DESTDIR="${pkgdir}" install + cmake --install . --prefix "${pkgdir}"/usr + find "${pkgdir}"/usr/bin -type f -exec chmod -v ugo+x {} \; } - -- 2.42.0 -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQS1rLeeEfG/f0nzK7hYUwVpYvFOWAUCZUVVsgAKCRBYUwVpYvFO WHXxAQCINVBwBKQ83vXYhhUwJuzJk795pQBqJzSXvAcFJf8jEAD/cyardUAELX/z tWCV2yL4JrqW7nUR+u7BLX6wNAaFcws= =gSiF -----END PGP SIGNATURE----- ``` [1] https://aur.archlinux.org/account/fbrennan/ [2] https://aur.archlinux.org/pkgbase/ucommon/
All comments except the one by this request's OP were made before I adopted the package, in particular before my last commit. The package has always been building just fine since that commit. As always, I'm happy to discuss technical issues I may have missed in the package's comment section. I just answered the OP's comment over there. Thus, claiming I was inactive and the package didn't build is just wrong. Also, filing an orphan request immediately right after posting a comment is certainly not the way AUR folks should deal with each other. With all due respect, I totally fail to see how this request could even be remotely warranted.
Request #50201 has been Rejected by muflone [1]: the maintainer seems active [1] https://aur.archlinux.org/account/muflone/
participants (2)
-
notify@aur.archlinux.org
-
Peter Mattern