[Lunar-commits] <moonbase> kbluetooth: Moving kdebluetooth4 to here. Seems they are starting work to

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Sep 18 00:35:32 CEST 2009


commit fe1c763a0cf75fd4a3ba6c1514416e2e318081e9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 17 18:35:32 2009 -0400

    kbluetooth: Moving kdebluetooth4 to here. Seems they are starting work to
    
    finish this up.
---
 kde4/utils/kbluetooth/BUILD      |   16 ++++++++++++++++
 kde4/utils/kbluetooth/DEPENDS    |    2 ++
 kde4/utils/kbluetooth/DETAILS    |   15 +++++++++++++++
 kde4/utils/kdebluetooth4/BUILD   |   16 ----------------
 kde4/utils/kdebluetooth4/DEPENDS |    2 --
 kde4/utils/kdebluetooth4/DETAILS |   15 ---------------
 6 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/kde4/utils/kbluetooth/BUILD b/kde4/utils/kbluetooth/BUILD
new file mode 100644
index 0000000..0cc56ec
--- /dev/null
+++ b/kde4/utils/kbluetooth/BUILD
@@ -0,0 +1,16 @@
+(
+
+  KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+  source /etc/profile.d/qt4.rc &&
+  source /etc/profile.d/kde4.rc &&
+
+  mkdir $KDE4_BUILD_DIR &&
+  cd $KDE4_BUILD_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/utils/kbluetooth/DEPENDS b/kde4/utils/kbluetooth/DEPENDS
new file mode 100644
index 0000000..c91e7f0
--- /dev/null
+++ b/kde4/utils/kbluetooth/DEPENDS
@@ -0,0 +1,2 @@
+depends %BLUETOOTH
+depends kdebase4-workspace
diff --git a/kde4/utils/kbluetooth/DETAILS b/kde4/utils/kbluetooth/DETAILS
new file mode 100644
index 0000000..bca3563
--- /dev/null
+++ b/kde4/utils/kbluetooth/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=kdebluetooth4
+         VERSION=0.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/kde-bluetooth
+      SOURCE_VFY=sha1:06f2159d7601a6c77d0d3e4cbfb135910782f1c9
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+        WEB_SITE=http://bluetooth.kmobiletools.org
+         ENTERED=20080816
+         UPDATED=20090329
+           SHORT="KDE4 bluetooth GUI"
+
+PSAFE=no
+cat << EOF
+Kdebluetooth4 is the new KDE bluetooth framework for KDE4.
+EOF
diff --git a/kde4/utils/kdebluetooth4/BUILD b/kde4/utils/kdebluetooth4/BUILD
deleted file mode 100644
index 0cc56ec..0000000
--- a/kde4/utils/kdebluetooth4/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
-  KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
-
-  source /etc/profile.d/qt4.rc &&
-  source /etc/profile.d/kde4.rc &&
-
-  mkdir $KDE4_BUILD_DIR &&
-  cd $KDE4_BUILD_DIR &&
-
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             &&
-
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/kde4/utils/kdebluetooth4/DEPENDS b/kde4/utils/kdebluetooth4/DEPENDS
deleted file mode 100644
index c91e7f0..0000000
--- a/kde4/utils/kdebluetooth4/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends %BLUETOOTH
-depends kdebase4-workspace
diff --git a/kde4/utils/kdebluetooth4/DETAILS b/kde4/utils/kdebluetooth4/DETAILS
deleted file mode 100644
index bca3563..0000000
--- a/kde4/utils/kdebluetooth4/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=kdebluetooth4
-         VERSION=0.3
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/kde-bluetooth
-      SOURCE_VFY=sha1:06f2159d7601a6c77d0d3e4cbfb135910782f1c9
-   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
-        WEB_SITE=http://bluetooth.kmobiletools.org
-         ENTERED=20080816
-         UPDATED=20090329
-           SHORT="KDE4 bluetooth GUI"
-
-PSAFE=no
-cat << EOF
-Kdebluetooth4 is the new KDE bluetooth framework for KDE4.
-EOF


More information about the Lunar-commits mailing list