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

List:       kde-commits
Subject:    [websites/inqlude-data] /: Merge branch 'master' of git://anongit.kde.org/websites/inqlude-data
From:       Cornelius Schumacher <schumacher () kde ! org>
Date:       2016-07-23 7:38:51
Message-ID: E1bQrWN-0004HG-M4 () code ! kde ! org
[Download RAW message or body]

Git commit 65f8f8b028fea9bb47701056b01dc6233fa924cc by Cornelius Schumacher.
Committed on 18/07/2016 at 21:50.
Pushed by cschumac into branch 'master'.

Merge branch 'master' of git://anongit.kde.org/websites/inqlude-data

M  +1    -1    attica/attica.2010-10-16.manifest
M  +2    -2    attica/attica.2013-06-12.manifest
M  +1    -1    kdelibs/kdelibs.2011-01-26.manifest
M  +1    -1    kdelibs/kdelibs.2011-09-07.manifest
M  +1    -1    kdelibs/kdelibs.2011-10-05.manifest
M  +2    -2    kdelibs/kdelibs.2013-09-03.manifest
M  +1    -1    kdepimlibs/kdepimlibs.2011-01-26.manifest
M  +2    -2    kdepimlibs/kdepimlibs.2013-09-03.manifest
M  +1    -1    kiconthemes/kiconthemes.manifest
M  +1    -1    kwayland/kwayland.manifest
M  +1    -1    libkexiv2/libkexiv2.2011-01-26.manifest
M  +2    -2    libkexiv2/libkexiv2.2013-09-03.manifest
M  +1    -1    libmm-qt/libmm-qt.2013-09-15.manifest
M  +1    -1    libmm-qt/libmm-qt.2014-02-16.manifest
M  +1    -1    libnm-qt/libnm-qt.2013-09-14.manifest
M  +1    -1    libnm-qt/libnm-qt.2014-02-14.manifest
M  +2    -2    marble/marble.2013-10-01.manifest
M  +2    -2    phonon/phonon.2011-01-21.manifest
M  +2    -2    phonon/phonon.2011-12-19.manifest
M  +2    -2    polkit-qt-1/polkit-qt-1.2010-12-08.manifest
M  +2    -2    polkit-qt-1/polkit-qt-1.2011-12-15.manifest
M  +1    -1    qyoto/qyoto.2011-01-26.manifest
M  +2    -2    qyoto/qyoto.2013-09-03.manifest

http://commits.kde.org/websites/inqlude-data/65f8f8b028fea9bb47701056b01dc6=
233fa924cc

diff --cc attica/attica.2010-10-16.manifest
index 91f81fc,b2d45bc..0699bfe
--- a/attica/attica.2010-10-16.manifest
+++ b/attica/attica.2010-10-16.manifest
@@@ -10,20 -10,13 +10,20 @@@
      "vcs": "https://projects.kde.org/projects/kdesupport/attica/repositor=
y",
      "description_source": "http://en.wikipedia.org/wiki/Open_Collaboratio=
