[Lunar-commits] <moonbase> kwebkitpart: Adding to moonbase... as depends for choqok.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Aug 26 16:23:10 CEST 2010


commit 5ff378600695cacde62a87f2efcfcc4177f384f5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Aug 26 10:23:10 2010 -0400

    kwebkitpart: Adding to moonbase... as depends for choqok.
---
 kde4/extragear/kwebkitpart/BUILD   |   16 ++++++++++++++++
 kde4/extragear/kwebkitpart/DEPENDS |    2 ++
 kde4/extragear/kwebkitpart/DETAILS |   14 ++++++++++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/kde4/extragear/kwebkitpart/BUILD b/kde4/extragear/kwebkitpart/BUILD
new file mode 100644
index 0000000..15a3bb7
--- /dev/null
+++ b/kde4/extragear/kwebkitpart/BUILD
@@ -0,0 +1,16 @@
+(
+
+  source /etc/profile.d/qt4.rc &&
+  source /etc/profile.d/kde4.rc &&
+
+  OOTB_DIR="$SOURCE_DIRECTORY/kde4-build" &&
+
+  mkdir $OOTB_DIR &&
+  cd $OOTB_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/extragear/kwebkitpart/DEPENDS b/kde4/extragear/kwebkitpart/DEPENDS
new file mode 100644
index 0000000..e4e8281
--- /dev/null
+++ b/kde4/extragear/kwebkitpart/DEPENDS
@@ -0,0 +1,2 @@
+depends webkit
+depends kdebase4
diff --git a/kde4/extragear/kwebkitpart/DETAILS b/kde4/extragear/kwebkitpart/DETAILS
new file mode 100644
index 0000000..ba3db6b
--- /dev/null
+++ b/kde4/extragear/kwebkitpart/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=kwebkitpart
+         VERSION=0.9.6
+          SOURCE=127960-$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://opendesktop.org/CONTENT/content-files/
+      SOURCE_VFY=sha1:59972b9b1c4cea863be5cced776b93e88cb6b47f
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
+        WEB_SITE=http://opendesktop.org/content/show.php?content=127960
+         ENTERED=20100826
+         UPDATED=20100826
+           SHORT="web browser component for KDE"
+cat << EOF
+KWebKitPart is a web browser component for KDE (KPart) based on (Qt)WebKit. 
+You can use it for example for browsing the web in Konqueror.
+EOF


More information about the Lunar-commits mailing list