Date: Monday, April 17, 2023 @ 17:20:21
  Author: freswa
Revision: 1447003

archrelease: copy trunk to community-x86_64

Added:
  iverilog/repos/community-x86_64/PKGBUILD
    (from rev 1447002, iverilog/trunk/PKGBUILD)
Deleted:
  iverilog/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 17:20:17 UTC (rev 1447002)
+++ PKGBUILD    2023-04-17 17:20:21 UTC (rev 1447003)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: Jared Casper <[email protected]>
-# Contributor: Paulo Matias <matias archlinux-br org>
-
-pkgname=iverilog
-pkgver=11.0
-pkgrel=2
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64')
-url='https://github.com/steveicarus/iverilog'
-license=('GPL')
-depends=('zlib' 'bzip2')
-makedepends=('gperf' 'git')
-options=('staticlibs')
-source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_}";)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  aclocal
-  autoconf
-}
-
-build() {
-  cd "$pkgname"
-
-  CFLAGS+=' -ffat-lto-objects -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  CXXCPP=/usr/bin/cpp ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
-}
-
-# vim: ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 1447002, 
iverilog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 17:20:21 UTC (rev 1447003)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Jared Casper <[email protected]>
+# Contributor: Paulo Matias <matias archlinux-br org>
+
+pkgname=iverilog
+pkgver=12.0
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64')
+url='https://github.com/steveicarus/iverilog'
+license=('GPL')
+depends=('zlib' 'bzip2')
+makedepends=('gperf' 'git')
+options=('staticlibs')
+source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_}";
+        
fix-string-literal.patch::https://github.com/steveicarus/iverilog/commit/23e51ef7a8e8e4ba42208936e0a6a25901f58c65.patch)
+md5sums=('SKIP'
+         '35359d78199f3093b99436e1370249b3')
+
+prepare() {
+  cd "$pkgname"
+
+  patch -Np1 < ../fix-string-literal.patch
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd "$pkgname"
+
+  CFLAGS+=' -ffat-lto-objects -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+  CXXCPP=/usr/bin/cpp ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh

Reply via email to