From 9f49f8d5b351c1fd5baf1485eae782796da70502 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 6 Feb 2015 17:41:40 +0100 Subject: [PATCH] New package: libechonest-qt5-2.3.0 --- common/shlibs | 1 + srcpkgs/libechonest-qt5-devel | 1 + srcpkgs/libechonest-qt5/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/libechonest-qt5-devel create mode 100644 srcpkgs/libechonest-qt5/template diff --git a/common/shlibs b/common/shlibs index ebc898e7ef5..c00ec92ecb9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2013,3 +2013,4 @@ libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1 libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1 libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_1 libKF5Attica.so.5 attica-qt5-5.6.0_1 +libechonest5.so.2.3 libechonest-qt5-2.3.0_1 diff --git a/srcpkgs/libechonest-qt5-devel b/srcpkgs/libechonest-qt5-devel new file mode 120000 index 00000000000..bf36a5da4be --- /dev/null +++ b/srcpkgs/libechonest-qt5-devel @@ -0,0 +1 @@ +libechonest-qt5 \ No newline at end of file diff --git a/srcpkgs/libechonest-qt5/template b/srcpkgs/libechonest-qt5/template new file mode 100644 index 00000000000..1a5288e9de0 --- /dev/null +++ b/srcpkgs/libechonest-qt5/template @@ -0,0 +1,25 @@ +# Template file for 'libechonest' +pkgname=libechonest-qt5 +version=2.3.0 +revision=1 +wrksrc=${pkgname%-*}-${version} +build_style=cmake +configure_args="-DBUILD_WITH_QT4=OFF" +hostmakedepends="cmake qt5-qmake" +makedepends="boost-devel qt5-xmlpatterns-devel" +short_desc="A C++/Qt wrapper around the wonderful echo nest api" +maintainer="Duncaen " +license="GPL-2" +homepage="https://projects.kde.org/projects/playground/libs/libechonest" +distfiles="http://files.lfranchi.com/${pkgname%-*}-${version}.tar.bz2" +checksum=79983ba72fbf9b112ebfb329b96b60eddf25d719ebe34eb70de01aa106ae2b44 + +libechonest-qt5-devel_package() { + depends="libechonest-qt5>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +}