From 86f0ca57171bf6e3a9be0709608daa33acd30d39 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Fri, 15 Jul 2016 08:00:28 +0200 Subject: x11-libs/snorenotify: Fix desktop files Revision bump adds upstream patch spotted by Coacher . Gentoo-bug: 588756 Package-Manager: portage-2.3.0 --- x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild (limited to 'x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild') diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild new file mode 100644 index 000000000000..f57f17e31cf3 --- /dev/null +++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils gnome2-utils virtualx + +DESCRIPTION="Multi platform Qt notification framework" +HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="sound test" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwebsockets:5 + dev-qt/qtwidgets:5 + sound? ( dev-qt/qtmultimedia:5 ) +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + kde-frameworks/extra-cmake-modules + test? ( dev-qt/qttest:5 ) +" + +PATCHES=( "${FILESDIR}/${P}-desktop.patch" ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package sound Qt5Multimedia) + $(cmake-utils_use_find_package test Qt5Test) + ) + + cmake-utils_src_configure +} + +src_test() { + virtx cmake-utils_src_test +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} -- cgit v1.2.3-18-g5258