[arch-commits] Commit in cppunit/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Sat May 21 20:06:54 UTC 2022
Date: Saturday, May 21, 2022 @ 20:06:54
Author: andyrtr
Revision: 446303
archrelease: copy trunk to extra-x86_64
Added:
cppunit/repos/extra-x86_64/PKGBUILD
(from rev 446302, cppunit/trunk/PKGBUILD)
Deleted:
cppunit/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-21 20:06:48 UTC (rev 446302)
+++ PKGBUILD 2022-05-21 20:06:54 UTC (rev 446303)
@@ -1,31 +0,0 @@
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-
-pkgname=cppunit
-pkgver=1.15.1
-pkgrel=2
-pkgdesc="A C++ unit testing framework"
-arch=('x86_64')
-url="https://www.freedesktop.org/wiki/Software/cppunit"
-license=('LGPL')
-depends=('sh' 'gcc-libs')
-makedepends=('doxygen')
-options=('!emptydirs')
-source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --disable-static
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: cppunit/repos/extra-x86_64/PKGBUILD (from rev 446302, cppunit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-21 20:06:54 UTC (rev 446303)
@@ -0,0 +1,32 @@
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+
+pkgname=cppunit
+pkgver=1.15.1
+pkgrel=3
+pkgdesc="A C++ unit testing framework"
+arch=('x86_64')
+url="https://www.freedesktop.org/wiki/Software/cppunit"
+license=('LGPL')
+depends=('sh' 'gcc-libs')
+makedepends=('doxygen')
+options=('!emptydirs')
+source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --disable-static
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list