[arch-commits] Commit in libfilezilla/repos (8 files)

2017-07-19 Thread Florian Pritz
Date: Wednesday, July 19, 2017 @ 18:30:46
  Author: bluewind
Revision: 245720

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libfilezilla/repos/community-i686/PKGBUILD
(from rev 245719, libfilezilla/trunk/PKGBUILD)
  libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 245719, libfilezilla/trunk/PKGBUILD)
Deleted:
  libfilezilla/repos/community-i686/PKGBUILD
  libfilezilla/repos/community-i686/cppunit-pkgconfig.patch
  libfilezilla/repos/community-i686/random_bytes.patch
  libfilezilla/repos/community-x86_64/PKGBUILD
  libfilezilla/repos/community-x86_64/cppunit-pkgconfig.patch
  libfilezilla/repos/community-x86_64/random_bytes.patch

--+
 /PKGBUILD|   66 +
 community-i686/PKGBUILD  |   44 ---
 community-i686/cppunit-pkgconfig.patch   |   27 ---
 community-i686/random_bytes.patch|   11 
 community-x86_64/PKGBUILD|   44 ---
 community-x86_64/cppunit-pkgconfig.patch |   27 ---
 community-x86_64/random_bytes.patch  |   11 
 7 files changed, 66 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-19 18:30:35 UTC (rev 245719)
+++ community-i686/PKGBUILD 2017-07-19 18:30:46 UTC (rev 245720)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";
-cppunit-pkgconfig.patch random_bytes.patch)
-
-prepare() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/cppunit-pkgconfig.patch"
-  patch -p1 -i "$srcdir/random_bytes.patch"
-  autoreconf
-}
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('d52a0e7229efb3c9fafc8a2b649d665d'
- '0e3c4b6bfe11f7f9dddbc033c23c8c12'
- '19beb164bda0f853678629b24865bdce')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 245719, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-19 18:30:46 UTC (rev 245720)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://lib.filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('f3ad558f121702319adf06daf2f64776')

Deleted: community-i686/cppunit-pkgconfig.patch
===
--- community-i686/cppunit-pkgconfig.patch  2017-07-19 18:30:35 UTC (rev 
245719)
+++ community-i686/cppunit-pkgconfig.patch  2017-07-19 18:30:46 UTC (rev 
245720)
@@ -1,27 +0,0 @@
 libfilezilla-0.9.2/m4/cppunit.m4.ddd   2015-11-02 14:47:31.0 
+0100
-+++ libfilezilla-0.9.2/m4/cppunit.m4   2017-06-06 19:08:00.329550653 +0200
-@@ -29,12 +29,14 @@ AC_ARG_WITH(cppunit-exec-prefix,[  --wit
-   no_cppunit=""
-   if test "$CPPUNIT_CONFIG" = "no" ; then
- AC_MSG_RESULT(no)
--no_cppunit=yes
-+CPPUNIT_CFLAGS=`pkg-config --cflags cppunit`
-+CPPUNIT_LIBS=`pkg-config --libs cppunit`
-+cppunit_version=`pkg-config --modversion cppunit`
-   else
- CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
- CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
- cppunit_version=`$CPPUNIT_CONFIG --version`
--
-+  fi
- cppunit_major_version=`echo $cppunit_version | \
-sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
- cppunit_minor_version=`echo $cppunit_version | \
-@@ -74,7 +76,6 @@ AC_ARG_WITH(cppunit-exec-prefix,[  --wit
-   AC_MSG_R

[arch-commits] Commit in libfilezilla/repos (8 files)

2017-06-14 Thread Florian Pritz
Date: Wednesday, June 14, 2017 @ 18:00:59
  Author: bluewind
Revision: 236786

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libfilezilla/repos/community-i686/PKGBUILD
(from rev 236785, libfilezilla/trunk/PKGBUILD)
  libfilezilla/repos/community-i686/cppunit-pkgconfig.patch
(from rev 236785, libfilezilla/trunk/cppunit-pkgconfig.patch)
  libfilezilla/repos/community-i686/random_bytes.patch
(from rev 236785, libfilezilla/trunk/random_bytes.patch)
  libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 236785, libfilezilla/trunk/PKGBUILD)
  libfilezilla/repos/community-x86_64/cppunit-pkgconfig.patch
(from rev 236785, libfilezilla/trunk/cppunit-pkgconfig.patch)
  libfilezilla/repos/community-x86_64/random_bytes.patch
(from rev 236785, libfilezilla/trunk/random_bytes.patch)
Deleted:
  libfilezilla/repos/community-i686/PKGBUILD
  libfilezilla/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   88 +
 community-i686/PKGBUILD  |   33 --
 community-i686/cppunit-pkgconfig.patch   |   27 
 community-i686/random_bytes.patch|   11 +++
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/cppunit-pkgconfig.patch |   27 
 community-x86_64/random_bytes.patch  |   11 +++
 7 files changed, 164 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-14 18:00:46 UTC (rev 236785)
+++ community-i686/PKGBUILD 2017-06-14 18:00:59 UTC (rev 236786)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('4676304b048869ab6ac6ae09a1ab29f9')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 236785, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-14 18:00:59 UTC (rev 236786)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";
+cppunit-pkgconfig.patch random_bytes.patch)
+
+prepare() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/cppunit-pkgconfig.patch"
+  patch -p1 -i "$srcdir/random_bytes.patch"
+  autoreconf
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('d52a0e7229efb3c9fafc8a2b649d665d'
+ '0e3c4b6bfe11f7f9dddbc033c23c8c12'
+ '19beb164bda0f853678629b24865bdce')

Copied: libfilezilla/repos/community-i686/cppunit-pkgconfig.patch (from rev 
236785, libfilezilla/trunk/cppunit-pkgconfig.patch)
===
--- community-i686/cppunit-pkgconfig.patch  (rev 0)
+++ community-i686/cppunit-pkgconfig.patch  2017-06-14 18:00:59 UTC (rev 
236786)
@@ -0,0 +1,27 @@
+--- libfilezilla-0.9.2/m4/cppunit.m4.ddd   2015-11-02 14:47:31.0 
+0100
 libfilezilla-0.9.2/m4/cppunit.m4   2017-06-06 19:08:00.329550653 +0200
+@@ -29,12 +29,14 @@ AC_ARG_WITH(cppunit-exec-prefix,[  --wit
+   no_cppunit=""
+   if test "$CPPUNIT_CONFIG" = "no" ; then
+ AC_MSG_RESULT(no)
+-no_cppunit=yes
++CPPUNIT_CFLAGS=`pkg-config --cflags cppunit`
++CPPUNIT_LIBS=`pkg-config --libs cppunit`
++cppunit_version=`pkg-config --modversion cppunit`
+   else
+ CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
+ CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
+ cppunit