From 6a454b506a4faf7eb80de21b83fcf959fc819036 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sun, 14 Feb 2016 23:13:43 +0100 Subject: [PATCH 1/2] New package: libfilezilla-0.3.1 --- common/shlibs | 1 + srcpkgs/libfilezilla-devel | 1 + srcpkgs/libfilezilla/template | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 120000 srcpkgs/libfilezilla-devel create mode 100644 srcpkgs/libfilezilla/template diff --git a/common/shlibs b/common/shlibs index 93b17119c6f..69964ba69a2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2349,3 +2349,4 @@ libhwloc.so.5 libhwloc-1.11.2_1 libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1 libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1 libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1 +libfilezilla.so.0 libfilezilla-0.3.1_1 diff --git a/srcpkgs/libfilezilla-devel b/srcpkgs/libfilezilla-devel new file mode 120000 index 00000000000..33c7f4590bc --- /dev/null +++ b/srcpkgs/libfilezilla-devel @@ -0,0 +1 @@ +libfilezilla \ No newline at end of file diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template new file mode 100644 index 00000000000..ec4338df399 --- /dev/null +++ b/srcpkgs/libfilezilla/template @@ -0,0 +1,21 @@ +# Template file for 'libfilezilla' +pkgname=libfilezilla +version=0.3.1 +revision=1 +build_style=gnu-configure +configure_args="--disable-static" +short_desc="A small and modern C++ library, offering some basic functionality" +maintainer="bra1nwave " +license="GPL-2" +homepage="https://lib.filezilla-project.org/" +distfiles="${SOURCEFORGE_SITE}/filezilla/${pkgname}/${pkgname}-${version}.tar.bz2" +checksum=a4adde9ce2de975e0f8b111705b9f89939466f19edf609efb785a6bf00f050ef + +libfilezilla-devel_package() { + short_desc+=" - development files" + depends="libfilezilla>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + } +} From ee52eaeefe840716406c3354098de7b26e84cf4b Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sun, 14 Feb 2016 23:13:52 +0100 Subject: [PATCH 2/2] filezilla: update to 3.15.0.2. --- srcpkgs/filezilla/template | 8 ++++---- srcpkgs/libfilezilla/template | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 7737018c46e..ee14f3e7c66 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,18 +1,18 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.14.1 -revision=2 +version=3.15.0.2 +revision=1 nocross=yes build_style=gnu-configure configure_args="WXRC=/usr/bin/wxrc-3.0 --with-wx-config=wx-config-3.0 --disable-static --disable-manualupdatecheck --disable-autoupdatecheck" hostmakedepends="pkg-config" makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel - gtk+-devel wxWidgets-devel xdg-utils" + gtk+-devel wxWidgets-devel xdg-utils libfilezilla-devel" depends="xdg-utils hicolor-icon-theme desktop-file-utils" short_desc="Fast and reliable FTP, FTPS and SFTP client" maintainer="Juan RP " license="GPL-2" homepage="http://filezilla-project.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2" -checksum=b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c +checksum=333c46709506b2777047556aa9ee791b404e5f8b94236b3c8a789c1dc09f7c4f diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index ec4338df399..574380c896d 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -4,7 +4,7 @@ version=0.3.1 revision=1 build_style=gnu-configure configure_args="--disable-static" -short_desc="A small and modern C++ library, offering some basic functionality" +short_desc="A small and modern C++ library, which offers some basic functionalities" maintainer="bra1nwave " license="GPL-2" homepage="https://lib.filezilla-project.org/"