n_Services"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": "The Open Collaboration Services (OCS) is an open and ve=
ndor independent modern REST based API for integration of web communities a=
nd web based services into desktop and mobile applications. It allows to ex=
change relevant data from a Social Network between the site and clients suc=
h as other websites and applications or widgets running locally on the user=
's machine or mobile device. The protocol has been designed so that all app=
lications can access multiple services providing OCS APIs.\n\nAttica is a l=
ibrary to access Open Collaboration Service servers.\n\n\n\n",
 -  "authors": ["Cornelius Schumacher <schumacher@kde.org>","Frederik Gladh=
orn <gladhorn@kde.org>"],
 +  "authors": [
 +    "Cornelius Schumacher <schumacher@kde.org>",
 +    "Frederik Gladhorn <gladhorn@kde.org>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.2.0.tar.b=
z2",
+     "source": "http://download.kde.org/stable/attica/attica-0.2.0.tar.bz2=
",
      "openSUSE": {
        "11.4": {
          "package_name": "libattica0",
diff --cc attica/attica.2013-06-12.manifest
index 041e0f5,1df700a..f5ec106
--- a/attica/attica.2013-06-12.manifest
+++ b/attica/attica.2013-06-12.manifest
@@@ -24,9 -24,6 +24,9 @@@
      "Linux"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.4.2.tar.b=
z2"
+     "source": "http://download.kde.org/stable/attica/attica-0.4.2.tar.bz2"
 -  }
 +  },
 +  "topics": [
 +    "API"
 +  ]
  }
diff --cc kdelibs/kdelibs.2011-01-26.manifest
index 62c2cf1,720c6e1..eace65e
--- a/kdelibs/kdelibs.2011-01-26.manifest
+++ b/kdelibs/kdelibs.2011-01-26.manifest
@@@ -10,21 -10,13 +10,21 @@@
      "tutorial": "http://techbase.kde.org/Development/Tutorials",
      "vcs": "https://projects.kde.org/projects/kde/kdelibs/repository"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": "The KDE Development Platform provides a powerful framew=
ork for writing desktop applications and more. Among other things, the KDE =
libraries provide standard user interface elements, handling of configurati=
on data, site-independent access to standard resources, network transparent=
 input and output, embedding of application components, multimedia and hard=
ware interaction, semantic information and tagging, advanced thread handlin=
g, and a framework for graphical desktop widgets.",
 -  "authors": ["The KDE Team <kde@kde.org>"],
 +  "authors": [
 +    "The KDE Team <kde@kde.org>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux", "Windows", "MacOS" ],
 +  "platforms": [
 +    "Linux",
 +    "Windows",
 +    "MacOS"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.7.1/src/kdelibs-4.7.1.t=
ar.bz2",
+     "source": "http://download.kde.org/stable/4.7.1/src/kdelibs-4.7.1.tar=
.bz2",
      "openSUSE": {
        "11.4": {
          "package_name": "libkde4",
diff --cc kdelibs/kdelibs.2011-09-07.manifest
index 78fffb5,2603e88..0cc57ee
--- a/kdelibs/kdelibs.2011-09-07.manifest
+++ b/kdelibs/kdelibs.2011-09-07.manifest
@@@ -10,23 -10,12 +10,23 @@@
      "tutorial": "http://techbase.kde.org/Development/Tutorials",
      "vcs": "https://projects.kde.org/projects/kde/kdelibs/repository"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": "The KDE Development Platform provides a powerful framew=
ork for writing desktop applications and more. Among other things, the KDE =
libraries provide standard user interface elements, handling of configurati=
on data, site-independent access to standard resources, network transparent=
 input and output, embedding of application components, multimedia and hard=
ware interaction, semantic information and tagging, advanced thread handlin=
g, and a framework for graphical desktop widgets.",
 -  "authors": ["The KDE Team <kde@kde.org>"],
 +  "authors": [
 +    "The KDE Team <kde@kde.org>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux", "Windows", "MacOS" ],
 +  "platforms": [
 +    "Linux",
 +    "Windows",
 +    "MacOS"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.7.1/src/kdelibs-4.7.1.t=
ar.bz2"
+     "source": "http://download.kde.org/stable/4.7.1/src/kdelibs-4.7.1.tar=
.bz2"
 -  }
 +  },
 +  "topics": [
 +    "Desktop"
 +  ]
  }
diff --cc kdelibs/kdelibs.2011-10-05.manifest
index 51638de,75cc599..866433c
--- a/kdelibs/kdelibs.2011-10-05.manifest
+++ b/kdelibs/kdelibs.2011-10-05.manifest
@@@ -10,23 -10,12 +10,23 @@@
      "tutorial": "http://techbase.kde.org/Development/Tutorials",
      "vcs": "https://projects.kde.org/projects/kde/kdelibs/repository"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": "The KDE Development Platform provides a powerful framew=
ork for writing desktop applications and more. Among other things, the KDE =
libraries provide standard user interface elements, handling of configurati=
on data, site-independent access to standard resources, network transparent=
 input and output, embedding of application components, multimedia and hard=
ware interaction, semantic information and tagging, advanced thread handlin=
g, and a framework for graphical desktop widgets.",
 -  "authors": ["The KDE Team <kde@kde.org>"],
 +  "authors": [
 +    "The KDE Team <kde@kde.org>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux", "Windows", "MacOS" ],
 +  "platforms": [
 +    "Linux",
 +    "Windows",
 +    "MacOS"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.7.2/src/kdelibs-4.7.2.t=
ar.bz2"
+     "source": "http://download.kde.org/stable/4.7.2/src/kdelibs-4.7.2.tar=
.bz2"
 -  }
 +  },
 +  "topics": [
 +    "Desktop"
 +  ]
  }
diff --cc kdelibs/kdelibs.2013-09-03.manifest
index f714346,cdf1467..4246209
--- a/kdelibs/kdelibs.2013-09-03.manifest
+++ b/kdelibs/kdelibs.2013-09-03.manifest
@@@ -26,9 -26,6 +26,9 @@@
      "MacOS"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/kdelibs-4.11.1=
.tar.xz"
+     "source": "http://download.kde.org/stable/4.11.1/src/kdelibs-4.11.1.t=
ar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Desktop"
 +  ]
  }
diff --cc kdepimlibs/kdepimlibs.2011-01-26.manifest
index 3e82a7d,80dd9e9..dc5d053
--- a/kdepimlibs/kdepimlibs.2011-01-26.manifest
+++ b/kdepimlibs/kdepimlibs.2011-01-26.manifest
@@@ -9,21 -9,13 +9,21 @@@
      "api_docs": "http://api.kde.org/4.6-api/kdepimlibs-apidocs/",
      "vcs": "https://projects.kde.org/projects/kde/kdepimlibs/repository"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": "The KDE PIM libraries provide frameworks for personal i=
nformation management. This includes among other things, handling of contac=
ts, calendars, emails, blogs, feeds, and libraries to access Akonadi, the K=
DE PIM storage service.",
 -  "authors": ["The KDE PIM Team <kde-pim@kde.org>"],
 +  "authors": [
 +    "The KDE PIM Team <kde-pim@kde.org>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux","Windows","MacOS" ],
 +  "platforms": [
 +    "Linux",
 +    "Windows",
 +    "MacOS"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdepimlibs-4.6.=
0.tar.xz",
+     "source": "http://download.kde.org/stable/4.6.0/src/kdepimlibs-4.6.0.=
tar.xz",
      "openSUSE": {
        "11.4": {
          "package_name": "libkdepimlibs4-devel",
diff --cc kdepimlibs/kdepimlibs.2013-09-03.manifest
index 79bf7c7,dcda9fb..a202bcf
--- a/kdepimlibs/kdepimlibs.2013-09-03.manifest
+++ b/kdepimlibs/kdepimlibs.2013-09-03.manifest
@@@ -24,10 -24,6 +24,10 @@@
      "MacOS"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/kdepimlibs-4.1=
1.1.tar.xz"
+     "source": "http://download.kde.org/stable/4.11.1/src/kdepimlibs-4.11.=
1.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Data",
 +    "Communication"
 +  ]
  }
diff --cc kwayland/kwayland.manifest
index 2e036b9,13ebd23..d925a6b
--- a/kwayland/kwayland.manifest
+++ b/kwayland/kwayland.manifest
@@@ -11,7 -11,7 +11,7 @@@
    "licenses": [
      "LGPLv2.1+"
    ],
-   "description": "KWayland provides two libraries:\n\n- KWayland::Client\=
n- KWayland::Server\n\nAs the names suggest they implement a Client respect=
ively a Server API for the Wayland protocol. The API is Qt-styled removing =
the needs to interact with a for a Qt developer uncomfortable low-level C-A=
PI. For example the callback mechanism from the Wayland API is replaced by =
signals; data types are adjusted to be what a Qt developer expects, e.g. tw=
o arguments of int are represented by a QPoint or a QSize.\n",
 -  "description": null,
++  "description": "KWayland provides two libraries:\n\n- KWayland::Client\=
n- KWayland::Server\n\nAs the names suggest they implement a Client respect=
ively a Server API for the Wayland protocol. The API is Qt-styled removing =
the needs to interact with a for a Qt developer uncomfortable low-level C-A=
PI. For example the callback mechanism from the Wayland API is replaced by =
signals; data types are adjusted to be what a Qt developer expects, e.g. tw=
o arguments of int are represented by a QPoint or a QSize.",
    "authors": [
      "The KDE Community"
    ],
diff --cc libkexiv2/libkexiv2.2011-01-26.manifest
index a5598a4,78e5ec0..8cfed33
--- a/libkexiv2/libkexiv2.2011-01-26.manifest
+++ b/libkexiv2/libkexiv2.2011-01-26.manifest
@@@ -12,20 -12,13 +12,20 @@@
        "Exiv2": "http://www.exiv2.org/"
      }
    },
 -  "licenses": ["GPLv2+"],
 +  "licenses": [
 +    "GPLv2+"
 +  ],
    "description": "Libkexiv2 is a wrapper around Exiv2 library to manipula=
