[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 10:11:00
  Author: felixonmars
Revision: 384029

upgpkg: cppunit 1.15.1-2: reproducibility rebuild

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:09:50 UTC (rev 384028)
+++ PKGBUILD2020-05-16 10:11:00 UTC (rev 384029)
@@ -3,7 +3,7 @@
 
 pkgname=cppunit
 pkgver=1.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ unit testing framework"
 arch=('x86_64')
 url="https://www.freedesktop.org/wiki/Software/cppunit;


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2019-12-25 Thread Andreas Radke via arch-commits
Date: Wednesday, December 25, 2019 @ 12:21:40
  Author: andyrtr
Revision: 372241

upgpkg: cppunit 1.15.1-1: upstream update 1.15.1; add docs

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-25 11:36:47 UTC (rev 372240)
+++ PKGBUILD2019-12-25 12:21:40 UTC (rev 372241)
@@ -2,16 +2,17 @@
 # Contributor: Jeff 'codemac' Mickey 
 
 pkgname=cppunit
-pkgver=1.14.0
-pkgrel=2
+pkgver=1.15.1
+pkgrel=1
 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=('3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780')
+sha256sums=('89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7')
 
 build() {
cd ${pkgname}-${pkgver}


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2019-01-24 Thread Andreas Radke via arch-commits
Date: Friday, January 25, 2019 @ 06:41:05
  Author: andyrtr
Revision: 344692

use https url

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 06:40:17 UTC (rev 344691)
+++ PKGBUILD2019-01-25 06:41:05 UTC (rev 344692)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="A C++ unit testing framework"
 arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/cppunit;
+url="https://www.freedesktop.org/wiki/Software/cppunit;
 license=('LGPL')
 depends=('sh' 'gcc-libs')
 options=('!emptydirs')


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 23:46:41
  Author: foutrelis
Revision: 338804

PIE/BUILDINFO rebuild

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:45:54 UTC (rev 338803)
+++ PKGBUILD2018-11-09 23:46:41 UTC (rev 338804)
@@ -3,7 +3,7 @@
 
 pkgname=cppunit
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ unit testing framework"
 arch=('x86_64')
 url="http://www.freedesktop.org/wiki/Software/cppunit;


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2017-08-04 Thread Andreas Radke
Date: Friday, August 4, 2017 @ 19:08:40
  Author: andyrtr
Revision: 301650

use https source

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 19:08:00 UTC (rev 301649)
+++ PKGBUILD2017-08-04 19:08:40 UTC (rev 301650)
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('sh' 'gcc-libs')
 options=('!emptydirs')
-source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780')
 
 build() {


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2017-04-17 Thread Andreas Radke
Date: Monday, April 17, 2017 @ 12:24:06
  Author: andyrtr
Revision: 293054

prepare next update

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 11:21:04 UTC (rev 293053)
+++ PKGBUILD2017-04-17 12:24:06 UTC (rev 293054)
@@ -3,8 +3,8 @@
 # Contributor: Jeff 'codemac' Mickey 
 
 pkgname=cppunit
-pkgver=1.13.2
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc="A C++ unit testing framework"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/cppunit;
@@ -12,7 +12,7 @@
 depends=('sh' 'gcc-libs')
 options=('!emptydirs')
 source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d1c6bdd5a76c66d2c38331e2d287bc01')
+sha256sums=('3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780')
 
 build() {
cd ${pkgname}-${pkgver}


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2015-12-05 Thread Bartłomiej Piotrowski
Date: Saturday, December 5, 2015 @ 16:39:13
  Author: bpiotrowski
Revision: 252439

C++11 ABI rebuild

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 15:38:43 UTC (rev 252438)
+++ PKGBUILD2015-12-05 15:39:13 UTC (rev 252439)
@@ -4,7 +4,7 @@
 
 pkgname=cppunit
 pkgver=1.13.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ unit testing framework"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/cppunit;


[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2014-01-29 Thread Andreas Radke
Date: Wednesday, January 29, 2014 @ 11:11:22
  Author: andyrtr
Revision: 204847

upgpkg: cppunit 1.13.2-1

upstream update 1.13.2

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-29 01:50:38 UTC (rev 204846)
+++ PKGBUILD2014-01-29 10:11:22 UTC (rev 204847)
@@ -3,9 +3,8 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=cppunit
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
-_hash=fa9aa839145cdf860bf596532bb8af97
 pkgdesc=A C++ unit testing framework
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/cppunit;
@@ -12,21 +11,21 @@
 license=('LGPL')
 depends=('sh' 'gcc-libs')
 options=('!emptydirs')
-source=(http://dev-www.libreoffice.org/src/${_hash}-${pkgname}-${pkgver}.tar.gz)
-md5sums=(${_hash})
+source=(http://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d1c6bdd5a76c66d2c38331e2d287bc01')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make
 }
 
 check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
+  cd ${pkgname}-${pkgver}
+  make check
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2012-09-27 Thread andyrtr
Date: Thursday, September 27, 2012 @ 11:29:23
  Author: andyrtr
Revision: 167192

upgpkg: cppunit 1.13.1-1

upstream update 1.13.1

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-27 12:38:07 UTC (rev 167191)
+++ PKGBUILD2012-09-27 15:29:23 UTC (rev 167192)
@@ -3,9 +3,9 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=cppunit
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
-_hash=0c65c839854edd43d9294d1431a2b292
+_hash=fa9aa839145cdf860bf596532bb8af97
 pkgdesc=A C++ unit testing framework
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/cppunit;



[arch-commits] Commit in cppunit/trunk (PKGBUILD)

2012-07-07 Thread andyrtr
Date: Saturday, July 7, 2012 @ 05:29:28
  Author: andyrtr
Revision: 163109

upgpkg: cppunit 1.13.0-1

upstream update 1.13.0; new url, add check function, disable static lib

Modified:
  cppunit/trunk/PKGBUILD

--+
 PKGBUILD |   19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-07 07:20:57 UTC (rev 163108)
+++ PKGBUILD2012-07-07 09:29:28 UTC (rev 163109)
@@ -3,24 +3,29 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=cppunit
-pkgver=1.12.1
-pkgrel=4
+pkgver=1.13.0
+pkgrel=1
+_hash=0c65c839854edd43d9294d1431a2b292
 pkgdesc=A C++ unit testing framework
 arch=('i686' 'x86_64')
-url=http://cppunit.sourceforge.net;
+url=http://www.freedesktop.org/wiki/Software/cppunit;
 license=('LGPL')
 depends=('sh' 'gcc-libs')
 options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f1ab8986af7a1ffa6760f4bacf5622924639bf4a')
+source=(http://dev-www.libreoffice.org/src/${_hash}-${pkgname}-${pkgver}.tar.gz)
+md5sums=(${_hash})
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   export LDFLAGS+= -ldl
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --disable-static
make
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install



[arch-commits] Commit in cppunit/trunk (PKGBUILD gcc4.5.patch)

2012-01-18 Thread Stéphane Gaudreault
Date: Wednesday, January 18, 2012 @ 08:02:25
  Author: stephane
Revision: 146793

upgpkg: cppunit 1.12.1-4

signed rebuild, tidy-up pkgbuild, remove unneeded patch

Modified:
  cppunit/trunk/PKGBUILD
Deleted:
  cppunit/trunk/gcc4.5.patch

--+
 PKGBUILD |   25 ++---
 gcc4.5.patch |   15 ---
 2 files changed, 10 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-18 11:05:48 UTC (rev 146792)
+++ PKGBUILD2012-01-18 13:02:25 UTC (rev 146793)
@@ -4,29 +4,24 @@
 
 pkgname=cppunit
 pkgver=1.12.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A C++ unit testing framework
 arch=('i686' 'x86_64')
 url=http://cppunit.sourceforge.net;
 license=('LGPL')
 depends=('sh' 'gcc-libs')
-makedepends=('gcc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-'gcc4.5.patch')
-md5sums=('bd30e9cf5523cdfc019b94f5e1d7fd19'
- '7f4e3b50fa1ee8bc854ab431848dddec')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f1ab8986af7a1ffa6760f4bacf5622924639bf4a')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np1 -i ../gcc4.5.patch
-  autoreconf
-  libtoolize -f
-  ./configure --prefix=/usr
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LDFLAGS+= -ldl
+   ./configure --prefix=/usr
+   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }

Deleted: gcc4.5.patch
===
--- gcc4.5.patch2012-01-18 11:05:48 UTC (rev 146792)
+++ gcc4.5.patch2012-01-18 13:02:25 UTC (rev 146793)
@@ -1,15 +0,0 @@
 cppunit-1.12.1.orig/src/cppunit/Makefile.am
-+++ cppunit-1.12.1/src/cppunit/Makefile.am
-@@ -63,5 +63,11 @@
- 
- libcppunit_la_LDFLAGS= \
-  -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-- -release $(LT_RELEASE)
-+ -release $(LT_RELEASE) @LIBADD_DL@
- 
-+TESTS = t_link
-+
-+check_PROGRAMS = t_link
-+
-+t_link_SOURCES = t_link.cpp
-+t_link_LDADD = libcppunit.la