[Lunar-commits] <moonbase> kdebindings4: Adding a patch taken from http://bugs.gentoo.org/show_bug.cgi?id=332503
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Nov 1 12:15:58 CET 2010
commit f8491290f4432609c6da468334765389679a261c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Nov 1 07:15:58 2010 -0400
kdebindings4: Adding a patch taken from http://bugs.gentoo.org/show_bug.cgi?id=332503
and modified the pathing. This fixes a "Mapped type has already been defined in another module"
make failure with kdebindings.
---
kde4/base/kdebindings4/BUILD | 2 ++
kde4/base/kdebindings4/DETAILS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/kde4/base/kdebindings4/BUILD b/kde4/base/kdebindings4/BUILD
index 1ffa984..e7e9bb4 100644
--- a/kde4/base/kdebindings4/BUILD
+++ b/kde4/base/kdebindings4/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
source /etc/profile.d/qt4.rc &&
diff --git a/kde4/base/kdebindings4/DETAILS b/kde4/base/kdebindings4/DETAILS
index 7415fa7..d8ee15c 100644
--- a/kde4/base/kdebindings4/DETAILS
+++ b/kde4/base/kdebindings4/DETAILS
@@ -2,9 +2,12 @@
MAJOR=4.5
VERSION=${MAJOR}.2
SOURCE=kdebindings-$VERSION.tar.bz2
+ SOURCE2=kdebindings.sip.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION
SOURCE_URL=$KDE_URL/stable/$VERSION/src
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:108fd6e3dbb341adc0e90487d1b681534968f1d2
+ SOURCE2_VFY=sha1:0888c64f290623094aca98ab946fd1530b2e328b
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
WEB_SITE=http://www.kde.org
ENTERED=20071026
More information about the Lunar-commits
mailing list