[arch-commits] Commit in libsemigroups/repos/community-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 30 20:05:37 UTC 2019
Date: Saturday, November 30, 2019 @ 20:05:36
Author: arojas
Revision: 534604
archrelease: copy trunk to community-x86_64
Added:
libsemigroups/repos/community-x86_64/PKGBUILD
(from rev 534603, libsemigroups/trunk/PKGBUILD)
libsemigroups/repos/community-x86_64/system-fmt.patch
(from rev 534603, libsemigroups/trunk/system-fmt.patch)
Deleted:
libsemigroups/repos/community-x86_64/PKGBUILD
libsemigroups/repos/community-x86_64/system-fmt.patch
------------------+
PKGBUILD | 66 +++++++++++++++++++++++-----------------------
system-fmt.patch | 76 ++++++++++++++++++++++++++---------------------------
2 files changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-30 20:05:14 UTC (rev 534603)
+++ PKGBUILD 2019-11-30 20:05:36 UTC (rev 534604)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libsemigroups
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="C++ library for semigroups and monoids"
-url="https://libsemigroups.github.io/libsemigroups/"
-arch=(x86_64)
-license=(GPL3)
-depends=(gcc-libs)
-makedepends=(fmt)
-source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
- system-fmt.patch)
-sha256sums=('08a4a678d08324a29bd9e0000803d18a1d5134d7f9928ec56bd72071d9740164'
- '86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i ../system-fmt.patch
- rm -r extern/fmt-*
- autoreconf -fi
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libsemigroups/repos/community-x86_64/PKGBUILD (from rev 534603, libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-30 20:05:36 UTC (rev 534604)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libsemigroups
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="C++ library for semigroups and monoids"
+url="https://libsemigroups.github.io/libsemigroups/"
+arch=(x86_64)
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(fmt)
+source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+ system-fmt.patch)
+sha256sums=('9c1887bd158cfff3c8a8f511840969d23285980702b6548fb7332e35ce30dda0'
+ '86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i ../system-fmt.patch
+ rm -r extern/fmt-*
+ autoreconf -fi
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: system-fmt.patch
===================================================================
--- system-fmt.patch 2019-11-30 20:05:14 UTC (rev 534603)
+++ system-fmt.patch 2019-11-30 20:05:36 UTC (rev 534604)
@@ -1,38 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 761a772..0a8391b 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -108,17 +108,6 @@ pkginclude_HEADERS += extern/HPCombi/include/vect_generic.hpp
- endif
-
- fmtincludedir = $(includedir)/fmt
--fmtinclude_HEADERS = extern/fmt-5.3.0/include/fmt/chrono.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/color.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/core.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/format-inl.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/format.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/locale.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/ostream.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/posix.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/printf.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/ranges.h
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/time.h
-
- lib_LTLIBRARIES = libsemigroups.la
-
-diff --git a/configure.ac b/configure.ac
-index c40acdb..832d8a3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -212,11 +212,5 @@ AS_IF([test "x$enable_hpcombi" = xyes],
- AM_CONDITIONAL([HPCOMBI_CONSTEXPR_FUN_ARGS],
- [test "x$hpcombi_constexpr_fun_args" = xyes])
-
--AC_CHECK_FILE([$srcdir/extern/fmt-5.3.0/README.rst],
-- [],
-- []
-- [AC_MSG_ERROR([fmt-5.3.0 is not available, please download fmt-5.3.0 from https://fmt.dev/ and put the unpacked archive in the libsemigroups/extern directory])])
--dnl Output configured files
--
- AC_CONFIG_FILES([Makefile libsemigroups.pc])
- AC_OUTPUT
Copied: libsemigroups/repos/community-x86_64/system-fmt.patch (from rev 534603, libsemigroups/trunk/system-fmt.patch)
===================================================================
--- system-fmt.patch (rev 0)
+++ system-fmt.patch 2019-11-30 20:05:36 UTC (rev 534604)
@@ -0,0 +1,38 @@
+diff --git a/Makefile.am b/Makefile.am
+index 761a772..0a8391b 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -108,17 +108,6 @@ pkginclude_HEADERS += extern/HPCombi/include/vect_generic.hpp
+ endif
+
+ fmtincludedir = $(includedir)/fmt
+-fmtinclude_HEADERS = extern/fmt-5.3.0/include/fmt/chrono.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/color.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/core.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/format-inl.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/format.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/locale.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/ostream.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/posix.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/printf.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/ranges.h
+-fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/time.h
+
+ lib_LTLIBRARIES = libsemigroups.la
+
+diff --git a/configure.ac b/configure.ac
+index c40acdb..832d8a3 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -212,11 +212,5 @@ AS_IF([test "x$enable_hpcombi" = xyes],
+ AM_CONDITIONAL([HPCOMBI_CONSTEXPR_FUN_ARGS],
+ [test "x$hpcombi_constexpr_fun_args" = xyes])
+
+-AC_CHECK_FILE([$srcdir/extern/fmt-5.3.0/README.rst],
+- [],
+- []
+- [AC_MSG_ERROR([fmt-5.3.0 is not available, please download fmt-5.3.0 from https://fmt.dev/ and put the unpacked archive in the libsemigroups/extern directory])])
+-dnl Output configured files
+-
+ AC_CONFIG_FILES([Makefile libsemigroups.pc])
+ AC_OUTPUT
More information about the arch-commits
mailing list