From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9309138334 for ; Wed, 22 Aug 2018 09:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FD7AE0898; Wed, 22 Aug 2018 09:03:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE6EE0898 for ; Wed, 22 Aug 2018 09:03:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6739335D04 for ; Wed, 22 Aug 2018 09:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882252BA for ; Wed, 22 Aug 2018 09:03:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534928574.54559bbd6e1dd32746f543001962bef63c031afd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quimup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/quimup/Manifest media-sound/quimup/quimup-1.4.3.ebuild X-VCS-Directories: media-sound/quimup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54559bbd6e1dd32746f543001962bef63c031afd X-VCS-Branch: master Date: Wed, 22 Aug 2018 09:03:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c87def3b-f334-40a0-9bef-9b56120831fc X-Archives-Hash: 764815e0761e4ecd6bfc449bfc73a1f8 commit: 54559bbd6e1dd32746f543001962bef63c031afd Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 22 09:02:54 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 22 09:02:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54559bbd media-sound/quimup: 1.4.3 version bump Closes: https://bugs.gentoo.org/631762 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/quimup/Manifest | 1 + media-sound/quimup/quimup-1.4.3.ebuild | 45 ++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/media-sound/quimup/Manifest b/media-sound/quimup/Manifest index 32e5678691f..9b673c2871c 100644 --- a/media-sound/quimup/Manifest +++ b/media-sound/quimup/Manifest @@ -1 +1,2 @@ DIST quimup_1.4.0_src.tar.gz 225621 BLAKE2B 2ee93c8bd7a674c2e86b4d6779e76deb0a86abe6ce4794acf416a4f24ce013b6e068718763a97592809bfb89168b98a1450765a7e1ba0e2a0cbff5fbeb10f58a SHA512 e5351d33a8082371fa50914381fcb7d0b15fe2d8d65feab64774c2d85476b6135d199a17bf125d2e39fa64916bc3d31da1ba5eec6b274ff6298e0b93237f8b61 +DIST quimup_1.4.3_source.tar.gz 587260 BLAKE2B ee2ce0d9f71c63db73af00fe385d643f5ec08e322137c0c4d372fec68b875587e0f46ca2a46d9afc366afdd29e5381816457e4b3b3891af8c0113c577385aa23 SHA512 fb3727bf5c0f756c888484f7c061da95a1ece15673079ac8e6ffc82289f78cfce3dda7245ae25b1d705ffe057f1b0930baf2338bdfe0f16c900dc1ffd3fef807 diff --git a/media-sound/quimup/quimup-1.4.3.ebuild b/media-sound/quimup/quimup-1.4.3.ebuild new file mode 100644 index 00000000000..f1390ac72f0 --- /dev/null +++ b/media-sound/quimup/quimup-1.4.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils + +MY_P=${PN}_${PV} + +DESCRIPTION="A Qt5 client for the music player daemon (MPD) written in C++" +HOMEPAGE="https://sourceforge.net/projects/quimup/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}_source.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + >=media-libs/libmpdclient-2.3 + media-libs/taglib +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +S="${WORKDIR}/${PN^}_${PV}" + +DOCS=( changelog FAQ.txt README ) + +src_configure() { + eqmake5 +} + +src_install() { + default + dobin ${PN} + + newicon src/resources/mn_icon.png ${PN}.png + make_desktop_entry ${PN} Quimup +}