te pictures\nmetadata.\n",
 -  "authors": [ "Gilles Caulier", "Marcel Wiesweg <marcel.wiesweg@gmx.de>"=
 ],
 +  "authors": [
 +    "Gilles Caulier",
 +    "Marcel Wiesweg <marcel.wiesweg@gmx.de>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/libkexiv2-4.6.0=
.tar.xz",
+     "source": "http://download.kde.org/stable/4.6.0/src/libkexiv2-4.6.0.t=
ar.xz",
      "openSUSE": {
        "11.4": {
          "package_name": "libkexiv2-9",
diff --cc libkexiv2/libkexiv2.2013-09-03.manifest
index b2538d6,7e42699..8e9f0b1
--- a/libkexiv2/libkexiv2.2013-09-03.manifest
+++ b/libkexiv2/libkexiv2.2013-09-03.manifest
@@@ -26,10 -26,6 +26,10 @@@
      "Linux"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/libkexiv2-4.11=
.1.tar.xz"
+     "source": "http://download.kde.org/stable/4.11.1/src/libkexiv2-4.11.1=
.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Graphics",
 +    "Bindings"
 +  ]
  }
diff --cc libmm-qt/libmm-qt.2013-09-15.manifest
index d8ecabb,e53028e..d756b41
--- a/libmm-qt/libmm-qt.2013-09-15.manifest
+++ b/libmm-qt/libmm-qt.2013-09-15.manifest
@@@ -8,24 -8,12 +8,24 @@@
      "homepage": "https://projects.kde.org/projects/extragear/libs/libmm-q=
t",
      "vcs": "https://projects.kde.org/projects/extragear/libs/libmm-qt/rep=
ository"
    },
 -  "licenses": ["LGPL"],
 +  "licenses": [
 +    "LGPL"
 +  ],
    "description": "ModemManager-qt (or libmm-qt) features a friendly Qt-st=
yle API for the ModemManager interface.",
 -  "authors": ["Luk=C3=A1=C5=A1 Tinkl <ltinkl@redhat.com>", "Lamarque Souz=
a <lamarque@kde.org>", "Jan Grulich <jgrulich@redhat.com>"],
 +  "authors": [
 +    "Luk=C3=A1=C5=A1 Tinkl <ltinkl@redhat.com>",
 +    "Lamarque Souza <lamarque@kde.org>",
 +    "Jan Grulich <jgrulich@redhat.com>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/unstable/modemmanager-qt/0.5.1/s=
rc/libmm-qt-0.5.1.tar.xz"
+     "source": "http://download.kde.org/unstable/modemmanager-qt/0.5.1/src=
/libmm-qt-0.5.1.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Communication",
 +    "Bindings"
 +  ]
  }
diff --cc libmm-qt/libmm-qt.2014-02-16.manifest
index 42aa695,badb1e1..d0fee58
--- a/libmm-qt/libmm-qt.2014-02-16.manifest
+++ b/libmm-qt/libmm-qt.2014-02-16.manifest
@@@ -8,24 -8,12 +8,24 @@@
      "homepage": "https://projects.kde.org/projects/extragear/libs/libmm-q=
t",
      "vcs": "https://projects.kde.org/projects/extragear/libs/libmm-qt/rep=
ository"
    },
 -  "licenses": ["LGPL"],
 +  "licenses": [
 +    "LGPL"
 +  ],
    "description": "ModemManager-qt (or libmm-qt) features a friendly Qt-st=
yle API for the ModemManager interface.",
 -  "authors": ["Luk=C3=A1=C5=A1 Tinkl <ltinkl@redhat.com>", "Lamarque Souz=
a <lamarque@kde.org>", "Jan Grulich <jgrulich@redhat.com>"],
 +  "authors": [
 +    "Luk=C3=A1=C5=A1 Tinkl <ltinkl@redhat.com>",
 +    "Lamarque Souza <lamarque@kde.org>",
 +    "Jan Grulich <jgrulich@redhat.com>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/unstable/modemmanager-qt/1.0.1/s=
rc/libmm-qt-1.0.1-1.tar.xz"
+     "source": "http://download.kde.org/unstable/modemmanager-qt/1.0.1/src=
/libmm-qt-1.0.1-1.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Communication",
 +    "Bindings"
 +  ]
  }
diff --cc libnm-qt/libnm-qt.2013-09-14.manifest
index 59c74a6,57cb80f..dba696a
--- a/libnm-qt/libnm-qt.2013-09-14.manifest
+++ b/libnm-qt/libnm-qt.2013-09-14.manifest
@@@ -8,24 -8,12 +8,24 @@@
      "homepage": "https://projects.kde.org/projects/extragear/libs/libnm-q=
t",
      "vcs": "https://projects.kde.org/projects/extragear/libs/libnm-qt/rep=
ository"
    },
 -  "licenses": ["LGPL"],
 +  "licenses": [
 +    "LGPL"
 +  ],
    "description": "NetworkManager-qt (or libnm-qt) features a friendly Qt-=
style API for the NetworkManager interface.",
 -  "authors": ["Lamarque Souza <lamarque@kde.org>", "Luk=C3=A1=C5=A1 Tinkl=
 <ltinkl@redhat.com>", "Jan Grulich <jgrulich@redhat.com>"],
 +  "authors": [
 +    "Lamarque Souza <lamarque@kde.org>",
 +    "Luk=C3=A1=C5=A1 Tinkl <ltinkl@redhat.com>",
 +    "Jan Grulich <jgrulich@redhat.com>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/unstable/networkmanager-qt/0.9.0=
.1/src/libnm-qt-0.9.0.1.tar.xz"
+     "source": "http://download.kde.org/unstable/networkmanager-qt/0.9.0.1=
/src/libnm-qt-0.9.0.1.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Communication",
 +    "Bindings"
 +  ]
  }
diff --cc libnm-qt/libnm-qt.2014-02-14.manifest
index 1543eff,cf5fd4b..dced0ed
--- a/libnm-qt/libnm-qt.2014-02-14.manifest
+++ b/libnm-qt/libnm-qt.2014-02-14.manifest
@@@ -8,24 -8,12 +8,24 @@@
      "homepage": "https://projects.kde.org/projects/extragear/libs/libnm-q=
t",
      "vcs": "https://projects.kde.org/projects/extragear/libs/libnm-qt/rep=
ository"
    },
 -  "licenses": ["LGPL"],
 +  "licenses": [
 +    "LGPL"
 +  ],
    "description": "NetworkManager-qt (or libnm-qt) features a friendly Qt-=
