New package: quimup-1.4.0

This commit is contained in:
beefcurtains 2015-07-29 08:09:09 +00:00
parent 3c424a73f6
commit a4a1d432fb
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- src/qtlocalpeer.cpp.orig
+++ src/qtlocalpeer.cpp
@@ -41,6 +41,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
#include <QTime>
+#include <QDataStream>
#if defined(Q_OS_WIN)
#include <QLibrary>

18
srcpkgs/quimup/template Normal file
View file

@ -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 <beefcurtains@voidlinux.eu>"
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
}