From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2088313888F for ; Mon, 19 Oct 2015 13:09:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0C7221C018; Mon, 19 Oct 2015 13:09:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B27521C018 for ; Mon, 19 Oct 2015 13:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FE98340686 for ; Mon, 19 Oct 2015 13:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5D661089 for ; Mon, 19 Oct 2015 13:09:03 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1445260136.efdb9c17f2b350888383d4ad5011e6e320945092.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze/files/, kde-plasma/breeze/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/breeze/breeze-5.4.2-r1.ebuild kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch X-VCS-Directories: kde-plasma/breeze/ kde-plasma/breeze/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: efdb9c17f2b350888383d4ad5011e6e320945092 X-VCS-Branch: master Date: Mon, 19 Oct 2015 13:09:03 +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: 2b244df6-9e72-4e63-9b88-4fd41c20b554 X-Archives-Hash: ea2b42f2e4d3a008865e57a66e7feb00 commit: efdb9c17f2b350888383d4ad5011e6e320945092 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Oct 18 22:25:05 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Oct 19 13:08:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdb9c17 kde-plasma/breeze: Fix breeze-dark icon theme Package-Manager: portage-2.2.20.1 kde-plasma/breeze/breeze-5.4.2-r1.ebuild | 66 ++++++++++++++++++++++ .../files/breeze-5.4.2-fix-breeze-dark.patch | 23 ++++++++ 2 files changed, 89 insertions(+) diff --git a/kde-plasma/breeze/breeze-5.4.2-r1.ebuild b/kde-plasma/breeze/breeze-5.4.2-r1.ebuild new file mode 100644 index 0000000..21bdadf --- /dev/null +++ b/kde-plasma/breeze/breeze-5.4.2-r1.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 multibuild + +DESCRIPTION="Breeze visual style for the Plasma desktop" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze" +KEYWORDS="~amd64 ~x86" +IUSE="qt4" + +DEPEND=" + $(add_frameworks_dep frameworkintegration) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_plasma_dep kdecoration) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libxcb + qt4? ( + kde-base/kdelibs:4 + x11-libs/libX11 + ) +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) +" + +PATCHES=( "${FILESDIR}/${P}-fix-breeze-dark.patch" ) + +pkg_setup() { + kde5_pkg_setup + MULTIBUILD_VARIANTS=( kf5 $(usev qt4) ) +} + +src_configure() { + myconfigure() { + local mycmakeargs=() + + if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then + mycmakeargs+=( -DUSE_KDE4=true ) + fi + + kde5_src_configure + } + + multibuild_foreach_variant myconfigure +} + +src_compile() { + multibuild_foreach_variant kde5_src_compile +} + +src_install() { + multibuild_foreach_variant kde5_src_install +} diff --git a/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch b/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch new file mode 100644 index 0000000..b6e7eab --- /dev/null +++ b/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch @@ -0,0 +1,23 @@ +From: Harald Sitter +Date: Mon, 05 Oct 2015 13:14:00 +0000 +Subject: Install emotes and mimtetypes directories of the dark icon theme +X-Git-Url: http://quickgit.kde.org/?p=breeze.git&a=commitdiff&h=12d8b9a9907b28ba1cbaffc380f4eeae4de9774d +--- +Install emotes and mimtetypes directories of the dark icon theme + +CCMAIL: kainz.a@gmail.com +--- + + +--- a/icons-dark/CMakeLists.txt ++++ b/icons-dark/CMakeLists.txt +@@ -11,7 +11,7 @@ + + ########### install files ############### + +-set( breeze_icon_dark_dirs actions apps categories devices emblems places status) ++set( breeze_icon_dark_dirs actions apps categories devices emblems emotes mimetypes places status) + + + set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark) +