style API for the NetworkManager interface.",
 -  "authors": ["Lamarque Souza <lamarque@kde.org>", "Luk=C3=A1=C5=A1 Tinkl=
 <ltinkl@redhat.com>", "Jan Grulich <jgrulich@redhat.com>"],
 +  "authors": [
 +    "Lamarque Souza <lamarque@kde.org>",
 +    "Luk=C3=A1=C5=A1 Tinkl <ltinkl@redhat.com>",
 +    "Jan Grulich <jgrulich@redhat.com>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/unstable/networkmanager-qt/0.9.8=
.1/src/libnm-qt-0.9.8.1.tar.xz"
+     "source": "http://download.kde.org/unstable/networkmanager-qt/0.9.8.1=
/src/libnm-qt-0.9.8.1.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Communication",
 +    "Bindings"
 +  ]
  }
diff --cc marble/marble.2013-10-01.manifest
index 59dd8c0,6b928ce..ea44193
--- a/marble/marble.2013-10-01.manifest
+++ b/marble/marble.2013-10-01.manifest
@@@ -28,9 -28,6 +28,9 @@@
      "MeeGo"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/marble-4.11.1.=
tar.xz"
+     "source": "http://download.kde.org/stable/4.11.1/src/marble-4.11.1.ta=
r.xz"
 -  }
 +  },
 +  "topics": [
 +    "Widgets"
 +  ]
  }
diff --cc phonon/phonon.2011-01-21.manifest
index 0e39e7e,5520b44..8091304
--- a/phonon/phonon.2011-01-21.manifest
+++ b/phonon/phonon.2011-01-21.manifest
@@@ -9,21 -9,15 +9,21 @@@
      "tutorial": "http://techbase.kde.org/Development/Tutorials/Phonon/Int=
roduction",
      "vcs": "https://projects.kde.org/projects/kdesupport/phonon",
      "api_docs": "http://api.kde.org/kdesupport-api/phonon-apidocs/phonon/=
html/index.html",
-     "download": "ftp://ftp.kde.org/pub/kde/stable/phonon/"
+     "download": "http://download.kde.org/stable/phonon/"
 - },
 -  "licenses": ["LGPLv2.0+"],
 +  },
 +  "licenses": [
 +    "LGPLv2.0+"
 +  ],
    "description": "Phonon is a cross-platform portable Multimedia Support =
Abstraction,\nwhich allows you to play multiple audio or video formats with=
 the same\nquality on all platforms, no matter which underlying architectur=
e is\nused.\n",
 -  "authors": [ "Harald Sitter <sitter@kde.org>" ],
 +  "authors": [
 +    "Harald Sitter <sitter@kde.org>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.4/src/phonon-4=
.4.4.tar.xz",
+     "source": "http://download.kde.org/stable/phonon/4.4.4/src/phonon-4.4=
.4.tar.xz",
      "openSUSE": {
        "11.4": {
          "package_name": "libphonon4",
diff --cc phonon/phonon.2011-12-19.manifest
index 12d6389,1fcb146..c3a4e69
--- a/phonon/phonon.2011-12-19.manifest
+++ b/phonon/phonon.2011-12-19.manifest
@@@ -23,9 -23,6 +23,9 @@@
      "Linux"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/phonon/4.6.0/src/phonon-4=
.6.0.tar.xz"
+     "source": "http://download.kde.org/stable/phonon/4.6.0/src/phonon-4.6=
.0.tar.xz"
 -  }
 +  },
 +  "topics": [
 +    "Multimedia"
 +  ]
  }
diff --cc polkit-qt-1/polkit-qt-1.2010-12-08.manifest
index e9007d3,92f9ed1..6077845
--- a/polkit-qt-1/polkit-qt-1.2010-12-08.manifest
+++ b/polkit-qt-1/polkit-qt-1.2010-12-08.manifest
@@@ -8,22 -8,15 +8,22 @@@
      "homepage": "https://projects.kde.org/projects/kdesupport/polkit-qt-1=
