New package: quimup-1.4.0
This commit is contained in:
parent
3c424a73f6
commit
a4a1d432fb
2 changed files with 28 additions and 0 deletions
10
srcpkgs/quimup/patches/quimup.patch
Normal file
10
srcpkgs/quimup/patches/quimup.patch
Normal 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
18
srcpkgs/quimup/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue