[arch-commits] Commit in libixion/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 11:59:38 UTC 2020


    Date: Thursday, November 12, 2020 @ 11:59:37
  Author: foutrelis
Revision: 400503

archrelease: copy trunk to staging-x86_64

Added:
  libixion/repos/staging-x86_64/PKGBUILD
    (from rev 400502, libixion/trunk/PKGBUILD)
Deleted:
  libixion/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 11:59:34 UTC (rev 400502)
+++ PKGBUILD	2020-11-12 11:59:37 UTC (rev 400503)
@@ -1,35 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=libixion
-pkgver=0.16.1
-pkgrel=2
-pkgdesc="A general purpose formula parser & interpreter"
-arch=('x86_64')
-url="https://gitlab.com/ixion/ixion/blob/master/README.md"
-license=('custom')
-depends=('boost-libs' 'python')
-makedepends=('boost' 'mdds' 'spdlog')
-source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
-# https://gitlab.com/ixion/ixion/-/releases
-sha256sums=('426c643b3c346d546027c0226619abb2e59848e94470b9b5aa6365e26125089f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static
-#  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # doesn't fix it
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # LICENSE file is missing in tarball
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 400502, libixion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 11:59:37 UTC (rev 400503)
@@ -0,0 +1,35 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.16.1
+pkgrel=3
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md"
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds' 'spdlog')
+source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
+# https://gitlab.com/ixion/ixion/-/releases
+sha256sums=('426c643b3c346d546027c0226619abb2e59848e94470b9b5aa6365e26125089f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static
+#  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # doesn't fix it
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list