",
      "vcs": "https://projects.kde.org/projects/kdesupport/polkit-qt-1/repo=
sitory",
      "api_docs": "http://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/",
-     "download": "ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/"
+     "download": "http://download.kde.org/stable/apps/KDE4.x/admin/"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": "Polkit-qt aims to make it easy for Qt developers to tak=
e advantage of\nPolicyKit API. It is a convenience wrapper around QAction a=
nd\nQAbstractButton that lets you integrate those two components easily\nwi=
th PolicyKit.\n\n\n\n",
 -  "authors": ["Daniel Nicoletti <dantti85-pk@yahoo.com.br>","Dario Freddi=
 <drf54321@gmail.com>"],
 +  "authors": [
 +    "Daniel Nicoletti <dantti85-pk@yahoo.com.br>",
 +    "Dario Freddi <drf54321@gmail.com>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-=
qt-1-0.99.1.tar.bz2",
+     "source": "http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt=
-1-0.99.1.tar.bz2",
      "openSUSE": {
        "11.4": {
          "package_name": "libpolkit-qt-1-1",
diff --cc polkit-qt-1/polkit-qt-1.2011-12-15.manifest
index a7f61b6,0a13925..78ce376
--- a/polkit-qt-1/polkit-qt-1.2011-12-15.manifest
+++ b/polkit-qt-1/polkit-qt-1.2011-12-15.manifest
@@@ -24,9 -24,6 +24,9 @@@
      "Linux"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-=
qt-1-0.103.0.tar.bz2"
+     "source": "http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt=
-1-0.103.0.tar.bz2"
 -  }
 +  },
 +  "topics": [
 +    "Bindings"
 +  ]
  }
diff --cc qyoto/qyoto.2011-01-26.manifest
index b89418f,a3ba46b..a76eb22
--- a/qyoto/qyoto.2011-01-26.manifest
+++ b/qyoto/qyoto.2011-01-26.manifest
@@@ -5,23 -5,16 +5,23 @@@
    "version": "4.6.0",
    "summary": "Mono bindings for core Qt libraries",
    "urls": {
 -    "homepage": "https://projects.kde.org/projects/kde/kdebindings/csharp=
/qyoto",    =

 +    "homepage": "https://projects.kde.org/projects/kde/kdebindings/csharp=
/qyoto",
      "vcs": "https://projects.kde.org/projects/kde/kdebindings/csharp/qyot=
o/repository"
    },
 -  "licenses": ["LGPLv2.1+"],
 +  "licenses": [
 +    "LGPLv2.1+"
 +  ],
    "description": ".NET/Mono bindings for the Qt libraries.",
 -  "authors": [ "Arno Rehn <arno@arnorehn.de>", "Richard Dale <richard.j.d=
ale@gmail.com>" ],
 +  "authors": [
 +    "Arno Rehn <arno@arnorehn.de>",
 +    "Richard Dale <richard.j.dale@gmail.com>"
 +  ],
    "maturity": "stable",
 -  "platforms": [ "Linux" ],
 +  "platforms": [
 +    "Linux"
 +  ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/qyoto-4.6.0.tar=
.xz",
+     "source": "http://download.kde.org/stable/4.6.0/src/qyoto-4.6.0.tar.x=
z",
      "openSUSE": {
        "11.4": {
          "package_name": "libqyoto2",
diff --cc qyoto/qyoto.2013-09-03.manifest
index 114b9fd,50e1249..0b302a2
--- a/qyoto/qyoto.2013-09-03.manifest
+++ b/qyoto/qyoto.2013-09-03.manifest
@@@ -22,9 -22,6 +22,9 @@@
      "Linux"
    ],
    "packages": {
-     "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/qyoto-4.11.1.t=
ar.xz"
+     "source": "http://download.kde.org/stable/4.11.1/src/qyoto-4.11.1.tar=
.xz"
 -  }
 +  },
 +  "topics": [
 +    "Bindings"
 +  ]
  }
[prev in list] [next in list] [prev in thread] [next in thread] 

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