From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-635172-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 72FBD138202
	for <garchives@archives.gentoo.org>; Sat, 12 Oct 2013 12:56:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EC0C8E094E;
	Sat, 12 Oct 2013 12:56:55 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 86ED4E094E
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2013 12:56:55 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A651E33EFAF
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Oct 2013 12:56:54 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2276)
	id D46D12004E; Sat, 12 Oct 2013 12:56:52 +0000 (UTC)
From: "Andreas HAttel (dilfridge)" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/kipi-plugins/files: kipi-plugins-3.4.0-staticar.patch
X-VCS-Repository: gentoo-x86
X-VCS-Files: kipi-plugins-3.4.0-staticar.patch
X-VCS-Directories: media-plugins/kipi-plugins/files
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas HAttel
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20131012125652.D46D12004E@flycatcher.gentoo.org>
Date: Sat, 12 Oct 2013 12:56:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: faf12ae3-a7af-4b6c-9505-2e500b028b93
X-Archives-Hash: d9026f62cf73b5f07a49f03769293691

dilfridge    13/10/12 12:56:52

  Added:                kipi-plugins-3.4.0-staticar.patch
  Log:
  Do not install libPropertyBrowser.a, bug 485678
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)

Revision  Changes    Path
1.1                  media-plugins/kipi-plugins/files/kipi-plugins-3.4.0-staticar.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/kipi-plugins/files/kipi-plugins-3.4.0-staticar.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/kipi-plugins/files/kipi-plugins-3.4.0-staticar.patch?rev=1.1&content-type=text/plain

Index: kipi-plugins-3.4.0-staticar.patch
===================================================================
commit b9c0e87c74956196cf0d5042c8c13e9a381ba4e8
Author: Gilles Caulier <caulier.gilles@gmail.com>
Date:   Thu Oct 10 16:11:18 2013 +0200

    apply patch #82764 to not install libPropertiesBrowser
    BUGS: 319664

diff --git a/photolayoutseditor/extra/qtpropertybrowser/CMakeLists.txt b/photolayoutseditor/extra/qtpropertybrowser/CMakeLists.txt
index 03cf1bd..46e158c 100644
--- a/photolayoutseditor/extra/qtpropertybrowser/CMakeLists.txt
+++ b/photolayoutseditor/extra/qtpropertybrowser/CMakeLists.txt
@@ -119,4 +119,5 @@ ADD_DEFINITIONS(${QT_DEFINITIONS})
 ADD_DEFINITIONS(-DQT_DLL)
 ADD_DEFINITIONS(-DQT_PLUGIN)
 
-INSTALL( TARGETS PropertyBrowser ARCHIVE DESTINATION lib ${INSTALL_TARGETS_DEFAULT_ARGS} )
+# Do not install (yet), see https://bugs.kde.org/show_bug.cgi?id=319664
+# INSTALL( TARGETS PropertyBrowser ARCHIVE DESTINATION lib ${INSTALL_TARGETS_DEFAULT_ARGS} )