[arch-commits] Commit in check/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jan 28 19:21:29 UTC 2020


    Date: Tuesday, January 28, 2020 @ 19:21:28
  Author: heftig
Revision: 374218

archrelease: copy trunk to extra-x86_64

Added:
  check/repos/extra-x86_64/PKGBUILD
    (from rev 374217, check/trunk/PKGBUILD)
Deleted:
  check/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-28 19:21:15 UTC (rev 374217)
+++ PKGBUILD	2020-01-28 19:21:28 UTC (rev 374218)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
-
-pkgbase=check
-pkgname=(check check-docs)
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A unit testing framework for C"
-url="https://libcheck.github.io/check/"
-arch=(x86_64)
-license=(LGPL)
-depends=(awk)
-makedepends=(git texlive-bin texi2html doxygen)
-_commit=90d03f3fe002c33224432753ebfa21ebb5c32238  # tags/0.13.0
-source=("git+https://github.com/libcheck/check#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd check
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd check
-  autoreconf -fvi
-}
-
-build() {
-  cd check
-  ./configure --prefix=/usr --disable-static
-  make all doc/doxygen doc/check_html
-}
-
-check() {
-  cd check
-  # Extremely long
-  #make -k check
-}
-
-package_check() {
-  optdepends+=('check-docs: Documentation')
-
-  cd check
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir/usr/share/doc" "$srcdir"
-}
-
-package_check-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cp -a check/doc/doxygen/html doc/check/doxygen
-  cp -a check/doc/check_html   doc/check/manual
-
-  mkdir -p "$pkgdir/usr/share"
-  mv doc "$pkgdir/usr/share"
-}

Copied: check/repos/extra-x86_64/PKGBUILD (from rev 374217, check/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-28 19:21:28 UTC (rev 374218)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
+
+pkgbase=check
+pkgname=(check check-docs)
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A unit testing framework for C"
+url="https://libcheck.github.io/check/"
+arch=(x86_64)
+license=(LGPL)
+makedepends=(git texlive-bin texi2html doxygen awk)
+_commit=d86594e5b29d50ddbd6276ab2d2cf5c278f7656c  # tags/0.14.0
+source=("git+https://github.com/libcheck/check#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd check
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd check
+  autoreconf -fvi
+}
+
+build() {
+  cd check
+  ./configure --prefix=/usr --disable-static
+  make all doc/doxygen doc/check_html
+}
+
+check() {
+  cd check
+  # Extremely long
+  #make -k check
+}
+
+package_check() {
+  depends=(awk)
+  optdepends=('check-docs: Documentation')
+  provides=(libcheck.so)
+
+  cd check
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_check-docs() {
+  pkgdesc+=" (documentation)"
+
+  cp -a check/doc/doxygen/html doc/check/doxygen
+  cp -a check/doc/check_html   doc/check/manual
+
+  mkdir -p "$pkgdir/usr/share"
+  mv doc "$pkgdir/usr/share"
+}



More information about the arch-commits mailing list