[arch-commits] Commit in libfilezilla/repos (4 files)
Florian Pritz
bluewind at archlinux.org
Wed May 11 14:01:45 UTC 2016
Date: Wednesday, May 11, 2016 @ 16:01:44
Author: bluewind
Revision: 174804
archrelease: copy trunk to community-i686, community-x86_64
Added:
libfilezilla/repos/community-i686/PKGBUILD
(from rev 174803, libfilezilla/trunk/PKGBUILD)
libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 174803, libfilezilla/trunk/PKGBUILD)
Deleted:
libfilezilla/repos/community-i686/PKGBUILD
libfilezilla/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 ----------------------
community-x86_64/PKGBUILD | 33 ----------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-11 14:01:38 UTC (rev 174803)
+++ community-i686/PKGBUILD 2016-05-11 14:01:44 UTC (rev 174804)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=libfilezilla
-pkgver=0.5.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://filezilla-project.org/"
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/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=('57b9cfba8acc2874cb31cdbeffd5b9bb')
Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 174803, libfilezilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 14:01:44 UTC (rev 174804)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.5.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://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/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=('47a86eebbc0f7c7d0f68401d57633bba')
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-11 14:01:38 UTC (rev 174803)
+++ community-x86_64/PKGBUILD 2016-05-11 14:01:44 UTC (rev 174804)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=libfilezilla
-pkgver=0.5.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://filezilla-project.org/"
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/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=('57b9cfba8acc2874cb31cdbeffd5b9bb')
Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 174803, libfilezilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-11 14:01:44 UTC (rev 174804)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.5.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://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/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=('47a86eebbc0f7c7d0f68401d57633bba')
More information about the arch-commits
mailing list