From 90c26e33540df5fbc0124ca02304401b9fac3da9 Mon Sep 17 00:00:00 2001 From: layman Date: Mon, 4 Feb 2013 08:14:17 -0500 Subject: [PATCH 2/2] Adding GammaRay 1.3.0 --- dev-util/GammaRay/GammaRay-1.3.0.ebuild | 18 ++++++++++++++++++ dev-util/GammaRay/Manifest | 1 + dev-util/GammaRay/files/gammaray-lib-install-dir.patch | 11 +++++++++++ 3 files changed, 30 insertions(+) create mode 100644 dev-util/GammaRay/GammaRay-1.3.0.ebuild create mode 100644 dev-util/GammaRay/files/gammaray-lib-install-dir.patch diff --git a/dev-util/GammaRay/GammaRay-1.3.0.ebuild b/dev-util/GammaRay/GammaRay-1.3.0.ebuild new file mode 100644 index 0000000..cc0c570 --- /dev/null +++ b/dev-util/GammaRay/GammaRay-1.3.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit cmake-utils + +DESCRIPTION="Tool to poke around in a Qt-application and also to manipulate the application to some extent" +HOMEPAGE="http://www.kdab.com/gammaray" +SRC_URI="https://github.com/KDAB/${PN}/archive/v${PV}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +PATCHES=( "${FILESDIR}/gammaray-lib-install-dir.patch" ) \ No newline at end of file diff --git a/dev-util/GammaRay/Manifest b/dev-util/GammaRay/Manifest index 965942d..e9f378a 100644 --- a/dev-util/GammaRay/Manifest +++ b/dev-util/GammaRay/Manifest @@ -1,2 +1,3 @@ DIST v1.2.1.tar.gz 628225 SHA256 92c712213dc314c304a9ff4db3aa41cee0b9dbb0dfa9ce4e82d9e97c98b5f51f SHA512 3d6a364239153874533becbd450b11eba5ee86780b092ba794eabf019df0b8a5e37757712a85db41b233c35a11da6dd2e83aad204410219745653bb8d1f8262d WHIRLPOOL 96db73f3a8c85db58119f67da5e5542796e45c85709902e180e6cf4f4d6cf1df3a8a1ffd7a9e32bd52a7106a6d9843dc3373ff96677935798945b711c94f5d0e DIST v1.2.2.tar.gz 628721 SHA256 47a53785acde87de9116e78c94734ec71d28b6b37f167544fac2a5e8cb08f896 SHA512 e151183179e09bc28a8858dcdbe0f5b00a51dbf4a561633720b1a6037ce89688019863b0714aacd3cd43c2428a10294a606b5c9b04b2fbd94f092b4b1cb3354a WHIRLPOOL fa08f39485474fa7b6791c737eefa3f6354479975dd429b5aa123e256ac9e5f9f6a37cad7bc9cada003acb7a31c8d335a665227bbe4fa6db5b12aeaa6901cce4 +DIST v1.3.0.tar.gz 641254 SHA256 f8062df261e7887f17084e2d4af4473fbcea4d4b6d2b330a2d6a60013a444e04 SHA512 68dd6c3c4edb6fddec2ada06ba4046edc7f87ccfc38e1d5ad51857834a94d151a4e654f27300e0ee0fd79a1a10441f6c0fe32e16fc28fa8776f4386e3afa08d0 WHIRLPOOL 08a02556fc36e7e5acb9bf29d7a423966412f307d4fd2ad348c92542683393818375091e141264a52d3c3347944996f534fd7d7723d207d410805087d45e435c diff --git a/dev-util/GammaRay/files/gammaray-lib-install-dir.patch b/dev-util/GammaRay/files/gammaray-lib-install-dir.patch new file mode 100644 index 0000000..4840026 --- /dev/null +++ b/dev-util/GammaRay/files/gammaray-lib-install-dir.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt 2013-01-31 07:20:07.000000000 -0500 ++++ CMakeLists.txt 2013-02-04 08:07:09.000000000 -0500 +@@ -120,7 +120,7 @@ + endif() + + set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)") +-set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}") ++set(LIB_INSTALL_DIR "/usr/lib${LIB_SUFFIX}") + if(Qt5Core_FOUND) + set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/qt5/plugins") + else() -- 1.8.1