[Lunar-commits] <moonbase> kdebas4-workspace: Adding a patch for bluez related things. This fixes a
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Apr 9 13:46:13 CEST 2009
commit fb44afa25486c9a051f93f8939e44e933f7a61b0
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Apr 9 07:46:13 2009 -0400
kdebas4-workspace: Adding a patch for bluez related things. This fixes a
build issue with kdebluetooth4. The patch is a slightly modified version
from http://bugsfiles.kde.org/attachment.cgi?id=30865 .
---
kde4/base/kdebase4-workspace/BUILD | 10 ++++++----
kde4/base/kdebase4-workspace/DETAILS | 3 +++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/kde4/base/kdebase4-workspace/BUILD b/kde4/base/kdebase4-workspace/BUILD
index fe4ae76..f3f322c 100644
--- a/kde4/base/kdebase4-workspace/BUILD
+++ b/kde4/base/kdebase4-workspace/BUILD
@@ -1,12 +1,14 @@
(
- KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
- source /etc/profile.d/qt4.rc &&
- source /etc/profile.d/kde4.rc &&
+ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
mkdir $KDE4_BUILD_DIR &&
- cd $KDE4_BUILD_DIR &&
+ cd $KDE4_BUILD_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE $OPTS &&
diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS
index 96c1856..e720c6b 100644
--- a/kde4/base/kdebase4-workspace/DETAILS
+++ b/kde4/base/kdebase4-workspace/DETAILS
@@ -2,9 +2,12 @@
MAJOR=4.2
VERSION=${MAJOR}.2
SOURCE=kdebase-workspace-$VERSION.tar.bz2
+ SOURCE2=kdebase4-workspace-4.2.2.solid.bluez.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION
SOURCE_URL=$KDE_URL/stable/$VERSION/src/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:9397220827f378cedf38e800e06e9ca8b1a1235d
+ SOURCE2_VFY=sha1:bdfd68d03d35695f02c08f9d1fc91646220a79a6
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
WEB_SITE=http://www.kde.org
ENTERED=20071026
More information about the Lunar-commits
mailing list