[arch-commits] Commit in e-antic/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jul 2 16:24:41 UTC 2021
Date: Friday, July 2, 2021 @ 16:24:40
Author: arojas
Revision: 970839
Move antic to dependencies, fix overlinking
Modified:
e-antic/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-02 16:10:25 UTC (rev 970838)
+++ PKGBUILD 2021-07-02 16:24:40 UTC (rev 970839)
@@ -2,13 +2,13 @@
pkgname=e-antic
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Embedded algebraic number fields (on top of antic)'
arch=(x86_64)
url='https://github.com/flatsurf/e-antic/'
license=(LGPL)
-depends=(arb)
-makedepends=(antic boost)
+depends=(arb antic)
+makedepends=(boost)
source=(https://github.com/flatsurf/e-antic/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('9ae24ffd55b3046c6db5af253574c1ee734751f20ceb2f123b47f69fac031f31')
@@ -20,6 +20,8 @@
--without-byexample \
--without-pytest \
--without-doc
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libeantic/libtool
make
}
More information about the arch-commits
mailing list