[arch-commits] Commit in ngspice/trunk (PKGBUILD)
Kyle Keen
kkeen at gemini.archlinux.org
Tue Feb 1 09:21:58 UTC 2022
Date: Tuesday, February 1, 2022 @ 09:21:58
Author: kkeen
Revision: 1121814
upgpkg: ngspice 36-1
Modified:
ngspice/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-01 09:00:05 UTC (rev 1121813)
+++ PKGBUILD 2022-02-01 09:21:58 UTC (rev 1121814)
@@ -4,7 +4,7 @@
# Contributor: Luis Henrique <lmello.009 at gmail.com>
pkgname=ngspice
-pkgver=35
+pkgver=36
pkgrel=1
pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.'
url='http://ngspice.sourceforge.net'
@@ -13,8 +13,8 @@
depends=('libxaw' 'libedit' 'gcc-libs')
source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz"
"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf")
-sha1sums=('61a39d0aa75f43a2325d444f7d837c978053ec39'
- '0ac5d62eee5a641a69509e5e1d2ab6424704787e')
+sha1sums=('798a9b6880563a2c265b5fee14be0977b09f686f'
+ 'fd08dbfdd111dd6872677ba5e04d11049438455b')
# figure out why libedit is okay, but readline isn't
@@ -34,7 +34,7 @@
--enable-xspice \
--enable-cider \
--enable-openmp \
- --enable-oldapps \
+ --disable-debug \
--with-ngshared
make
#strip ./src/.libs/libngspice.so.0.0.0
@@ -45,9 +45,10 @@
--with-readline=no \
--enable-xspice \
--enable-cider \
- --enable-oldapps \
+ --disable-debug \
--enable-openmp
make
+ # --enable-oldapps seems broken on v36?
}
package() {
@@ -56,9 +57,9 @@
install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D -m644 "$srcdir/ngspice-$pkgver-manual.pdf" "$pkgdir/usr/share/doc/$pkgname/manual.pdf"
- install -Dm755 src/.libs/libngspice.so.0.0.1 "$pkgdir/usr/lib/libngspice.so.0.0.1"
- ln -s "libngspice.so.0.0.1" "$pkgdir/usr/lib/libngspice.so.0"
- ln -s "libngspice.so.0.0.1" "$pkgdir/usr/lib/libngspice.so"
+ install -Dm755 src/.libs/libngspice.so.0.0.2 "$pkgdir/usr/lib/libngspice.so.0.0.2"
+ ln -s "libngspice.so.0.0.2" "$pkgdir/usr/lib/libngspice.so.0"
+ ln -s "libngspice.so.0.0.2" "$pkgdir/usr/lib/libngspice.so"
# FS#70563, probably remove on v35
install -Dm644 ngspice.pc "$pkgdir/usr/lib/pkgconfig/ngspice.pc"
install -Dm644 src/include/ngspice/sharedspice.h "$pkgdir/usr/include/ngspice/sharedspice.h"
More information about the arch-commits
mailing list