[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:26:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=a736bea

The following commit has been merged in the master branch:
commit a736beae77a91231f22113ac4c3ea6f342d1071b
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Thu Jun 6 14:26:53 2013 +0200

    More generic letsgo.sh script
---
 letsgo.sh | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/letsgo.sh b/letsgo.sh
index d09127e..8ea1cf4 100755
--- a/letsgo.sh
+++ b/letsgo.sh
@@ -1,14 +1,13 @@
 #!/bin/sh
 
+#Source bashrc to define kdebuild
+#http://techbase.kde.org/Getting_Started/Build/Environment
 . ~/.bashrc
 
 KDE_BUILD_CONFIRMATION=false
 
-cs android-connect
-
 if kdebuild; then
 
-
 	killall kded4
 	while killall -9 kded4; do
 		true
@@ -18,8 +17,5 @@ if kdebuild; then
 	#qdbus org.kde.kded /kded loadModule androidshine
 	kded4 2>&1 | grep -v "^kded(" &
 
-	echo ""
-
 fi
 
-

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list