From a4a1d432fbdb063dd62456c18638dbb0dcc528bb Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 29 Jul 2015 08:09:09 +0000 Subject: [PATCH] New package: quimup-1.4.0 --- srcpkgs/quimup/patches/quimup.patch | 10 ++++++++++ srcpkgs/quimup/template | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 srcpkgs/quimup/patches/quimup.patch create mode 100644 srcpkgs/quimup/template diff --git a/srcpkgs/quimup/patches/quimup.patch b/srcpkgs/quimup/patches/quimup.patch new file mode 100644 index 00000000000..60788eef634 --- /dev/null +++ b/srcpkgs/quimup/patches/quimup.patch @@ -0,0 +1,10 @@ +--- src/qtlocalpeer.cpp.orig ++++ src/qtlocalpeer.cpp +@@ -41,6 +41,7 @@ + #include "qtlocalpeer.h" + #include + #include ++#include + + #if defined(Q_OS_WIN) + #include diff --git a/srcpkgs/quimup/template b/srcpkgs/quimup/template new file mode 100644 index 00000000000..0f95ea2ce35 --- /dev/null +++ b/srcpkgs/quimup/template @@ -0,0 +1,18 @@ +# Template file for 'quimup' +pkgname=quimup +version=1.4.0 +revision=1 +wrksrc="${pkgname} ${version}" +build_style=gnu-makefile +hostmakedepends="pkg-config qt5-qmake" +makedepends="libmpdclient-devel qt5-devel taglib-devel" +short_desc="Client for MPD written in c++ and QT5" +maintainer="beefcurtains " +license="GPL-2" +homepage="http://coonsden.com/?cat=4" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}%20${version}/${pkgname}_${version}_src.tar.gz" +checksum=b46f8ff651b9154a43cf90b005c160cbbddcc2fb8c6b17dfdee9b6c4a2e131ea + +do_configure() { + qmake +}