[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/www/applications/apps
From:       Ben Cooksley <bcooksley () kde ! org>
Date:       2012-09-09 21:11:53
Message-ID: 20120909211153.E1F76AC7CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1315659 by bcooksley:

Fix syntax

 M  +1 -1      akregator.json  
 M  +1 -1      blogilo.json  
 M  +1 -1      dolphin.json  
 M  +1 -1      kaddressbook.json  
 M  +1 -1      kalarm.json  
 M  +1 -1      kdevelop.json  
 M  +1 -1      kfind.json  
 M  +1 -1      kinfocenter.json  
 M  +1 -1      kjots.json  
 M  +1 -1      kleopatra.json  
 M  +1 -1      kmail.json  
 M  +1 -1      knode.json  
 M  +1 -1      knotes.json  
 M  +1 -1      kontact.json  
 M  +1 -1      korganizer.json  
 M  +2 -2      kruler.json  
 M  +1 -1      krusader.json  
 M  +1 -1      ktimetracker.json  
 M  +1 -1      zanshin.json  


--- trunk/www/sites/www/applications/apps/akregator.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Akregator",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "src/icons/hi{size}-app-akregator.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/blogilo.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Blogilo",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "icons/hi{size}-app-blogilo.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/dolphin.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Dolphin",
     "repository": ["git", "kde-baseapps"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["oxygen", "apps/system-file-manager.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kaddressbook.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KAddressBook",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "icons/hi{size}-apps-kaddressbook.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kalarm.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KAlarm",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "appicons/hi{size}-app-kalarm.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kdevelop.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KDevelop",
     "repository": ["git", "kdevelop"],
-	"parent": ["extragear/kdevelop"],
+	"parent": "extragear/kdevelop",
     "icon": ["git", "pics/hi{size}-app-kdevelop.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kfind.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KFind",
     "repository": ["git", "kde-baseapps"],
-    "parents": ["kde"],
+    "parent": "kde",
     "icon": ["own", "hi{size}-app-kfind.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kinfocenter.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KInfoCenter",
     "repository": ["git", "kde-workspace"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["oxygen", "apps/hwinfo.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kjots.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KJots",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "icons/hi{size}-apps-kjots.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kleopatra.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Kleopatra",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "ox{size}-app-kleopatra.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kmail.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KMail",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "icons/hi{size}-apps-kmail.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/knode.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KNode",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "hi{size}-app-knode.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/knotes.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KNotes",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["oxygen", "apps/knotes.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kontact.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Kontact",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["oxygen", "apps/kontact.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/korganizer.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KOrganizer",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "pixmaps/hi{size}-apps-korganizer.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/kruler.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KRuler",
-    "parent": "kdegraphics",
-    "repository": ["git", ""],
+    "parent": "kde/kdegraphics",
+    "repository": ["git", "kruler"],
     "icon": ["own", "pics/hi{size}-apps-kruler.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/krusader.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Krusader",
     "repository": ["git", "krusader"],
-	"parent": ["extragear/utils"],
+	"parent": "extragear/utils",
     "icon": ["own", "krusader/lo{size}-app-krusader.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/ktimetracker.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "KTimeTracker",
     "repository": ["git", "kdepim"],
-	"parent": ["kde"],
+	"parent": "kde",
     "icon": ["own", "hi{size}-app-ktimetracker.png"],
 
     "description":
--- trunk/www/sites/www/applications/apps/zanshin.json #1315658:1315659
@@ -1,7 +1,7 @@
 {
     "name": "Zanshin",
     "repository": ["git", "zanshin"],
-	"parent": ["playground/pim"],
+	"parent": "playground/pim",
     "icon": ["oxygen", "apps/zanshin.png"],
 
     "description":
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic