From eb25b741d35afc6ff731aa482e1748be4fd93eea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 16:32:32 +0100 Subject: [PATCH] qsynth: remove long_desc. --- srcpkgs/qsynth/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template index 0c2c6e1d49b..a8a1136ecb6 100644 --- a/srcpkgs/qsynth/template +++ b/srcpkgs/qsynth/template @@ -1,9 +1,10 @@ # Template file for 'qsynth' pkgname=qsynth version=0.3.6 -revision=1 +revision=2 build_style=gnu-configure -makedepends="pkg-config qt-devel jack-devel fluidsynth-devel desktop-file-utils hicolor-icon-theme" +hostmakedepends="pkg-config" +makedepends="qt-devel jack-devel fluidsynth-devel desktop-file-utils hicolor-icon-theme" depends="jack desktop-file-utils hicolor-icon-theme" short_desc="Qt GUI Interface for FluidSynth" maintainer="davehome " @@ -11,10 +12,3 @@ license="GPL-2" homepage="http://qsynth.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=b5968da98661bac5c9fcc93d3a15851594dfbf3bb7d01ace15fbe8779d53fb3c -long_desc=" - Qsynth is a fluidsynth GUI front-end application written in C++ around the - Qt4 toolkit using Qt Designer. Eventually it may evolve into a softsynth - management application allowing the user to control and manage a variety of - command line softsynth but for the moment it wraps the excellent FluidSynth. - FluidSynth is a command line software synthesiser based on the Soundfont - specification."