diff --git a/Gemfile b/Gemfile index d2e037c8..b5bdcf60 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem "rake" -gem "inqlude", ">= 0.7.4" +gem "inqlude", ">= 0.8.0" diff --git a/adctl/adctl.2016-04-03.manifest b/adctl/adctl.2016-04-03.manifest new file mode 100644 index 00000000..9e8af29b --- /dev/null +++ b/adctl/adctl.2016-04-03.manifest @@ -0,0 +1,37 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "adctl", + "display_name": "AdCtl", + "release_date": "2016-04-03", + "version": "0.1.1", + "summary": "Google Play Auth, Achives and Ratings, AdMob, and Analytics for Qt/QML on Android/iOS", + "urls": { + "homepage": "https://github.com/kafeg/adctl", + "vcs": "https://github.com/kafeg/adctl.git", + "download": "https://github.com/kafeg/adctl/releases", + "mailing_list": "https://github.com/kafeg/adctl/issues", + "custom": { + "Wiki": "https://github.com/kafeg/adctl/wiki" + } + }, + "licenses": [ + "Modified BSD" + ], + "description": "AdCtl - library adds support of Google Analytics, Google AdMob, Google Play Services, StartAd.mobi, Google Cloud Messaging, and online purchase of Stripe.com and Cloudpayments.ru for your Qt/C++ or Qt Quick/QML project.\n\n", + "authors": [ + "Vitaliy Petrov" + ], + "maturity": "alpha", + "platforms": [ + "Android", + "iOS" + ], + "packages": { + "source": "https://github.com/kafeg/adctl/archive/qpm/0.1.1.tar.gz" + }, + "group": "mobile", + "topics": [ + "Mobile", + "QML" + ] +} diff --git a/adctl/adctl.manifest b/adctl/adctl.manifest index e5e3eaef..99b1600b 100644 --- a/adctl/adctl.manifest +++ b/adctl/adctl.manifest @@ -1,22 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "adctl", "display_name": "AdCtl", "summary": "Google Play Auth, Achives and Ratings, AdMob, and Analytics for Qt/QML on Android/iOS", "urls": { "homepage": "https://github.com/kafeg/adctl", "vcs": "https://github.com/kafeg/adctl.git", "mailing_list": "https://github.com/kafeg/adctl/issues" }, "licenses": [ "Modified BSD" ], "description": "AdCtl - library adds support of Google Analytics, Google AdMob, Google Play Services, StartAd.mobi, Google Cloud Messaging, and online purchase of Stripe.com and Cloudpayments.ru for your Qt/C++ or Qt Quick/QML project.\n\n", "authors": [ "Vitaliy Petrov" ], "platforms": [ - "Android", "iOS" + "Android", + "iOS" ], - "group": "mobile" + "group": "mobile", + "topics": [ + "Mobile", + "QML" + ] } diff --git a/attica/attica.2010-10-16.manifest b/attica/attica.2010-10-16.manifest index 5fd5e29a..0699bfe3 100644 --- a/attica/attica.2010-10-16.manifest +++ b/attica/attica.2010-10-16.manifest @@ -1,31 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "attica", "release_date": "2010-10-16", "version": "0.2.0", "summary": "Open Collaboration Service client library", "urls": { "homepage": "http://websvn.kde.org/trunk/kdesupport/attica", "tutorial": "http://techbase.kde.org/Development/Tutorials/Collaboration/Attica/Introduction", "vcs": "https://projects.kde.org/projects/kdesupport/attica/repository", "description_source": "http://en.wikipedia.org/wiki/Open_Collaboration_Services" }, - "licenses": ["LGPLv2.1+"], + "licenses": [ + "LGPLv2.1+" + ], "description": "The Open Collaboration Services (OCS) is an open and vendor independent modern REST based API for integration of web communities and web based services into desktop and mobile applications. It allows to exchange relevant data from a Social Network between the site and clients such 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 applications can access multiple services providing OCS APIs.\n\nAttica is a library to access Open Collaboration Service servers.\n\n\n\n", - "authors": ["Cornelius Schumacher ","Frederik Gladhorn "], + "authors": [ + "Cornelius Schumacher ", + "Frederik Gladhorn " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { - "source": "ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.2.0.tar.bz2", + "source": "http://download.kde.org/stable/attica/attica-0.2.0.tar.bz2", "openSUSE": { "11.4": { "package_name": "libattica0", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "attica-0.2.0-5.1.src.rpm" } } - } + }, + "topics": [ + "API" + ] } diff --git a/attica/attica.2013-06-12.manifest b/attica/attica.2013-06-12.manifest index b58d7ee9..f5ec1060 100644 --- a/attica/attica.2013-06-12.manifest +++ b/attica/attica.2013-06-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "attica", "release_date": "2013-06-12", "version": "0.4.2", "summary": "Open Collaboration Service client library", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/attica", "tutorial": "http://techbase.kde.org/Development/Tutorials/Collaboration/Attica/Introduction", "vcs": "https://projects.kde.org/projects/kdesupport/attica/repository", "description_source": "http://en.wikipedia.org/wiki/Open_Collaboration_Services", - "download": "ftp://ftp.kde.org/pub/kde/stable/attica/" + "download": "http://download.kde.org/stable/attica/" }, "licenses": [ "LGPLv2.1+" ], "description": "The Open Collaboration Services (OCS) is an open and vendor independent modern REST based API for integration of web communities and web based services into desktop and mobile applications. It allows to exchange relevant data from a Social Network between the site and clients such 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 applications can access multiple services providing OCS APIs.\n\nAttica is a library to access Open Collaboration Service servers.\n\n\n\n", "authors": [ "Cornelius Schumacher ", "Frederik Gladhorn " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { - "source": "ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.4.2.tar.bz2" - } + "source": "http://download.kde.org/stable/attica/attica-0.4.2.tar.bz2" + }, + "topics": [ + "API" + ] } diff --git a/attica/attica.2016-05-15.manifest b/attica/attica.2016-05-15.manifest new file mode 100644 index 00000000..64a4259e --- /dev/null +++ b/attica/attica.2016-05-15.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "attica", + "release_date": "2016-05-15", + "version": "5.22.0", + "summary": "Open Collaboration Service client library", + "urls": { + "homepage": "https://projects.kde.org/projects/kdesupport/attica", + "tutorial": "http://techbase.kde.org/Development/Tutorials/Collaboration/Attica/Introduction", + "vcs": "https://projects.kde.org/projects/kdesupport/attica/repository", + "description_source": "http://en.wikipedia.org/wiki/Open_Collaboration_Services", + "download": "http://download.kde.org/stable/frameworks/5.22/" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The Open Collaboration Services (OCS) is an open and vendor independent modern REST based API for integration of web communities and web based services into desktop and mobile applications. It allows to exchange relevant data from a Social Network between the site and clients such 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 applications can access multiple services providing OCS APIs.\n\nAttica is a library to access Open Collaboration Service servers.\n\n\n\n", + "authors": [ + "Cornelius Schumacher ", + "Frederik Gladhorn " + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.22/attica-5.22.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "API" + ] +} diff --git a/attica/attica.2016-07-09.manifest b/attica/attica.2016-07-09.manifest new file mode 100644 index 00000000..9e2e689c --- /dev/null +++ b/attica/attica.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "attica", + "display_name": "Attica", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Open Collaboration Services API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/attica/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/attica/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nAttica is a Qt library that implements the Open Collaboration Services API version 1.6.\nThe REST API is defined here:\nhttp://freedesktop.org/wiki/Specifications/open-collaboration-services/\n\nIt grants easy access to the services such as querying information about persons and contents.\nThe library is used in KNewStuff3 as content provider.\nIn order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/attica-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/attica/attica.2016-08-13.manifest b/attica/attica.2016-08-13.manifest new file mode 100644 index 00000000..1777db19 --- /dev/null +++ b/attica/attica.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "attica", + "display_name": "Attica", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Open Collaboration Services API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/attica/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/attica/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nAttica is a Qt library that implements the Open Collaboration Services API version 1.6.\nThe REST API is defined here:\nhttp://freedesktop.org/wiki/Specifications/open-collaboration-services/\n\nIt grants easy access to the services such as querying information about persons and contents.\nThe library is used in KNewStuff3 as content provider.\nIn order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/attica-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/avahi-qt/avahi-qt.2010-10-05.manifest b/avahi-qt/avahi-qt.2010-10-05.manifest index d6c4bb55..9395c86f 100644 --- a/avahi-qt/avahi-qt.2010-10-05.manifest +++ b/avahi-qt/avahi-qt.2010-10-05.manifest @@ -1,28 +1,36 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "avahi-qt", "release_date": "2010-10-05", "version": "0.6.28", "summary": "Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour", "urls": { "homepage": "http://www.avahi.org/" }, - "licenses": ["LGPLv2.1+"], + "licenses": [ + "LGPLv2.1+" + ], "description": "Qt4 bindings for avahi.\n\nAvahi is an Implementation the DNS Service Discovery and Multicast DNS\nspecifications for Zeroconf Computing. It uses D-BUS for communication\nbetween user applications and a system daemon. The daemon is used to\ncoordinate application efforts in caching replies, necessary to\nminimize the traffic imposed on networks.\n\nThe Avahi mDNS responder is now feature complete implementing all MUSTs\nand the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all\ntests in the Apple Bonjour conformance test suite. In addition it\nsupports some nifty things that have never been seen elsewhere like\ncorrect mDNS reflection accross LAN segments.\n", "authors": [], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://www.avahi.org/download/avahi-0.6.28.tar.gz", "openSUSE": { "11.4": { "package_name": "libavahi-qt4-1", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "avahi-qt4-0.6.28-4.10.1.src.rpm" } } - } + }, + "topics": [ + "Bindings", + "Communication" + ] } diff --git a/avahi-qt/avahi-qt.2012-02-15.manifest b/avahi-qt/avahi-qt.2012-02-15.manifest index 2259da95..3a59c81c 100644 --- a/avahi-qt/avahi-qt.2012-02-15.manifest +++ b/avahi-qt/avahi-qt.2012-02-15.manifest @@ -1,24 +1,26 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "avahi-qt", "release_date": "2012-02-15", "version": "0.6.31", "summary": "Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour", "urls": { "homepage": "http://www.avahi.org/" }, "licenses": [ "LGPLv2.1+" ], "description": "Qt4 bindings for avahi.\n\nAvahi is an Implementation the DNS Service Discovery and Multicast DNS\nspecifications for Zeroconf Computing. It uses D-BUS for communication\nbetween user applications and a system daemon. The daemon is used to\ncoordinate application efforts in caching replies, necessary to\nminimize the traffic imposed on networks.\n\nThe Avahi mDNS responder is now feature complete implementing all MUSTs\nand the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all\ntests in the Apple Bonjour conformance test suite. In addition it\nsupports some nifty things that have never been seen elsewhere like\ncorrect mDNS reflection accross LAN segments.\n", - "authors": [ - - ], + "authors": [], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://www.avahi.org/download/avahi-0.6.31.tar.gz" - } + }, + "topics": [ + "Bindings", + "Communication" + ] } diff --git a/avahi-qt/avahi-qt.2016-02-16.manifest b/avahi-qt/avahi-qt.2016-02-16.manifest new file mode 100644 index 00000000..b47af73a --- /dev/null +++ b/avahi-qt/avahi-qt.2016-02-16.manifest @@ -0,0 +1,36 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "avahi-qt", + "display_name": "Avahi", + "release_date": "2016-02-16", + "version": "0.6.32", + "summary": "Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour", + "urls": { + "homepage": "http://www.avahi.org/", + "vcs": "https://github.com/lathiat/avahi", + "download": "https://github.com/lathiat/avahi/releases", + "custom": { + "Wiki": "http://www.avahi.org/wiki" + }, + "mailing_list": "http://lists.freedesktop.org/mailman/listinfo/avahi" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Qt4 bindings for avahi.\n\nAvahi is an Implementation the DNS Service Discovery and Multicast DNS\nspecifications for Zeroconf Computing. It uses D-BUS for communication\nbetween user applications and a system daemon. The daemon is used to\ncoordinate application efforts in caching replies, necessary to\nminimize the traffic imposed on networks.\n\nThe Avahi mDNS responder is now feature complete implementing all MUSTs\nand the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all\ntests in the Apple Bonjour conformance test suite. In addition it\nsupports some nifty things that have never been seen elsewhere like\ncorrect mDNS reflection accross LAN segments.\n", + "authors": [ + "Lennart Poettering", + "Trent Lloyd" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "https://github.com/lathiat/avahi/releases/download/v0.6.32/avahi-0.6.32.tar.gz" + }, + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/baloo/baloo.2015-08-12.manifest b/baloo/baloo.2015-08-12.manifest index f97e2845..9021b237 100644 --- a/baloo/baloo.2015-08-12.manifest +++ b/baloo/baloo.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file search and indexing.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/baloo-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2015-09-12.manifest b/baloo/baloo.2015-09-12.manifest index 601f9499..dad0683f 100644 --- a/baloo/baloo.2015-09-12.manifest +++ b/baloo/baloo.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file search and indexing.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/baloo-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2015-10-10.manifest b/baloo/baloo.2015-10-10.manifest index 3e5601ad..581fe03e 100644 --- a/baloo/baloo.2015-10-10.manifest +++ b/baloo/baloo.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/baloo-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2015-11-13.manifest b/baloo/baloo.2015-11-13.manifest index 777c9c75..2d9c4360 100644 --- a/baloo/baloo.2015-11-13.manifest +++ b/baloo/baloo.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/baloo-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2015-12-12.manifest b/baloo/baloo.2015-12-12.manifest index af024915..f06b8d28 100644 --- a/baloo/baloo.2015-12-12.manifest +++ b/baloo/baloo.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/baloo-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-01-09.manifest b/baloo/baloo.2016-01-09.manifest index 8e3928cf..45409093 100644 --- a/baloo/baloo.2016-01-09.manifest +++ b/baloo/baloo.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/baloo-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-02-13.manifest b/baloo/baloo.2016-02-13.manifest index 1e82488e..04e65e48 100644 --- a/baloo/baloo.2016-02-13.manifest +++ b/baloo/baloo.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/baloo-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-03-13.manifest b/baloo/baloo.2016-03-13.manifest index 348050ec..6db3ee2d 100644 --- a/baloo/baloo.2016-03-13.manifest +++ b/baloo/baloo.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/baloo-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-04-09.manifest b/baloo/baloo.2016-04-09.manifest index 3f2c1e9f..5dea5162 100644 --- a/baloo/baloo.2016-04-09.manifest +++ b/baloo/baloo.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/baloo-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-05-15.manifest b/baloo/baloo.2016-05-15.manifest index 9e0530f1..cfd89fba 100644 --- a/baloo/baloo.2016-05-15.manifest +++ b/baloo/baloo.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "baloo", "display_name": "Baloo", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Baloo is a file indexing and searching framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/baloo-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-06-13.manifest b/baloo/baloo.2016-06-13.manifest new file mode 100644 index 00000000..dab10d69 --- /dev/null +++ b/baloo/baloo.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "baloo", + "display_name": "Baloo", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Baloo is a file indexing and searching framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/baloo-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/baloo/baloo.2016-07-09.manifest b/baloo/baloo.2016-07-09.manifest new file mode 100644 index 00000000..8c4df423 --- /dev/null +++ b/baloo/baloo.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "baloo", + "display_name": "Baloo", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Baloo is a file indexing and searching framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/baloo-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/baloo/baloo.2016-08-13.manifest b/baloo/baloo.2016-08-13.manifest new file mode 100644 index 00000000..ba84b7f3 --- /dev/null +++ b/baloo/baloo.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "baloo", + "display_name": "Baloo", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Baloo is a file indexing and searching framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/baloo/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/baloo/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Baloo provides file searching and indexing. It does so by maintaining an index of the contents\nof your files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/baloo-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/bluez-qt/bluez-qt.2015-07-27.manifest b/bluez-qt/bluez-qt.2015-07-27.manifest index 723eec69..1537d161 100644 --- a/bluez-qt/bluez-qt.2015-07-27.manifest +++ b/bluez-qt/bluez-qt.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/bluez-qt", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/bluez-qt-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2015-08-12.manifest b/bluez-qt/bluez-qt.2015-08-12.manifest index 539a415e..646f87c3 100644 --- a/bluez-qt/bluez-qt.2015-08-12.manifest +++ b/bluez-qt/bluez-qt.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/bluez-qt", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/bluez-qt-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2015-09-12.manifest b/bluez-qt/bluez-qt.2015-09-12.manifest index 9cb29ae5..cc719c64 100644 --- a/bluez-qt/bluez-qt.2015-09-12.manifest +++ b/bluez-qt/bluez-qt.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/bluez-qt", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/bluez-qt-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2015-10-10.manifest b/bluez-qt/bluez-qt.2015-10-10.manifest index 32f212e1..cfeaf438 100644 --- a/bluez-qt/bluez-qt.2015-10-10.manifest +++ b/bluez-qt/bluez-qt.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/bluez-qt", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/bluez-qt-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2015-11-13.manifest b/bluez-qt/bluez-qt.2015-11-13.manifest index 7f87b7dc..5a730726 100644 --- a/bluez-qt/bluez-qt.2015-11-13.manifest +++ b/bluez-qt/bluez-qt.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/bluez-qt-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2015-12-12.manifest b/bluez-qt/bluez-qt.2015-12-12.manifest index 28d6e2ca..a2a6b3cf 100644 --- a/bluez-qt/bluez-qt.2015-12-12.manifest +++ b/bluez-qt/bluez-qt.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/bluez-qt-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-01-09.manifest b/bluez-qt/bluez-qt.2016-01-09.manifest index 0a14c78d..12c9f99f 100644 --- a/bluez-qt/bluez-qt.2016-01-09.manifest +++ b/bluez-qt/bluez-qt.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/bluez-qt-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-02-13.manifest b/bluez-qt/bluez-qt.2016-02-13.manifest index 65be2c0d..92a9adf1 100644 --- a/bluez-qt/bluez-qt.2016-02-13.manifest +++ b/bluez-qt/bluez-qt.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/bluez-qt-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-03-13.manifest b/bluez-qt/bluez-qt.2016-03-13.manifest index 08d95300..fc77df87 100644 --- a/bluez-qt/bluez-qt.2016-03-13.manifest +++ b/bluez-qt/bluez-qt.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/bluez-qt-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-04-09.manifest b/bluez-qt/bluez-qt.2016-04-09.manifest index 42962db1..50c37aed 100644 --- a/bluez-qt/bluez-qt.2016-04-09.manifest +++ b/bluez-qt/bluez-qt.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/bluez-qt-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-05-15.manifest b/bluez-qt/bluez-qt.2016-05-15.manifest index bff90dad..793c4ebd 100644 --- a/bluez-qt/bluez-qt.2016-05-15.manifest +++ b/bluez-qt/bluez-qt.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "bluez-qt", "display_name": "BluezQt", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Qt wrapper for BlueZ 5 DBus API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/bluez-qt-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-06-13.manifest b/bluez-qt/bluez-qt.2016-06-13.manifest new file mode 100644 index 00000000..716ae6a3 --- /dev/null +++ b/bluez-qt/bluez-qt.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "bluez-qt", + "display_name": "BluezQt", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Qt wrapper for BlueZ 5 DBus API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/bluez-qt-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/bluez-qt/bluez-qt.2016-07-09.manifest b/bluez-qt/bluez-qt.2016-07-09.manifest new file mode 100644 index 00000000..dea2441c --- /dev/null +++ b/bluez-qt/bluez-qt.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "bluez-qt", + "display_name": "BluezQt", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Qt wrapper for BlueZ 5 DBus API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/bluez-qt-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/bluez-qt/bluez-qt.2016-08-13.manifest b/bluez-qt/bluez-qt.2016-08-13.manifest new file mode 100644 index 00000000..168ed34b --- /dev/null +++ b/bluez-qt/bluez-qt.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "bluez-qt", + "display_name": "BluezQt", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Qt wrapper for BlueZ 5 DBus API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/bluez-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/bluez-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nBluezQt is a library for communication with BlueZ system and session daemons.\n\n
    \n
  • Manager class is used to communicate with system daemon - org.bluez
  • \n
  • ObexManager class is used to communicate with session daemon - org.bluez.obex
  • \n
\n\nAll method calls are asynchronous using PendingCall that helps tracking\nthe call progress and handle errors.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/bluez-qt-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/breeze-icons/breeze-icons.2015-11-13.manifest b/breeze-icons/breeze-icons.2015-11-13.manifest index 499027ad..465ecad3 100644 --- a/breeze-icons/breeze-icons.2015-11-13.manifest +++ b/breeze-icons/breeze-icons.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/breeze-icons-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2015-12-12.manifest b/breeze-icons/breeze-icons.2015-12-12.manifest index 6fdea92e..23e9c393 100644 --- a/breeze-icons/breeze-icons.2015-12-12.manifest +++ b/breeze-icons/breeze-icons.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/breeze-icons-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-01-09.manifest b/breeze-icons/breeze-icons.2016-01-09.manifest index 165965a9..9beb8938 100644 --- a/breeze-icons/breeze-icons.2016-01-09.manifest +++ b/breeze-icons/breeze-icons.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/breeze-icons-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-02-13.manifest b/breeze-icons/breeze-icons.2016-02-13.manifest index 00f27c0b..54d3a19b 100644 --- a/breeze-icons/breeze-icons.2016-02-13.manifest +++ b/breeze-icons/breeze-icons.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/breeze-icons-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-03-13.manifest b/breeze-icons/breeze-icons.2016-03-13.manifest index 2d7ab194..3d8df8eb 100644 --- a/breeze-icons/breeze-icons.2016-03-13.manifest +++ b/breeze-icons/breeze-icons.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/breeze-icons-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-04-09.manifest b/breeze-icons/breeze-icons.2016-04-09.manifest index 82dce324..268b815a 100644 --- a/breeze-icons/breeze-icons.2016-04-09.manifest +++ b/breeze-icons/breeze-icons.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/breeze-icons-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-05-15.manifest b/breeze-icons/breeze-icons.2016-05-15.manifest index 6aa0461b..1eb80bc3 100644 --- a/breeze-icons/breeze-icons.2016-05-15.manifest +++ b/breeze-icons/breeze-icons.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "breeze-icons", "display_name": "Breeze Icons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Breeze icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/breeze-icons-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-06-13.manifest b/breeze-icons/breeze-icons.2016-06-13.manifest new file mode 100644 index 00000000..220c996f --- /dev/null +++ b/breeze-icons/breeze-icons.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "breeze-icons", + "display_name": "Breeze Icons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Breeze icon theme", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/breeze-icons-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/breeze-icons/breeze-icons.2016-07-09.manifest b/breeze-icons/breeze-icons.2016-07-09.manifest new file mode 100644 index 00000000..1e8e2396 --- /dev/null +++ b/breeze-icons/breeze-icons.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "breeze-icons", + "display_name": "Breeze Icons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Breeze icon theme", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/breeze-icons-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/breeze-icons/breeze-icons.2016-08-13.manifest b/breeze-icons/breeze-icons.2016-08-13.manifest new file mode 100644 index 00000000..21d8366a --- /dev/null +++ b/breeze-icons/breeze-icons.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "breeze-icons", + "display_name": "Breeze Icons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Breeze icon theme", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/breeze-icons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/breeze-icons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nBreeze-icons is a freedesktop.org compatible icon theme.\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/breeze-icons-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ctk/ctk.manifest b/ctk/ctk.manifest index 172813d7..50e3eed9 100644 --- a/ctk/ctk.manifest +++ b/ctk/ctk.manifest @@ -1,20 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "ctk", + "display_name": "CTK", "summary": "Toolkit for biomedical image computing", "urls": { "homepage": "http://www.commontk.org/index.php/Main_Page", "vcs": "http://github.com/commontk/CTK", "api_docs": "http://www.commontk.org/docs/html/classes.html" }, "licenses": [ "Apache-2.0" ], "description": "The goal of CTK is to support biomedical image computing. CTK works on topics that are not covered by existing toolkits that support the mutual interest and needs of the CTK community. The main scope of current CTK efforts includes the topics DICOM, DICOM Application Hosting, Widgets, and Plugin Framework.", "authors": [ "Julien Finet " ], "platforms": [ "Linux" + ], + "topics": [ + "Graphics", + "Widgets", + "Data" ] } diff --git a/cutelyst/cutelyst.2014-11-24.manifest b/cutelyst/cutelyst.2014-11-24.manifest index b8186a2a..34e5d558 100644 --- a/cutelyst/cutelyst.2014-11-24.manifest +++ b/cutelyst/cutelyst.2014-11-24.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutelyst", + "display_name": "Cutelyst", "version": "0.5.0", "release_date": "2014-11-24", "summary": "A Web Framework, using the simple approach of Catalyst (Perl) framework.", "urls": { "homepage": "http://cutelyst.org/", "vcs": "https://gitorious.org/cutelyst/cutelyst.git", "api_docs": "http://api.cutelyst.org/" }, "licenses": [ "LGPLv2" ], "description": "Develop web-server applications for Linux, Windows and Mac OS in C++ with Cutelyst. The API is modeled after the popular Catalyst framework for Perl.", "maturity": "edge", "authors": [ "Daniel Nicoletti " ], "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "https://gitorious.org/cutelyst/cutelyst/archive/c77510285823c87b20726e40cda1ec7247d91966.tar.gz" - } + }, + "topics": [ + "Web" + ] } diff --git a/cutereport/cutereport.2013-10-03.manifest b/cutereport/cutereport.2013-10-03.manifest index fd958ee8..73520ca9 100644 --- a/cutereport/cutereport.2013-10-03.manifest +++ b/cutereport/cutereport.2013-10-03.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "version": "0.8", "release_date": "2013-10-03", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", "download": "http://cute-report.com/download" }, "licenses": [ "GPLv3+" ], "description": "CuteReport is a report solution. It is based on Qt4 framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "beta", "authors": [ "Alexander Mikhalov " ], "platforms": [ "Linux" ], "packages": { "source": "http://cute-report.com/component/jdownloads/finish/6/13?Itemid=0" - } + }, + "topics": [ + "Printing" + ] } diff --git a/cutereport/cutereport.2014-01-04.manifest b/cutereport/cutereport.2014-01-04.manifest index 13818a4a..b14fb194 100644 --- a/cutereport/cutereport.2014-01-04.manifest +++ b/cutereport/cutereport.2014-01-04.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "version": "1.0 beta1", "release_date": "2014-01-04", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", "download": "http://cute-report.com/download" }, "licenses": [ "GPLv3+" ], "description": "CuteReport is a report solution. It is based on Qt4 framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "beta", "authors": [ "Alexander Mikhalov " ], "platforms": [ - "Linux", "Windows" + "Linux", + "Windows" ], "packages": { "source": "http://cute-report.com/component/jdownloads/finish/6/13?Itemid=0" - } + }, + "topics": [ + "Printing" + ] } diff --git a/cutereport/cutereport.2015-03-14.manifest b/cutereport/cutereport.2015-03-14.manifest index e72be32e..61524e2a 100644 --- a/cutereport/cutereport.2015-03-14.manifest +++ b/cutereport/cutereport.2015-03-14.manifest @@ -1,26 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "version": "1.0 rc4", "release_date": "2015-03-14", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", "download": "http://cute-report.com/download" }, "licenses": [ - "GPLv3+", "Commercial" + "GPLv3+", + "Commercial" ], "description": "CuteReport is a report solution. It is based on Qt4 framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "beta", "authors": [ "Alexander Mikhalov " ], "platforms": [ - "Linux", "Windows" + "Linux", + "Windows" ], "packages": { "source": "http://cute-report.com/en/download/47" - } + }, + "topics": [ + "Printing" + ] } diff --git a/cutereport/cutereport.2015-05-04.manifest b/cutereport/cutereport.2015-05-04.manifest index 31789f10..504971e3 100644 --- a/cutereport/cutereport.2015-05-04.manifest +++ b/cutereport/cutereport.2015-05-04.manifest @@ -1,29 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "display_name": "CuteReport", "version": "1.0", "release_date": "2015-05-04", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", "download": "http://cute-report.com/download" }, "licenses": [ - "GPLv3+", "Commercial" + "GPLv3+", + "Commercial" ], "description": "CuteReport is a report solution. It is based on Qt4 framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "stable", "authors": [ "Alexander Mikhalov " ], "platforms": [ - "Linux", "Windows" + "Linux", + "Windows" ], "packages": { "source": "http://cute-report.com/en/download/68", "windows": "http://cute-report.com/en/download/69", "ubuntu": "http://cute-report.com/en/download/66" - } + }, + "topics": [ + "Printing" + ] } diff --git a/cutereport/cutereport.2015-08-22.manifest b/cutereport/cutereport.2015-08-22.manifest index 7b8b3de0..ee306665 100644 --- a/cutereport/cutereport.2015-08-22.manifest +++ b/cutereport/cutereport.2015-08-22.manifest @@ -1,29 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "display_name": "CuteReport", "version": "1.1", "release_date": "2015-08-22", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", "download": "http://cute-report.com/download" }, "licenses": [ - "GPLv3+", "Commercial" + "GPLv3+", + "Commercial" ], "description": "CuteReport is a report solution. It is based on Qt framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "stable", "authors": [ "Alexander Mikhalov " ], "platforms": [ - "Linux", "Windows" + "Linux", + "Windows" ], "packages": { "source": "http://cute-report.com/en/download/73", "windows": "http://cute-report.com/en/download/79", "ubuntu": "http://cute-report.com/en/download/74" - } + }, + "topics": [ + "Printing" + ] } diff --git a/cutereport/cutereport.2015-09-06.manifest b/cutereport/cutereport.2015-09-06.manifest index ac805de1..be1223ed 100644 --- a/cutereport/cutereport.2015-09-06.manifest +++ b/cutereport/cutereport.2015-09-06.manifest @@ -1,30 +1,36 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "display_name": "CuteReport", "version": "1.1.1", "release_date": "2015-09-06", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", "download": "http://cute-report.com/download" }, "licenses": [ - "GPLv3+", "Commercial" + "GPLv3+", + "Commercial" ], "description": "CuteReport is a report solution. It is based on Qt framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "stable", "authors": [ "Alexander Mikhalov " ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "http://cute-report.com/en/download/84", "windows": "http://cute-report.com/en/download/79", "ubuntu": "http://cute-report.com/en/download/85", "osx": "http://cute-report.com/en/download/88" - } + }, + "topics": [ + "Printing" + ] } diff --git a/cutereport/cutereport.2016-01-17.manifest b/cutereport/cutereport.2016-01-17.manifest index ab622f28..f05b72f1 100644 --- a/cutereport/cutereport.2016-01-17.manifest +++ b/cutereport/cutereport.2016-01-17.manifest @@ -1,30 +1,39 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "cutereport", "display_name": "CuteReport", "version": "1.2", "release_date": "2016-01-17", "summary": "Report solution", "urls": { "homepage": "http://cute-report.com/", "vcs": "", - "download": "http://cute-report.com/download" + "download": "https://cute-report.com/en/download", + "announcement": "https://cute-report.com/en/article/32", + "api_docs": "https://cute-report.com/en/article/documentation", + "mailing_list": "cutereport@gmail.com" }, "licenses": [ - "GPLv3+", "Commercial" + "GPLv3+", + "Commercial" ], "description": "CuteReport is a report solution. It is based on Qt framework and can be integrated into any Qt application. It has a template designer with form designer, page editor, dataset editor, and other modules. The functionality of CuteReport designer and the CuteReport library can be extended by writing custom plugins.", "maturity": "stable", "authors": [ "Alexander Mikhalov " ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { - "source": "http://cute-report.com/en/download/94", - "windows": "http://cute-report.com/en/download/99", - "ubuntu": "http://cute-report.com/en/download/102", - "osx": "http://cute-report.com/en/download/88" - } + "source": "https://cute-report.com/en/download/94", + "windows": "https://cute-report.com/en/download/99", + "ubuntu": "https://cute-report.com/en/download/102", + "osx": "https://cute-report.com/en/download/88" + }, + "topics": [ + "Printing" + ] } diff --git a/cutetest/cutetest.manifest b/cutetest/cutetest.manifest index de9861bb..1c287200 100644 --- a/cutetest/cutetest.manifest +++ b/cutetest/cutetest.manifest @@ -1,20 +1,28 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "cutetest", + "display_name": "CuteTest", "summary": "Unit testing for Qt", "urls": { "homepage": "http://qt-project.org/forums/viewthread/14660/", "vcs": "https://bitbucket.org/mayastudios/cutetest/src", "contact": "http://mayastudios.com" }, "licenses": [ - "LGPLv3+", "BSD-3-clause", "Apache-2.0" + "LGPLv3+", + "BSD-3-clause", + "Apache-2.0" ], - "description": "With CuteTest you can create unit tests and view their results. It’s open-source and based on QTestLib but extends it with the following features: You can have multiple test suites (test classes) in a single project. Test suites are registered automatically. No need to manually build the list of test suites. CuteTest provides a public API to retrieve the results of a test run.", + "description": "With CuteTest you can create unit tests and view their results. It is based on QTestLib but extends it with the following features: You can have multiple test suites (test classes) in a single project. Test suites are registered automatically. No need to manually build the list of test suites. CuteTest provides a public API to retrieve the results of a test run.", "authors": [ "Maya Studios" ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Development" ] } diff --git a/diff-match-patch/diff-match-patch.2012-11-19.manifest b/diff-match-patch/diff-match-patch.2012-11-19.manifest new file mode 100644 index 00000000..6e74bce6 --- /dev/null +++ b/diff-match-patch/diff-match-patch.2012-11-19.manifest @@ -0,0 +1,34 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "diff-match-patch", + "display_name": "google-diff-match-patch", + "version": "20121119", + "release_date": "2012-11-19", + "summary": "Diff, Match and Patch libraries for Plain Text", + "urls": { + "homepage": "http://code.google.com/p/google-diff-match-patch/", + "vcs": "http://code.google.com/p/google-diff-match-patch/source/browse/", + "download": "https://code.google.com/p/google-diff-match-patch/downloads/list", + "custom": { + "Wiki": "https://code.google.com/p/google-diff-match-patch/w/list" + } + }, + "licenses": [ + "Apache2.0" + ], + "description": "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. \n\nDiff: Compare two blocks of plain text and efficiently return a list of differences. \n\nMatch: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. \n\nPatch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match.\n\nCurrently available in Java, JavaScript, Dart, C++, C#, Objective C, Lua and Python. Regardless of language, each library features the same API and the same functionality. The C++ library provides a Qt-based interface.", + "authors": [ + "Neil Fraser ", + "Mike Slemmer " + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "https://google-diff-match-patch.googlecode.com/files/diff_match_patch_20121119.zip" + }, + "topics": [ + "Text" + ] +} diff --git a/diff-match-patch/diff-match-patch.20121119.manifest b/diff-match-patch/diff-match-patch.20121119.manifest deleted file mode 100644 index 409e58ce..00000000 --- a/diff-match-patch/diff-match-patch.20121119.manifest +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "http://inqlude.org/schema/release-manifest-v1#", - "name": "diff-match-patch", - "version": "20121119", - "release_date": "20121119", - "summary": "Diff, Match and Patch libraries for Plain Text", - "urls": { - "homepage": "http://code.google.com/p/google-diff-match-patch/", - "vcs": "http://code.google.com/p/google-diff-match-patch/source/browse/" - }, - "licenses": [ - "Apache2.0" - ], - "description": "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match.\n\nCurrently available in Java, JavaScript, Dart, C++, C#, Objective C, Lua and Python. Regardless of language, each library features the same API and the same functionality. The C++ library provides a Qt-based interface.", - "authors": [ - "Neil Fraser ", - "Mike Slemmer " - ], - "maturity": "stable", - "platforms": [ - "Linux" - ], - "packages": { - "source": "http://code.google.com/p/google-diff-match-patch/downloads/detail?name=diff_match_patch_20121119.zip" - } -} diff --git a/echonest/echonest.2011-05-24.manifest b/echonest/echonest.2011-05-24.manifest index 19c31e7a..06532ea2 100644 --- a/echonest/echonest.2011-05-24.manifest +++ b/echonest/echonest.2011-05-24.manifest @@ -1,30 +1,40 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "echonest", "release_date": "2011-05-24", "version": "1.1.8", "summary": "Qt library for communicating with The Echo Nest", "urls": { "homepage": "https://projects.kde.org/libechonest", "api_docs": "http://pwsp.cleinias.com/libechonest_api/", "vcs": "https://projects.kde.org/projects/playground/libs/libechonest/repository" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "The Echo Nest is a music intelligence platform, which provides APIs to retrieve a wide variety of context information about music. libechonest currently supports almost all of the features of the Echo Nest API, including all the API functions.\n", - "authors": [ "Leo Franchi " ], + "authors": [ + "Leo Franchi " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://files.lfranchi.com/libechonest-1.1.8.tar.bz2", "openSUSE": { "11.4": { "package_name": "libechonest1_1", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "libechonest-1.1.8-1.1.src.rpm" } } - } + }, + "topics": [ + "Multimedia", + "API" + ] } diff --git a/echonest/echonest.2013-05-16.manifest b/echonest/echonest.2013-05-16.manifest index 8d9a45f8..0984cee2 100644 --- a/echonest/echonest.2013-05-16.manifest +++ b/echonest/echonest.2013-05-16.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "echonest", "release_date": "2013-05-16", "version": "2.1.0", "summary": "Qt library for communicating with The Echo Nest", "urls": { "homepage": "https://projects.kde.org/libechonest", "api_docs": "http://pwsp.cleinias.com/libechonest_api/", "vcs": "https://projects.kde.org/projects/playground/libs/libechonest/repository" }, "licenses": [ "LGPL" ], "description": "The Echo Nest is a music intelligence platform, which provides APIs to retrieve a wide variety of context information about music. libechonest currently supports almost all of the features of the Echo Nest API, including all the API functions.\n", "authors": [ "Leo Franchi " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://files.lfranchi.com/libechonest-2.1.0.tar.bz2" - } + }, + "topics": [ + "Multimedia", + "API" + ] } diff --git a/enginio-qt/enginio-qt.2013-07-02.manifest b/enginio-qt/enginio-qt.2013-07-02.manifest index c83de380..cae34bc2 100644 --- a/enginio-qt/enginio-qt.2013-07-02.manifest +++ b/enginio-qt/enginio-qt.2013-07-02.manifest @@ -1,29 +1,35 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "enginio-qt", + "display_name": "Enginio", "release_date": "2013-07-02", "version": "0.5.0", "summary": "Enginio client library for Qt platfom. Provides both Qt C++ and QML APIs to client applications.", "urls": { "homepage": "https://engin.io/", "vcs": "https://github.com/enginio/enginio-qt", "contact": "http://qt.digia.com/contact-us" }, "licenses": [ "GPLv3", "LGPLv2.1" ], "description": "Enginio is a cloud-based service for storing and accessing backend data. enginio-qt provides a client library for accessing Enginio service from Qt and QML code.", "authors": [ "Digia" ], "maturity": "stable", "platforms": [ "Linux", "Windos", "OS X" ], "packages": { "source": "https://github.com/enginio/enginio-qt/archive/0.5.0.tar.gz" - } + }, + "topics": [ + "Data", + "API", + "QML" + ] } diff --git a/exaro/exaro.2009-08-27.manifest b/exaro/exaro.2009-08-27.manifest index 8ad07e9d..95b57a7c 100644 --- a/exaro/exaro.2009-08-27.manifest +++ b/exaro/exaro.2009-08-27.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "exaro", + "display_name": "eXaro", "version": "2.0.0", "release_date": "2009-08-27", "summary": "Report engine", "urls": { "homepage": "http://exaro.sourceforge.net/", "vcs": "http://code.google.com/p/exaro/source/browse", "download": "http://sourceforge.net/projects/exaro/files/exaro/" }, "licenses": [ "GPLv3", "LGPLv3" ], "description": "eXaro is a report engine similar to Jasper or Crystal Reports, which can be embedded in any Qt application. It has an integrated preview with search and export capabilities and comes with a visual designer.", "maturity": "stable", "authors": [ "BogDan Vatra " ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "http://sourceforge.net/projects/exaro/files/exaro/exaro%202.0.0/exaro_2.0.0.tar.lzma/download" - } + }, + "topics": [ + "Printing" + ] } diff --git a/extra-cmake-modules/extra-cmake-modules.2014-09-15.manifest b/extra-cmake-modules/extra-cmake-modules.2014-09-15.manifest index f828ab0c..ebe43624 100644 --- a/extra-cmake-modules/extra-cmake-modules.2014-09-15.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2014-09-15.manifest @@ -1,25 +1,28 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2014-09-15", "version": "1.2.1", "summary": "Extensions for software using the CMake build system", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/extra-cmake-modules-1.2.1.tar.xz" - } + }, + "topics": [ + "Development" + ] } diff --git a/extra-cmake-modules/extra-cmake-modules.2014-10-07.manifest b/extra-cmake-modules/extra-cmake-modules.2014-10-07.manifest index ba61ad50..3b358361 100644 --- a/extra-cmake-modules/extra-cmake-modules.2014-10-07.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2014-10-07.manifest @@ -1,25 +1,28 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2014-10-07", "version": "1.3.0", "summary": "Extensions for software using the CMake build system", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/extra-cmake-modules-1.3.0.tar.xz" - } + }, + "topics": [ + "Development" + ] } diff --git a/extra-cmake-modules/extra-cmake-modules.2014-11-06.manifest b/extra-cmake-modules/extra-cmake-modules.2014-11-06.manifest index 4928c9eb..0b865de2 100644 --- a/extra-cmake-modules/extra-cmake-modules.2014-11-06.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2014-11-06.manifest @@ -1,25 +1,28 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2014-11-06", "version": "1.4.0", "summary": "Extensions for software using the CMake build system", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/extra-cmake-modules-1.4.0.tar.xz" - } + }, + "topics": [ + "Development" + ] } diff --git a/extra-cmake-modules/extra-cmake-modules.2015-01-11.manifest b/extra-cmake-modules/extra-cmake-modules.2015-01-11.manifest index c1b79d82..d0d1391b 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-01-11.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-01-11.manifest @@ -1,25 +1,28 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-01-11", "version": "1.6.1", "summary": "Extensions for software using the CMake build system", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/extra-cmake-modules-1.6.1.tar.xz" - } + }, + "topics": [ + "Development" + ] } diff --git a/extra-cmake-modules/extra-cmake-modules.2015-02-14.manifest b/extra-cmake-modules/extra-cmake-modules.2015-02-14.manifest index 7285127f..6acc3b92 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-02-14.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-02-14.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-02-14", "version": "1.7.0", "summary": "Extensions for software using the CMake build system", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/extra-cmake-modules-1.7.0.tar.xz" }, - "group": "kde-frameworks" + "group": "kde-frameworks", + "topics": [ + "Development" + ] } diff --git a/extra-cmake-modules/extra-cmake-modules.2015-05-08.manifest b/extra-cmake-modules/extra-cmake-modules.2015-05-08.manifest index 45c45d4e..bf424151 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-05-08.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-05-08.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/extra-cmake-modules-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2015-07-27.manifest b/extra-cmake-modules/extra-cmake-modules.2015-07-27.manifest index b6a7557c..8161fc69 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-07-27.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-07-27.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/extra-cmake-modules-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2015-08-12.manifest b/extra-cmake-modules/extra-cmake-modules.2015-08-12.manifest index c2265515..7c434a0d 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-08-12.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-08-12.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/extra-cmake-modules-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2015-09-12.manifest b/extra-cmake-modules/extra-cmake-modules.2015-09-12.manifest index b5971287..9ed7e77d 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-09-12.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-09-12.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/extra-cmake-modules-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2015-10-10.manifest b/extra-cmake-modules/extra-cmake-modules.2015-10-10.manifest index cf2c7fc0..f22ff65a 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-10-10.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-10-10.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/extra-cmake-modules-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2015-11-13.manifest b/extra-cmake-modules/extra-cmake-modules.2015-11-13.manifest index cb1f8c2c..03bec80b 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-11-13.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-11-13.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/extra-cmake-modules-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2015-12-12.manifest b/extra-cmake-modules/extra-cmake-modules.2015-12-12.manifest index 71a39a44..06bf59b0 100644 --- a/extra-cmake-modules/extra-cmake-modules.2015-12-12.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2015-12-12.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/extra-cmake-modules-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-01-09.manifest b/extra-cmake-modules/extra-cmake-modules.2016-01-09.manifest index 7e8dd0e2..eed49fc6 100644 --- a/extra-cmake-modules/extra-cmake-modules.2016-01-09.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2016-01-09.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/extra-cmake-modules-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-02-13.manifest b/extra-cmake-modules/extra-cmake-modules.2016-02-13.manifest index 1eee88fd..3702872a 100644 --- a/extra-cmake-modules/extra-cmake-modules.2016-02-13.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2016-02-13.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/extra-cmake-modules-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-03-13.manifest b/extra-cmake-modules/extra-cmake-modules.2016-03-13.manifest index 5bc7178a..88fb6699 100644 --- a/extra-cmake-modules/extra-cmake-modules.2016-03-13.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2016-03-13.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/extra-cmake-modules-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-04-09.manifest b/extra-cmake-modules/extra-cmake-modules.2016-04-09.manifest index c56a84f7..167fdc36 100644 --- a/extra-cmake-modules/extra-cmake-modules.2016-04-09.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2016-04-09.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/extra-cmake-modules-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-05-15.manifest b/extra-cmake-modules/extra-cmake-modules.2016-05-15.manifest index f419ca8d..b96d030e 100644 --- a/extra-cmake-modules/extra-cmake-modules.2016-05-15.manifest +++ b/extra-cmake-modules/extra-cmake-modules.2016-05-15.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "extra-cmake-modules", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Extensions for software using the CMake build system", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/extra-cmake-modules-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-06-13.manifest b/extra-cmake-modules/extra-cmake-modules.2016-06-13.manifest new file mode 100644 index 00000000..c498cc04 --- /dev/null +++ b/extra-cmake-modules/extra-cmake-modules.2016-06-13.manifest @@ -0,0 +1,30 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "extra-cmake-modules", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Extensions for software using the CMake build system", + "urls": { + "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" + }, + "licenses": [ + "BSD-3-Clause" + ], + "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", + "maturity": "stable", + "platforms": [ + "Linux", + "OS X", + "Windows" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/extra-cmake-modules-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/extra-cmake-modules/extra-cmake-modules.2016-07-09.manifest b/extra-cmake-modules/extra-cmake-modules.2016-07-09.manifest new file mode 100644 index 00000000..f195c838 --- /dev/null +++ b/extra-cmake-modules/extra-cmake-modules.2016-07-09.manifest @@ -0,0 +1,28 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "extra-cmake-modules", + "display_name": "extra-cmake-modules", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Extensions for software using the CMake build system", + "urls": { + "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" + }, + "licenses": [ + "BSD-3-Clause" + ], + "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", + "maturity": "stable", + "platforms": [ + "Linux", + "OS X", + "Windows" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/extra-cmake-modules-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/extra-cmake-modules/extra-cmake-modules.2016-08-13.manifest b/extra-cmake-modules/extra-cmake-modules.2016-08-13.manifest new file mode 100644 index 00000000..6c55278d --- /dev/null +++ b/extra-cmake-modules/extra-cmake-modules.2016-08-13.manifest @@ -0,0 +1,30 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "extra-cmake-modules", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Extensions for software using the CMake build system", + "topics": [ + "Development" + ], + "urls": { + "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem" + }, + "licenses": [ + "BSD-3-Clause" + ], + "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", + "maturity": "stable", + "platforms": [ + "Linux", + "OS X", + "Windows" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/extra-cmake-modules-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/extra-cmake-modules/extra-cmake-modules.manifest b/extra-cmake-modules/extra-cmake-modules.manifest index 7d861166..832a4bdc 100644 --- a/extra-cmake-modules/extra-cmake-modules.manifest +++ b/extra-cmake-modules/extra-cmake-modules.manifest @@ -1,21 +1,24 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "extra-cmake-modules", "summary": "Extensions for software using the CMake build system", "maturity": "stable", "platforms": [ "Linux", "OS X", "Windows" ], "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-buildsystem", "vcs": "https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository" }, "licenses": [ "BSD-3-Clause" ], "description": "The Extra CMake Modules package, or ECM, adds to the modules provided by CMake, including both ones used by `find_package()` to find common software and ones that can be used directly in `CMakeLists.txt` files to perform common tasks.\n\nIn addition, it provides common build settings used in software produced by the KDE community.\n\nWhile the driving force of this module is to reduce duplication in CMake scripts across KDE software, it is intended to be useful for any software that uses the CMake build system.", - "group": "kde-frameworks" + "group": "kde-frameworks", + "topics": [ + "Development" + ] } diff --git a/ff7tk/ff7tk.manifest b/ff7tk/ff7tk.manifest index ed549fe0..f9ebd5ec 100644 --- a/ff7tk/ff7tk.manifest +++ b/ff7tk/ff7tk.manifest @@ -1,23 +1,30 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "ff7tk", + "display_name": "FF7tk", "summary": "Toolkit for working with data from Final Fantasy 7", "urls": { "homepage": "http://forums.qhimm.com/index.php?topic=12938.msg184462", "vcs": "https://github.com/sithlord48/ff7tk/", "api_docs": "http://www.blackchocobo.com/ff7tk/index.html" }, "licenses": [ "GPLv3+" ], "description": "Set of Gui and Data Object to make programing tools for Final Fantasy 7 easier.", "authors": [ "Chris Rizzitello ", "Arzel Jérôme ", "Vegeta_Ss4 ", "And others" ], "platforms": [ - "Linux", "Windows", "MacOs", "Android" + "Linux", + "Windows", + "MacOs", + "Android" + ], + "topics": [ + "Data" ] } diff --git a/frameworkintegration/frameworkintegration.2014-03-03.manifest b/frameworkintegration/frameworkintegration.2014-03-03.manifest index b74fb841..8cd23070 100644 --- a/frameworkintegration/frameworkintegration.2014-03-03.manifest +++ b/frameworkintegration/frameworkintegration.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/frameworkintegration-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-04-01.manifest b/frameworkintegration/frameworkintegration.2014-04-01.manifest index 6d797908..8a2700d2 100644 --- a/frameworkintegration/frameworkintegration.2014-04-01.manifest +++ b/frameworkintegration/frameworkintegration.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/frameworkintegration-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-07-07.manifest b/frameworkintegration/frameworkintegration.2014-07-07.manifest index 7d971334..08c969a4 100644 --- a/frameworkintegration/frameworkintegration.2014-07-07.manifest +++ b/frameworkintegration/frameworkintegration.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/frameworkintegration-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-08-07.manifest b/frameworkintegration/frameworkintegration.2014-08-07.manifest index b2e398c1..17af71a9 100644 --- a/frameworkintegration/frameworkintegration.2014-08-07.manifest +++ b/frameworkintegration/frameworkintegration.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/frameworkintegration-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-09-12.manifest b/frameworkintegration/frameworkintegration.2014-09-12.manifest index 5b6e4a52..436b19e2 100644 --- a/frameworkintegration/frameworkintegration.2014-09-12.manifest +++ b/frameworkintegration/frameworkintegration.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/frameworkintegration-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-10-07.manifest b/frameworkintegration/frameworkintegration.2014-10-07.manifest index 1bdc7a69..a4f7d796 100644 --- a/frameworkintegration/frameworkintegration.2014-10-07.manifest +++ b/frameworkintegration/frameworkintegration.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/frameworkintegration-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-11-06.manifest b/frameworkintegration/frameworkintegration.2014-11-06.manifest index 825f57c0..2b24d4fd 100644 --- a/frameworkintegration/frameworkintegration.2014-11-06.manifest +++ b/frameworkintegration/frameworkintegration.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/frameworkintegration-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2014-12-11.manifest b/frameworkintegration/frameworkintegration.2014-12-11.manifest index 78b489e1..2288c527 100644 --- a/frameworkintegration/frameworkintegration.2014-12-11.manifest +++ b/frameworkintegration/frameworkintegration.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/frameworkintegration-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-01-08.manifest b/frameworkintegration/frameworkintegration.2015-01-08.manifest index f82f8232..b40b2a45 100644 --- a/frameworkintegration/frameworkintegration.2015-01-08.manifest +++ b/frameworkintegration/frameworkintegration.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/frameworkintegration-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-02-14.manifest b/frameworkintegration/frameworkintegration.2015-02-14.manifest index 1d21fba2..3bd920f3 100644 --- a/frameworkintegration/frameworkintegration.2015-02-14.manifest +++ b/frameworkintegration/frameworkintegration.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/frameworkintegration-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-05-08.manifest b/frameworkintegration/frameworkintegration.2015-05-08.manifest index a054f126..8af3ced3 100644 --- a/frameworkintegration/frameworkintegration.2015-05-08.manifest +++ b/frameworkintegration/frameworkintegration.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Integration of Qt application with KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/frameworkintegration-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-07-27.manifest b/frameworkintegration/frameworkintegration.2015-07-27.manifest index 2b3952f1..60b35c6b 100644 --- a/frameworkintegration/frameworkintegration.2015-07-27.manifest +++ b/frameworkintegration/frameworkintegration.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Integration of Qt application with KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/frameworkintegration-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-08-12.manifest b/frameworkintegration/frameworkintegration.2015-08-12.manifest index 464a6e1f..fa0895e3 100644 --- a/frameworkintegration/frameworkintegration.2015-08-12.manifest +++ b/frameworkintegration/frameworkintegration.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/frameworkintegration-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-09-12.manifest b/frameworkintegration/frameworkintegration.2015-09-12.manifest index d2cd9169..9ff09399 100644 --- a/frameworkintegration/frameworkintegration.2015-09-12.manifest +++ b/frameworkintegration/frameworkintegration.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/frameworkintegration-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-10-10.manifest b/frameworkintegration/frameworkintegration.2015-10-10.manifest index 912723e6..b96249c3 100644 --- a/frameworkintegration/frameworkintegration.2015-10-10.manifest +++ b/frameworkintegration/frameworkintegration.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/frameworkintegration", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/frameworkintegration-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-11-13.manifest b/frameworkintegration/frameworkintegration.2015-11-13.manifest index d0175f3d..bc7e25b0 100644 --- a/frameworkintegration/frameworkintegration.2015-11-13.manifest +++ b/frameworkintegration/frameworkintegration.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/frameworkintegration-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2015-12-12.manifest b/frameworkintegration/frameworkintegration.2015-12-12.manifest index 5251553b..148357bf 100644 --- a/frameworkintegration/frameworkintegration.2015-12-12.manifest +++ b/frameworkintegration/frameworkintegration.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/frameworkintegration-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-01-09.manifest b/frameworkintegration/frameworkintegration.2016-01-09.manifest index aab0e2a9..f8b80d9b 100644 --- a/frameworkintegration/frameworkintegration.2016-01-09.manifest +++ b/frameworkintegration/frameworkintegration.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/frameworkintegration-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-02-13.manifest b/frameworkintegration/frameworkintegration.2016-02-13.manifest index 4e7e01bb..5677642f 100644 --- a/frameworkintegration/frameworkintegration.2016-02-13.manifest +++ b/frameworkintegration/frameworkintegration.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/frameworkintegration-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-03-13.manifest b/frameworkintegration/frameworkintegration.2016-03-13.manifest index 56505734..8e78c7e6 100644 --- a/frameworkintegration/frameworkintegration.2016-03-13.manifest +++ b/frameworkintegration/frameworkintegration.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/frameworkintegration-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-04-09.manifest b/frameworkintegration/frameworkintegration.2016-04-09.manifest index 730b2df1..af50a51d 100644 --- a/frameworkintegration/frameworkintegration.2016-04-09.manifest +++ b/frameworkintegration/frameworkintegration.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/frameworkintegration-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-05-15.manifest b/frameworkintegration/frameworkintegration.2016-05-15.manifest index fd49c3a3..ddbcae6a 100644 --- a/frameworkintegration/frameworkintegration.2016-05-15.manifest +++ b/frameworkintegration/frameworkintegration.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "frameworkintegration", "display_name": "Framework Integration", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Workspace and cross-framework integration plugins", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/frameworkintegration-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-06-13.manifest b/frameworkintegration/frameworkintegration.2016-06-13.manifest new file mode 100644 index 00000000..1d4a27b2 --- /dev/null +++ b/frameworkintegration/frameworkintegration.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "frameworkintegration", + "display_name": "Framework Integration", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Workspace and cross-framework integration plugins", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/frameworkintegration-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/frameworkintegration/frameworkintegration.2016-07-09.manifest b/frameworkintegration/frameworkintegration.2016-07-09.manifest new file mode 100644 index 00000000..1634f3a1 --- /dev/null +++ b/frameworkintegration/frameworkintegration.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "frameworkintegration", + "display_name": "Framework Integration", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Workspace and cross-framework integration plugins", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/frameworkintegration-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/frameworkintegration/frameworkintegration.2016-08-13.manifest b/frameworkintegration/frameworkintegration.2016-08-13.manifest new file mode 100644 index 00000000..288a1144 --- /dev/null +++ b/frameworkintegration/frameworkintegration.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "frameworkintegration", + "display_name": "Framework Integration", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Workspace and cross-framework integration plugins", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/frameworkintegration/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Framework Integration is a set of plugins responsible for better integration of\nQt applications when running on a KDE Plasma workspace.\n\nApplications do not need to link to this directly.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/frameworkintegration-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/gcf/gcf.2012-01-17.manifest b/gcf/gcf.2012-01-17.manifest index c5146f51..f5c87c53 100644 --- a/gcf/gcf.2012-01-17.manifest +++ b/gcf/gcf.2012-01-17.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "gcf", + "display_name": "GCF", "version": "2.6.0", "release_date": "2012-01-17", "summary": "Generic component framework", "urls": { "homepage": "http://www.vcreatelogic.com/products/gcf", "vcs": "http://code.vcreatelogic.com:8045/GCF2/trunk/GCF", "download": "http://www.vcreatelogic.com/products/gcf/gcfdownloads" }, "licenses": [ "GPLv2", "GPLv3", "Commercial" ], "description": "Component framework for building large applications", "maturity": "stable", "authors": [ "VCreate Logic " ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "http://www.vcreatelogic.com/downloads/files/GCF-2.6.0-GPL-Source.7z" - } + }, + "topics": [ + "Development" + ] } diff --git a/glc-lib/glc-lib.2013-09-26.manifest b/glc-lib/glc-lib.2013-09-26.manifest index 4eef9b5a..05f55eb0 100644 --- a/glc-lib/glc-lib.2013-09-26.manifest +++ b/glc-lib/glc-lib.2013-09-26.manifest @@ -1,27 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "glc-lib", + "display_name": "GLC lib", "version": "2.5.2", "release_date": "2013-09-26", "summary": "Library for high performance 3D applications based on OpenGL", "urls": { "homepage": "http://www.glc-lib.net/", "vcs": "https://github.com/laumaya/GLC_lib", "download": "https://github.com/laumaya/GLC_lib/releases", "api_docs": "http://www.doc.glc-lib.net/" }, "licenses": [ "LGPLv3+" ], "description": "GLC lib is a C++ library for high performance 3D application based on OpenGL and Qt4 or Qt5. GLC Lib is designed to render very complex 3D scenes ( 100.000 parts, 40.000.000 triangles).", "maturity": "stable", "authors": [ "Laurent Ribon " ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/laumaya/GLC_lib/archive/Version_2_5_2.tar.gz" - } + }, + "topics": [ + "Graphics" + ] } diff --git a/injeqt/injeqt.2015-03-07.manifest b/injeqt/injeqt.2015-03-07.manifest index 892f2739..040d2807 100644 --- a/injeqt/injeqt.2015-03-07.manifest +++ b/injeqt/injeqt.2015-03-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "injeqt", "display_name": "injeqt", "release_date": "2015-03-07", "version": "1.0.1", "summary": "Dependency injection", "urls": { "homepage": "https://github.com/vogel/injeqt", "download": "https://github.com/vogel/injeqt/releases", "vcs": "https://github.com/vogel/injeqt" }, "licenses": [ "LGPLv2.1" ], "description": "Injeqt implements simple dependency injection for Qt.", "authors": [ "Rafał Przemysław Malinowski" ], "maturity": "stable", "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "https://github.com/vogel/injeqt/archive/1.0.1.tar.gz" - } + }, + "topics": [ + "Development" + ] } diff --git a/injeqt/injeqt.2016-07-21.manifest b/injeqt/injeqt.2016-07-21.manifest new file mode 100644 index 00000000..d010be0f --- /dev/null +++ b/injeqt/injeqt.2016-07-21.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "injeqt", + "display_name": "injeqt", + "release_date": "2016-07-21", + "version": "1.1.0", + "summary": "Dependency injection", + "urls": { + "homepage": "https://github.com/vogel/injeqt", + "download": "https://github.com/vogel/injeqt/releases", + "vcs": "https://github.com/vogel/injeqt" + }, + "licenses": [ + "LGPLv2.1" + ], + "description": "Injeqt implements simple dependency injection for Qt.", + "authors": [ + "Rafał Przemysław Malinowski" + ], + "maturity": "stable", + "platforms": [ + "Linux", + "Windows", + "OS X" + ], + "packages": { + "source": "https://github.com/vogel/injeqt/archive/1.1.0.tar.gz" + }, + "topics": [ + "Development" + ] +} diff --git a/jreen/jreen.2013-01-07.manifest b/jreen/jreen.2013-01-07.manifest index aadfdd0a..d8838c75 100644 --- a/jreen/jreen.2013-01-07.manifest +++ b/jreen/jreen.2013-01-07.manifest @@ -1,25 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "jreen", + "display_name": "Jreen", "release_date": "2013-01-07", "version": "1.1.1", "summary": "XMPP client library", "urls": { "homepage": "http://qutim.org/jreen", "vcs": "https://github.com/euroelessar/jreen" }, "licenses": [ "GPLv2+" ], "description": "Jreen is extensible Qt-based asynchronous Jabber client library, developed as backend of the qutIM Jabber client.", "authors": [ "Ruslan Nigmatullin " ], "maturity": "stable", "platforms": [ "Cross-platform" ], "packages": { "source": "http://qutim.org/dwnl/44/libjreen-1.1.1.tar.bz2" - } + }, + "topics": [ + "Communication" + ] } diff --git a/kactivities-stats/kactivities-stats.2016-05-15.manifest b/kactivities-stats/kactivities-stats.2016-05-15.manifest index c785e1ed..9d70984b 100644 --- a/kactivities-stats/kactivities-stats.2016-05-15.manifest +++ b/kactivities-stats/kactivities-stats.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities-stats", "display_name": "KActivitiesStats", "release_date": "2016-05-15", "version": "5.22.0", "summary": "A library for accessing the usage data collected by the activities system.", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities-stats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities-stats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KActivitiesStats library provides a querying mechanism for the data\nthat the activitiy manager collects - which documents hae been opened by\nwhich applications, and what documents have been linked to which activity.\nThe activity manager also keeps the score for each document which gets\nhigher when a particular document has been often accessed or kept open\nfor longer periods of time. This score is also available through the\nquerying mechanism.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kactivities-stats-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities-stats/kactivities-stats.2016-06-13.manifest b/kactivities-stats/kactivities-stats.2016-06-13.manifest new file mode 100644 index 00000000..7461b25a --- /dev/null +++ b/kactivities-stats/kactivities-stats.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kactivities-stats", + "display_name": "KActivitiesStats", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "A library for accessing the usage data collected by the activities system.", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities-stats/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kactivities-stats/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The KActivitiesStats library provides a querying mechanism for the data\nthat the activitiy manager collects - which documents hae been opened by\nwhich applications, and what documents have been linked to which activity.\nThe activity manager also keeps the score for each document which gets\nhigher when a particular document has been often accessed or kept open\nfor longer periods of time. This score is also available through the\nquerying mechanism.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kactivities-stats-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities-stats/kactivities-stats.2016-07-09.manifest b/kactivities-stats/kactivities-stats.2016-07-09.manifest new file mode 100644 index 00000000..81bb7a13 --- /dev/null +++ b/kactivities-stats/kactivities-stats.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kactivities-stats", + "display_name": "KActivitiesStats", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "A library for accessing the usage data collected by the activities system.", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities-stats/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kactivities-stats/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The KActivitiesStats library provides a querying mechanism for the data\nthat the activitiy manager collects - which documents hae been opened by\nwhich applications, and what documents have been linked to which activity.\nThe activity manager also keeps the score for each document which gets\nhigher when a particular document has been often accessed or kept open\nfor longer periods of time. This score is also available through the\nquerying mechanism.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kactivities-stats-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kactivities-stats/kactivities-stats.2016-08-13.manifest b/kactivities-stats/kactivities-stats.2016-08-13.manifest new file mode 100644 index 00000000..661688c7 --- /dev/null +++ b/kactivities-stats/kactivities-stats.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kactivities-stats", + "display_name": "KActivitiesStats", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "A library for accessing the usage data collected by the activities system.", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities-stats/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kactivities-stats/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The KActivitiesStats library provides a querying mechanism for the data\nthat the activitiy manager collects - which documents hae been opened by\nwhich applications, and what documents have been linked to which activity.\nThe activity manager also keeps the score for each document which gets\nhigher when a particular document has been often accessed or kept open\nfor longer periods of time. This score is also available through the\nquerying mechanism.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kactivities-stats-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kactivities/kactivities.2014-04-01.manifest b/kactivities/kactivities.2014-04-01.manifest index 5e1d26aa..cadec1af 100644 --- a/kactivities/kactivities.2014-04-01.manifest +++ b/kactivities/kactivities.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kactivities-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2014-07-07.manifest b/kactivities/kactivities.2014-07-07.manifest index 5cac4ccb..5280c7d2 100644 --- a/kactivities/kactivities.2014-07-07.manifest +++ b/kactivities/kactivities.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kactivities-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2014-08-07.manifest b/kactivities/kactivities.2014-08-07.manifest index 12b39298..35db2f99 100644 --- a/kactivities/kactivities.2014-08-07.manifest +++ b/kactivities/kactivities.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kactivities-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2014-09-12.manifest b/kactivities/kactivities.2014-09-12.manifest index 254a32bc..8f20a791 100644 --- a/kactivities/kactivities.2014-09-12.manifest +++ b/kactivities/kactivities.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kactivities-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2014-10-07.manifest b/kactivities/kactivities.2014-10-07.manifest index 907aa64c..3dff907f 100644 --- a/kactivities/kactivities.2014-10-07.manifest +++ b/kactivities/kactivities.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kactivities-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2014-11-06.manifest b/kactivities/kactivities.2014-11-06.manifest index 0e9cddce..07ddd299 100644 --- a/kactivities/kactivities.2014-11-06.manifest +++ b/kactivities/kactivities.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kactivities-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2014-12-11.manifest b/kactivities/kactivities.2014-12-11.manifest index b2291e2b..1921b5ef 100644 --- a/kactivities/kactivities.2014-12-11.manifest +++ b/kactivities/kactivities.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kactivities-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-01-08.manifest b/kactivities/kactivities.2015-01-08.manifest index 33654649..e9298fd2 100644 --- a/kactivities/kactivities.2015-01-08.manifest +++ b/kactivities/kactivities.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kactivities-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-02-14.manifest b/kactivities/kactivities.2015-02-14.manifest index d9563487..ad7e3bb4 100644 --- a/kactivities/kactivities.2015-02-14.manifest +++ b/kactivities/kactivities.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kactivities-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-05-08.manifest b/kactivities/kactivities.2015-05-08.manifest index af84a7ce..99e8f0e2 100644 --- a/kactivities/kactivities.2015-05-08.manifest +++ b/kactivities/kactivities.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Core components for the KDE's Activities Activity Manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "System service to manage user's activities, track the usage patterns etc.\nKActivities library\nAPI for using and interacting with the Activity Manager as a consumer,\napplication adding information to them or as an activity manager.\nWorkspace\nPlugins for KDE workspace to easier integrate activities (KIO, etc.)\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kactivities-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-07-27.manifest b/kactivities/kactivities.2015-07-27.manifest index c5271164..88d36b64 100644 --- a/kactivities/kactivities.2015-07-27.manifest +++ b/kactivities/kactivities.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Core components for the KDE Activity concept", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kactivities", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kactivities-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-08-12.manifest b/kactivities/kactivities.2015-08-12.manifest index 706b56b4..1404e6ce 100644 --- a/kactivities/kactivities.2015-08-12.manifest +++ b/kactivities/kactivities.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kactivities-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-09-12.manifest b/kactivities/kactivities.2015-09-12.manifest index bf3048a1..7ede534b 100644 --- a/kactivities/kactivities.2015-09-12.manifest +++ b/kactivities/kactivities.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kactivities-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-10-10.manifest b/kactivities/kactivities.2015-10-10.manifest index 19fb59cc..b4a4c2cd 100644 --- a/kactivities/kactivities.2015-10-10.manifest +++ b/kactivities/kactivities.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kactivities-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-11-13.manifest b/kactivities/kactivities.2015-11-13.manifest index 285bc421..b196c008 100644 --- a/kactivities/kactivities.2015-11-13.manifest +++ b/kactivities/kactivities.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kactivities-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2015-12-12.manifest b/kactivities/kactivities.2015-12-12.manifest index 5c4303f3..32b1d100 100644 --- a/kactivities/kactivities.2015-12-12.manifest +++ b/kactivities/kactivities.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kactivities-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-01-09.manifest b/kactivities/kactivities.2016-01-09.manifest index 10ae446d..34213da0 100644 --- a/kactivities/kactivities.2016-01-09.manifest +++ b/kactivities/kactivities.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kactivities-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-02-13.manifest b/kactivities/kactivities.2016-02-13.manifest index 3a7c46ac..9b522d4a 100644 --- a/kactivities/kactivities.2016-02-13.manifest +++ b/kactivities/kactivities.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kactivities-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-03-13.manifest b/kactivities/kactivities.2016-03-13.manifest index e476ae74..2b4d9b70 100644 --- a/kactivities/kactivities.2016-03-13.manifest +++ b/kactivities/kactivities.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kactivities-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-04-09.manifest b/kactivities/kactivities.2016-04-09.manifest index 50fb79ab..de1dc6d9 100644 --- a/kactivities/kactivities.2016-04-09.manifest +++ b/kactivities/kactivities.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kactivities-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-05-15.manifest b/kactivities/kactivities.2016-05-15.manifest index 84a5dc19..bf89b90e 100644 --- a/kactivities/kactivities.2016-05-15.manifest +++ b/kactivities/kactivities.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kactivities", "display_name": "KActivities", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Runtime and library to organize the user work in separate activities", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kactivities-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-06-13.manifest b/kactivities/kactivities.2016-06-13.manifest new file mode 100644 index 00000000..efa8c00e --- /dev/null +++ b/kactivities/kactivities.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kactivities", + "display_name": "KActivities", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Runtime and library to organize the user work in separate activities", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kactivities-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kactivities/kactivities.2016-07-09.manifest b/kactivities/kactivities.2016-07-09.manifest new file mode 100644 index 00000000..afaa71b8 --- /dev/null +++ b/kactivities/kactivities.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kactivities", + "display_name": "KActivities", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Runtime and library to organize the user work in separate activities", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kactivities-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kactivities/kactivities.2016-08-13.manifest b/kactivities/kactivities.2016-08-13.manifest new file mode 100644 index 00000000..eb5c1a89 --- /dev/null +++ b/kactivities/kactivities.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kactivities", + "display_name": "KActivities", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Runtime and library to organize the user work in separate activities", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kactivities/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "When a user is interacting with a computer, there are three main areas of\ncontextual information that may affect the behaviour of the system: who the user\nis, where they are, and what they are doing.\n\n*Activities* deal with the last one. An activity might be \"developing a KDE\napplication\", \"studying 19th century art\", \"composing music\" or \"watching funny\nvideos\". Each of these activites may involve multiple applications, and a single\napplication may be used in multiple activities (for example, most activities are\nlikely to involve using a web browser, but different activities will probably\ninvolve different websites).\n\nKActivities provides the infrastructure needed to manage a user's activites,\nallowing them to switch between tasks, and for applications to update their\nstate to match the user's current activity. This includes a daemon, a library\nfor interacting with that daemon, and plugins for integration with other\nframeworks.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kactivities-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/karchive/karchive.2014-03-03.manifest b/karchive/karchive.2014-03-03.manifest index 83a84fce..13ae52f3 100644 --- a/karchive/karchive.2014-03-03.manifest +++ b/karchive/karchive.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/karchive-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-04-01.manifest b/karchive/karchive.2014-04-01.manifest index 8263fac1..f0472b5f 100644 --- a/karchive/karchive.2014-04-01.manifest +++ b/karchive/karchive.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/karchive-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-07-07.manifest b/karchive/karchive.2014-07-07.manifest index 2cbb10bf..68abcf8d 100644 --- a/karchive/karchive.2014-07-07.manifest +++ b/karchive/karchive.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/karchive-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-08-07.manifest b/karchive/karchive.2014-08-07.manifest index 775d746c..1f3dcdae 100644 --- a/karchive/karchive.2014-08-07.manifest +++ b/karchive/karchive.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/karchive-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-09-12.manifest b/karchive/karchive.2014-09-12.manifest index e284aa89..9c2e4a41 100644 --- a/karchive/karchive.2014-09-12.manifest +++ b/karchive/karchive.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/karchive-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-10-07.manifest b/karchive/karchive.2014-10-07.manifest index 5cb544a3..5177ba40 100644 --- a/karchive/karchive.2014-10-07.manifest +++ b/karchive/karchive.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/karchive-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-11-06.manifest b/karchive/karchive.2014-11-06.manifest index c21990be..000ce70f 100644 --- a/karchive/karchive.2014-11-06.manifest +++ b/karchive/karchive.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/karchive-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2014-12-11.manifest b/karchive/karchive.2014-12-11.manifest index f1c3b79e..3ebd6fd2 100644 --- a/karchive/karchive.2014-12-11.manifest +++ b/karchive/karchive.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/karchive-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-01-08.manifest b/karchive/karchive.2015-01-08.manifest index 2e6a5f4c..1700bceb 100644 --- a/karchive/karchive.2015-01-08.manifest +++ b/karchive/karchive.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/karchive-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-02-14.manifest b/karchive/karchive.2015-02-14.manifest index bb28ce88..71f165d0 100644 --- a/karchive/karchive.2015-02-14.manifest +++ b/karchive/karchive.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/karchive-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-05-08.manifest b/karchive/karchive.2015-05-08.manifest index c4429cdf..3c68bec7 100644 --- a/karchive/karchive.2015-05-08.manifest +++ b/karchive/karchive.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/karchive-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-07-27.manifest b/karchive/karchive.2015-07-27.manifest index c4e929b9..5ffbb747 100644 --- a/karchive/karchive.2015-07-27.manifest +++ b/karchive/karchive.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Reading, creating, and manipulating file archives", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/karchive", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/karchive-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-08-12.manifest b/karchive/karchive.2015-08-12.manifest index 4512af92..7010c205 100644 --- a/karchive/karchive.2015-08-12.manifest +++ b/karchive/karchive.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-08-12", "version": "5.13.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/karchive-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-09-12.manifest b/karchive/karchive.2015-09-12.manifest index 4a4c2dfe..795d120a 100644 --- a/karchive/karchive.2015-09-12.manifest +++ b/karchive/karchive.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-09-12", "version": "5.14.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/karchive-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-10-10.manifest b/karchive/karchive.2015-10-10.manifest index 642aa34a..270b5e23 100644 --- a/karchive/karchive.2015-10-10.manifest +++ b/karchive/karchive.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-10-10", "version": "5.15.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/karchive-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-11-13.manifest b/karchive/karchive.2015-11-13.manifest index 575ebbe6..c039ac3d 100644 --- a/karchive/karchive.2015-11-13.manifest +++ b/karchive/karchive.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-11-13", "version": "5.16.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/karchive-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2015-12-12.manifest b/karchive/karchive.2015-12-12.manifest index d0ad7ad3..1e3f0de7 100644 --- a/karchive/karchive.2015-12-12.manifest +++ b/karchive/karchive.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2015-12-12", "version": "5.17.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/karchive-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-01-09.manifest b/karchive/karchive.2016-01-09.manifest index 02131765..4957d5d6 100644 --- a/karchive/karchive.2016-01-09.manifest +++ b/karchive/karchive.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2016-01-09", "version": "5.18.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/karchive-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-02-13.manifest b/karchive/karchive.2016-02-13.manifest index d5534676..5c2c3a20 100644 --- a/karchive/karchive.2016-02-13.manifest +++ b/karchive/karchive.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2016-02-13", "version": "5.19.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/karchive-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-03-13.manifest b/karchive/karchive.2016-03-13.manifest index d089ed6b..1b946aef 100644 --- a/karchive/karchive.2016-03-13.manifest +++ b/karchive/karchive.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2016-03-13", "version": "5.20.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/karchive-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-04-09.manifest b/karchive/karchive.2016-04-09.manifest index 501dbc95..a59aec7a 100644 --- a/karchive/karchive.2016-04-09.manifest +++ b/karchive/karchive.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2016-04-09", "version": "5.21.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/karchive-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-05-15.manifest b/karchive/karchive.2016-05-15.manifest index 7458c269..307e31b3 100644 --- a/karchive/karchive.2016-05-15.manifest +++ b/karchive/karchive.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "karchive", "display_name": "KArchive", "release_date": "2016-05-15", "version": "5.22.0", "summary": "File compression", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/karchive-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-06-13.manifest b/karchive/karchive.2016-06-13.manifest new file mode 100644 index 00000000..49e8c6aa --- /dev/null +++ b/karchive/karchive.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "karchive", + "display_name": "KArchive", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "File compression", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/karchive-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/karchive/karchive.2016-07-09.manifest b/karchive/karchive.2016-07-09.manifest new file mode 100644 index 00000000..cc241817 --- /dev/null +++ b/karchive/karchive.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "karchive", + "display_name": "KArchive", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "File compression", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/karchive-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/karchive/karchive.2016-08-13.manifest b/karchive/karchive.2016-08-13.manifest new file mode 100644 index 00000000..5ee14a60 --- /dev/null +++ b/karchive/karchive.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "karchive", + "display_name": "KArchive", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "File compression", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/karchive/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIt also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/karchive-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kauth/kauth.2014-03-03.manifest b/kauth/kauth.2014-03-03.manifest index dc6af9fa..dee5c7c9 100644 --- a/kauth/kauth.2014-03-03.manifest +++ b/kauth/kauth.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kauth-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-04-01.manifest b/kauth/kauth.2014-04-01.manifest index 97f34a45..4f164b0a 100644 --- a/kauth/kauth.2014-04-01.manifest +++ b/kauth/kauth.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kauth-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-07-07.manifest b/kauth/kauth.2014-07-07.manifest index 69fdaf9f..923f91ce 100644 --- a/kauth/kauth.2014-07-07.manifest +++ b/kauth/kauth.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kauth-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-08-07.manifest b/kauth/kauth.2014-08-07.manifest index f51ad941..27362c5f 100644 --- a/kauth/kauth.2014-08-07.manifest +++ b/kauth/kauth.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kauth-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-09-12.manifest b/kauth/kauth.2014-09-12.manifest index 203cdd52..00d59ab6 100644 --- a/kauth/kauth.2014-09-12.manifest +++ b/kauth/kauth.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kauth-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-10-07.manifest b/kauth/kauth.2014-10-07.manifest index 62db3c87..f24362b9 100644 --- a/kauth/kauth.2014-10-07.manifest +++ b/kauth/kauth.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kauth-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-11-06.manifest b/kauth/kauth.2014-11-06.manifest index ad94abb8..45e0fa4b 100644 --- a/kauth/kauth.2014-11-06.manifest +++ b/kauth/kauth.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kauth-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2014-12-11.manifest b/kauth/kauth.2014-12-11.manifest index 97af95ce..3aba7e1c 100644 --- a/kauth/kauth.2014-12-11.manifest +++ b/kauth/kauth.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kauth-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-01-08.manifest b/kauth/kauth.2015-01-08.manifest index 728cafda..cdbfe96b 100644 --- a/kauth/kauth.2015-01-08.manifest +++ b/kauth/kauth.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kauth-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-02-14.manifest b/kauth/kauth.2015-02-14.manifest index 42f49644..b6c3fb02 100644 --- a/kauth/kauth.2015-02-14.manifest +++ b/kauth/kauth.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kauth-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-05-08.manifest b/kauth/kauth.2015-05-08.manifest index 1ae3adfb..e5a99053 100644 --- a/kauth/kauth.2015-05-08.manifest +++ b/kauth/kauth.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kauth-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-07-27.manifest b/kauth/kauth.2015-07-27.manifest index 7e392392..dcc331d6 100644 --- a/kauth/kauth.2015-07-27.manifest +++ b/kauth/kauth.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Execute actions as privileged user", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kauth", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kauth-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-08-12.manifest b/kauth/kauth.2015-08-12.manifest index 19e10e5a..21733a1d 100644 --- a/kauth/kauth.2015-08-12.manifest +++ b/kauth/kauth.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kauth-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-09-12.manifest b/kauth/kauth.2015-09-12.manifest index 3d1ca25e..39828303 100644 --- a/kauth/kauth.2015-09-12.manifest +++ b/kauth/kauth.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kauth-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-10-10.manifest b/kauth/kauth.2015-10-10.manifest index 3bf43fe3..d2c5db4d 100644 --- a/kauth/kauth.2015-10-10.manifest +++ b/kauth/kauth.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kauth-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-11-13.manifest b/kauth/kauth.2015-11-13.manifest index 2a499e5b..2e8048b3 100644 --- a/kauth/kauth.2015-11-13.manifest +++ b/kauth/kauth.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kauth-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2015-12-12.manifest b/kauth/kauth.2015-12-12.manifest index eb1738d7..6bf5f2a0 100644 --- a/kauth/kauth.2015-12-12.manifest +++ b/kauth/kauth.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kauth-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-01-09.manifest b/kauth/kauth.2016-01-09.manifest index 066d1b94..2a8cf8cd 100644 --- a/kauth/kauth.2016-01-09.manifest +++ b/kauth/kauth.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kauth-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-02-13.manifest b/kauth/kauth.2016-02-13.manifest index 86cbb740..987eb28c 100644 --- a/kauth/kauth.2016-02-13.manifest +++ b/kauth/kauth.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kauth-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-03-13.manifest b/kauth/kauth.2016-03-13.manifest index 7ac55566..a41f52ab 100644 --- a/kauth/kauth.2016-03-13.manifest +++ b/kauth/kauth.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kauth-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-04-09.manifest b/kauth/kauth.2016-04-09.manifest index 892058f8..0135b31e 100644 --- a/kauth/kauth.2016-04-09.manifest +++ b/kauth/kauth.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kauth-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-05-15.manifest b/kauth/kauth.2016-05-15.manifest index f46bdc93..1946d9e9 100644 --- a/kauth/kauth.2016-05-15.manifest +++ b/kauth/kauth.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kauth", "display_name": "KAuth", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Abstraction to system policy and authentication features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kauth-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-06-13.manifest b/kauth/kauth.2016-06-13.manifest new file mode 100644 index 00000000..9cdb9c18 --- /dev/null +++ b/kauth/kauth.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kauth", + "display_name": "KAuth", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Abstraction to system policy and authentication features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kauth-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Security", + "API" + ] +} diff --git a/kauth/kauth.2016-07-09.manifest b/kauth/kauth.2016-07-09.manifest new file mode 100644 index 00000000..c0f2823d --- /dev/null +++ b/kauth/kauth.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kauth", + "display_name": "KAuth", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Abstraction to system policy and authentication features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kauth-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kauth/kauth.2016-08-13.manifest b/kauth/kauth.2016-08-13.manifest new file mode 100644 index 00000000..41133296 --- /dev/null +++ b/kauth/kauth.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kauth", + "display_name": "KAuth", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Abstraction to system policy and authentication features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kauth/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kauth/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KAuth provides a convenient, system-integrated way to offload actions that need\nto be performed as a privileged user (root, for example) to small (hopefully\nsecure) helper utilities.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kauth-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kbookmarks/kbookmarks.2014-03-03.manifest b/kbookmarks/kbookmarks.2014-03-03.manifest index 69124da0..2de4e4b7 100644 --- a/kbookmarks/kbookmarks.2014-03-03.manifest +++ b/kbookmarks/kbookmarks.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kbookmarks-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-04-01.manifest b/kbookmarks/kbookmarks.2014-04-01.manifest index 57b5ca54..99edfd15 100644 --- a/kbookmarks/kbookmarks.2014-04-01.manifest +++ b/kbookmarks/kbookmarks.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kbookmarks-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-07-07.manifest b/kbookmarks/kbookmarks.2014-07-07.manifest index 658cc3a7..383b3427 100644 --- a/kbookmarks/kbookmarks.2014-07-07.manifest +++ b/kbookmarks/kbookmarks.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kbookmarks-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-08-07.manifest b/kbookmarks/kbookmarks.2014-08-07.manifest index b7f68144..ad311111 100644 --- a/kbookmarks/kbookmarks.2014-08-07.manifest +++ b/kbookmarks/kbookmarks.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kbookmarks-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-09-12.manifest b/kbookmarks/kbookmarks.2014-09-12.manifest index 709f7da1..314c7b42 100644 --- a/kbookmarks/kbookmarks.2014-09-12.manifest +++ b/kbookmarks/kbookmarks.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kbookmarks-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-10-07.manifest b/kbookmarks/kbookmarks.2014-10-07.manifest index a675d4a3..af711292 100644 --- a/kbookmarks/kbookmarks.2014-10-07.manifest +++ b/kbookmarks/kbookmarks.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kbookmarks-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-11-06.manifest b/kbookmarks/kbookmarks.2014-11-06.manifest index f9009042..95b282a9 100644 --- a/kbookmarks/kbookmarks.2014-11-06.manifest +++ b/kbookmarks/kbookmarks.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kbookmarks-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2014-12-11.manifest b/kbookmarks/kbookmarks.2014-12-11.manifest index c497d2ae..0012d117 100644 --- a/kbookmarks/kbookmarks.2014-12-11.manifest +++ b/kbookmarks/kbookmarks.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kbookmarks-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-01-08.manifest b/kbookmarks/kbookmarks.2015-01-08.manifest index 957954f1..3d570240 100644 --- a/kbookmarks/kbookmarks.2015-01-08.manifest +++ b/kbookmarks/kbookmarks.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kbookmarks-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-02-14.manifest b/kbookmarks/kbookmarks.2015-02-14.manifest index fbcfc3ca..af678199 100644 --- a/kbookmarks/kbookmarks.2015-02-14.manifest +++ b/kbookmarks/kbookmarks.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kbookmarks-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-05-08.manifest b/kbookmarks/kbookmarks.2015-05-08.manifest index d0c941ef..963f59f8 100644 --- a/kbookmarks/kbookmarks.2015-05-08.manifest +++ b/kbookmarks/kbookmarks.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Web browser bookmark management", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kbookmarks-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-07-27.manifest b/kbookmarks/kbookmarks.2015-07-27.manifest index dc8d31c6..d9396a73 100644 --- a/kbookmarks/kbookmarks.2015-07-27.manifest +++ b/kbookmarks/kbookmarks.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Bookmarks management library", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kbookmarks", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kbookmarks-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-08-12.manifest b/kbookmarks/kbookmarks.2015-08-12.manifest index a310ba71..11b454f5 100644 --- a/kbookmarks/kbookmarks.2015-08-12.manifest +++ b/kbookmarks/kbookmarks.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kbookmarks-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-09-12.manifest b/kbookmarks/kbookmarks.2015-09-12.manifest index e26bda58..ed297db0 100644 --- a/kbookmarks/kbookmarks.2015-09-12.manifest +++ b/kbookmarks/kbookmarks.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kbookmarks-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-10-10.manifest b/kbookmarks/kbookmarks.2015-10-10.manifest index bd2fff3d..d97c0b35 100644 --- a/kbookmarks/kbookmarks.2015-10-10.manifest +++ b/kbookmarks/kbookmarks.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kbookmarks-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-11-13.manifest b/kbookmarks/kbookmarks.2015-11-13.manifest index 50de9b55..d8d2cfc4 100644 --- a/kbookmarks/kbookmarks.2015-11-13.manifest +++ b/kbookmarks/kbookmarks.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kbookmarks-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2015-12-12.manifest b/kbookmarks/kbookmarks.2015-12-12.manifest index 00bbb86d..3777ea3f 100644 --- a/kbookmarks/kbookmarks.2015-12-12.manifest +++ b/kbookmarks/kbookmarks.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kbookmarks-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-01-09.manifest b/kbookmarks/kbookmarks.2016-01-09.manifest index 2f23ca20..e978d032 100644 --- a/kbookmarks/kbookmarks.2016-01-09.manifest +++ b/kbookmarks/kbookmarks.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kbookmarks-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-02-13.manifest b/kbookmarks/kbookmarks.2016-02-13.manifest index 39b71ec9..52300a8e 100644 --- a/kbookmarks/kbookmarks.2016-02-13.manifest +++ b/kbookmarks/kbookmarks.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kbookmarks-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-03-13.manifest b/kbookmarks/kbookmarks.2016-03-13.manifest index 39676e65..48ed37bf 100644 --- a/kbookmarks/kbookmarks.2016-03-13.manifest +++ b/kbookmarks/kbookmarks.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kbookmarks-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-04-09.manifest b/kbookmarks/kbookmarks.2016-04-09.manifest index 9ff22ea0..082a6f97 100644 --- a/kbookmarks/kbookmarks.2016-04-09.manifest +++ b/kbookmarks/kbookmarks.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kbookmarks-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-05-15.manifest b/kbookmarks/kbookmarks.2016-05-15.manifest index 2d96fe34..a12d6ed9 100644 --- a/kbookmarks/kbookmarks.2016-05-15.manifest +++ b/kbookmarks/kbookmarks.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kbookmarks", "display_name": "KBookmarks", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for bookmarks and the XBEL format", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kbookmarks-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-06-13.manifest b/kbookmarks/kbookmarks.2016-06-13.manifest new file mode 100644 index 00000000..0f9cc27c --- /dev/null +++ b/kbookmarks/kbookmarks.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kbookmarks", + "display_name": "KBookmarks", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for bookmarks and the XBEL format", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kbookmarks-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kbookmarks/kbookmarks.2016-07-09.manifest b/kbookmarks/kbookmarks.2016-07-09.manifest new file mode 100644 index 00000000..eb2ae535 --- /dev/null +++ b/kbookmarks/kbookmarks.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kbookmarks", + "display_name": "KBookmarks", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for bookmarks and the XBEL format", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kbookmarks-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kbookmarks/kbookmarks.2016-08-13.manifest b/kbookmarks/kbookmarks.2016-08-13.manifest new file mode 100644 index 00000000..1daa1866 --- /dev/null +++ b/kbookmarks/kbookmarks.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kbookmarks", + "display_name": "KBookmarks", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for bookmarks and the XBEL format", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kbookmarks/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kbookmarks/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKBookmarks lets you access and manipulate bookmarks stored using the\n[XBEL format][1].\n\n[1]: http://pyxml.sourceforge.net/topics/xbel/\n\nThe most common use for bookmarks is web browsers, but this can also\nbe useful in any application where local files or URLs can be saved as bookmarks.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kbookmarks-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcmutils/kcmutils.2014-03-03.manifest b/kcmutils/kcmutils.2014-03-03.manifest index dbe7d300..db8be4f5 100644 --- a/kcmutils/kcmutils.2014-03-03.manifest +++ b/kcmutils/kcmutils.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kcmutils-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-04-01.manifest b/kcmutils/kcmutils.2014-04-01.manifest index 8a3be7cd..38583961 100644 --- a/kcmutils/kcmutils.2014-04-01.manifest +++ b/kcmutils/kcmutils.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kcmutils-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-07-07.manifest b/kcmutils/kcmutils.2014-07-07.manifest index 225dea63..6f189b4e 100644 --- a/kcmutils/kcmutils.2014-07-07.manifest +++ b/kcmutils/kcmutils.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kcmutils-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-08-07.manifest b/kcmutils/kcmutils.2014-08-07.manifest index f3e95855..ee94748d 100644 --- a/kcmutils/kcmutils.2014-08-07.manifest +++ b/kcmutils/kcmutils.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kcmutils-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-09-12.manifest b/kcmutils/kcmutils.2014-09-12.manifest index 94266d37..305e3c16 100644 --- a/kcmutils/kcmutils.2014-09-12.manifest +++ b/kcmutils/kcmutils.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kcmutils-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-10-07.manifest b/kcmutils/kcmutils.2014-10-07.manifest index f63a91a0..10ed7b51 100644 --- a/kcmutils/kcmutils.2014-10-07.manifest +++ b/kcmutils/kcmutils.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kcmutils-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-11-06.manifest b/kcmutils/kcmutils.2014-11-06.manifest index bef1aac0..5e132617 100644 --- a/kcmutils/kcmutils.2014-11-06.manifest +++ b/kcmutils/kcmutils.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kcmutils-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2014-12-11.manifest b/kcmutils/kcmutils.2014-12-11.manifest index 1d432e42..ace32fcb 100644 --- a/kcmutils/kcmutils.2014-12-11.manifest +++ b/kcmutils/kcmutils.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kcmutils-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-01-08.manifest b/kcmutils/kcmutils.2015-01-08.manifest index 2524eab4..f005f2b6 100644 --- a/kcmutils/kcmutils.2015-01-08.manifest +++ b/kcmutils/kcmutils.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kcmutils-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-02-14.manifest b/kcmutils/kcmutils.2015-02-14.manifest index 7452edf5..db550f85 100644 --- a/kcmutils/kcmutils.2015-02-14.manifest +++ b/kcmutils/kcmutils.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kcmutils-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-05-08.manifest b/kcmutils/kcmutils.2015-05-08.manifest index 4df92f8b..ac335051 100644 --- a/kcmutils/kcmutils.2015-05-08.manifest +++ b/kcmutils/kcmutils.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kcmutils-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-07-27.manifest b/kcmutils/kcmutils.2015-07-27.manifest index 812b8d20..9cf00437 100644 --- a/kcmutils/kcmutils.2015-07-27.manifest +++ b/kcmutils/kcmutils.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Utilities for KDE System Settings modules", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcmutils", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcmutils-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-08-12.manifest b/kcmutils/kcmutils.2015-08-12.manifest index 48f95752..e1ddd97c 100644 --- a/kcmutils/kcmutils.2015-08-12.manifest +++ b/kcmutils/kcmutils.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcmutils-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-09-12.manifest b/kcmutils/kcmutils.2015-09-12.manifest index b91887d4..852bbb23 100644 --- a/kcmutils/kcmutils.2015-09-12.manifest +++ b/kcmutils/kcmutils.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kcmutils-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-10-10.manifest b/kcmutils/kcmutils.2015-10-10.manifest index 3696e1ec..cd74e75f 100644 --- a/kcmutils/kcmutils.2015-10-10.manifest +++ b/kcmutils/kcmutils.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kcmutils-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-11-13.manifest b/kcmutils/kcmutils.2015-11-13.manifest index 3ff6f1aa..cbefa819 100644 --- a/kcmutils/kcmutils.2015-11-13.manifest +++ b/kcmutils/kcmutils.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kcmutils-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2015-12-12.manifest b/kcmutils/kcmutils.2015-12-12.manifest index ad4a01a9..cee4c310 100644 --- a/kcmutils/kcmutils.2015-12-12.manifest +++ b/kcmutils/kcmutils.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kcmutils-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-01-09.manifest b/kcmutils/kcmutils.2016-01-09.manifest index dcf14472..2cfa4753 100644 --- a/kcmutils/kcmutils.2016-01-09.manifest +++ b/kcmutils/kcmutils.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kcmutils-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-02-13.manifest b/kcmutils/kcmutils.2016-02-13.manifest index 303b56cc..87166381 100644 --- a/kcmutils/kcmutils.2016-02-13.manifest +++ b/kcmutils/kcmutils.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kcmutils-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-03-13.manifest b/kcmutils/kcmutils.2016-03-13.manifest index d24128fb..ac0a01c5 100644 --- a/kcmutils/kcmutils.2016-03-13.manifest +++ b/kcmutils/kcmutils.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kcmutils-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-04-09.manifest b/kcmutils/kcmutils.2016-04-09.manifest index b184b19a..dd70408a 100644 --- a/kcmutils/kcmutils.2016-04-09.manifest +++ b/kcmutils/kcmutils.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kcmutils-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-05-15.manifest b/kcmutils/kcmutils.2016-05-15.manifest index 1de473f1..0d2ec2fb 100644 --- a/kcmutils/kcmutils.2016-05-15.manifest +++ b/kcmutils/kcmutils.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcmutils", "display_name": "KCMUtils", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Utilities for working with KCModules", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kcmutils-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-06-13.manifest b/kcmutils/kcmutils.2016-06-13.manifest new file mode 100644 index 00000000..4849b23a --- /dev/null +++ b/kcmutils/kcmutils.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcmutils", + "display_name": "KCMUtils", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Utilities for working with KCModules", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kcmutils-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kcmutils/kcmutils.2016-07-09.manifest b/kcmutils/kcmutils.2016-07-09.manifest new file mode 100644 index 00000000..95a64986 --- /dev/null +++ b/kcmutils/kcmutils.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcmutils", + "display_name": "KCMUtils", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Utilities for working with KCModules", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kcmutils-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcmutils/kcmutils.2016-08-13.manifest b/kcmutils/kcmutils.2016-08-13.manifest new file mode 100644 index 00000000..b2a216f4 --- /dev/null +++ b/kcmutils/kcmutils.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcmutils", + "display_name": "KCMUtils", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Utilities for working with KCModules", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcmutils/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kcmutils/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCMUtils provides various classes to work with KCModules. KCModules can be\ncreated with the KConfigWidgets framework.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kcmutils-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcodecs/kcodecs.2014-03-03.manifest b/kcodecs/kcodecs.2014-03-03.manifest index 3d2a5c37..398db931 100644 --- a/kcodecs/kcodecs.2014-03-03.manifest +++ b/kcodecs/kcodecs.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kcodecs-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-04-01.manifest b/kcodecs/kcodecs.2014-04-01.manifest index ecc6e7f9..10f0664f 100644 --- a/kcodecs/kcodecs.2014-04-01.manifest +++ b/kcodecs/kcodecs.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kcodecs-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-07-07.manifest b/kcodecs/kcodecs.2014-07-07.manifest index 821f803c..0150bc9e 100644 --- a/kcodecs/kcodecs.2014-07-07.manifest +++ b/kcodecs/kcodecs.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kcodecs-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-08-07.manifest b/kcodecs/kcodecs.2014-08-07.manifest index 2e844d0c..9d5405a7 100644 --- a/kcodecs/kcodecs.2014-08-07.manifest +++ b/kcodecs/kcodecs.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kcodecs-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-09-12.manifest b/kcodecs/kcodecs.2014-09-12.manifest index afcb061f..95912b6e 100644 --- a/kcodecs/kcodecs.2014-09-12.manifest +++ b/kcodecs/kcodecs.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2014-09-12", "version": "5.2.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kcodecs-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-10-07.manifest b/kcodecs/kcodecs.2014-10-07.manifest index 65656bf4..cc0584ef 100644 --- a/kcodecs/kcodecs.2014-10-07.manifest +++ b/kcodecs/kcodecs.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2014-10-07", "version": "5.3.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kcodecs-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-11-06.manifest b/kcodecs/kcodecs.2014-11-06.manifest index e39f24cb..f9d523c6 100644 --- a/kcodecs/kcodecs.2014-11-06.manifest +++ b/kcodecs/kcodecs.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2014-11-06", "version": "5.4.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kcodecs-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2014-12-11.manifest b/kcodecs/kcodecs.2014-12-11.manifest index a5675bdd..87adeee8 100644 --- a/kcodecs/kcodecs.2014-12-11.manifest +++ b/kcodecs/kcodecs.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2014-12-11", "version": "5.5.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kcodecs-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-01-08.manifest b/kcodecs/kcodecs.2015-01-08.manifest index d5b163c5..86fbadd3 100644 --- a/kcodecs/kcodecs.2015-01-08.manifest +++ b/kcodecs/kcodecs.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-01-08", "version": "5.6.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kcodecs-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-02-14.manifest b/kcodecs/kcodecs.2015-02-14.manifest index 244fb3b8..1fc2ec89 100644 --- a/kcodecs/kcodecs.2015-02-14.manifest +++ b/kcodecs/kcodecs.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-02-14", "version": "5.7.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kcodecs-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-05-08.manifest b/kcodecs/kcodecs.2015-05-08.manifest index a472395f..1562b97c 100644 --- a/kcodecs/kcodecs.2015-05-08.manifest +++ b/kcodecs/kcodecs.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-05-08", "version": "5.10.0", "summary": "String encoding", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings. It supports:\n\n* base64\n* uu\n* quoted-printable\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kcodecs-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-07-27.manifest b/kcodecs/kcodecs.2015-07-27.manifest index 598e1f7a..668f2bd8 100644 --- a/kcodecs/kcodecs.2015-07-27.manifest +++ b/kcodecs/kcodecs.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-07-27", "version": "5.13.0", "summary": "String encoding library", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcodecs", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcodecs-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-08-12.manifest b/kcodecs/kcodecs.2015-08-12.manifest index 9e5c432a..cfa2d8af 100644 --- a/kcodecs/kcodecs.2015-08-12.manifest +++ b/kcodecs/kcodecs.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcodecs-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-09-12.manifest b/kcodecs/kcodecs.2015-09-12.manifest index a890960b..5d7b06c3 100644 --- a/kcodecs/kcodecs.2015-09-12.manifest +++ b/kcodecs/kcodecs.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kcodecs-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-10-10.manifest b/kcodecs/kcodecs.2015-10-10.manifest index 4478bb20..45277945 100644 --- a/kcodecs/kcodecs.2015-10-10.manifest +++ b/kcodecs/kcodecs.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kcodecs-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-11-13.manifest b/kcodecs/kcodecs.2015-11-13.manifest index d52fd12f..51af15bb 100644 --- a/kcodecs/kcodecs.2015-11-13.manifest +++ b/kcodecs/kcodecs.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kcodecs-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2015-12-12.manifest b/kcodecs/kcodecs.2015-12-12.manifest index 233ff802..3cb8f793 100644 --- a/kcodecs/kcodecs.2015-12-12.manifest +++ b/kcodecs/kcodecs.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kcodecs-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-01-09.manifest b/kcodecs/kcodecs.2016-01-09.manifest index 8d00607b..33013d02 100644 --- a/kcodecs/kcodecs.2016-01-09.manifest +++ b/kcodecs/kcodecs.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kcodecs-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-02-13.manifest b/kcodecs/kcodecs.2016-02-13.manifest index 3d228902..e8636584 100644 --- a/kcodecs/kcodecs.2016-02-13.manifest +++ b/kcodecs/kcodecs.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kcodecs-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-03-13.manifest b/kcodecs/kcodecs.2016-03-13.manifest index 89cff634..ee549366 100644 --- a/kcodecs/kcodecs.2016-03-13.manifest +++ b/kcodecs/kcodecs.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kcodecs-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-04-09.manifest b/kcodecs/kcodecs.2016-04-09.manifest index f38f5e82..7479af7b 100644 --- a/kcodecs/kcodecs.2016-04-09.manifest +++ b/kcodecs/kcodecs.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kcodecs-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-05-15.manifest b/kcodecs/kcodecs.2016-05-15.manifest index 5f72c71c..2cef1c77 100644 --- a/kcodecs/kcodecs.2016-05-15.manifest +++ b/kcodecs/kcodecs.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcodecs", "display_name": "KCodecs", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Text encoding", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kcodecs-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-06-13.manifest b/kcodecs/kcodecs.2016-06-13.manifest new file mode 100644 index 00000000..e77d7f70 --- /dev/null +++ b/kcodecs/kcodecs.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcodecs", + "display_name": "KCodecs", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Text encoding", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kcodecs-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/kcodecs/kcodecs.2016-07-09.manifest b/kcodecs/kcodecs.2016-07-09.manifest new file mode 100644 index 00000000..3f29e057 --- /dev/null +++ b/kcodecs/kcodecs.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcodecs", + "display_name": "KCodecs", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Text encoding", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kcodecs-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcodecs/kcodecs.2016-08-13.manifest b/kcodecs/kcodecs.2016-08-13.manifest new file mode 100644 index 00000000..b9936206 --- /dev/null +++ b/kcodecs/kcodecs.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcodecs", + "display_name": "KCodecs", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Text encoding", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kcodecs/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCodecs provide a collection of methods to manipulate strings using various\nencodings.\n\nIt can automatically determine the charset of a string, translate XML entities,\nvalidate email addresses, and find encodings by name in a more tolerant way than QTextCodec\n(useful e.g. for data coming from the Internet).\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kcodecs-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcompletion/kcompletion.2014-03-03.manifest b/kcompletion/kcompletion.2014-03-03.manifest index 6d11aa13..6bb7492c 100644 --- a/kcompletion/kcompletion.2014-03-03.manifest +++ b/kcompletion/kcompletion.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kcompletion-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-04-01.manifest b/kcompletion/kcompletion.2014-04-01.manifest index c1526615..d48106b8 100644 --- a/kcompletion/kcompletion.2014-04-01.manifest +++ b/kcompletion/kcompletion.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kcompletion-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-07-07.manifest b/kcompletion/kcompletion.2014-07-07.manifest index 3069ee8b..e2d911e6 100644 --- a/kcompletion/kcompletion.2014-07-07.manifest +++ b/kcompletion/kcompletion.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kcompletion-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-08-07.manifest b/kcompletion/kcompletion.2014-08-07.manifest index a0cc8590..a3916870 100644 --- a/kcompletion/kcompletion.2014-08-07.manifest +++ b/kcompletion/kcompletion.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kcompletion-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-09-12.manifest b/kcompletion/kcompletion.2014-09-12.manifest index 0273e064..36e99084 100644 --- a/kcompletion/kcompletion.2014-09-12.manifest +++ b/kcompletion/kcompletion.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2014-09-12", "version": "5.2.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kcompletion-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-10-07.manifest b/kcompletion/kcompletion.2014-10-07.manifest index c9fd2c04..667bb494 100644 --- a/kcompletion/kcompletion.2014-10-07.manifest +++ b/kcompletion/kcompletion.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2014-10-07", "version": "5.3.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kcompletion-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-11-06.manifest b/kcompletion/kcompletion.2014-11-06.manifest index b6febc4d..bfa3e5c5 100644 --- a/kcompletion/kcompletion.2014-11-06.manifest +++ b/kcompletion/kcompletion.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2014-11-06", "version": "5.4.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kcompletion-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2014-12-11.manifest b/kcompletion/kcompletion.2014-12-11.manifest index 4f3f5c47..17084685 100644 --- a/kcompletion/kcompletion.2014-12-11.manifest +++ b/kcompletion/kcompletion.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2014-12-11", "version": "5.5.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kcompletion-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-01-08.manifest b/kcompletion/kcompletion.2015-01-08.manifest index 1b2238c5..b2452b47 100644 --- a/kcompletion/kcompletion.2015-01-08.manifest +++ b/kcompletion/kcompletion.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-01-08", "version": "5.6.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kcompletion-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-02-14.manifest b/kcompletion/kcompletion.2015-02-14.manifest index 1ed9916a..04225a7c 100644 --- a/kcompletion/kcompletion.2015-02-14.manifest +++ b/kcompletion/kcompletion.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-02-14", "version": "5.7.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis class offers \"auto-completion\", \"manual-completion\" or \"shell completion\"\non QString objects. A common use is completing filenames or URLs. It can also\nbe used for completing email-addresses, telephone-numbers, commands, SQL\nqueries, etc.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kcompletion-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-05-08.manifest b/kcompletion/kcompletion.2015-05-08.manifest index 5ed6e341..23ab761b 100644 --- a/kcompletion/kcompletion.2015-05-08.manifest +++ b/kcompletion/kcompletion.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-05-08", "version": "5.10.0", "summary": "String completion framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kcompletion-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-07-27.manifest b/kcompletion/kcompletion.2015-07-27.manifest index cbce677a..b9cc873a 100644 --- a/kcompletion/kcompletion.2015-07-27.manifest +++ b/kcompletion/kcompletion.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Powerful completion framework, including completion-enabled lineedit and combobox.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcompletion", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcompletion-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-08-12.manifest b/kcompletion/kcompletion.2015-08-12.manifest index 183484e7..4629d969 100644 --- a/kcompletion/kcompletion.2015-08-12.manifest +++ b/kcompletion/kcompletion.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcompletion-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-09-12.manifest b/kcompletion/kcompletion.2015-09-12.manifest index d052f033..72763829 100644 --- a/kcompletion/kcompletion.2015-09-12.manifest +++ b/kcompletion/kcompletion.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kcompletion-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-10-10.manifest b/kcompletion/kcompletion.2015-10-10.manifest index e27dc822..55d5bbf1 100644 --- a/kcompletion/kcompletion.2015-10-10.manifest +++ b/kcompletion/kcompletion.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kcompletion-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-11-13.manifest b/kcompletion/kcompletion.2015-11-13.manifest index d32607e2..9c7f597e 100644 --- a/kcompletion/kcompletion.2015-11-13.manifest +++ b/kcompletion/kcompletion.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kcompletion-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2015-12-12.manifest b/kcompletion/kcompletion.2015-12-12.manifest index cea2f963..8f0527ad 100644 --- a/kcompletion/kcompletion.2015-12-12.manifest +++ b/kcompletion/kcompletion.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kcompletion-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-01-09.manifest b/kcompletion/kcompletion.2016-01-09.manifest index 8f38761a..f00007b5 100644 --- a/kcompletion/kcompletion.2016-01-09.manifest +++ b/kcompletion/kcompletion.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kcompletion-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-02-13.manifest b/kcompletion/kcompletion.2016-02-13.manifest index 33192c62..6000997c 100644 --- a/kcompletion/kcompletion.2016-02-13.manifest +++ b/kcompletion/kcompletion.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kcompletion-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-03-13.manifest b/kcompletion/kcompletion.2016-03-13.manifest index f94e5510..5605a00b 100644 --- a/kcompletion/kcompletion.2016-03-13.manifest +++ b/kcompletion/kcompletion.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kcompletion-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-04-09.manifest b/kcompletion/kcompletion.2016-04-09.manifest index 7c1c16c3..aff04283 100644 --- a/kcompletion/kcompletion.2016-04-09.manifest +++ b/kcompletion/kcompletion.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kcompletion-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-05-15.manifest b/kcompletion/kcompletion.2016-05-15.manifest index e62f55dc..94784cc7 100644 --- a/kcompletion/kcompletion.2016-05-15.manifest +++ b/kcompletion/kcompletion.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcompletion", "display_name": "KCompletion", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Text completion helpers and widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kcompletion-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-06-13.manifest b/kcompletion/kcompletion.2016-06-13.manifest new file mode 100644 index 00000000..ba55570c --- /dev/null +++ b/kcompletion/kcompletion.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcompletion", + "display_name": "KCompletion", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Text completion helpers and widgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kcompletion-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/kcompletion/kcompletion.2016-07-09.manifest b/kcompletion/kcompletion.2016-07-09.manifest new file mode 100644 index 00000000..e38dae5a --- /dev/null +++ b/kcompletion/kcompletion.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcompletion", + "display_name": "KCompletion", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Text completion helpers and widgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kcompletion-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcompletion/kcompletion.2016-08-13.manifest b/kcompletion/kcompletion.2016-08-13.manifest new file mode 100644 index 00000000..bc22cb19 --- /dev/null +++ b/kcompletion/kcompletion.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcompletion", + "display_name": "KCompletion", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Text completion helpers and widgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kcompletion/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "When typing filenames, email addresses and other text where the user often wants\nto select from existing data (including what they previously typed) rather than\nenter anything wholly original, users often find it helpful if they only need to\ntype the first few characters, and then have the application offer them a set of\nchoices or attempt to finish off what they were typing. Email clients, shells\nand \"open file\" dialogs often provide this functionality.\n\nThis framework helps implement this in Qt-based applications. You can use one of\nthe completion-ready widgets provided by this framework, or integrate it into\nyour application's other widgets directly.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kcompletion-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kconfig/kconfig.2014-03-03.manifest b/kconfig/kconfig.2014-03-03.manifest index 7b1a0ad0..40ffb90c 100644 --- a/kconfig/kconfig.2014-03-03.manifest +++ b/kconfig/kconfig.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- centralized definition: define your configuration in an XML file and use\n`kconfig_compiler` to generate classes to read and write configuration entries.\n\n- lock-down (kiosk) support.\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kconfig-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-04-01.manifest b/kconfig/kconfig.2014-04-01.manifest index 1e048035..7af08b72 100644 --- a/kconfig/kconfig.2014-04-01.manifest +++ b/kconfig/kconfig.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kconfig-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-07-07.manifest b/kconfig/kconfig.2014-07-07.manifest index ca67a3a4..aa85e6c7 100644 --- a/kconfig/kconfig.2014-07-07.manifest +++ b/kconfig/kconfig.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kconfig-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-08-07.manifest b/kconfig/kconfig.2014-08-07.manifest index 281840a2..7ae3a18e 100644 --- a/kconfig/kconfig.2014-08-07.manifest +++ b/kconfig/kconfig.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kconfig-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-09-12.manifest b/kconfig/kconfig.2014-09-12.manifest index 6c406516..8d121e99 100644 --- a/kconfig/kconfig.2014-09-12.manifest +++ b/kconfig/kconfig.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kconfig-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-10-07.manifest b/kconfig/kconfig.2014-10-07.manifest index b9a12818..54c186fc 100644 --- a/kconfig/kconfig.2014-10-07.manifest +++ b/kconfig/kconfig.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kconfig-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-11-06.manifest b/kconfig/kconfig.2014-11-06.manifest index e490c819..5d93fffd 100644 --- a/kconfig/kconfig.2014-11-06.manifest +++ b/kconfig/kconfig.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kconfig-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2014-12-11.manifest b/kconfig/kconfig.2014-12-11.manifest index e0469232..16d4d5d6 100644 --- a/kconfig/kconfig.2014-12-11.manifest +++ b/kconfig/kconfig.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kconfig-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-01-08.manifest b/kconfig/kconfig.2015-01-08.manifest index b3a2cbd3..a5d4d463 100644 --- a/kconfig/kconfig.2015-01-08.manifest +++ b/kconfig/kconfig.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kconfig-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-02-14.manifest b/kconfig/kconfig.2015-02-14.manifest index 60cb56ac..f64789d3 100644 --- a/kconfig/kconfig.2015-02-14.manifest +++ b/kconfig/kconfig.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kconfig-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-05-08.manifest b/kconfig/kconfig.2015-05-08.manifest index 386d202d..e12d4ad9 100644 --- a/kconfig/kconfig.2015-05-08.manifest +++ b/kconfig/kconfig.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Backend for storing application configuration", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kconfig-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-07-27.manifest b/kconfig/kconfig.2015-07-27.manifest index 388edc70..66f2cf34 100644 --- a/kconfig/kconfig.2015-07-27.manifest +++ b/kconfig/kconfig.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Persistent platform-independent application settings.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfig", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kconfig-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-08-12.manifest b/kconfig/kconfig.2015-08-12.manifest index 11e9469c..c9067ee6 100644 --- a/kconfig/kconfig.2015-08-12.manifest +++ b/kconfig/kconfig.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kconfig-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-09-12.manifest b/kconfig/kconfig.2015-09-12.manifest index bbd65e65..6fd5e676 100644 --- a/kconfig/kconfig.2015-09-12.manifest +++ b/kconfig/kconfig.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kconfig-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-10-10.manifest b/kconfig/kconfig.2015-10-10.manifest index de639798..cc001b9f 100644 --- a/kconfig/kconfig.2015-10-10.manifest +++ b/kconfig/kconfig.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kconfig-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-11-13.manifest b/kconfig/kconfig.2015-11-13.manifest index 4750cbc5..599cf50f 100644 --- a/kconfig/kconfig.2015-11-13.manifest +++ b/kconfig/kconfig.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kconfig-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2015-12-12.manifest b/kconfig/kconfig.2015-12-12.manifest index d18fd74e..2184e23c 100644 --- a/kconfig/kconfig.2015-12-12.manifest +++ b/kconfig/kconfig.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kconfig-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-01-09.manifest b/kconfig/kconfig.2016-01-09.manifest index 49c1ffb5..572d59e8 100644 --- a/kconfig/kconfig.2016-01-09.manifest +++ b/kconfig/kconfig.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kconfig-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-02-13.manifest b/kconfig/kconfig.2016-02-13.manifest index 084fdbaf..4dffc1d8 100644 --- a/kconfig/kconfig.2016-02-13.manifest +++ b/kconfig/kconfig.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kconfig-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-03-13.manifest b/kconfig/kconfig.2016-03-13.manifest index e5f9eaa1..122bcf6d 100644 --- a/kconfig/kconfig.2016-03-13.manifest +++ b/kconfig/kconfig.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kconfig-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-04-09.manifest b/kconfig/kconfig.2016-04-09.manifest index 52389d57..a0dd8c9b 100644 --- a/kconfig/kconfig.2016-04-09.manifest +++ b/kconfig/kconfig.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kconfig-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-05-15.manifest b/kconfig/kconfig.2016-05-15.manifest index b57ca907..168653d5 100644 --- a/kconfig/kconfig.2016-05-15.manifest +++ b/kconfig/kconfig.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfig", "display_name": "KConfig", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Configuration system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kconfig-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-06-13.manifest b/kconfig/kconfig.2016-06-13.manifest new file mode 100644 index 00000000..ba84cabc --- /dev/null +++ b/kconfig/kconfig.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kconfig", + "display_name": "KConfig", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Configuration system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kconfig-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kconfig/kconfig.2016-07-09.manifest b/kconfig/kconfig.2016-07-09.manifest new file mode 100644 index 00000000..e6a90f80 --- /dev/null +++ b/kconfig/kconfig.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kconfig", + "display_name": "KConfig", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Configuration system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kconfig-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kconfig/kconfig.2016-08-13.manifest b/kconfig/kconfig.2016-08-13.manifest new file mode 100644 index 00000000..fb32f54a --- /dev/null +++ b/kconfig/kconfig.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kconfig", + "display_name": "KConfig", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Configuration system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfig/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kconfig/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKConfig provides an advanced configuration system. It is made of two parts:\nKConfigCore and KConfigGui.\n\nKConfigCore provides access to the configuration files themselves. It features:\n\n- Code generation: describe your configuration in an XML file, and use\n `kconfig_compiler to generate classes that read and write configuration\n entries.\n- Cascading configuration files (global settings overridden by local settings).\n- Optional shell expansion support (see [docs/options.md](@ref options)).\n- The ability to lock down configuration options (see\n [docs/options.md](@ref options)).\n\nKConfigGui provides a way to hook widgets to the configuration so that they are\nautomatically initialized from the configuration and automatically propagate\ntheir changes to their respective configuration files.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kconfig-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kconfigwidgets/kconfigwidgets.2014-03-03.manifest b/kconfigwidgets/kconfigwidgets.2014-03-03.manifest index c33e8f50..8007d9fc 100644 --- a/kconfigwidgets/kconfigwidgets.2014-03-03.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kconfigwidgets-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-04-01.manifest b/kconfigwidgets/kconfigwidgets.2014-04-01.manifest index 467c79ea..edc4417e 100644 --- a/kconfigwidgets/kconfigwidgets.2014-04-01.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kconfigwidgets-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-07-07.manifest b/kconfigwidgets/kconfigwidgets.2014-07-07.manifest index 9ced4b5f..dbdfc47d 100644 --- a/kconfigwidgets/kconfigwidgets.2014-07-07.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kconfigwidgets-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-08-07.manifest b/kconfigwidgets/kconfigwidgets.2014-08-07.manifest index 48f465ea..bee2a7d1 100644 --- a/kconfigwidgets/kconfigwidgets.2014-08-07.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kconfigwidgets-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-09-12.manifest b/kconfigwidgets/kconfigwidgets.2014-09-12.manifest index 0014fab4..9ea3efcf 100644 --- a/kconfigwidgets/kconfigwidgets.2014-09-12.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kconfigwidgets-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-10-07.manifest b/kconfigwidgets/kconfigwidgets.2014-10-07.manifest index ba2867e5..4169f9e7 100644 --- a/kconfigwidgets/kconfigwidgets.2014-10-07.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kconfigwidgets-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-11-06.manifest b/kconfigwidgets/kconfigwidgets.2014-11-06.manifest index 80005f94..33061c2b 100644 --- a/kconfigwidgets/kconfigwidgets.2014-11-06.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kconfigwidgets-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2014-12-11.manifest b/kconfigwidgets/kconfigwidgets.2014-12-11.manifest index 9774d05b..7c7bd755 100644 --- a/kconfigwidgets/kconfigwidgets.2014-12-11.manifest +++ b/kconfigwidgets/kconfigwidgets.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kconfigwidgets-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-01-08.manifest b/kconfigwidgets/kconfigwidgets.2015-01-08.manifest index d2741a01..d66a7e15 100644 --- a/kconfigwidgets/kconfigwidgets.2015-01-08.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kconfigwidgets-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-02-14.manifest b/kconfigwidgets/kconfigwidgets.2015-02-14.manifest index 7933fbb4..614d60e9 100644 --- a/kconfigwidgets/kconfigwidgets.2015-02-14.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kconfigwidgets-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-05-08.manifest b/kconfigwidgets/kconfigwidgets.2015-05-08.manifest index 820929d1..3b0e88a2 100644 --- a/kconfigwidgets/kconfigwidgets.2015-05-08.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kconfigwidgets-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-07-27.manifest b/kconfigwidgets/kconfigwidgets.2015-07-27.manifest index 06f366f0..82630e6a 100644 --- a/kconfigwidgets/kconfigwidgets.2015-07-27.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kconfigwidgets", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kconfigwidgets-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-08-12.manifest b/kconfigwidgets/kconfigwidgets.2015-08-12.manifest index 7c60898b..940ee5d4 100644 --- a/kconfigwidgets/kconfigwidgets.2015-08-12.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kconfigwidgets-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-09-12.manifest b/kconfigwidgets/kconfigwidgets.2015-09-12.manifest index 70406c21..5140c040 100644 --- a/kconfigwidgets/kconfigwidgets.2015-09-12.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kconfigwidgets-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-10-10.manifest b/kconfigwidgets/kconfigwidgets.2015-10-10.manifest index eac6902d..0079d305 100644 --- a/kconfigwidgets/kconfigwidgets.2015-10-10.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kconfigwidgets-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-11-13.manifest b/kconfigwidgets/kconfigwidgets.2015-11-13.manifest index c6f450f2..5fda26b6 100644 --- a/kconfigwidgets/kconfigwidgets.2015-11-13.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kconfigwidgets-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2015-12-12.manifest b/kconfigwidgets/kconfigwidgets.2015-12-12.manifest index e425eed0..2b13a472 100644 --- a/kconfigwidgets/kconfigwidgets.2015-12-12.manifest +++ b/kconfigwidgets/kconfigwidgets.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kconfigwidgets-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-01-09.manifest b/kconfigwidgets/kconfigwidgets.2016-01-09.manifest index 6b65442c..71bf47b4 100644 --- a/kconfigwidgets/kconfigwidgets.2016-01-09.manifest +++ b/kconfigwidgets/kconfigwidgets.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kconfigwidgets-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-02-13.manifest b/kconfigwidgets/kconfigwidgets.2016-02-13.manifest index 660edf43..4ec6b3a9 100644 --- a/kconfigwidgets/kconfigwidgets.2016-02-13.manifest +++ b/kconfigwidgets/kconfigwidgets.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kconfigwidgets-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-03-13.manifest b/kconfigwidgets/kconfigwidgets.2016-03-13.manifest index a2f05354..420002ee 100644 --- a/kconfigwidgets/kconfigwidgets.2016-03-13.manifest +++ b/kconfigwidgets/kconfigwidgets.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kconfigwidgets-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-04-09.manifest b/kconfigwidgets/kconfigwidgets.2016-04-09.manifest index ab6c867b..790973b8 100644 --- a/kconfigwidgets/kconfigwidgets.2016-04-09.manifest +++ b/kconfigwidgets/kconfigwidgets.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kconfigwidgets-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-05-15.manifest b/kconfigwidgets/kconfigwidgets.2016-05-15.manifest index 50f4fc49..b8576dc1 100644 --- a/kconfigwidgets/kconfigwidgets.2016-05-15.manifest +++ b/kconfigwidgets/kconfigwidgets.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kconfigwidgets", "display_name": "KConfigWidgets", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Widgets for configuration dialogs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kconfigwidgets-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-06-13.manifest b/kconfigwidgets/kconfigwidgets.2016-06-13.manifest new file mode 100644 index 00000000..5aa5af7d --- /dev/null +++ b/kconfigwidgets/kconfigwidgets.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kconfigwidgets", + "display_name": "KConfigWidgets", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Widgets for configuration dialogs", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kconfigwidgets-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development", + "Widgets" + ] +} diff --git a/kconfigwidgets/kconfigwidgets.2016-07-09.manifest b/kconfigwidgets/kconfigwidgets.2016-07-09.manifest new file mode 100644 index 00000000..594dd143 --- /dev/null +++ b/kconfigwidgets/kconfigwidgets.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kconfigwidgets", + "display_name": "KConfigWidgets", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Widgets for configuration dialogs", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kconfigwidgets-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kconfigwidgets/kconfigwidgets.2016-08-13.manifest b/kconfigwidgets/kconfigwidgets.2016-08-13.manifest new file mode 100644 index 00000000..ec2404c8 --- /dev/null +++ b/kconfigwidgets/kconfigwidgets.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kconfigwidgets", + "display_name": "KConfigWidgets", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Widgets for configuration dialogs", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kconfigwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kconfigwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKConfigWidgets provides easy-to-use classes to create configuration dialogs, as\nwell as a set of widgets which uses KConfig to store their settings.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kconfigwidgets-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcoreaddons/kcoreaddons.2014-03-03.manifest b/kcoreaddons/kcoreaddons.2014-03-03.manifest index a4d5a76f..da211ec7 100644 --- a/kcoreaddons/kcoreaddons.2014-03-03.manifest +++ b/kcoreaddons/kcoreaddons.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kcoreaddons-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-04-01.manifest b/kcoreaddons/kcoreaddons.2014-04-01.manifest index 68181784..3c7858b7 100644 --- a/kcoreaddons/kcoreaddons.2014-04-01.manifest +++ b/kcoreaddons/kcoreaddons.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kcoreaddons-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-07-07.manifest b/kcoreaddons/kcoreaddons.2014-07-07.manifest index 1d3611ae..853b85f2 100644 --- a/kcoreaddons/kcoreaddons.2014-07-07.manifest +++ b/kcoreaddons/kcoreaddons.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kcoreaddons-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-08-07.manifest b/kcoreaddons/kcoreaddons.2014-08-07.manifest index 0950c9b2..41875958 100644 --- a/kcoreaddons/kcoreaddons.2014-08-07.manifest +++ b/kcoreaddons/kcoreaddons.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kcoreaddons-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-09-12.manifest b/kcoreaddons/kcoreaddons.2014-09-12.manifest index bb5d1666..6d8af45d 100644 --- a/kcoreaddons/kcoreaddons.2014-09-12.manifest +++ b/kcoreaddons/kcoreaddons.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kcoreaddons-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-10-07.manifest b/kcoreaddons/kcoreaddons.2014-10-07.manifest index 5fef1667..e9993c5e 100644 --- a/kcoreaddons/kcoreaddons.2014-10-07.manifest +++ b/kcoreaddons/kcoreaddons.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kcoreaddons-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-11-06.manifest b/kcoreaddons/kcoreaddons.2014-11-06.manifest index 6a319233..980ae884 100644 --- a/kcoreaddons/kcoreaddons.2014-11-06.manifest +++ b/kcoreaddons/kcoreaddons.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kcoreaddons-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2014-12-11.manifest b/kcoreaddons/kcoreaddons.2014-12-11.manifest index fd6b9cd0..ea6993e1 100644 --- a/kcoreaddons/kcoreaddons.2014-12-11.manifest +++ b/kcoreaddons/kcoreaddons.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kcoreaddons-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-01-08.manifest b/kcoreaddons/kcoreaddons.2015-01-08.manifest index 7fa41306..edd48e49 100644 --- a/kcoreaddons/kcoreaddons.2015-01-08.manifest +++ b/kcoreaddons/kcoreaddons.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kcoreaddons-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-02-14.manifest b/kcoreaddons/kcoreaddons.2015-02-14.manifest index fe3a8cf5..6525fee8 100644 --- a/kcoreaddons/kcoreaddons.2015-02-14.manifest +++ b/kcoreaddons/kcoreaddons.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kcoreaddons-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-05-08.manifest b/kcoreaddons/kcoreaddons.2015-05-08.manifest index b398ca1c..430b0218 100644 --- a/kcoreaddons/kcoreaddons.2015-05-08.manifest +++ b/kcoreaddons/kcoreaddons.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Utilities for core application functionality and accessing the OS", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kcoreaddons-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-07-27.manifest b/kcoreaddons/kcoreaddons.2015-07-27.manifest index 91bf1637..f2d3587b 100644 --- a/kcoreaddons/kcoreaddons.2015-07-27.manifest +++ b/kcoreaddons/kcoreaddons.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Qt addon library with a collection of non-GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcoreaddons", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcoreaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-08-12.manifest b/kcoreaddons/kcoreaddons.2015-08-12.manifest index 2a0bec16..d05d3736 100644 --- a/kcoreaddons/kcoreaddons.2015-08-12.manifest +++ b/kcoreaddons/kcoreaddons.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcoreaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-09-12.manifest b/kcoreaddons/kcoreaddons.2015-09-12.manifest index f35a0993..f4d0bdec 100644 --- a/kcoreaddons/kcoreaddons.2015-09-12.manifest +++ b/kcoreaddons/kcoreaddons.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kcoreaddons-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-10-10.manifest b/kcoreaddons/kcoreaddons.2015-10-10.manifest index 7b435176..9fa5c247 100644 --- a/kcoreaddons/kcoreaddons.2015-10-10.manifest +++ b/kcoreaddons/kcoreaddons.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kcoreaddons-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-11-13.manifest b/kcoreaddons/kcoreaddons.2015-11-13.manifest index ff108bc9..fead538b 100644 --- a/kcoreaddons/kcoreaddons.2015-11-13.manifest +++ b/kcoreaddons/kcoreaddons.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kcoreaddons-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2015-12-12.manifest b/kcoreaddons/kcoreaddons.2015-12-12.manifest index a19ba705..f223183e 100644 --- a/kcoreaddons/kcoreaddons.2015-12-12.manifest +++ b/kcoreaddons/kcoreaddons.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kcoreaddons-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-01-09.manifest b/kcoreaddons/kcoreaddons.2016-01-09.manifest index 4a49c91b..5955cd46 100644 --- a/kcoreaddons/kcoreaddons.2016-01-09.manifest +++ b/kcoreaddons/kcoreaddons.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kcoreaddons-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-02-13.manifest b/kcoreaddons/kcoreaddons.2016-02-13.manifest index c118a804..c81a8846 100644 --- a/kcoreaddons/kcoreaddons.2016-02-13.manifest +++ b/kcoreaddons/kcoreaddons.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kcoreaddons-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-03-13.manifest b/kcoreaddons/kcoreaddons.2016-03-13.manifest index c95545d8..46d85383 100644 --- a/kcoreaddons/kcoreaddons.2016-03-13.manifest +++ b/kcoreaddons/kcoreaddons.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kcoreaddons-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-04-09.manifest b/kcoreaddons/kcoreaddons.2016-04-09.manifest index 470877a2..0eccb92b 100644 --- a/kcoreaddons/kcoreaddons.2016-04-09.manifest +++ b/kcoreaddons/kcoreaddons.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kcoreaddons-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-05-15.manifest b/kcoreaddons/kcoreaddons.2016-05-15.manifest index 5b31a92b..3cf88147 100644 --- a/kcoreaddons/kcoreaddons.2016-05-15.manifest +++ b/kcoreaddons/kcoreaddons.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcoreaddons", "display_name": "KCoreAddons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Addons to QtCore", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kcoreaddons-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-06-13.manifest b/kcoreaddons/kcoreaddons.2016-06-13.manifest new file mode 100644 index 00000000..77576dc8 --- /dev/null +++ b/kcoreaddons/kcoreaddons.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcoreaddons", + "display_name": "KCoreAddons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Addons to QtCore", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kcoreaddons-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Text", + "Data" + ] +} diff --git a/kcoreaddons/kcoreaddons.2016-07-09.manifest b/kcoreaddons/kcoreaddons.2016-07-09.manifest new file mode 100644 index 00000000..39c4567b --- /dev/null +++ b/kcoreaddons/kcoreaddons.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcoreaddons", + "display_name": "KCoreAddons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Addons to QtCore", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kcoreaddons-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcoreaddons/kcoreaddons.2016-08-13.manifest b/kcoreaddons/kcoreaddons.2016-08-13.manifest new file mode 100644 index 00000000..be30bac4 --- /dev/null +++ b/kcoreaddons/kcoreaddons.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcoreaddons", + "display_name": "KCoreAddons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Addons to QtCore", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcoreaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kcoreaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCoreAddons provides classes built on top of QtCore to perform various tasks\nsuch as manipulating mime types, autosaving files, creating backup files,\ngenerating random sequences, performing text manipulations such as macro\nreplacement, accessing user information and many more.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kcoreaddons-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcrash/kcrash.2014-03-03.manifest b/kcrash/kcrash.2014-03-03.manifest index ce4a8e9b..03a4cc3b 100644 --- a/kcrash/kcrash.2014-03-03.manifest +++ b/kcrash/kcrash.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "summary": "Gracefull handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kcrash-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-04-01.manifest b/kcrash/kcrash.2014-04-01.manifest index 95bffed9..1860b023 100644 --- a/kcrash/kcrash.2014-04-01.manifest +++ b/kcrash/kcrash.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kcrash-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-07-07.manifest b/kcrash/kcrash.2014-07-07.manifest index 93cec4c3..52f44f18 100644 --- a/kcrash/kcrash.2014-07-07.manifest +++ b/kcrash/kcrash.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kcrash-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-08-07.manifest b/kcrash/kcrash.2014-08-07.manifest index 3c11f7fe..5d79b7a5 100644 --- a/kcrash/kcrash.2014-08-07.manifest +++ b/kcrash/kcrash.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kcrash-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-09-12.manifest b/kcrash/kcrash.2014-09-12.manifest index 51f9ebec..417a30ff 100644 --- a/kcrash/kcrash.2014-09-12.manifest +++ b/kcrash/kcrash.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kcrash-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-10-07.manifest b/kcrash/kcrash.2014-10-07.manifest index 71963aa6..fd58cebe 100644 --- a/kcrash/kcrash.2014-10-07.manifest +++ b/kcrash/kcrash.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kcrash-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-11-06.manifest b/kcrash/kcrash.2014-11-06.manifest index c7b7ab6e..c0381f4f 100644 --- a/kcrash/kcrash.2014-11-06.manifest +++ b/kcrash/kcrash.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kcrash-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2014-12-11.manifest b/kcrash/kcrash.2014-12-11.manifest index aac65ccf..c26f4140 100644 --- a/kcrash/kcrash.2014-12-11.manifest +++ b/kcrash/kcrash.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kcrash-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-01-08.manifest b/kcrash/kcrash.2015-01-08.manifest index 3c03ad38..ae44fd86 100644 --- a/kcrash/kcrash.2015-01-08.manifest +++ b/kcrash/kcrash.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kcrash-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-02-14.manifest b/kcrash/kcrash.2015-02-14.manifest index db266240..0acf9958 100644 --- a/kcrash/kcrash.2015-02-14.manifest +++ b/kcrash/kcrash.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kcrash-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-05-08.manifest b/kcrash/kcrash.2015-05-08.manifest index 8dae602b..4ed980ce 100644 --- a/kcrash/kcrash.2015-05-08.manifest +++ b/kcrash/kcrash.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kcrash-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-07-27.manifest b/kcrash/kcrash.2015-07-27.manifest index 5b9235b2..6cb820d5 100644 --- a/kcrash/kcrash.2015-07-27.manifest +++ b/kcrash/kcrash.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Graceful handling of application crashes", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kcrash", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcrash-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-08-12.manifest b/kcrash/kcrash.2015-08-12.manifest index 2d84c14a..d601b055 100644 --- a/kcrash/kcrash.2015-08-12.manifest +++ b/kcrash/kcrash.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kcrash-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-09-12.manifest b/kcrash/kcrash.2015-09-12.manifest index e3962c4d..ae3995cb 100644 --- a/kcrash/kcrash.2015-09-12.manifest +++ b/kcrash/kcrash.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kcrash-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-10-10.manifest b/kcrash/kcrash.2015-10-10.manifest index 9e878ef0..62b31bee 100644 --- a/kcrash/kcrash.2015-10-10.manifest +++ b/kcrash/kcrash.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kcrash-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-11-13.manifest b/kcrash/kcrash.2015-11-13.manifest index fd86d159..80bf7174 100644 --- a/kcrash/kcrash.2015-11-13.manifest +++ b/kcrash/kcrash.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kcrash-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2015-12-12.manifest b/kcrash/kcrash.2015-12-12.manifest index eb62b02e..7aa9f2ee 100644 --- a/kcrash/kcrash.2015-12-12.manifest +++ b/kcrash/kcrash.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kcrash-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-01-09.manifest b/kcrash/kcrash.2016-01-09.manifest index 16feac53..55655900 100644 --- a/kcrash/kcrash.2016-01-09.manifest +++ b/kcrash/kcrash.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kcrash-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-02-13.manifest b/kcrash/kcrash.2016-02-13.manifest index 24922450..b48e03c7 100644 --- a/kcrash/kcrash.2016-02-13.manifest +++ b/kcrash/kcrash.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kcrash-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-03-13.manifest b/kcrash/kcrash.2016-03-13.manifest index 8f9e6137..67c72585 100644 --- a/kcrash/kcrash.2016-03-13.manifest +++ b/kcrash/kcrash.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kcrash-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-04-09.manifest b/kcrash/kcrash.2016-04-09.manifest index 664f61eb..6bcd3b21 100644 --- a/kcrash/kcrash.2016-04-09.manifest +++ b/kcrash/kcrash.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kcrash-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-05-15.manifest b/kcrash/kcrash.2016-05-15.manifest index 85bdc3fd..1fe9d4fb 100644 --- a/kcrash/kcrash.2016-05-15.manifest +++ b/kcrash/kcrash.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kcrash", "display_name": "KCrash", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for application crash analysis and bug report from apps", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kcrash-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-06-13.manifest b/kcrash/kcrash.2016-06-13.manifest new file mode 100644 index 00000000..61291f31 --- /dev/null +++ b/kcrash/kcrash.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcrash", + "display_name": "KCrash", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for application crash analysis and bug report from apps", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kcrash-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kcrash/kcrash.2016-07-09.manifest b/kcrash/kcrash.2016-07-09.manifest new file mode 100644 index 00000000..309ea22f --- /dev/null +++ b/kcrash/kcrash.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcrash", + "display_name": "KCrash", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for application crash analysis and bug report from apps", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kcrash-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kcrash/kcrash.2016-08-13.manifest b/kcrash/kcrash.2016-08-13.manifest new file mode 100644 index 00000000..e6f1039e --- /dev/null +++ b/kcrash/kcrash.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kcrash", + "display_name": "KCrash", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for application crash analysis and bug report from apps", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kcrash/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKCrash provides support for intercepting and handling application crashes.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kcrash-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdbusaddons/kdbusaddons.2014-03-03.manifest b/kdbusaddons/kdbusaddons.2014-03-03.manifest index 7bfe00b5..aff85e89 100644 --- a/kdbusaddons/kdbusaddons.2014-03-03.manifest +++ b/kdbusaddons/kdbusaddons.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kdbusaddons-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-04-01.manifest b/kdbusaddons/kdbusaddons.2014-04-01.manifest index da5845e0..da3811ea 100644 --- a/kdbusaddons/kdbusaddons.2014-04-01.manifest +++ b/kdbusaddons/kdbusaddons.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdbusaddons-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-07-07.manifest b/kdbusaddons/kdbusaddons.2014-07-07.manifest index b1069a89..fdf58b33 100644 --- a/kdbusaddons/kdbusaddons.2014-07-07.manifest +++ b/kdbusaddons/kdbusaddons.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdbusaddons-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-08-07.manifest b/kdbusaddons/kdbusaddons.2014-08-07.manifest index 2fa1a4fd..1760374c 100644 --- a/kdbusaddons/kdbusaddons.2014-08-07.manifest +++ b/kdbusaddons/kdbusaddons.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdbusaddons-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-09-12.manifest b/kdbusaddons/kdbusaddons.2014-09-12.manifest index c864f063..12b84a49 100644 --- a/kdbusaddons/kdbusaddons.2014-09-12.manifest +++ b/kdbusaddons/kdbusaddons.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdbusaddons-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-10-07.manifest b/kdbusaddons/kdbusaddons.2014-10-07.manifest index 5452f133..793d2b05 100644 --- a/kdbusaddons/kdbusaddons.2014-10-07.manifest +++ b/kdbusaddons/kdbusaddons.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdbusaddons-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-11-06.manifest b/kdbusaddons/kdbusaddons.2014-11-06.manifest index f392d10d..02916cc7 100644 --- a/kdbusaddons/kdbusaddons.2014-11-06.manifest +++ b/kdbusaddons/kdbusaddons.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdbusaddons-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2014-12-11.manifest b/kdbusaddons/kdbusaddons.2014-12-11.manifest index 7c9081f1..21b751f8 100644 --- a/kdbusaddons/kdbusaddons.2014-12-11.manifest +++ b/kdbusaddons/kdbusaddons.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdbusaddons-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-01-08.manifest b/kdbusaddons/kdbusaddons.2015-01-08.manifest index 938ebf84..fe49d6c2 100644 --- a/kdbusaddons/kdbusaddons.2015-01-08.manifest +++ b/kdbusaddons/kdbusaddons.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdbusaddons-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-02-14.manifest b/kdbusaddons/kdbusaddons.2015-02-14.manifest index 5b88b9c2..d6640591 100644 --- a/kdbusaddons/kdbusaddons.2015-02-14.manifest +++ b/kdbusaddons/kdbusaddons.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdbusaddons-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-05-08.manifest b/kdbusaddons/kdbusaddons.2015-05-08.manifest index 94c4ae8a..c5996f67 100644 --- a/kdbusaddons/kdbusaddons.2015-05-08.manifest +++ b/kdbusaddons/kdbusaddons.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdbusaddons-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-07-27.manifest b/kdbusaddons/kdbusaddons.2015-07-27.manifest index 00506d37..d72c5c80 100644 --- a/kdbusaddons/kdbusaddons.2015-07-27.manifest +++ b/kdbusaddons/kdbusaddons.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Convenience classes for DBus", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdbusaddons", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdbusaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-08-12.manifest b/kdbusaddons/kdbusaddons.2015-08-12.manifest index 82fd423f..79344580 100644 --- a/kdbusaddons/kdbusaddons.2015-08-12.manifest +++ b/kdbusaddons/kdbusaddons.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdbusaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-09-12.manifest b/kdbusaddons/kdbusaddons.2015-09-12.manifest index 39d85e13..2f03a200 100644 --- a/kdbusaddons/kdbusaddons.2015-09-12.manifest +++ b/kdbusaddons/kdbusaddons.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdbusaddons-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-10-10.manifest b/kdbusaddons/kdbusaddons.2015-10-10.manifest index 39a9d6d6..a7c0b52e 100644 --- a/kdbusaddons/kdbusaddons.2015-10-10.manifest +++ b/kdbusaddons/kdbusaddons.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdbusaddons-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-11-13.manifest b/kdbusaddons/kdbusaddons.2015-11-13.manifest index 9c338acd..8f69ca47 100644 --- a/kdbusaddons/kdbusaddons.2015-11-13.manifest +++ b/kdbusaddons/kdbusaddons.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdbusaddons-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2015-12-12.manifest b/kdbusaddons/kdbusaddons.2015-12-12.manifest index 451a9936..404407a6 100644 --- a/kdbusaddons/kdbusaddons.2015-12-12.manifest +++ b/kdbusaddons/kdbusaddons.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdbusaddons-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-01-09.manifest b/kdbusaddons/kdbusaddons.2016-01-09.manifest index 63b18831..3560e693 100644 --- a/kdbusaddons/kdbusaddons.2016-01-09.manifest +++ b/kdbusaddons/kdbusaddons.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdbusaddons-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-02-13.manifest b/kdbusaddons/kdbusaddons.2016-02-13.manifest index f6e52a1b..0211d174 100644 --- a/kdbusaddons/kdbusaddons.2016-02-13.manifest +++ b/kdbusaddons/kdbusaddons.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdbusaddons-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-03-13.manifest b/kdbusaddons/kdbusaddons.2016-03-13.manifest index a738c0ff..9d71799a 100644 --- a/kdbusaddons/kdbusaddons.2016-03-13.manifest +++ b/kdbusaddons/kdbusaddons.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdbusaddons-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-04-09.manifest b/kdbusaddons/kdbusaddons.2016-04-09.manifest index cf74b4d0..b244627b 100644 --- a/kdbusaddons/kdbusaddons.2016-04-09.manifest +++ b/kdbusaddons/kdbusaddons.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdbusaddons-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-05-15.manifest b/kdbusaddons/kdbusaddons.2016-05-15.manifest index 55850d7b..159a5876 100644 --- a/kdbusaddons/kdbusaddons.2016-05-15.manifest +++ b/kdbusaddons/kdbusaddons.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdbusaddons", "display_name": "KDBusAddons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Addons to QtDBus", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdbusaddons-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-06-13.manifest b/kdbusaddons/kdbusaddons.2016-06-13.manifest new file mode 100644 index 00000000..5cad4ca0 --- /dev/null +++ b/kdbusaddons/kdbusaddons.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdbusaddons", + "display_name": "KDBusAddons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Addons to QtDBus", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdbusaddons-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kdbusaddons/kdbusaddons.2016-07-09.manifest b/kdbusaddons/kdbusaddons.2016-07-09.manifest new file mode 100644 index 00000000..a9360a68 --- /dev/null +++ b/kdbusaddons/kdbusaddons.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdbusaddons", + "display_name": "KDBusAddons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Addons to QtDBus", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdbusaddons-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdbusaddons/kdbusaddons.2016-08-13.manifest b/kdbusaddons/kdbusaddons.2016-08-13.manifest new file mode 100644 index 00000000..e44c6869 --- /dev/null +++ b/kdbusaddons/kdbusaddons.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdbusaddons", + "display_name": "KDBusAddons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Addons to QtDBus", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdbusaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKDBusAddons provides convenience classes on top of QtDBus, as well as an API to\ncreate KDED modules.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdbusaddons-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdchart/kdchart.manifest b/kdchart/kdchart.manifest index 6a49e2cf..4c024d65 100644 --- a/kdchart/kdchart.manifest +++ b/kdchart/kdchart.manifest @@ -1,20 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kdchart", + "display_name": "KD Chart", "summary": "Creation of business charts", "urls": { "homepage": "http://www.kdab.com/kdab-products/kd-chart/", "api_docs": "http://docs.kdab.com/kdchart/latest/" }, "licenses": [ "Commercial" ], "description": "KD Chart is a tool for creating business charts. Besides having all the standard features, it enables the developer to design and manage a large number of axes and provides sophisticated customization.", "authors": [ "KDAB" ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Graphics" ] } diff --git a/kdeclarative/kdeclarative.2014-03-03.manifest b/kdeclarative/kdeclarative.2014-03-03.manifest index 79f6c1e3..c471c8a6 100644 --- a/kdeclarative/kdeclarative.2014-03-03.manifest +++ b/kdeclarative/kdeclarative.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kdeclarative-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-04-01.manifest b/kdeclarative/kdeclarative.2014-04-01.manifest index c260662b..f8280e13 100644 --- a/kdeclarative/kdeclarative.2014-04-01.manifest +++ b/kdeclarative/kdeclarative.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdeclarative-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-07-07.manifest b/kdeclarative/kdeclarative.2014-07-07.manifest index e296902f..f0a1494e 100644 --- a/kdeclarative/kdeclarative.2014-07-07.manifest +++ b/kdeclarative/kdeclarative.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdeclarative-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-08-07.manifest b/kdeclarative/kdeclarative.2014-08-07.manifest index 04822684..a9a791ef 100644 --- a/kdeclarative/kdeclarative.2014-08-07.manifest +++ b/kdeclarative/kdeclarative.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdeclarative-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-09-12.manifest b/kdeclarative/kdeclarative.2014-09-12.manifest index 2ab1f259..9caf7079 100644 --- a/kdeclarative/kdeclarative.2014-09-12.manifest +++ b/kdeclarative/kdeclarative.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdeclarative-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-10-07.manifest b/kdeclarative/kdeclarative.2014-10-07.manifest index 78de5c07..ea48f8fc 100644 --- a/kdeclarative/kdeclarative.2014-10-07.manifest +++ b/kdeclarative/kdeclarative.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdeclarative-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-11-06.manifest b/kdeclarative/kdeclarative.2014-11-06.manifest index 448c5c84..714506d3 100644 --- a/kdeclarative/kdeclarative.2014-11-06.manifest +++ b/kdeclarative/kdeclarative.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdeclarative-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2014-12-11.manifest b/kdeclarative/kdeclarative.2014-12-11.manifest index 960190b2..62025fcd 100644 --- a/kdeclarative/kdeclarative.2014-12-11.manifest +++ b/kdeclarative/kdeclarative.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdeclarative-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-01-08.manifest b/kdeclarative/kdeclarative.2015-01-08.manifest index e9c8f34c..38dacaf9 100644 --- a/kdeclarative/kdeclarative.2015-01-08.manifest +++ b/kdeclarative/kdeclarative.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdeclarative-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-02-14.manifest b/kdeclarative/kdeclarative.2015-02-14.manifest index 64a272f7..43d51302 100644 --- a/kdeclarative/kdeclarative.2015-02-14.manifest +++ b/kdeclarative/kdeclarative.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDeclarative provides integration of QML and KDE work spaces.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdeclarative-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-05-08.manifest b/kdeclarative/kdeclarative.2015-05-08.manifest index 6d91b635..437fee79 100644 --- a/kdeclarative/kdeclarative.2015-05-08.manifest +++ b/kdeclarative/kdeclarative.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdeclarative-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-07-27.manifest b/kdeclarative/kdeclarative.2015-07-27.manifest index 0f8519fd..62570010 100644 --- a/kdeclarative/kdeclarative.2015-07-27.manifest +++ b/kdeclarative/kdeclarative.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Integration of QML and KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdeclarative", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdeclarative-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-08-12.manifest b/kdeclarative/kdeclarative.2015-08-12.manifest index 0e9709e8..33d6f86b 100644 --- a/kdeclarative/kdeclarative.2015-08-12.manifest +++ b/kdeclarative/kdeclarative.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdeclarative-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-09-12.manifest b/kdeclarative/kdeclarative.2015-09-12.manifest index 0ef2a578..2a192072 100644 --- a/kdeclarative/kdeclarative.2015-09-12.manifest +++ b/kdeclarative/kdeclarative.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdeclarative-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-10-10.manifest b/kdeclarative/kdeclarative.2015-10-10.manifest index 2538d60d..9e559629 100644 --- a/kdeclarative/kdeclarative.2015-10-10.manifest +++ b/kdeclarative/kdeclarative.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdeclarative-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-11-13.manifest b/kdeclarative/kdeclarative.2015-11-13.manifest index f746ef54..0412934c 100644 --- a/kdeclarative/kdeclarative.2015-11-13.manifest +++ b/kdeclarative/kdeclarative.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdeclarative-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2015-12-12.manifest b/kdeclarative/kdeclarative.2015-12-12.manifest index 8e59ac6d..9337dcbd 100644 --- a/kdeclarative/kdeclarative.2015-12-12.manifest +++ b/kdeclarative/kdeclarative.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdeclarative-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-01-09.manifest b/kdeclarative/kdeclarative.2016-01-09.manifest index d40a3a77..c774c0ec 100644 --- a/kdeclarative/kdeclarative.2016-01-09.manifest +++ b/kdeclarative/kdeclarative.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdeclarative-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-02-13.manifest b/kdeclarative/kdeclarative.2016-02-13.manifest index 59e63a05..ba9aa16d 100644 --- a/kdeclarative/kdeclarative.2016-02-13.manifest +++ b/kdeclarative/kdeclarative.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdeclarative-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-03-13.manifest b/kdeclarative/kdeclarative.2016-03-13.manifest index 7805c27c..6d4de30a 100644 --- a/kdeclarative/kdeclarative.2016-03-13.manifest +++ b/kdeclarative/kdeclarative.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdeclarative-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-04-09.manifest b/kdeclarative/kdeclarative.2016-04-09.manifest index 2942187e..6f04694f 100644 --- a/kdeclarative/kdeclarative.2016-04-09.manifest +++ b/kdeclarative/kdeclarative.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdeclarative-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-05-15.manifest b/kdeclarative/kdeclarative.2016-05-15.manifest index 874bf88c..cda2a4fe 100644 --- a/kdeclarative/kdeclarative.2016-05-15.manifest +++ b/kdeclarative/kdeclarative.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdeclarative", "display_name": "KDeclarative", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Provides integration of QML and KDE Frameworks", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdeclarative-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-06-13.manifest b/kdeclarative/kdeclarative.2016-06-13.manifest new file mode 100644 index 00000000..09c1942b --- /dev/null +++ b/kdeclarative/kdeclarative.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdeclarative", + "display_name": "KDeclarative", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Provides integration of QML and KDE Frameworks", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdeclarative-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop", + "QML" + ] +} diff --git a/kdeclarative/kdeclarative.2016-07-09.manifest b/kdeclarative/kdeclarative.2016-07-09.manifest new file mode 100644 index 00000000..f763b943 --- /dev/null +++ b/kdeclarative/kdeclarative.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdeclarative", + "display_name": "KDeclarative", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Provides integration of QML and KDE Frameworks", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdeclarative-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdeclarative/kdeclarative.2016-08-13.manifest b/kdeclarative/kdeclarative.2016-08-13.manifest new file mode 100644 index 00000000..6effc77e --- /dev/null +++ b/kdeclarative/kdeclarative.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdeclarative", + "display_name": "KDeclarative", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Provides integration of QML and KDE Frameworks", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdeclarative/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdeclarative/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDeclarative provides integration of QML and KDE work spaces.\nIt's comprises two parts: a library used by the C++ part of your application\nto intergrate QML with KDE Frameworks specific features, and a series of\nQML imports that offer bindings to some of the Frameworks.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdeclarative-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kded/kded.2014-03-03.manifest b/kded/kded.2014-03-03.manifest index 790757a1..0bb576ce 100644 --- a/kded/kded.2014-03-03.manifest +++ b/kded/kded.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kded-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-04-01.manifest b/kded/kded.2014-04-01.manifest index e273e8d2..1406023a 100644 --- a/kded/kded.2014-04-01.manifest +++ b/kded/kded.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kded-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-07-07.manifest b/kded/kded.2014-07-07.manifest index 0e126e02..5461b75b 100644 --- a/kded/kded.2014-07-07.manifest +++ b/kded/kded.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kded-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-08-07.manifest b/kded/kded.2014-08-07.manifest index 8608c7bc..a786e03a 100644 --- a/kded/kded.2014-08-07.manifest +++ b/kded/kded.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kded-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-09-12.manifest b/kded/kded.2014-09-12.manifest index f9c88792..598b0322 100644 --- a/kded/kded.2014-09-12.manifest +++ b/kded/kded.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kded-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-10-07.manifest b/kded/kded.2014-10-07.manifest index 3ef3d07a..8c61aa12 100644 --- a/kded/kded.2014-10-07.manifest +++ b/kded/kded.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kded-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-11-06.manifest b/kded/kded.2014-11-06.manifest index a25f4fa2..0604ed39 100644 --- a/kded/kded.2014-11-06.manifest +++ b/kded/kded.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kded-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2014-12-11.manifest b/kded/kded.2014-12-11.manifest index 3dfe802b..792130aa 100644 --- a/kded/kded.2014-12-11.manifest +++ b/kded/kded.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kded-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-01-08.manifest b/kded/kded.2015-01-08.manifest index 483221fe..6a9f46c4 100644 --- a/kded/kded.2015-01-08.manifest +++ b/kded/kded.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kded-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-02-14.manifest b/kded/kded.2015-02-14.manifest index 84d546bd..f9850d4d 100644 --- a/kded/kded.2015-02-14.manifest +++ b/kded/kded.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kded-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-05-08.manifest b/kded/kded.2015-05-08.manifest index d1af2948..4702e034 100644 --- a/kded/kded.2015-05-08.manifest +++ b/kded/kded.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kded-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-07-27.manifest b/kded/kded.2015-07-27.manifest index caec0301..75adb246 100644 --- a/kded/kded.2015-07-27.manifest +++ b/kded/kded.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Central daemon of KDE work spaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kded", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kded-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-08-12.manifest b/kded/kded.2015-08-12.manifest index dd624705..5d75eed5 100644 --- a/kded/kded.2015-08-12.manifest +++ b/kded/kded.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kded-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-09-12.manifest b/kded/kded.2015-09-12.manifest index 989a406c..206fa265 100644 --- a/kded/kded.2015-09-12.manifest +++ b/kded/kded.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kded-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-10-10.manifest b/kded/kded.2015-10-10.manifest index fdd382bd..261e0ddd 100644 --- a/kded/kded.2015-10-10.manifest +++ b/kded/kded.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kded-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-11-13.manifest b/kded/kded.2015-11-13.manifest index d3b885c5..92590b48 100644 --- a/kded/kded.2015-11-13.manifest +++ b/kded/kded.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kded-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2015-12-12.manifest b/kded/kded.2015-12-12.manifest index 4917ca3e..bee9d7c1 100644 --- a/kded/kded.2015-12-12.manifest +++ b/kded/kded.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kded-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-01-09.manifest b/kded/kded.2016-01-09.manifest index b7b6dd64..edf6a3cf 100644 --- a/kded/kded.2016-01-09.manifest +++ b/kded/kded.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kded-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-02-13.manifest b/kded/kded.2016-02-13.manifest index c2a612dc..4883c105 100644 --- a/kded/kded.2016-02-13.manifest +++ b/kded/kded.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kded-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-03-13.manifest b/kded/kded.2016-03-13.manifest index b69c5f5c..9c730414 100644 --- a/kded/kded.2016-03-13.manifest +++ b/kded/kded.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kded-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-04-09.manifest b/kded/kded.2016-04-09.manifest index fc54e41c..8ddce5b4 100644 --- a/kded/kded.2016-04-09.manifest +++ b/kded/kded.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kded-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-05-15.manifest b/kded/kded.2016-05-15.manifest index cd6a7b18..0d29d85d 100644 --- a/kded/kded.2016-05-15.manifest +++ b/kded/kded.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kded", "display_name": "KDED", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Extensible deamon for providing system level services", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kded-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-06-13.manifest b/kded/kded.2016-06-13.manifest new file mode 100644 index 00000000..ce32fe26 --- /dev/null +++ b/kded/kded.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kded", + "display_name": "KDED", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Extensible deamon for providing system level services", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kded-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kded/kded.2016-07-09.manifest b/kded/kded.2016-07-09.manifest new file mode 100644 index 00000000..18ec0f24 --- /dev/null +++ b/kded/kded.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kded", + "display_name": "KDED", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Extensible deamon for providing system level services", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kded-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kded/kded.2016-08-13.manifest b/kded/kded.2016-08-13.manifest new file mode 100644 index 00000000..8e8d2abe --- /dev/null +++ b/kded/kded.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kded", + "display_name": "KDED", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Extensible deamon for providing system level services", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kded/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDED stands for KDE Daemon which isn't very descriptive.\nKDED runs in the background and performs a number of small tasks.\nSome of these tasks are built in, others are started on demand.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kded-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdelibs/kdelibs.2011-01-26.manifest b/kdelibs/kdelibs.2011-01-26.manifest index fa674bb1..eace65ec 100644 --- a/kdelibs/kdelibs.2011-01-26.manifest +++ b/kdelibs/kdelibs.2011-01-26.manifest @@ -1,31 +1,42 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs", "release_date": "2011-01-26", "version": "4.6.0", "summary": "KDE Development Platform", "urls": { "homepage": "http://techbase.kde.org", "api_docs": "http://api.kde.org/4.6-api/kdelibs-apidocs/", "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 framework for writing desktop applications and more. Among other things, the KDE libraries provide standard user interface elements, handling of configuration data, site-independent access to standard resources, network transparent input and output, embedding of application components, multimedia and hardware interaction, semantic information and tagging, advanced thread handling, and a framework for graphical desktop widgets.", - "authors": ["The KDE Team "], + "authors": [ + "The KDE Team " + ], "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.tar.bz2", + "source": "http://download.kde.org/stable/4.7.1/src/kdelibs-4.7.1.tar.bz2", "openSUSE": { "11.4": { "package_name": "libkde4", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "kdelibs4-4.6.0-6.11.1.src.rpm" } } - } + }, + "topics": [ + "Desktop" + ] } diff --git a/kdelibs/kdelibs.2011-09-07.manifest b/kdelibs/kdelibs.2011-09-07.manifest index e12bb5d1..0cc57ee1 100644 --- a/kdelibs/kdelibs.2011-09-07.manifest +++ b/kdelibs/kdelibs.2011-09-07.manifest @@ -1,21 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs", "release_date": "2011-09-07", "version": "4.7.1", "summary": "KDE Development Platform", "urls": { "homepage": "http://techbase.kde.org", "api_docs": "http://api.kde.org/4.7-api/kdelibs-apidocs/", "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 framework for writing desktop applications and more. Among other things, the KDE libraries provide standard user interface elements, handling of configuration data, site-independent access to standard resources, network transparent input and output, embedding of application components, multimedia and hardware interaction, semantic information and tagging, advanced thread handling, and a framework for graphical desktop widgets.", - "authors": ["The KDE Team "], + "authors": [ + "The KDE Team " + ], "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.tar.bz2" - } + "source": "http://download.kde.org/stable/4.7.1/src/kdelibs-4.7.1.tar.bz2" + }, + "topics": [ + "Desktop" + ] } diff --git a/kdelibs/kdelibs.2011-10-05.manifest b/kdelibs/kdelibs.2011-10-05.manifest index c2cb19d4..866433c0 100644 --- a/kdelibs/kdelibs.2011-10-05.manifest +++ b/kdelibs/kdelibs.2011-10-05.manifest @@ -1,21 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs", "release_date": "2011-10-05", "version": "4.7.2", "summary": "KDE Development Platform", "urls": { "homepage": "http://techbase.kde.org", "api_docs": "http://api.kde.org/4.7-api/kdelibs-apidocs/", "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 framework for writing desktop applications and more. Among other things, the KDE libraries provide standard user interface elements, handling of configuration data, site-independent access to standard resources, network transparent input and output, embedding of application components, multimedia and hardware interaction, semantic information and tagging, advanced thread handling, and a framework for graphical desktop widgets.", - "authors": ["The KDE Team "], + "authors": [ + "The KDE Team " + ], "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.tar.bz2" - } + "source": "http://download.kde.org/stable/4.7.2/src/kdelibs-4.7.2.tar.bz2" + }, + "topics": [ + "Desktop" + ] } diff --git a/kdelibs/kdelibs.2013-09-03.manifest b/kdelibs/kdelibs.2013-09-03.manifest index 56f77650..cfb59c28 100644 --- a/kdelibs/kdelibs.2013-09-03.manifest +++ b/kdelibs/kdelibs.2013-09-03.manifest @@ -1,31 +1,35 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs", + "display_name": "KDE 4 Libraries", "release_date": "2013-09-03", "version": "4.11.1", "summary": "KDE Development Platform", "urls": { "homepage": "http://techbase.kde.org", "api_docs": "http://api.kde.org/4.11-api/kdelibs-apidocs/", "tutorial": "http://techbase.kde.org/Development/Tutorials", "vcs": "https://projects.kde.org/projects/kde/kdelibs/repository", - "download": "ftp://ftp.kde.org/pub/kde/stable/", + "download": "http://download.kde.org/stable/", "announcement": "http://kde.org/announcements/announce-4.11.1.php" }, "licenses": [ "LGPLv2.1+" ], "description": "The KDE Development Platform provides a powerful framework for writing desktop applications and more. Among other things, the KDE libraries provide standard user interface elements, handling of configuration data, site-independent access to standard resources, network transparent input and output, embedding of application components, multimedia and hardware interaction, semantic information and tagging, advanced thread handling, and a framework for graphical desktop widgets.", "authors": [ "The KDE Team " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "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.tar.xz" + }, + "topics": [ + "Desktop" + ] } diff --git a/kdelibs4support/kdelibs4support.2014-04-01.manifest b/kdelibs4support/kdelibs4support.2014-04-01.manifest index 4dbe0726..24917222 100644 --- a/kdelibs4support/kdelibs4support.2014-04-01.manifest +++ b/kdelibs4support/kdelibs4support.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdelibs4support-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2014-07-07.manifest b/kdelibs4support/kdelibs4support.2014-07-07.manifest index ea5f9500..fb1866cb 100644 --- a/kdelibs4support/kdelibs4support.2014-07-07.manifest +++ b/kdelibs4support/kdelibs4support.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdelibs4support-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2014-08-07.manifest b/kdelibs4support/kdelibs4support.2014-08-07.manifest index 3ebc2175..cafaf8e4 100644 --- a/kdelibs4support/kdelibs4support.2014-08-07.manifest +++ b/kdelibs4support/kdelibs4support.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdelibs4support-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2014-09-12.manifest b/kdelibs4support/kdelibs4support.2014-09-12.manifest index 036c7549..b9083050 100644 --- a/kdelibs4support/kdelibs4support.2014-09-12.manifest +++ b/kdelibs4support/kdelibs4support.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdelibs4support-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2014-10-07.manifest b/kdelibs4support/kdelibs4support.2014-10-07.manifest index 9fdd3ca4..741b122a 100644 --- a/kdelibs4support/kdelibs4support.2014-10-07.manifest +++ b/kdelibs4support/kdelibs4support.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdelibs4support-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2014-11-06.manifest b/kdelibs4support/kdelibs4support.2014-11-06.manifest index 9da6a7f4..b1029a5a 100644 --- a/kdelibs4support/kdelibs4support.2014-11-06.manifest +++ b/kdelibs4support/kdelibs4support.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdelibs4support-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2014-12-11.manifest b/kdelibs4support/kdelibs4support.2014-12-11.manifest index 93a38fdd..f217fc54 100644 --- a/kdelibs4support/kdelibs4support.2014-12-11.manifest +++ b/kdelibs4support/kdelibs4support.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdelibs4support-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-01-08.manifest b/kdelibs4support/kdelibs4support.2015-01-08.manifest index c700a67f..8ddba0b8 100644 --- a/kdelibs4support/kdelibs4support.2015-01-08.manifest +++ b/kdelibs4support/kdelibs4support.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdelibs4support-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-02-14.manifest b/kdelibs4support/kdelibs4support.2015-02-14.manifest index 580daff8..acf899df 100644 --- a/kdelibs4support/kdelibs4support.2015-02-14.manifest +++ b/kdelibs4support/kdelibs4support.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdelibs4support-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-05-08.manifest b/kdelibs4support/kdelibs4support.2015-05-08.manifest index 721072d8..e2072988 100644 --- a/kdelibs4support/kdelibs4support.2015-05-08.manifest +++ b/kdelibs4support/kdelibs4support.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdelibs4support-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-07-27.manifest b/kdelibs4support/kdelibs4support.2015-07-27.manifest index d26376c4..f9d669bb 100644 --- a/kdelibs4support/kdelibs4support.2015-07-27.manifest +++ b/kdelibs4support/kdelibs4support.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Legacy support for kdelibs 4 compatibility", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdelibs4support", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdelibs4support-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-08-12.manifest b/kdelibs4support/kdelibs4support.2015-08-12.manifest index b8e31336..37fa7152 100644 --- a/kdelibs4support/kdelibs4support.2015-08-12.manifest +++ b/kdelibs4support/kdelibs4support.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdelibs4support-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-09-12.manifest b/kdelibs4support/kdelibs4support.2015-09-12.manifest index 63a5bd5a..4370dbd6 100644 --- a/kdelibs4support/kdelibs4support.2015-09-12.manifest +++ b/kdelibs4support/kdelibs4support.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdelibs4support-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-10-10.manifest b/kdelibs4support/kdelibs4support.2015-10-10.manifest index ef657cbf..5c209810 100644 --- a/kdelibs4support/kdelibs4support.2015-10-10.manifest +++ b/kdelibs4support/kdelibs4support.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdelibs4support-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-11-13.manifest b/kdelibs4support/kdelibs4support.2015-11-13.manifest index b0f0f381..4fc7f096 100644 --- a/kdelibs4support/kdelibs4support.2015-11-13.manifest +++ b/kdelibs4support/kdelibs4support.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdelibs4support-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2015-12-12.manifest b/kdelibs4support/kdelibs4support.2015-12-12.manifest index 41f389d6..2d368fca 100644 --- a/kdelibs4support/kdelibs4support.2015-12-12.manifest +++ b/kdelibs4support/kdelibs4support.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdelibs4support-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-01-09.manifest b/kdelibs4support/kdelibs4support.2016-01-09.manifest index b98f3f4d..a37b3e52 100644 --- a/kdelibs4support/kdelibs4support.2016-01-09.manifest +++ b/kdelibs4support/kdelibs4support.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdelibs4support-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-02-13.manifest b/kdelibs4support/kdelibs4support.2016-02-13.manifest index 78acfd8c..7532b9f8 100644 --- a/kdelibs4support/kdelibs4support.2016-02-13.manifest +++ b/kdelibs4support/kdelibs4support.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdelibs4support-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-03-13.manifest b/kdelibs4support/kdelibs4support.2016-03-13.manifest index 8eda7326..1c89d6c7 100644 --- a/kdelibs4support/kdelibs4support.2016-03-13.manifest +++ b/kdelibs4support/kdelibs4support.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdelibs4support-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-04-09.manifest b/kdelibs4support/kdelibs4support.2016-04-09.manifest index a2173695..dcdeff17 100644 --- a/kdelibs4support/kdelibs4support.2016-04-09.manifest +++ b/kdelibs4support/kdelibs4support.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdelibs4support-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-05-15.manifest b/kdelibs4support/kdelibs4support.2016-05-15.manifest index 1f7ed6f2..2992d50c 100644 --- a/kdelibs4support/kdelibs4support.2016-05-15.manifest +++ b/kdelibs4support/kdelibs4support.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdelibs4support", "display_name": "KDELibs 4 Support", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Porting aid from KDELibs4", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdelibs4support-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-06-13.manifest b/kdelibs4support/kdelibs4support.2016-06-13.manifest new file mode 100644 index 00000000..76d0682f --- /dev/null +++ b/kdelibs4support/kdelibs4support.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdelibs4support", + "display_name": "KDELibs 4 Support", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Porting aid from KDELibs4", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdelibs4support-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdelibs4support/kdelibs4support.2016-07-09.manifest b/kdelibs4support/kdelibs4support.2016-07-09.manifest new file mode 100644 index 00000000..cc080edc --- /dev/null +++ b/kdelibs4support/kdelibs4support.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdelibs4support", + "display_name": "KDELibs 4 Support", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Porting aid from KDELibs4", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdelibs4support-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdelibs4support/kdelibs4support.2016-08-13.manifest b/kdelibs4support/kdelibs4support.2016-08-13.manifest new file mode 100644 index 00000000..e23402c0 --- /dev/null +++ b/kdelibs4support/kdelibs4support.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdelibs4support", + "display_name": "KDELibs 4 Support", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Porting aid from KDELibs4", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdelibs4support/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework provides code and utilities to ease the transition from\nkdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++\nclasses whose functionality has been replaced by code in CMake, Qt and\nother frameworks.\n\nCode should aim to port away from this framework eventually. The API\ndocumentation of the classes in this framework and the notes at\n should help with\nthis.\n\nNote that some of the classes in this framework, especially\nKStandardDirs, may not work correctly unless any libraries and other\nsoftware using the KDELibs 4 Support framework are installed to the same\nlocation as KDELibs4Support, although it may be sufficient to set the\nKDEDIRS environment variable correctly.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdelibs4support-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdepimlibs/kdepimlibs.2011-01-26.manifest b/kdepimlibs/kdepimlibs.2011-01-26.manifest index c826c673..dc5d0530 100644 --- a/kdepimlibs/kdepimlibs.2011-01-26.manifest +++ b/kdepimlibs/kdepimlibs.2011-01-26.manifest @@ -1,30 +1,42 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdepimlibs", "release_date": "2011-01-26", "version": "4.6.0", "summary": "KDE PIM Libraries", "urls": { "homepage": "http://pim.kde.org", "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 information management. This includes among other things, handling of contacts, calendars, emails, blogs, feeds, and libraries to access Akonadi, the KDE PIM storage service.", - "authors": ["The KDE PIM Team "], + "authors": [ + "The KDE PIM Team " + ], "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", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "kdepimlibs4-4.6.0-4.7.1.src.rpm" } } - } + }, + "topics": [ + "Data", + "Communication" + ] } diff --git a/kdepimlibs/kdepimlibs.2013-09-03.manifest b/kdepimlibs/kdepimlibs.2013-09-03.manifest index 9064152b..36e2a9fa 100644 --- a/kdepimlibs/kdepimlibs.2013-09-03.manifest +++ b/kdepimlibs/kdepimlibs.2013-09-03.manifest @@ -1,29 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdepimlibs", + "display_name": "KDE PIM Libraries", "release_date": "2013-09-03", "version": "4.11.1", "summary": "KDE PIM Libraries", "urls": { "homepage": "http://pim.kde.org", "api_docs": "http://api.kde.org/4.6-api/kdepimlibs-apidocs/", "vcs": "https://projects.kde.org/projects/kde/kdepimlibs/repository", - "download": "ftp://ftp.kde.org/pub/kde/stable/" + "download": "http://download.kde.org/stable/" }, "licenses": [ "LGPLv2.1+" ], "description": "The KDE PIM libraries provide frameworks for personal information management. This includes among other things, handling of contacts, calendars, emails, blogs, feeds, and libraries to access Akonadi, the KDE PIM storage service.", "authors": [ "The KDE PIM Team " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { - "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/kdepimlibs-4.11.1.tar.xz" - } + "source": "http://download.kde.org/stable/4.11.1/src/kdepimlibs-4.11.1.tar.xz" + }, + "topics": [ + "Data", + "Communication" + ] } diff --git a/kdesignerplugin/kdesignerplugin.2014-03-03.manifest b/kdesignerplugin/kdesignerplugin.2014-03-03.manifest index 6e2d6514..c8a50a64 100644 --- a/kdesignerplugin/kdesignerplugin.2014-03-03.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kdesignerplugin-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-04-01.manifest b/kdesignerplugin/kdesignerplugin.2014-04-01.manifest index 5c11b571..e83c3253 100644 --- a/kdesignerplugin/kdesignerplugin.2014-04-01.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdesignerplugin-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-07-07.manifest b/kdesignerplugin/kdesignerplugin.2014-07-07.manifest index 6575f421..97c4aa51 100644 --- a/kdesignerplugin/kdesignerplugin.2014-07-07.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdesignerplugin-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-08-07.manifest b/kdesignerplugin/kdesignerplugin.2014-08-07.manifest index 726e2747..f32e36bd 100644 --- a/kdesignerplugin/kdesignerplugin.2014-08-07.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdesignerplugin-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-09-12.manifest b/kdesignerplugin/kdesignerplugin.2014-09-12.manifest index 52d7d139..a9fbb94b 100644 --- a/kdesignerplugin/kdesignerplugin.2014-09-12.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdesignerplugin-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-10-07.manifest b/kdesignerplugin/kdesignerplugin.2014-10-07.manifest index 253bf957..1e22578d 100644 --- a/kdesignerplugin/kdesignerplugin.2014-10-07.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdesignerplugin-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-11-06.manifest b/kdesignerplugin/kdesignerplugin.2014-11-06.manifest index ad9ad0d6..589e64d0 100644 --- a/kdesignerplugin/kdesignerplugin.2014-11-06.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdesignerplugin-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2014-12-11.manifest b/kdesignerplugin/kdesignerplugin.2014-12-11.manifest index 0436120d..fe4f7a07 100644 --- a/kdesignerplugin/kdesignerplugin.2014-12-11.manifest +++ b/kdesignerplugin/kdesignerplugin.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdesignerplugin-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-01-08.manifest b/kdesignerplugin/kdesignerplugin.2015-01-08.manifest index dfe10a45..18c51d57 100644 --- a/kdesignerplugin/kdesignerplugin.2015-01-08.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdesignerplugin-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-02-14.manifest b/kdesignerplugin/kdesignerplugin.2015-02-14.manifest index e81a6e9a..02ac92eb 100644 --- a/kdesignerplugin/kdesignerplugin.2015-02-14.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdesignerplugin-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-05-08.manifest b/kdesignerplugin/kdesignerplugin.2015-05-08.manifest index 364d62b6..905ba730 100644 --- a/kdesignerplugin/kdesignerplugin.2015-05-08.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdesignerplugin-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-07-27.manifest b/kdesignerplugin/kdesignerplugin.2015-07-27.manifest index bcbe8507..5e549802 100644 --- a/kdesignerplugin/kdesignerplugin.2015-07-27.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Integrating KDE frameworks widgets with Qt Designer", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesignerplugin", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdesignerplugin-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-08-12.manifest b/kdesignerplugin/kdesignerplugin.2015-08-12.manifest index 434f8856..807bd504 100644 --- a/kdesignerplugin/kdesignerplugin.2015-08-12.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdesignerplugin-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-09-12.manifest b/kdesignerplugin/kdesignerplugin.2015-09-12.manifest index 7e833565..a09a9327 100644 --- a/kdesignerplugin/kdesignerplugin.2015-09-12.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdesignerplugin-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-10-10.manifest b/kdesignerplugin/kdesignerplugin.2015-10-10.manifest index 0ee834d1..10df226f 100644 --- a/kdesignerplugin/kdesignerplugin.2015-10-10.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdesignerplugin-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-11-13.manifest b/kdesignerplugin/kdesignerplugin.2015-11-13.manifest index ae88618f..ca217e38 100644 --- a/kdesignerplugin/kdesignerplugin.2015-11-13.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdesignerplugin-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2015-12-12.manifest b/kdesignerplugin/kdesignerplugin.2015-12-12.manifest index feccb0cc..963903b0 100644 --- a/kdesignerplugin/kdesignerplugin.2015-12-12.manifest +++ b/kdesignerplugin/kdesignerplugin.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdesignerplugin-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-01-09.manifest b/kdesignerplugin/kdesignerplugin.2016-01-09.manifest index 60767005..32414f18 100644 --- a/kdesignerplugin/kdesignerplugin.2016-01-09.manifest +++ b/kdesignerplugin/kdesignerplugin.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdesignerplugin-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-02-13.manifest b/kdesignerplugin/kdesignerplugin.2016-02-13.manifest index b923248e..59390717 100644 --- a/kdesignerplugin/kdesignerplugin.2016-02-13.manifest +++ b/kdesignerplugin/kdesignerplugin.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdesignerplugin-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-03-13.manifest b/kdesignerplugin/kdesignerplugin.2016-03-13.manifest index eeb0e308..2774e62f 100644 --- a/kdesignerplugin/kdesignerplugin.2016-03-13.manifest +++ b/kdesignerplugin/kdesignerplugin.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdesignerplugin-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-04-09.manifest b/kdesignerplugin/kdesignerplugin.2016-04-09.manifest index c7f00c65..e34fed18 100644 --- a/kdesignerplugin/kdesignerplugin.2016-04-09.manifest +++ b/kdesignerplugin/kdesignerplugin.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdesignerplugin-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-05-15.manifest b/kdesignerplugin/kdesignerplugin.2016-05-15.manifest index 55556efd..0266bb6e 100644 --- a/kdesignerplugin/kdesignerplugin.2016-05-15.manifest +++ b/kdesignerplugin/kdesignerplugin.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesignerplugin", "display_name": "KDesignerPlugin", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Integration of Frameworks widgets in Qt Designer/Creator", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdesignerplugin-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-06-13.manifest b/kdesignerplugin/kdesignerplugin.2016-06-13.manifest new file mode 100644 index 00000000..c147ba89 --- /dev/null +++ b/kdesignerplugin/kdesignerplugin.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdesignerplugin", + "display_name": "KDesignerPlugin", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Integration of Frameworks widgets in Qt Designer/Creator", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdesignerplugin-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kdesignerplugin/kdesignerplugin.2016-07-09.manifest b/kdesignerplugin/kdesignerplugin.2016-07-09.manifest new file mode 100644 index 00000000..5c8aba71 --- /dev/null +++ b/kdesignerplugin/kdesignerplugin.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdesignerplugin", + "display_name": "KDesignerPlugin", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Integration of Frameworks widgets in Qt Designer/Creator", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdesignerplugin-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdesignerplugin/kdesignerplugin.2016-08-13.manifest b/kdesignerplugin/kdesignerplugin.2016-08-13.manifest new file mode 100644 index 00000000..fe32c132 --- /dev/null +++ b/kdesignerplugin/kdesignerplugin.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdesignerplugin", + "display_name": "KDesignerPlugin", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Integration of Frameworks widgets in Qt Designer/Creator", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesignerplugin/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdesignerplugin/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This framework provides plugins for Qt Designer that allow it to display\nthe widgets provided by various KDE frameworks, as well as a utility\n(kgendesignerplugin) that can be used to generate other such plugins\nfrom ini-style description files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdesignerplugin-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdesu/kdesu.2014-03-03.manifest b/kdesu/kdesu.2014-03-03.manifest index f5d2fc5d..8c0dc65e 100644 --- a/kdesu/kdesu.2014-03-03.manifest +++ b/kdesu/kdesu.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "libkdesu", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nlibkdesu provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kdesu-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-04-01.manifest b/kdesu/kdesu.2014-04-01.manifest index 30a142f2..578ec11f 100644 --- a/kdesu/kdesu.2014-04-01.manifest +++ b/kdesu/kdesu.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdesu-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-07-07.manifest b/kdesu/kdesu.2014-07-07.manifest index e64c47c7..941e4bca 100644 --- a/kdesu/kdesu.2014-07-07.manifest +++ b/kdesu/kdesu.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdesu-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-08-07.manifest b/kdesu/kdesu.2014-08-07.manifest index e0cdfe02..1074df35 100644 --- a/kdesu/kdesu.2014-08-07.manifest +++ b/kdesu/kdesu.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdesu-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-09-12.manifest b/kdesu/kdesu.2014-09-12.manifest index 78caa0fa..df9ce1f9 100644 --- a/kdesu/kdesu.2014-09-12.manifest +++ b/kdesu/kdesu.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2014-09-12", "version": "5.2.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdesu-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-10-07.manifest b/kdesu/kdesu.2014-10-07.manifest index 13f36b34..2438ad8b 100644 --- a/kdesu/kdesu.2014-10-07.manifest +++ b/kdesu/kdesu.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2014-10-07", "version": "5.3.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdesu-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-11-06.manifest b/kdesu/kdesu.2014-11-06.manifest index b303c01a..111c49a1 100644 --- a/kdesu/kdesu.2014-11-06.manifest +++ b/kdesu/kdesu.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2014-11-06", "version": "5.4.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdesu-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2014-12-11.manifest b/kdesu/kdesu.2014-12-11.manifest index 516b076f..0aabc648 100644 --- a/kdesu/kdesu.2014-12-11.manifest +++ b/kdesu/kdesu.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2014-12-11", "version": "5.5.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdesu-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-01-08.manifest b/kdesu/kdesu.2015-01-08.manifest index e9631057..1c11f760 100644 --- a/kdesu/kdesu.2015-01-08.manifest +++ b/kdesu/kdesu.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-01-08", "version": "5.6.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdesu-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-02-14.manifest b/kdesu/kdesu.2015-02-14.manifest index 6ab9cbfc..36e7ca56 100644 --- a/kdesu/kdesu.2015-02-14.manifest +++ b/kdesu/kdesu.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-02-14", "version": "5.7.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdesu-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-05-08.manifest b/kdesu/kdesu.2015-05-08.manifest index 5bbfc465..0bea50f2 100644 --- a/kdesu/kdesu.2015-05-08.manifest +++ b/kdesu/kdesu.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-05-08", "version": "5.10.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdesu-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-07-27.manifest b/kdesu/kdesu.2015-07-27.manifest index 26ad4cc2..5c546c81 100644 --- a/kdesu/kdesu.2015-07-27.manifest +++ b/kdesu/kdesu.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-07-27", "version": "5.13.0", "summary": "User interface for running shell commands with root privileges", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdesu", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdesu-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-08-12.manifest b/kdesu/kdesu.2015-08-12.manifest index 8385bfaa..230eee83 100644 --- a/kdesu/kdesu.2015-08-12.manifest +++ b/kdesu/kdesu.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdesu-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-09-12.manifest b/kdesu/kdesu.2015-09-12.manifest index 88f9cebd..863be0b5 100644 --- a/kdesu/kdesu.2015-09-12.manifest +++ b/kdesu/kdesu.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdesu-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-10-10.manifest b/kdesu/kdesu.2015-10-10.manifest index 94fc91ee..87ac6155 100644 --- a/kdesu/kdesu.2015-10-10.manifest +++ b/kdesu/kdesu.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdesu-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-11-13.manifest b/kdesu/kdesu.2015-11-13.manifest index bc242a51..713314da 100644 --- a/kdesu/kdesu.2015-11-13.manifest +++ b/kdesu/kdesu.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdesu-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2015-12-12.manifest b/kdesu/kdesu.2015-12-12.manifest index 4c731cd1..aecd5516 100644 --- a/kdesu/kdesu.2015-12-12.manifest +++ b/kdesu/kdesu.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdesu-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-01-09.manifest b/kdesu/kdesu.2016-01-09.manifest index 06b899f7..b6f0ae1f 100644 --- a/kdesu/kdesu.2016-01-09.manifest +++ b/kdesu/kdesu.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdesu-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-02-13.manifest b/kdesu/kdesu.2016-02-13.manifest index 1771d37d..7202b5fa 100644 --- a/kdesu/kdesu.2016-02-13.manifest +++ b/kdesu/kdesu.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdesu-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-03-13.manifest b/kdesu/kdesu.2016-03-13.manifest index 8fb60b3c..0a140dbe 100644 --- a/kdesu/kdesu.2016-03-13.manifest +++ b/kdesu/kdesu.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdesu-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-04-09.manifest b/kdesu/kdesu.2016-04-09.manifest index 787f276f..ea5e0c00 100644 --- a/kdesu/kdesu.2016-04-09.manifest +++ b/kdesu/kdesu.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdesu-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-05-15.manifest b/kdesu/kdesu.2016-05-15.manifest index 268ec751..bb610bc3 100644 --- a/kdesu/kdesu.2016-05-15.manifest +++ b/kdesu/kdesu.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdesu", "display_name": "KDESU", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Integration with su for elevated privileges", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdesu-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-06-13.manifest b/kdesu/kdesu.2016-06-13.manifest new file mode 100644 index 00000000..930d6d62 --- /dev/null +++ b/kdesu/kdesu.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdesu", + "display_name": "KDESU", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Integration with su for elevated privileges", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdesu-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Security", + "Desktop" + ] +} diff --git a/kdesu/kdesu.2016-07-09.manifest b/kdesu/kdesu.2016-07-09.manifest new file mode 100644 index 00000000..8da9d161 --- /dev/null +++ b/kdesu/kdesu.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdesu", + "display_name": "KDESU", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Integration with su for elevated privileges", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdesu-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdesu/kdesu.2016-08-13.manifest b/kdesu/kdesu.2016-08-13.manifest new file mode 100644 index 00000000..86288bbc --- /dev/null +++ b/kdesu/kdesu.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdesu", + "display_name": "KDESU", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Integration with su for elevated privileges", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdesu/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdesu/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKDESU provides functionality for building GUI front ends for\n(password asking) console mode programs. For example, kdesu and\nkdessh use it to interface with su and ssh respectively.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdesu-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdewebkit/kdewebkit.2014-03-03.manifest b/kdewebkit/kdewebkit.2014-03-03.manifest index 7e16c7a4..8d2458f0 100644 --- a/kdewebkit/kdewebkit.2014-03-03.manifest +++ b/kdewebkit/kdewebkit.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kdewebkit-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-04-01.manifest b/kdewebkit/kdewebkit.2014-04-01.manifest index 32365555..8db9f234 100644 --- a/kdewebkit/kdewebkit.2014-04-01.manifest +++ b/kdewebkit/kdewebkit.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdewebkit-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-07-07.manifest b/kdewebkit/kdewebkit.2014-07-07.manifest index f0226281..8d1e3e94 100644 --- a/kdewebkit/kdewebkit.2014-07-07.manifest +++ b/kdewebkit/kdewebkit.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdewebkit-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-08-07.manifest b/kdewebkit/kdewebkit.2014-08-07.manifest index cc439d89..e7c216f5 100644 --- a/kdewebkit/kdewebkit.2014-08-07.manifest +++ b/kdewebkit/kdewebkit.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdewebkit-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-09-12.manifest b/kdewebkit/kdewebkit.2014-09-12.manifest index 18bd3124..bc80149b 100644 --- a/kdewebkit/kdewebkit.2014-09-12.manifest +++ b/kdewebkit/kdewebkit.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdewebkit-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-10-07.manifest b/kdewebkit/kdewebkit.2014-10-07.manifest index ad1c6b8c..69abd10f 100644 --- a/kdewebkit/kdewebkit.2014-10-07.manifest +++ b/kdewebkit/kdewebkit.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdewebkit-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-11-06.manifest b/kdewebkit/kdewebkit.2014-11-06.manifest index 630366d7..0de9532e 100644 --- a/kdewebkit/kdewebkit.2014-11-06.manifest +++ b/kdewebkit/kdewebkit.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdewebkit-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2014-12-11.manifest b/kdewebkit/kdewebkit.2014-12-11.manifest index 74f0b37a..59a851d0 100644 --- a/kdewebkit/kdewebkit.2014-12-11.manifest +++ b/kdewebkit/kdewebkit.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdewebkit-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-01-08.manifest b/kdewebkit/kdewebkit.2015-01-08.manifest index c04f2674..b95bd9d5 100644 --- a/kdewebkit/kdewebkit.2015-01-08.manifest +++ b/kdewebkit/kdewebkit.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdewebkit-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-02-14.manifest b/kdewebkit/kdewebkit.2015-02-14.manifest index 3fe3fd2d..a2928b08 100644 --- a/kdewebkit/kdewebkit.2015-02-14.manifest +++ b/kdewebkit/kdewebkit.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdewebkit-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-05-08.manifest b/kdewebkit/kdewebkit.2015-05-08.manifest index 4977a1af..24b9c476 100644 --- a/kdewebkit/kdewebkit.2015-05-08.manifest +++ b/kdewebkit/kdewebkit.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdewebkit-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-07-27.manifest b/kdewebkit/kdewebkit.2015-07-27.manifest index d35dcaf4..e44d7e21 100644 --- a/kdewebkit/kdewebkit.2015-07-27.manifest +++ b/kdewebkit/kdewebkit.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Integration of the HTML rendering engine WebKit", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdewebkit", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdewebkit-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-08-12.manifest b/kdewebkit/kdewebkit.2015-08-12.manifest index f8356dd4..1c02aa72 100644 --- a/kdewebkit/kdewebkit.2015-08-12.manifest +++ b/kdewebkit/kdewebkit.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-08-12", "version": "5.13.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdewebkit-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-09-12.manifest b/kdewebkit/kdewebkit.2015-09-12.manifest index bfc594ab..17a51b70 100644 --- a/kdewebkit/kdewebkit.2015-09-12.manifest +++ b/kdewebkit/kdewebkit.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-09-12", "version": "5.14.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdewebkit-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-10-10.manifest b/kdewebkit/kdewebkit.2015-10-10.manifest index 81c8f269..b748730f 100644 --- a/kdewebkit/kdewebkit.2015-10-10.manifest +++ b/kdewebkit/kdewebkit.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-10-10", "version": "5.15.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdewebkit-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-11-13.manifest b/kdewebkit/kdewebkit.2015-11-13.manifest index ab455ca5..b4dcf7cb 100644 --- a/kdewebkit/kdewebkit.2015-11-13.manifest +++ b/kdewebkit/kdewebkit.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-11-13", "version": "5.16.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdewebkit-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2015-12-12.manifest b/kdewebkit/kdewebkit.2015-12-12.manifest index 398feeea..24ad05ef 100644 --- a/kdewebkit/kdewebkit.2015-12-12.manifest +++ b/kdewebkit/kdewebkit.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2015-12-12", "version": "5.17.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdewebkit-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-01-09.manifest b/kdewebkit/kdewebkit.2016-01-09.manifest index 9cb13344..5f076c53 100644 --- a/kdewebkit/kdewebkit.2016-01-09.manifest +++ b/kdewebkit/kdewebkit.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2016-01-09", "version": "5.18.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdewebkit-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-02-13.manifest b/kdewebkit/kdewebkit.2016-02-13.manifest index 8190a997..b4c3ab30 100644 --- a/kdewebkit/kdewebkit.2016-02-13.manifest +++ b/kdewebkit/kdewebkit.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2016-02-13", "version": "5.19.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdewebkit-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-03-13.manifest b/kdewebkit/kdewebkit.2016-03-13.manifest index 12b02445..89ede3e9 100644 --- a/kdewebkit/kdewebkit.2016-03-13.manifest +++ b/kdewebkit/kdewebkit.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2016-03-13", "version": "5.20.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdewebkit-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-04-09.manifest b/kdewebkit/kdewebkit.2016-04-09.manifest index e3cd7022..ff4c03f2 100644 --- a/kdewebkit/kdewebkit.2016-04-09.manifest +++ b/kdewebkit/kdewebkit.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2016-04-09", "version": "5.21.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdewebkit-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-05-15.manifest b/kdewebkit/kdewebkit.2016-05-15.manifest index a6c770e5..09ee77f0 100644 --- a/kdewebkit/kdewebkit.2016-05-15.manifest +++ b/kdewebkit/kdewebkit.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdewebkit", "display_name": "KDE WebKit", "release_date": "2016-05-15", "version": "5.22.0", "summary": "KDE Integration for QtWebKit", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdewebkit-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-06-13.manifest b/kdewebkit/kdewebkit.2016-06-13.manifest new file mode 100644 index 00000000..728364fa --- /dev/null +++ b/kdewebkit/kdewebkit.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdewebkit", + "display_name": "KDE WebKit", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "KDE Integration for QtWebKit", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdewebkit-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/kdewebkit/kdewebkit.2016-07-09.manifest b/kdewebkit/kdewebkit.2016-07-09.manifest new file mode 100644 index 00000000..e65c30a3 --- /dev/null +++ b/kdewebkit/kdewebkit.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdewebkit", + "display_name": "KDE WebKit", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "KDE Integration for QtWebKit", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdewebkit-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdewebkit/kdewebkit.2016-08-13.manifest b/kdewebkit/kdewebkit.2016-08-13.manifest new file mode 100644 index 00000000..04527979 --- /dev/null +++ b/kdewebkit/kdewebkit.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdewebkit", + "display_name": "KDE WebKit", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "KDE Integration for QtWebKit", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdewebkit/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdewebkit/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides KDE integration of the QtWebKit library. If you are\nusing QtWebKit in your KDE application, you are encouraged to use this layer\ninstead of using the QtWebKit classes directly.\n\nIn particular, you should use KWebView in place of QWebView, KGraphicsWebView\nin place of QGraphicsWebView and KWebPage in place of QWebPage. See the\ndocumentation for those classes for more information.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdewebkit-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdnssd/kdnssd.2014-04-01.manifest b/kdnssd/kdnssd.2014-04-01.manifest index 079abd8f..fc54722b 100644 --- a/kdnssd/kdnssd.2014-04-01.manifest +++ b/kdnssd/kdnssd.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdnssd-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2014-07-07.manifest b/kdnssd/kdnssd.2014-07-07.manifest index 1d3e32d0..db2223c3 100644 --- a/kdnssd/kdnssd.2014-07-07.manifest +++ b/kdnssd/kdnssd.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdnssd-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2014-08-07.manifest b/kdnssd/kdnssd.2014-08-07.manifest index 2b7d2c00..398ed769 100644 --- a/kdnssd/kdnssd.2014-08-07.manifest +++ b/kdnssd/kdnssd.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdnssd-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2014-09-12.manifest b/kdnssd/kdnssd.2014-09-12.manifest index b8822578..0ba2181f 100644 --- a/kdnssd/kdnssd.2014-09-12.manifest +++ b/kdnssd/kdnssd.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdnssd-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2014-10-07.manifest b/kdnssd/kdnssd.2014-10-07.manifest index 024ff73f..21d153d4 100644 --- a/kdnssd/kdnssd.2014-10-07.manifest +++ b/kdnssd/kdnssd.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdnssd-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2014-11-06.manifest b/kdnssd/kdnssd.2014-11-06.manifest index adbaaae4..84ead15e 100644 --- a/kdnssd/kdnssd.2014-11-06.manifest +++ b/kdnssd/kdnssd.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdnssd-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2014-12-11.manifest b/kdnssd/kdnssd.2014-12-11.manifest index 20776c90..9b815882 100644 --- a/kdnssd/kdnssd.2014-12-11.manifest +++ b/kdnssd/kdnssd.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdnssd-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-01-08.manifest b/kdnssd/kdnssd.2015-01-08.manifest index 3f1c7ec0..e190353a 100644 --- a/kdnssd/kdnssd.2015-01-08.manifest +++ b/kdnssd/kdnssd.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdnssd-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-02-14.manifest b/kdnssd/kdnssd.2015-02-14.manifest index 6f41ba4d..b9de52af 100644 --- a/kdnssd/kdnssd.2015-02-14.manifest +++ b/kdnssd/kdnssd.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd-frameworks", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdnssd-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-05-08.manifest b/kdnssd/kdnssd.2015-05-08.manifest index 2ea41efd..7b837f48 100644 --- a/kdnssd/kdnssd.2015-05-08.manifest +++ b/kdnssd/kdnssd.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdnssd-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-07-27.manifest b/kdnssd/kdnssd.2015-07-27.manifest index 181f84fd..7b47a11f 100644 --- a/kdnssd/kdnssd.2015-07-27.manifest +++ b/kdnssd/kdnssd.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Network service discovery using Zeroconf", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdnssd", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdnssd-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-08-12.manifest b/kdnssd/kdnssd.2015-08-12.manifest index 636cc842..14f04262 100644 --- a/kdnssd/kdnssd.2015-08-12.manifest +++ b/kdnssd/kdnssd.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdnssd-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-09-12.manifest b/kdnssd/kdnssd.2015-09-12.manifest index a65bf6bb..70b5741a 100644 --- a/kdnssd/kdnssd.2015-09-12.manifest +++ b/kdnssd/kdnssd.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdnssd-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-10-10.manifest b/kdnssd/kdnssd.2015-10-10.manifest index db4342e8..b3342100 100644 --- a/kdnssd/kdnssd.2015-10-10.manifest +++ b/kdnssd/kdnssd.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdnssd-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-11-13.manifest b/kdnssd/kdnssd.2015-11-13.manifest index d1c36a41..faff8466 100644 --- a/kdnssd/kdnssd.2015-11-13.manifest +++ b/kdnssd/kdnssd.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdnssd-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2015-12-12.manifest b/kdnssd/kdnssd.2015-12-12.manifest index d4c7044b..024d4a66 100644 --- a/kdnssd/kdnssd.2015-12-12.manifest +++ b/kdnssd/kdnssd.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdnssd-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-01-09.manifest b/kdnssd/kdnssd.2016-01-09.manifest index a8cc0bef..a0ec6b2f 100644 --- a/kdnssd/kdnssd.2016-01-09.manifest +++ b/kdnssd/kdnssd.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdnssd-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-02-13.manifest b/kdnssd/kdnssd.2016-02-13.manifest index 9d93b541..76eed99c 100644 --- a/kdnssd/kdnssd.2016-02-13.manifest +++ b/kdnssd/kdnssd.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdnssd-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-03-13.manifest b/kdnssd/kdnssd.2016-03-13.manifest index 1a74598e..7858d276 100644 --- a/kdnssd/kdnssd.2016-03-13.manifest +++ b/kdnssd/kdnssd.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdnssd-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-04-09.manifest b/kdnssd/kdnssd.2016-04-09.manifest index 737eff72..3d1862cc 100644 --- a/kdnssd/kdnssd.2016-04-09.manifest +++ b/kdnssd/kdnssd.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdnssd-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-05-15.manifest b/kdnssd/kdnssd.2016-05-15.manifest index 183a5d09..1fb6b796 100644 --- a/kdnssd/kdnssd.2016-05-15.manifest +++ b/kdnssd/kdnssd.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdnssd", "display_name": "KDE DNS-SD", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Abstraction to system DNSSD features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdnssd-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-06-13.manifest b/kdnssd/kdnssd.2016-06-13.manifest new file mode 100644 index 00000000..3d60d259 --- /dev/null +++ b/kdnssd/kdnssd.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdnssd", + "display_name": "KDE DNS-SD", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Abstraction to system DNSSD features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdnssd-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Bindings", + "Communication" + ] +} diff --git a/kdnssd/kdnssd.2016-07-09.manifest b/kdnssd/kdnssd.2016-07-09.manifest new file mode 100644 index 00000000..08e12add --- /dev/null +++ b/kdnssd/kdnssd.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdnssd", + "display_name": "KDE DNS-SD", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Abstraction to system DNSSD features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdnssd-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdnssd/kdnssd.2016-08-13.manifest b/kdnssd/kdnssd.2016-08-13.manifest new file mode 100644 index 00000000..078ee3dd --- /dev/null +++ b/kdnssd/kdnssd.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdnssd", + "display_name": "KDE DNS-SD", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Abstraction to system DNSSD features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdnssd/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdnssd/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KDNSSD is a library for handling the DNS-based Service Discovery Protocol\n(DNS-SD), the layer of [Zeroconf](http://www.zeroconf.org) that allows network\nservices, such as printers, to be discovered without any user intervention or\ncentralized infrastructure.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdnssd-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdoctools/kdoctools.2014-03-03.manifest b/kdoctools/kdoctools.2014-03-03.manifest index bca07bee..39c7fdcb 100644 --- a/kdoctools/kdoctools.2014-03-03.manifest +++ b/kdoctools/kdoctools.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kdoctools-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-04-01.manifest b/kdoctools/kdoctools.2014-04-01.manifest index 8bbd19e2..6b4a7471 100644 --- a/kdoctools/kdoctools.2014-04-01.manifest +++ b/kdoctools/kdoctools.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kdoctools-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-07-07.manifest b/kdoctools/kdoctools.2014-07-07.manifest index 959519e7..a870dccc 100644 --- a/kdoctools/kdoctools.2014-07-07.manifest +++ b/kdoctools/kdoctools.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kdoctools-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-08-07.manifest b/kdoctools/kdoctools.2014-08-07.manifest index 3a0e99e4..cad77307 100644 --- a/kdoctools/kdoctools.2014-08-07.manifest +++ b/kdoctools/kdoctools.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kdoctools-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-09-12.manifest b/kdoctools/kdoctools.2014-09-12.manifest index fd0a08a4..244c299b 100644 --- a/kdoctools/kdoctools.2014-09-12.manifest +++ b/kdoctools/kdoctools.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kdoctools-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-10-07.manifest b/kdoctools/kdoctools.2014-10-07.manifest index 2a33de74..0148a54d 100644 --- a/kdoctools/kdoctools.2014-10-07.manifest +++ b/kdoctools/kdoctools.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kdoctools-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-11-06.manifest b/kdoctools/kdoctools.2014-11-06.manifest index 8cfc4310..3c458dd9 100644 --- a/kdoctools/kdoctools.2014-11-06.manifest +++ b/kdoctools/kdoctools.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kdoctools-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2014-12-11.manifest b/kdoctools/kdoctools.2014-12-11.manifest index 9ea8abbc..4e6ae636 100644 --- a/kdoctools/kdoctools.2014-12-11.manifest +++ b/kdoctools/kdoctools.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kdoctools-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-01-08.manifest b/kdoctools/kdoctools.2015-01-08.manifest index 78f2dde0..bddd6d61 100644 --- a/kdoctools/kdoctools.2015-01-08.manifest +++ b/kdoctools/kdoctools.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kdoctools-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-02-14.manifest b/kdoctools/kdoctools.2015-02-14.manifest index 84567059..15e67396 100644 --- a/kdoctools/kdoctools.2015-02-14.manifest +++ b/kdoctools/kdoctools.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-docbook" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kdoctools-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-05-08.manifest b/kdoctools/kdoctools.2015-05-08.manifest index 43c6ddfe..7a022b9d 100644 --- a/kdoctools/kdoctools.2015-05-08.manifest +++ b/kdoctools/kdoctools.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kdoctools-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-07-27.manifest b/kdoctools/kdoctools.2015-07-27.manifest index e99edbe7..0acc1769 100644 --- a/kdoctools/kdoctools.2015-07-27.manifest +++ b/kdoctools/kdoctools.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Create documentation from DocBook", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kdoctools", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdoctools-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-08-12.manifest b/kdoctools/kdoctools.2015-08-12.manifest index 792db5be..e6c441cd 100644 --- a/kdoctools/kdoctools.2015-08-12.manifest +++ b/kdoctools/kdoctools.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kdoctools-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-09-12.manifest b/kdoctools/kdoctools.2015-09-12.manifest index 9751e2bc..eef7a117 100644 --- a/kdoctools/kdoctools.2015-09-12.manifest +++ b/kdoctools/kdoctools.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kdoctools-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-10-10.manifest b/kdoctools/kdoctools.2015-10-10.manifest index 9d26f46a..0da7796d 100644 --- a/kdoctools/kdoctools.2015-10-10.manifest +++ b/kdoctools/kdoctools.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kdoctools-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-11-13.manifest b/kdoctools/kdoctools.2015-11-13.manifest index 9f050f89..606f8424 100644 --- a/kdoctools/kdoctools.2015-11-13.manifest +++ b/kdoctools/kdoctools.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kdoctools-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2015-12-12.manifest b/kdoctools/kdoctools.2015-12-12.manifest index f2b77eda..b899ff55 100644 --- a/kdoctools/kdoctools.2015-12-12.manifest +++ b/kdoctools/kdoctools.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kdoctools-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-01-09.manifest b/kdoctools/kdoctools.2016-01-09.manifest index 50d4b1fb..14a8e8f5 100644 --- a/kdoctools/kdoctools.2016-01-09.manifest +++ b/kdoctools/kdoctools.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kdoctools-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-02-13.manifest b/kdoctools/kdoctools.2016-02-13.manifest index 1fae7c4c..480d1981 100644 --- a/kdoctools/kdoctools.2016-02-13.manifest +++ b/kdoctools/kdoctools.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kdoctools-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-03-13.manifest b/kdoctools/kdoctools.2016-03-13.manifest index 63644204..80ab8655 100644 --- a/kdoctools/kdoctools.2016-03-13.manifest +++ b/kdoctools/kdoctools.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kdoctools-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-04-09.manifest b/kdoctools/kdoctools.2016-04-09.manifest index 48714b64..09df5034 100644 --- a/kdoctools/kdoctools.2016-04-09.manifest +++ b/kdoctools/kdoctools.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kdoctools-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-05-15.manifest b/kdoctools/kdoctools.2016-05-15.manifest index a8d3a1df..78ee7d13 100644 --- a/kdoctools/kdoctools.2016-05-15.manifest +++ b/kdoctools/kdoctools.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdoctools", "display_name": "KDocTools", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Documentation generation from docbook", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Provides tools to generate documentation in various format from DocBook files.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kdoctools-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-06-13.manifest b/kdoctools/kdoctools.2016-06-13.manifest new file mode 100644 index 00000000..365fe886 --- /dev/null +++ b/kdoctools/kdoctools.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdoctools", + "display_name": "KDocTools", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Documentation generation from docbook", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Provides tools to generate documentation in various format from DocBook files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kdoctools-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/kdoctools/kdoctools.2016-07-09.manifest b/kdoctools/kdoctools.2016-07-09.manifest new file mode 100644 index 00000000..a97b2fcb --- /dev/null +++ b/kdoctools/kdoctools.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdoctools", + "display_name": "KDocTools", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Documentation generation from docbook", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Provides tools to generate documentation in various format from DocBook files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kdoctools-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdoctools/kdoctools.2016-08-13.manifest b/kdoctools/kdoctools.2016-08-13.manifest new file mode 100644 index 00000000..642042d6 --- /dev/null +++ b/kdoctools/kdoctools.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kdoctools", + "display_name": "KDocTools", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Documentation generation from docbook", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kdoctools/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kdoctools/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Provides tools to generate documentation in various format from DocBook files.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kdoctools-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kdreports/kdreports.manifest b/kdreports/kdreports.manifest index a1a84364..1066add7 100644 --- a/kdreports/kdreports.manifest +++ b/kdreports/kdreports.manifest @@ -1,22 +1,29 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kdreports", + "display_name": "KD Reports", "version": "1.5.0", "summary": "Report generator", "urls": { "homepage": "http://www.kdab.com/kdab-products/kd-reports/", "api_docs": "http://docs.kdab.com/kdreports/1.5.0/", "vcs": "https://github.com/KDAB/KDReports" }, "licenses": [ - "LGPLv2.1+", "Commercial" + "LGPLv2.1+", + "Commercial" ], "description": "KD Reports generates printable and exportable reports from code and from XML descriptions. Reports may contain text paragraphs, tables, headlines, charts, headers and footers, and more.", "authors": [ "KDAB" ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Printing" ] } diff --git a/kdsoap/kdsoap.2013-10-11.manifest b/kdsoap/kdsoap.2013-10-11.manifest index d59fc945..17f1f207 100644 --- a/kdsoap/kdsoap.2013-10-11.manifest +++ b/kdsoap/kdsoap.2013-10-11.manifest @@ -1,27 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kdsoap", + "display_name": "KD SOAP", "version": "1.3.0", "release_date": "2013-10-11", "summary": "Client-side and server-side SOAP component", "urls": { "vcs": "https://github.com/KDAB/KDSoap", "homepage": "http://www.kdab.com/kdab-products/kd-soap" }, "licenses": [ - "LGPLv2.1+","Commercial" + "LGPLv2.1+", + "Commercial" ], "description": "Creates client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.", "maturity": "stable", "platforms": [ "Linux", "Windows", "OS X" ], "authors": [ "KDAB - Klaralvdalens Datakonsult AB" ], "packages": { "source": "https://github.com/KDAB/KDSoap/archive/kdsoap-1.3.0.tar.gz" - } + }, + "topics": [ + "API", + "Development" + ] } diff --git a/kdtools/kdtools.manifest b/kdtools/kdtools.manifest index 4b6fdf72..36e60981 100644 --- a/kdtools/kdtools.manifest +++ b/kdtools/kdtools.manifest @@ -1,19 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kdtools", "summary": "Productivity tools", "urls": { "homepage": "http://www.kdab.com/kdab-products/kd-tools/" }, "licenses": [ "Commercial" ], "description": "Set of widgets and non-ui classes to ease daily work of Qt programmers.", "authors": [ "KDAB" ], "maturity": "stable", "platforms": [ - "Linux","Windows","OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Widgets", + "Desktop" ] } diff --git a/kemoticons/kemoticons.2014-03-03.manifest b/kemoticons/kemoticons.2014-03-03.manifest index f491c3a8..9512ea0d 100644 --- a/kemoticons/kemoticons.2014-03-03.manifest +++ b/kemoticons/kemoticons.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kemoticons-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-04-01.manifest b/kemoticons/kemoticons.2014-04-01.manifest index cb8c275c..3bdf3231 100644 --- a/kemoticons/kemoticons.2014-04-01.manifest +++ b/kemoticons/kemoticons.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kemoticons-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-07-07.manifest b/kemoticons/kemoticons.2014-07-07.manifest index 85c90fb5..2f537233 100644 --- a/kemoticons/kemoticons.2014-07-07.manifest +++ b/kemoticons/kemoticons.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kemoticons-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-08-07.manifest b/kemoticons/kemoticons.2014-08-07.manifest index 62c4ddb7..d80d5dce 100644 --- a/kemoticons/kemoticons.2014-08-07.manifest +++ b/kemoticons/kemoticons.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kemoticons-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-09-12.manifest b/kemoticons/kemoticons.2014-09-12.manifest index 523b33e1..d7d6cbbc 100644 --- a/kemoticons/kemoticons.2014-09-12.manifest +++ b/kemoticons/kemoticons.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kemoticons-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-10-07.manifest b/kemoticons/kemoticons.2014-10-07.manifest index 78980310..b94dd806 100644 --- a/kemoticons/kemoticons.2014-10-07.manifest +++ b/kemoticons/kemoticons.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kemoticons-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-11-06.manifest b/kemoticons/kemoticons.2014-11-06.manifest index 158a2efb..fe0aa37b 100644 --- a/kemoticons/kemoticons.2014-11-06.manifest +++ b/kemoticons/kemoticons.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kemoticons-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2014-12-11.manifest b/kemoticons/kemoticons.2014-12-11.manifest index c1ddc79a..4d7df991 100644 --- a/kemoticons/kemoticons.2014-12-11.manifest +++ b/kemoticons/kemoticons.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kemoticons-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-01-08.manifest b/kemoticons/kemoticons.2015-01-08.manifest index e9272d53..118336ad 100644 --- a/kemoticons/kemoticons.2015-01-08.manifest +++ b/kemoticons/kemoticons.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kemoticons-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-02-14.manifest b/kemoticons/kemoticons.2015-02-14.manifest index d8ae3972..cf0efacd 100644 --- a/kemoticons/kemoticons.2015-02-14.manifest +++ b/kemoticons/kemoticons.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kemoticons-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-05-08.manifest b/kemoticons/kemoticons.2015-05-08.manifest index d2c1f46e..384b68e0 100644 --- a/kemoticons/kemoticons.2015-05-08.manifest +++ b/kemoticons/kemoticons.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kemoticons-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-07-27.manifest b/kemoticons/kemoticons.2015-07-27.manifest index c78566b9..60f03204 100644 --- a/kemoticons/kemoticons.2015-07-27.manifest +++ b/kemoticons/kemoticons.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Convert text emoticons to graphical emoticons", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kemoticons", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kemoticons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-08-12.manifest b/kemoticons/kemoticons.2015-08-12.manifest index dc13ccca..a6330316 100644 --- a/kemoticons/kemoticons.2015-08-12.manifest +++ b/kemoticons/kemoticons.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kemoticons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-09-12.manifest b/kemoticons/kemoticons.2015-09-12.manifest index dcc9d731..077e2fa8 100644 --- a/kemoticons/kemoticons.2015-09-12.manifest +++ b/kemoticons/kemoticons.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kemoticons-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-10-10.manifest b/kemoticons/kemoticons.2015-10-10.manifest index 8472951b..77bd8040 100644 --- a/kemoticons/kemoticons.2015-10-10.manifest +++ b/kemoticons/kemoticons.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kemoticons-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-11-13.manifest b/kemoticons/kemoticons.2015-11-13.manifest index ccdc1d83..0f07bdc7 100644 --- a/kemoticons/kemoticons.2015-11-13.manifest +++ b/kemoticons/kemoticons.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kemoticons-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2015-12-12.manifest b/kemoticons/kemoticons.2015-12-12.manifest index 7355a91c..fe8ec2f1 100644 --- a/kemoticons/kemoticons.2015-12-12.manifest +++ b/kemoticons/kemoticons.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kemoticons-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-01-09.manifest b/kemoticons/kemoticons.2016-01-09.manifest index 0d53aca0..001ad961 100644 --- a/kemoticons/kemoticons.2016-01-09.manifest +++ b/kemoticons/kemoticons.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kemoticons-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-02-13.manifest b/kemoticons/kemoticons.2016-02-13.manifest index aadbca9e..be7eb08a 100644 --- a/kemoticons/kemoticons.2016-02-13.manifest +++ b/kemoticons/kemoticons.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kemoticons-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-03-13.manifest b/kemoticons/kemoticons.2016-03-13.manifest index 80745a3a..473e1b30 100644 --- a/kemoticons/kemoticons.2016-03-13.manifest +++ b/kemoticons/kemoticons.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kemoticons-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-04-09.manifest b/kemoticons/kemoticons.2016-04-09.manifest index 5e44be1c..1baf4128 100644 --- a/kemoticons/kemoticons.2016-04-09.manifest +++ b/kemoticons/kemoticons.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kemoticons-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-05-15.manifest b/kemoticons/kemoticons.2016-05-15.manifest index 046f535d..730813bc 100644 --- a/kemoticons/kemoticons.2016-05-15.manifest +++ b/kemoticons/kemoticons.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kemoticons", "display_name": "KEmoticons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for emoticons and emoticons themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kemoticons-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-06-13.manifest b/kemoticons/kemoticons.2016-06-13.manifest new file mode 100644 index 00000000..4f3a3ab6 --- /dev/null +++ b/kemoticons/kemoticons.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kemoticons", + "display_name": "KEmoticons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for emoticons and emoticons themes", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kemoticons-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kemoticons/kemoticons.2016-07-09.manifest b/kemoticons/kemoticons.2016-07-09.manifest new file mode 100644 index 00000000..7bb62f2a --- /dev/null +++ b/kemoticons/kemoticons.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kemoticons", + "display_name": "KEmoticons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for emoticons and emoticons themes", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kemoticons-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kemoticons/kemoticons.2016-08-13.manifest b/kemoticons/kemoticons.2016-08-13.manifest new file mode 100644 index 00000000..6d75de95 --- /dev/null +++ b/kemoticons/kemoticons.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kemoticons", + "display_name": "KEmoticons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for emoticons and emoticons themes", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kemoticons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kemoticons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKEmoticons converts emoticons from text to a graphical representation with\nimages in HTML. It supports setting different themes for emoticons coming\nfrom different providers.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kemoticons-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kf5umbrella/kf5umbrella.2014-03-03.manifest b/kf5umbrella/kf5umbrella.2014-03-03.manifest index 07cdb959..5d1fa7c9 100644 --- a/kf5umbrella/kf5umbrella.2014-03-03.manifest +++ b/kf5umbrella/kf5umbrella.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kf5umbrella-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-04-01.manifest b/kf5umbrella/kf5umbrella.2014-04-01.manifest index c8523ea8..d8c64cf2 100644 --- a/kf5umbrella/kf5umbrella.2014-04-01.manifest +++ b/kf5umbrella/kf5umbrella.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kf5umbrella-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-07-07.manifest b/kf5umbrella/kf5umbrella.2014-07-07.manifest index 01e807cd..2637b877 100644 --- a/kf5umbrella/kf5umbrella.2014-07-07.manifest +++ b/kf5umbrella/kf5umbrella.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kf5umbrella-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-08-07.manifest b/kf5umbrella/kf5umbrella.2014-08-07.manifest index a38d374c..94d1246b 100644 --- a/kf5umbrella/kf5umbrella.2014-08-07.manifest +++ b/kf5umbrella/kf5umbrella.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kf5umbrella-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-09-12.manifest b/kf5umbrella/kf5umbrella.2014-09-12.manifest index 7141e726..e1c9f823 100644 --- a/kf5umbrella/kf5umbrella.2014-09-12.manifest +++ b/kf5umbrella/kf5umbrella.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2014-09-12", "version": "5.2.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kf5umbrella-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-10-07.manifest b/kf5umbrella/kf5umbrella.2014-10-07.manifest index 660606d6..4c6796de 100644 --- a/kf5umbrella/kf5umbrella.2014-10-07.manifest +++ b/kf5umbrella/kf5umbrella.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2014-10-07", "version": "5.3.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kf5umbrella-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-11-06.manifest b/kf5umbrella/kf5umbrella.2014-11-06.manifest index b2d4bfb5..9f111833 100644 --- a/kf5umbrella/kf5umbrella.2014-11-06.manifest +++ b/kf5umbrella/kf5umbrella.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2014-11-06", "version": "5.4.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kf5umbrella-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2014-12-11.manifest b/kf5umbrella/kf5umbrella.2014-12-11.manifest index c525accc..6632cf79 100644 --- a/kf5umbrella/kf5umbrella.2014-12-11.manifest +++ b/kf5umbrella/kf5umbrella.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2014-12-11", "version": "5.5.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kf5umbrella-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-01-08.manifest b/kf5umbrella/kf5umbrella.2015-01-08.manifest index 8ad7d50f..68dc33cb 100644 --- a/kf5umbrella/kf5umbrella.2015-01-08.manifest +++ b/kf5umbrella/kf5umbrella.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-01-08", "version": "5.6.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kf5umbrella-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-02-14.manifest b/kf5umbrella/kf5umbrella.2015-02-14.manifest index e376da5f..124e6fc3 100644 --- a/kf5umbrella/kf5umbrella.2015-02-14.manifest +++ b/kf5umbrella/kf5umbrella.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-02-14", "version": "5.7.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kf5umbrella-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-05-08.manifest b/kf5umbrella/kf5umbrella.2015-05-08.manifest index c1f802b4..72ddaaf3 100644 --- a/kf5umbrella/kf5umbrella.2015-05-08.manifest +++ b/kf5umbrella/kf5umbrella.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-05-08", "version": "5.10.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kf5umbrella-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-07-27.manifest b/kf5umbrella/kf5umbrella.2015-07-27.manifest index 8993f0ab..c4dc8e3f 100644 --- a/kf5umbrella/kf5umbrella.2015-07-27.manifest +++ b/kf5umbrella/kf5umbrella.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-07-27", "version": "5.13.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kf5umbrella-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-08-12.manifest b/kf5umbrella/kf5umbrella.2015-08-12.manifest index bb9768b5..90236dca 100644 --- a/kf5umbrella/kf5umbrella.2015-08-12.manifest +++ b/kf5umbrella/kf5umbrella.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-08-12", "version": "5.13.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kf5umbrella-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-09-12.manifest b/kf5umbrella/kf5umbrella.2015-09-12.manifest index da3aed51..5d710212 100644 --- a/kf5umbrella/kf5umbrella.2015-09-12.manifest +++ b/kf5umbrella/kf5umbrella.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-09-12", "version": "5.14.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kf5umbrella-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-10-10.manifest b/kf5umbrella/kf5umbrella.2015-10-10.manifest index b6977a61..bd535ff0 100644 --- a/kf5umbrella/kf5umbrella.2015-10-10.manifest +++ b/kf5umbrella/kf5umbrella.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-10-10", "version": "5.15.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kf5umbrella-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-11-13.manifest b/kf5umbrella/kf5umbrella.2015-11-13.manifest index 3f48a419..f7e3bf0d 100644 --- a/kf5umbrella/kf5umbrella.2015-11-13.manifest +++ b/kf5umbrella/kf5umbrella.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-11-13", "version": "5.16.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kf5umbrella-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2015-12-12.manifest b/kf5umbrella/kf5umbrella.2015-12-12.manifest index d85b214e..706f8367 100644 --- a/kf5umbrella/kf5umbrella.2015-12-12.manifest +++ b/kf5umbrella/kf5umbrella.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2015-12-12", "version": "5.17.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kf5umbrella-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-01-09.manifest b/kf5umbrella/kf5umbrella.2016-01-09.manifest index 676c8815..2e1de74f 100644 --- a/kf5umbrella/kf5umbrella.2016-01-09.manifest +++ b/kf5umbrella/kf5umbrella.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2016-01-09", "version": "5.18.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kf5umbrella-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-02-13.manifest b/kf5umbrella/kf5umbrella.2016-02-13.manifest index c8a0e899..bfc9cb88 100644 --- a/kf5umbrella/kf5umbrella.2016-02-13.manifest +++ b/kf5umbrella/kf5umbrella.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2016-02-13", "version": "5.19.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kf5umbrella-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-03-13.manifest b/kf5umbrella/kf5umbrella.2016-03-13.manifest index 852ccca8..a2e35487 100644 --- a/kf5umbrella/kf5umbrella.2016-03-13.manifest +++ b/kf5umbrella/kf5umbrella.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2016-03-13", "version": "5.20.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kf5umbrella-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-04-09.manifest b/kf5umbrella/kf5umbrella.2016-04-09.manifest index 84647217..ee474fee 100644 --- a/kf5umbrella/kf5umbrella.2016-04-09.manifest +++ b/kf5umbrella/kf5umbrella.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2016-04-09", "version": "5.21.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kf5umbrella-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-05-15.manifest b/kf5umbrella/kf5umbrella.2016-05-15.manifest index 04019781..b1445bc4 100644 --- a/kf5umbrella/kf5umbrella.2016-05-15.manifest +++ b/kf5umbrella/kf5umbrella.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "release_date": "2016-05-15", "version": "5.22.0", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kf5umbrella-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-06-13.manifest b/kf5umbrella/kf5umbrella.2016-06-13.manifest new file mode 100644 index 00000000..a3460a1a --- /dev/null +++ b/kf5umbrella/kf5umbrella.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kf5umbrella", + "display_name": "KF5Umbrella", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "CMake convenience functions for KDE Frameworks", + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kf5umbrella-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kf5umbrella/kf5umbrella.2016-07-09.manifest b/kf5umbrella/kf5umbrella.2016-07-09.manifest new file mode 100644 index 00000000..f5c11d1e --- /dev/null +++ b/kf5umbrella/kf5umbrella.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kf5umbrella", + "display_name": "KF5Umbrella", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "CMake convenience functions for KDE Frameworks", + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kf5umbrella-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kf5umbrella/kf5umbrella.2016-08-13.manifest b/kf5umbrella/kf5umbrella.2016-08-13.manifest new file mode 100644 index 00000000..f55bd180 --- /dev/null +++ b/kf5umbrella/kf5umbrella.2016-08-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kf5umbrella", + "display_name": "KF5Umbrella", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "CMake convenience functions for KDE Frameworks", + "topics": [ + "Development" + ], + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kf5umbrella-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kf5umbrella/kf5umbrella.manifest b/kf5umbrella/kf5umbrella.manifest index ba57f0d3..aa1703fd 100644 --- a/kf5umbrella/kf5umbrella.manifest +++ b/kf5umbrella/kf5umbrella.manifest @@ -1,22 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kf5umbrella", "display_name": "KF5Umbrella", "summary": "CMake convenience functions for KDE Frameworks", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kf5umbrella", "vcs": "https://projects.kde.org/projects/frameworks/kf5umbrella/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository installs CMake files that simplify the CMake code that\napplications need to write in order to find KDE Frameworks.\n\nIt is not used by the frameworks themselves, it exists only for the convenience\nof workspace and applications.\n\nWithout KF5Umbrella, one has to write:\n\n find_package(KF5TextWidgets \"5.0.0\" REQUIRED)\n find_package(KF5XmlGui \"5.0.0\" REQUIRED)\n find_package(KF5KIO \"5.0.0\" REQUIRED)\n ...\n\nWhile with KF5Umbrella you can write:\n\n find_package(KF5 \"5.0.0\" CONFIG REQUIRED TextWidgets XmlGui KIO ...)\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], - "group": "kde-frameworks" + "group": "kde-frameworks", + "topics": [ + "Development" + ] } diff --git a/kfileaudiopreview/kfileaudiopreview.2014-03-03.manifest b/kfileaudiopreview/kfileaudiopreview.2014-03-03.manifest index fa0a2a02..cffa5573 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-03-03.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kfileaudiopreview-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-04-01.manifest b/kfileaudiopreview/kfileaudiopreview.2014-04-01.manifest index d071c8b4..1ee3e545 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-04-01.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kfileaudiopreview-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-07-07.manifest b/kfileaudiopreview/kfileaudiopreview.2014-07-07.manifest index fc05adbf..b0e4b9a6 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-07-07.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kfileaudiopreview-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-08-07.manifest b/kfileaudiopreview/kfileaudiopreview.2014-08-07.manifest index e44689c4..03bade59 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-08-07.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kfileaudiopreview-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-09-12.manifest b/kfileaudiopreview/kfileaudiopreview.2014-09-12.manifest index 06d20093..0c4da950 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-09-12.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kfileaudiopreview-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-10-07.manifest b/kfileaudiopreview/kfileaudiopreview.2014-10-07.manifest index b70fcbeb..ee523a2f 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-10-07.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kfileaudiopreview-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-11-06.manifest b/kfileaudiopreview/kfileaudiopreview.2014-11-06.manifest index 62b75b91..6249b2b2 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-11-06.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kfileaudiopreview-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2014-12-11.manifest b/kfileaudiopreview/kfileaudiopreview.2014-12-11.manifest index 9fc96182..c9734a24 100644 --- a/kfileaudiopreview/kfileaudiopreview.2014-12-11.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kfileaudiopreview-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-01-08.manifest b/kfileaudiopreview/kfileaudiopreview.2015-01-08.manifest index 22e1b579..5ba4aaaa 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-01-08.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kfileaudiopreview-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-02-14.manifest b/kfileaudiopreview/kfileaudiopreview.2015-02-14.manifest index 8d66f2cf..803a3b86 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-02-14.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kfileaudiopreview-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-05-08.manifest b/kfileaudiopreview/kfileaudiopreview.2015-05-08.manifest index c69747e8..e3244ea7 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-05-08.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kfileaudiopreview-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-07-27.manifest b/kfileaudiopreview/kfileaudiopreview.2015-07-27.manifest index 5022a5f4..6323f780 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-07-27.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kfileaudiopreview-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-08-12.manifest b/kfileaudiopreview/kfileaudiopreview.2015-08-12.manifest index 61665b3d..d7ba6d88 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-08-12.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kfileaudiopreview-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-09-12.manifest b/kfileaudiopreview/kfileaudiopreview.2015-09-12.manifest index 3838d3f2..fa5e9cf2 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-09-12.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kfileaudiopreview-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-10-10.manifest b/kfileaudiopreview/kfileaudiopreview.2015-10-10.manifest index fb01de01..b3afb09a 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-10-10.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kfileaudiopreview-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-11-13.manifest b/kfileaudiopreview/kfileaudiopreview.2015-11-13.manifest index 44bc70bd..b42834a2 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-11-13.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kfileaudiopreview-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2015-12-12.manifest b/kfileaudiopreview/kfileaudiopreview.2015-12-12.manifest index 0ffc99bb..6149dbdf 100644 --- a/kfileaudiopreview/kfileaudiopreview.2015-12-12.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kfileaudiopreview-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-01-09.manifest b/kfileaudiopreview/kfileaudiopreview.2016-01-09.manifest index b5756aa4..0fa3f281 100644 --- a/kfileaudiopreview/kfileaudiopreview.2016-01-09.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kfileaudiopreview-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-02-13.manifest b/kfileaudiopreview/kfileaudiopreview.2016-02-13.manifest index 86eea185..64affaa7 100644 --- a/kfileaudiopreview/kfileaudiopreview.2016-02-13.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kfileaudiopreview-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-03-13.manifest b/kfileaudiopreview/kfileaudiopreview.2016-03-13.manifest index ad7fd15f..4ced2af5 100644 --- a/kfileaudiopreview/kfileaudiopreview.2016-03-13.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kfileaudiopreview-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-04-09.manifest b/kfileaudiopreview/kfileaudiopreview.2016-04-09.manifest index 6b7eeeb6..6f7ba52a 100644 --- a/kfileaudiopreview/kfileaudiopreview.2016-04-09.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kfileaudiopreview-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-05-15.manifest b/kfileaudiopreview/kfileaudiopreview.2016-05-15.manifest index f3794eb3..e8847962 100644 --- a/kfileaudiopreview/kfileaudiopreview.2016-05-15.manifest +++ b/kfileaudiopreview/kfileaudiopreview.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kfileaudiopreview-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-06-13.manifest b/kfileaudiopreview/kfileaudiopreview.2016-06-13.manifest new file mode 100644 index 00000000..e0eb4406 --- /dev/null +++ b/kfileaudiopreview/kfileaudiopreview.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kfileaudiopreview", + "display_name": "KFileAudioPreview", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Preview of audio files", + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kfileaudiopreview-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kfileaudiopreview/kfileaudiopreview.2016-07-09.manifest b/kfileaudiopreview/kfileaudiopreview.2016-07-09.manifest new file mode 100644 index 00000000..1182f48c --- /dev/null +++ b/kfileaudiopreview/kfileaudiopreview.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kfileaudiopreview", + "display_name": "KFileAudioPreview", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Preview of audio files", + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kfileaudiopreview-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kfileaudiopreview/kfileaudiopreview.2016-08-13.manifest b/kfileaudiopreview/kfileaudiopreview.2016-08-13.manifest new file mode 100644 index 00000000..e4116c5b --- /dev/null +++ b/kfileaudiopreview/kfileaudiopreview.2016-08-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kfileaudiopreview", + "display_name": "KFileAudioPreview", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Preview of audio files", + "topics": [ + "Multimedia" + ], + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kfileaudiopreview-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kfileaudiopreview/kfileaudiopreview.manifest b/kfileaudiopreview/kfileaudiopreview.manifest index bec11ab4..ecc89641 100644 --- a/kfileaudiopreview/kfileaudiopreview.manifest +++ b/kfileaudiopreview/kfileaudiopreview.manifest @@ -1,22 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kfileaudiopreview", "display_name": "KFileAudioPreview", "summary": "Preview of audio files", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kfileaudiopreview", "vcs": "https://projects.kde.org/projects/frameworks/kfileaudiopreview/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis is a plugin for KIO that provides a component for previewing audio\nfiles, for example in the Open File dialog.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], - "group": "kde-frameworks" + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] } diff --git a/kfilemetadata/kfilemetadata.2015-08-12.manifest b/kfilemetadata/kfilemetadata.2015-08-12.manifest index 406b9f34..b8146a2e 100644 --- a/kfilemetadata/kfilemetadata.2015-08-12.manifest +++ b/kfilemetadata/kfilemetadata.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2015-08-12", "version": "5.13.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kfilemetadata-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2015-09-12.manifest b/kfilemetadata/kfilemetadata.2015-09-12.manifest index ba83577a..7d3ba17f 100644 --- a/kfilemetadata/kfilemetadata.2015-09-12.manifest +++ b/kfilemetadata/kfilemetadata.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2015-09-12", "version": "5.14.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kfilemetadata-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2015-10-10.manifest b/kfilemetadata/kfilemetadata.2015-10-10.manifest index 1a824120..d5aa7c8f 100644 --- a/kfilemetadata/kfilemetadata.2015-10-10.manifest +++ b/kfilemetadata/kfilemetadata.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2015-10-10", "version": "5.15.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kfilemetadata-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2015-11-13.manifest b/kfilemetadata/kfilemetadata.2015-11-13.manifest index b600e019..850297f9 100644 --- a/kfilemetadata/kfilemetadata.2015-11-13.manifest +++ b/kfilemetadata/kfilemetadata.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2015-11-13", "version": "5.16.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kfilemetadata-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2015-12-12.manifest b/kfilemetadata/kfilemetadata.2015-12-12.manifest index 55d1b838..7b776a42 100644 --- a/kfilemetadata/kfilemetadata.2015-12-12.manifest +++ b/kfilemetadata/kfilemetadata.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2015-12-12", "version": "5.17.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kfilemetadata-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-01-09.manifest b/kfilemetadata/kfilemetadata.2016-01-09.manifest index 0cf7ed2b..2d67f342 100644 --- a/kfilemetadata/kfilemetadata.2016-01-09.manifest +++ b/kfilemetadata/kfilemetadata.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2016-01-09", "version": "5.18.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kfilemetadata-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-02-13.manifest b/kfilemetadata/kfilemetadata.2016-02-13.manifest index edf3c1f4..d61c5a6c 100644 --- a/kfilemetadata/kfilemetadata.2016-02-13.manifest +++ b/kfilemetadata/kfilemetadata.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2016-02-13", "version": "5.19.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kfilemetadata-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-03-13.manifest b/kfilemetadata/kfilemetadata.2016-03-13.manifest index a68ae673..6a23509b 100644 --- a/kfilemetadata/kfilemetadata.2016-03-13.manifest +++ b/kfilemetadata/kfilemetadata.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2016-03-13", "version": "5.20.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kfilemetadata-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-04-09.manifest b/kfilemetadata/kfilemetadata.2016-04-09.manifest index 538c96f0..fac5bebb 100644 --- a/kfilemetadata/kfilemetadata.2016-04-09.manifest +++ b/kfilemetadata/kfilemetadata.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2016-04-09", "version": "5.21.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kfilemetadata-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-05-15.manifest b/kfilemetadata/kfilemetadata.2016-05-15.manifest index 9b7d0963..2ca63d9f 100644 --- a/kfilemetadata/kfilemetadata.2016-05-15.manifest +++ b/kfilemetadata/kfilemetadata.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kfilemetadata", "display_name": "KFileMetaData", "release_date": "2016-05-15", "version": "5.22.0", "summary": "A file metadata and text extraction library", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata. This library can also be used by applications to write metadata.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kfilemetadata-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-06-13.manifest b/kfilemetadata/kfilemetadata.2016-06-13.manifest new file mode 100644 index 00000000..ba011ae5 --- /dev/null +++ b/kfilemetadata/kfilemetadata.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kfilemetadata", + "display_name": "KFileMetaData", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "A file metadata and text extraction library", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata. This library can also be used by applications to write metadata.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kfilemetadata-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kfilemetadata/kfilemetadata.2016-07-09.manifest b/kfilemetadata/kfilemetadata.2016-07-09.manifest new file mode 100644 index 00000000..9647d5a1 --- /dev/null +++ b/kfilemetadata/kfilemetadata.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kfilemetadata", + "display_name": "KFileMetaData", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "A file metadata and text extraction library", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata. This library can also be used by applications to write metadata.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kfilemetadata-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kfilemetadata/kfilemetadata.2016-08-13.manifest b/kfilemetadata/kfilemetadata.2016-08-13.manifest new file mode 100644 index 00000000..aead16f1 --- /dev/null +++ b/kfilemetadata/kfilemetadata.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kfilemetadata", + "display_name": "KFileMetaData", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "A file metadata and text extraction library", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kfilemetadata/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kfilemetadata/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KFileMetaData provides a simple library for extracting the text and metadata\nfrom a number of different files. This library is typically used by file\nindexers to retreive the metadata. This library can also be used by applications to write metadata.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kfilemetadata-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kglobalaccel/kglobalaccel.2014-03-03.manifest b/kglobalaccel/kglobalaccel.2014-03-03.manifest index 8e9e2dba..61f8ae9f 100644 --- a/kglobalaccel/kglobalaccel.2014-03-03.manifest +++ b/kglobalaccel/kglobalaccel.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kglobalaccel-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-04-01.manifest b/kglobalaccel/kglobalaccel.2014-04-01.manifest index cc61d513..1e35cc87 100644 --- a/kglobalaccel/kglobalaccel.2014-04-01.manifest +++ b/kglobalaccel/kglobalaccel.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kglobalaccel-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-07-07.manifest b/kglobalaccel/kglobalaccel.2014-07-07.manifest index 7c82ff59..246cfdda 100644 --- a/kglobalaccel/kglobalaccel.2014-07-07.manifest +++ b/kglobalaccel/kglobalaccel.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kglobalaccel-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-08-07.manifest b/kglobalaccel/kglobalaccel.2014-08-07.manifest index ebc517b3..248b475a 100644 --- a/kglobalaccel/kglobalaccel.2014-08-07.manifest +++ b/kglobalaccel/kglobalaccel.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kglobalaccel-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-09-12.manifest b/kglobalaccel/kglobalaccel.2014-09-12.manifest index 66bb9e05..9e212f92 100644 --- a/kglobalaccel/kglobalaccel.2014-09-12.manifest +++ b/kglobalaccel/kglobalaccel.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kglobalaccel-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-10-07.manifest b/kglobalaccel/kglobalaccel.2014-10-07.manifest index 50ea9b29..a1b06f2f 100644 --- a/kglobalaccel/kglobalaccel.2014-10-07.manifest +++ b/kglobalaccel/kglobalaccel.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kglobalaccel-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-11-06.manifest b/kglobalaccel/kglobalaccel.2014-11-06.manifest index e0ac0a6c..6522390b 100644 --- a/kglobalaccel/kglobalaccel.2014-11-06.manifest +++ b/kglobalaccel/kglobalaccel.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kglobalaccel-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2014-12-11.manifest b/kglobalaccel/kglobalaccel.2014-12-11.manifest index a3dd8fa8..510fd2da 100644 --- a/kglobalaccel/kglobalaccel.2014-12-11.manifest +++ b/kglobalaccel/kglobalaccel.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kglobalaccel-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-01-08.manifest b/kglobalaccel/kglobalaccel.2015-01-08.manifest index 6749c526..5b56da3f 100644 --- a/kglobalaccel/kglobalaccel.2015-01-08.manifest +++ b/kglobalaccel/kglobalaccel.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kglobalaccel-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-02-14.manifest b/kglobalaccel/kglobalaccel.2015-02-14.manifest index 24dd9c71..5ec43e46 100644 --- a/kglobalaccel/kglobalaccel.2015-02-14.manifest +++ b/kglobalaccel/kglobalaccel.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kglobalaccel-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-05-08.manifest b/kglobalaccel/kglobalaccel.2015-05-08.manifest index 13348dce..229c25da 100644 --- a/kglobalaccel/kglobalaccel.2015-05-08.manifest +++ b/kglobalaccel/kglobalaccel.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kglobalaccel-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-07-27.manifest b/kglobalaccel/kglobalaccel.2015-07-27.manifest index e6290c71..ced73454 100644 --- a/kglobalaccel/kglobalaccel.2015-07-27.manifest +++ b/kglobalaccel/kglobalaccel.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Global desktop keyboard shortcuts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kglobalaccel", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kglobalaccel-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-08-12.manifest b/kglobalaccel/kglobalaccel.2015-08-12.manifest index 823e8695..7416c5f7 100644 --- a/kglobalaccel/kglobalaccel.2015-08-12.manifest +++ b/kglobalaccel/kglobalaccel.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kglobalaccel-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-09-12.manifest b/kglobalaccel/kglobalaccel.2015-09-12.manifest index e75207a2..c635b942 100644 --- a/kglobalaccel/kglobalaccel.2015-09-12.manifest +++ b/kglobalaccel/kglobalaccel.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kglobalaccel-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-10-10.manifest b/kglobalaccel/kglobalaccel.2015-10-10.manifest index 186ae09e..af1a669d 100644 --- a/kglobalaccel/kglobalaccel.2015-10-10.manifest +++ b/kglobalaccel/kglobalaccel.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kglobalaccel-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-11-13.manifest b/kglobalaccel/kglobalaccel.2015-11-13.manifest index c6a7ba9c..e7e065d3 100644 --- a/kglobalaccel/kglobalaccel.2015-11-13.manifest +++ b/kglobalaccel/kglobalaccel.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kglobalaccel-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2015-12-12.manifest b/kglobalaccel/kglobalaccel.2015-12-12.manifest index 35e290e5..7c14929f 100644 --- a/kglobalaccel/kglobalaccel.2015-12-12.manifest +++ b/kglobalaccel/kglobalaccel.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kglobalaccel-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-01-09.manifest b/kglobalaccel/kglobalaccel.2016-01-09.manifest index 301ffa10..69aad499 100644 --- a/kglobalaccel/kglobalaccel.2016-01-09.manifest +++ b/kglobalaccel/kglobalaccel.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kglobalaccel-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-02-13.manifest b/kglobalaccel/kglobalaccel.2016-02-13.manifest index a48b710c..ab201b0a 100644 --- a/kglobalaccel/kglobalaccel.2016-02-13.manifest +++ b/kglobalaccel/kglobalaccel.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kglobalaccel-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-03-13.manifest b/kglobalaccel/kglobalaccel.2016-03-13.manifest index c49cd7f6..e2b9676a 100644 --- a/kglobalaccel/kglobalaccel.2016-03-13.manifest +++ b/kglobalaccel/kglobalaccel.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kglobalaccel-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-04-09.manifest b/kglobalaccel/kglobalaccel.2016-04-09.manifest index 51098e0a..a62e0e0e 100644 --- a/kglobalaccel/kglobalaccel.2016-04-09.manifest +++ b/kglobalaccel/kglobalaccel.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kglobalaccel-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-05-15.manifest b/kglobalaccel/kglobalaccel.2016-05-15.manifest index db668761..75fd6e1b 100644 --- a/kglobalaccel/kglobalaccel.2016-05-15.manifest +++ b/kglobalaccel/kglobalaccel.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kglobalaccel", "display_name": "KGlobalAccel", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Add support for global workspace shortcuts", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kglobalaccel-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-06-13.manifest b/kglobalaccel/kglobalaccel.2016-06-13.manifest new file mode 100644 index 00000000..e88e335e --- /dev/null +++ b/kglobalaccel/kglobalaccel.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kglobalaccel", + "display_name": "KGlobalAccel", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Add support for global workspace shortcuts", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kglobalaccel-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kglobalaccel/kglobalaccel.2016-07-09.manifest b/kglobalaccel/kglobalaccel.2016-07-09.manifest new file mode 100644 index 00000000..71412d04 --- /dev/null +++ b/kglobalaccel/kglobalaccel.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kglobalaccel", + "display_name": "KGlobalAccel", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Add support for global workspace shortcuts", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kglobalaccel-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kglobalaccel/kglobalaccel.2016-08-13.manifest b/kglobalaccel/kglobalaccel.2016-08-13.manifest new file mode 100644 index 00000000..b2fbd227 --- /dev/null +++ b/kglobalaccel/kglobalaccel.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kglobalaccel", + "display_name": "KGlobalAccel", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Add support for global workspace shortcuts", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kglobalaccel/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKGlobalAccel allows you to have global accelerators that are independent of\nthe focused window. Unlike regular shortcuts, the application's window does not\nneed focus for them to be activated.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kglobalaccel-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kguiaddons/kguiaddons.2014-03-03.manifest b/kguiaddons/kguiaddons.2014-03-03.manifest index 48d0f757..9cfc02bb 100644 --- a/kguiaddons/kguiaddons.2014-03-03.manifest +++ b/kguiaddons/kguiaddons.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kguiaddons-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-04-01.manifest b/kguiaddons/kguiaddons.2014-04-01.manifest index 214bbfc8..3c1dce38 100644 --- a/kguiaddons/kguiaddons.2014-04-01.manifest +++ b/kguiaddons/kguiaddons.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kguiaddons-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-07-07.manifest b/kguiaddons/kguiaddons.2014-07-07.manifest index 7035724c..0809cc59 100644 --- a/kguiaddons/kguiaddons.2014-07-07.manifest +++ b/kguiaddons/kguiaddons.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kguiaddons-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-08-07.manifest b/kguiaddons/kguiaddons.2014-08-07.manifest index 584d9f0c..f7ae5346 100644 --- a/kguiaddons/kguiaddons.2014-08-07.manifest +++ b/kguiaddons/kguiaddons.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kguiaddons-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-09-12.manifest b/kguiaddons/kguiaddons.2014-09-12.manifest index af789a61..07b6670e 100644 --- a/kguiaddons/kguiaddons.2014-09-12.manifest +++ b/kguiaddons/kguiaddons.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kguiaddons-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-10-07.manifest b/kguiaddons/kguiaddons.2014-10-07.manifest index 5db4cb04..83f4a18e 100644 --- a/kguiaddons/kguiaddons.2014-10-07.manifest +++ b/kguiaddons/kguiaddons.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kguiaddons-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-11-06.manifest b/kguiaddons/kguiaddons.2014-11-06.manifest index b83b6abf..a105d31e 100644 --- a/kguiaddons/kguiaddons.2014-11-06.manifest +++ b/kguiaddons/kguiaddons.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kguiaddons-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2014-12-11.manifest b/kguiaddons/kguiaddons.2014-12-11.manifest index f602236c..db59abeb 100644 --- a/kguiaddons/kguiaddons.2014-12-11.manifest +++ b/kguiaddons/kguiaddons.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kguiaddons-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-01-08.manifest b/kguiaddons/kguiaddons.2015-01-08.manifest index 936e2744..fced305b 100644 --- a/kguiaddons/kguiaddons.2015-01-08.manifest +++ b/kguiaddons/kguiaddons.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kguiaddons-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-02-14.manifest b/kguiaddons/kguiaddons.2015-02-14.manifest index 1093baa4..3cdb6da6 100644 --- a/kguiaddons/kguiaddons.2015-02-14.manifest +++ b/kguiaddons/kguiaddons.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kguiaddons-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-05-08.manifest b/kguiaddons/kguiaddons.2015-05-08.manifest index d818654b..01fad2a1 100644 --- a/kguiaddons/kguiaddons.2015-05-08.manifest +++ b/kguiaddons/kguiaddons.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kguiaddons-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-07-27.manifest b/kguiaddons/kguiaddons.2015-07-27.manifest index aa450074..82dade1b 100644 --- a/kguiaddons/kguiaddons.2015-07-27.manifest +++ b/kguiaddons/kguiaddons.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Utilities for graphical user interfaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kguiaddons", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kguiaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-08-12.manifest b/kguiaddons/kguiaddons.2015-08-12.manifest index 25dbb7a4..ee48b177 100644 --- a/kguiaddons/kguiaddons.2015-08-12.manifest +++ b/kguiaddons/kguiaddons.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kguiaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-09-12.manifest b/kguiaddons/kguiaddons.2015-09-12.manifest index 5abe30da..ee97492c 100644 --- a/kguiaddons/kguiaddons.2015-09-12.manifest +++ b/kguiaddons/kguiaddons.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kguiaddons-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-10-10.manifest b/kguiaddons/kguiaddons.2015-10-10.manifest index 59c308d2..9d11a12b 100644 --- a/kguiaddons/kguiaddons.2015-10-10.manifest +++ b/kguiaddons/kguiaddons.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kguiaddons-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-11-13.manifest b/kguiaddons/kguiaddons.2015-11-13.manifest index 0a326aaf..e0f73737 100644 --- a/kguiaddons/kguiaddons.2015-11-13.manifest +++ b/kguiaddons/kguiaddons.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kguiaddons-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2015-12-12.manifest b/kguiaddons/kguiaddons.2015-12-12.manifest index 39b242d3..bc7a4e08 100644 --- a/kguiaddons/kguiaddons.2015-12-12.manifest +++ b/kguiaddons/kguiaddons.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kguiaddons-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-01-09.manifest b/kguiaddons/kguiaddons.2016-01-09.manifest index de1cec53..c02f3215 100644 --- a/kguiaddons/kguiaddons.2016-01-09.manifest +++ b/kguiaddons/kguiaddons.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kguiaddons-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-02-13.manifest b/kguiaddons/kguiaddons.2016-02-13.manifest index ddbb2fde..b717ab40 100644 --- a/kguiaddons/kguiaddons.2016-02-13.manifest +++ b/kguiaddons/kguiaddons.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kguiaddons-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-03-13.manifest b/kguiaddons/kguiaddons.2016-03-13.manifest index 555a9cf9..ef2e7198 100644 --- a/kguiaddons/kguiaddons.2016-03-13.manifest +++ b/kguiaddons/kguiaddons.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kguiaddons-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-04-09.manifest b/kguiaddons/kguiaddons.2016-04-09.manifest index 7c971571..bd3bffdc 100644 --- a/kguiaddons/kguiaddons.2016-04-09.manifest +++ b/kguiaddons/kguiaddons.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kguiaddons-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-05-15.manifest b/kguiaddons/kguiaddons.2016-05-15.manifest index 5e57d4ee..ce38ad88 100644 --- a/kguiaddons/kguiaddons.2016-05-15.manifest +++ b/kguiaddons/kguiaddons.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kguiaddons", "display_name": "KDE GUI Addons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Addons to QtGui", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kguiaddons-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-06-13.manifest b/kguiaddons/kguiaddons.2016-06-13.manifest new file mode 100644 index 00000000..2ba9b673 --- /dev/null +++ b/kguiaddons/kguiaddons.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kguiaddons", + "display_name": "KDE GUI Addons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Addons to QtGui", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kguiaddons-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kguiaddons/kguiaddons.2016-07-09.manifest b/kguiaddons/kguiaddons.2016-07-09.manifest new file mode 100644 index 00000000..53318a55 --- /dev/null +++ b/kguiaddons/kguiaddons.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kguiaddons", + "display_name": "KDE GUI Addons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Addons to QtGui", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kguiaddons-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kguiaddons/kguiaddons.2016-08-13.manifest b/kguiaddons/kguiaddons.2016-08-13.manifest new file mode 100644 index 00000000..9b551fb4 --- /dev/null +++ b/kguiaddons/kguiaddons.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kguiaddons", + "display_name": "KDE GUI Addons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Addons to QtGui", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kguiaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kguiaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThe KDE GUI addons provide utilities for graphical user interfaces in the areas\nof colors, fonts, text, images, keyboard input.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kguiaddons-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/khtml/khtml.2014-03-03.manifest b/khtml/khtml.2014-03-03.manifest index ee83844f..91360948 100644 --- a/khtml/khtml.2014-03-03.manifest +++ b/khtml/khtml.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/khtml-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-04-01.manifest b/khtml/khtml.2014-04-01.manifest index 9e992691..0540253d 100644 --- a/khtml/khtml.2014-04-01.manifest +++ b/khtml/khtml.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/khtml-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-07-07.manifest b/khtml/khtml.2014-07-07.manifest index 771bbb65..6320180e 100644 --- a/khtml/khtml.2014-07-07.manifest +++ b/khtml/khtml.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/khtml-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-08-07.manifest b/khtml/khtml.2014-08-07.manifest index 3b5b2fba..3556b55d 100644 --- a/khtml/khtml.2014-08-07.manifest +++ b/khtml/khtml.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/khtml-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-09-12.manifest b/khtml/khtml.2014-09-12.manifest index 5995d714..dd9939ea 100644 --- a/khtml/khtml.2014-09-12.manifest +++ b/khtml/khtml.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2014-09-12", "version": "5.2.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/khtml-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-10-07.manifest b/khtml/khtml.2014-10-07.manifest index 55fb1839..31b7cbf8 100644 --- a/khtml/khtml.2014-10-07.manifest +++ b/khtml/khtml.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2014-10-07", "version": "5.3.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/khtml-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-11-06.manifest b/khtml/khtml.2014-11-06.manifest index 5323f054..99dc9c9e 100644 --- a/khtml/khtml.2014-11-06.manifest +++ b/khtml/khtml.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2014-11-06", "version": "5.4.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/khtml-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2014-12-11.manifest b/khtml/khtml.2014-12-11.manifest index 90e8f45d..9f13df0f 100644 --- a/khtml/khtml.2014-12-11.manifest +++ b/khtml/khtml.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2014-12-11", "version": "5.5.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/khtml-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-01-08.manifest b/khtml/khtml.2015-01-08.manifest index 4403ce83..e239fca5 100644 --- a/khtml/khtml.2015-01-08.manifest +++ b/khtml/khtml.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-01-08", "version": "5.6.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/khtml-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-02-14.manifest b/khtml/khtml.2015-02-14.manifest index d1a5cac5..978b25d5 100644 --- a/khtml/khtml.2015-02-14.manifest +++ b/khtml/khtml.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-02-14", "version": "5.7.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/khtml-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-05-08.manifest b/khtml/khtml.2015-05-08.manifest index 8aa5de82..21baf265 100644 --- a/khtml/khtml.2015-05-08.manifest +++ b/khtml/khtml.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-05-08", "version": "5.10.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/khtml-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-07-27.manifest b/khtml/khtml.2015-07-27.manifest index 8d734833..39826e23 100644 --- a/khtml/khtml.2015-07-27.manifest +++ b/khtml/khtml.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-07-27", "version": "5.13.0", "summary": "HTML rendering engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/khtml", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/khtml-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-08-12.manifest b/khtml/khtml.2015-08-12.manifest index 47583310..576e0158 100644 --- a/khtml/khtml.2015-08-12.manifest +++ b/khtml/khtml.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-08-12", "version": "5.13.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/khtml-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-09-12.manifest b/khtml/khtml.2015-09-12.manifest index 97cc64cd..d232d0e9 100644 --- a/khtml/khtml.2015-09-12.manifest +++ b/khtml/khtml.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-09-12", "version": "5.14.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/khtml-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-10-10.manifest b/khtml/khtml.2015-10-10.manifest index 624f31cc..9021222b 100644 --- a/khtml/khtml.2015-10-10.manifest +++ b/khtml/khtml.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-10-10", "version": "5.15.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/khtml-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-11-13.manifest b/khtml/khtml.2015-11-13.manifest index c9e849fc..ef5df416 100644 --- a/khtml/khtml.2015-11-13.manifest +++ b/khtml/khtml.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-11-13", "version": "5.16.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/khtml-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2015-12-12.manifest b/khtml/khtml.2015-12-12.manifest index d0ec0b9f..f75581d1 100644 --- a/khtml/khtml.2015-12-12.manifest +++ b/khtml/khtml.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2015-12-12", "version": "5.17.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/khtml-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-01-09.manifest b/khtml/khtml.2016-01-09.manifest index 59c87c47..5527218b 100644 --- a/khtml/khtml.2016-01-09.manifest +++ b/khtml/khtml.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2016-01-09", "version": "5.18.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/khtml-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-02-13.manifest b/khtml/khtml.2016-02-13.manifest index 11f863dc..b0d0e3d9 100644 --- a/khtml/khtml.2016-02-13.manifest +++ b/khtml/khtml.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2016-02-13", "version": "5.19.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/khtml-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-03-13.manifest b/khtml/khtml.2016-03-13.manifest index 0747bfca..86f76b1e 100644 --- a/khtml/khtml.2016-03-13.manifest +++ b/khtml/khtml.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2016-03-13", "version": "5.20.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/khtml-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-04-09.manifest b/khtml/khtml.2016-04-09.manifest index 23c037b2..eb0ef27a 100644 --- a/khtml/khtml.2016-04-09.manifest +++ b/khtml/khtml.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2016-04-09", "version": "5.21.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/khtml-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-05-15.manifest b/khtml/khtml.2016-05-15.manifest index fb639b6a..e68caf76 100644 --- a/khtml/khtml.2016-05-15.manifest +++ b/khtml/khtml.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "khtml", "display_name": "KHTML", "release_date": "2016-05-15", "version": "5.22.0", "summary": "KHTML APIs", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/khtml-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-06-13.manifest b/khtml/khtml.2016-06-13.manifest new file mode 100644 index 00000000..5113335b --- /dev/null +++ b/khtml/khtml.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "khtml", + "display_name": "KHTML", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "KHTML APIs", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/khtml-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Web" + ] +} diff --git a/khtml/khtml.2016-07-09.manifest b/khtml/khtml.2016-07-09.manifest new file mode 100644 index 00000000..206c3759 --- /dev/null +++ b/khtml/khtml.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "khtml", + "display_name": "KHTML", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "KHTML APIs", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/khtml-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/khtml/khtml.2016-08-13.manifest b/khtml/khtml.2016-08-13.manifest new file mode 100644 index 00000000..016098bf --- /dev/null +++ b/khtml/khtml.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "khtml", + "display_name": "KHTML", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "KHTML APIs", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/khtml/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/khtml/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/khtml-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ki18n/ki18n.2014-03-03.manifest b/ki18n/ki18n.2014-03-03.manifest index 9d7e868c..ad7d37ba 100644 --- a/ki18n/ki18n.2014-03-03.manifest +++ b/ki18n/ki18n.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/ki18n-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-04-01.manifest b/ki18n/ki18n.2014-04-01.manifest index bfa26943..d1e799ce 100644 --- a/ki18n/ki18n.2014-04-01.manifest +++ b/ki18n/ki18n.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/ki18n-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-07-07.manifest b/ki18n/ki18n.2014-07-07.manifest index 0be68586..0e070050 100644 --- a/ki18n/ki18n.2014-07-07.manifest +++ b/ki18n/ki18n.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/ki18n-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-08-07.manifest b/ki18n/ki18n.2014-08-07.manifest index 4370e345..60042bbe 100644 --- a/ki18n/ki18n.2014-08-07.manifest +++ b/ki18n/ki18n.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/ki18n-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-09-12.manifest b/ki18n/ki18n.2014-09-12.manifest index 95d682de..029e3df6 100644 --- a/ki18n/ki18n.2014-09-12.manifest +++ b/ki18n/ki18n.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2014-09-12", "version": "5.2.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/ki18n-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-10-07.manifest b/ki18n/ki18n.2014-10-07.manifest index 4c547500..81584329 100644 --- a/ki18n/ki18n.2014-10-07.manifest +++ b/ki18n/ki18n.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2014-10-07", "version": "5.3.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/ki18n-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-11-06.manifest b/ki18n/ki18n.2014-11-06.manifest index 4e02059f..fbb2e367 100644 --- a/ki18n/ki18n.2014-11-06.manifest +++ b/ki18n/ki18n.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2014-11-06", "version": "5.4.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/ki18n-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2014-12-11.manifest b/ki18n/ki18n.2014-12-11.manifest index 0e406d5b..b31886f2 100644 --- a/ki18n/ki18n.2014-12-11.manifest +++ b/ki18n/ki18n.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2014-12-11", "version": "5.5.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/ki18n-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-01-08.manifest b/ki18n/ki18n.2015-01-08.manifest index 160af70c..3e4af882 100644 --- a/ki18n/ki18n.2015-01-08.manifest +++ b/ki18n/ki18n.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-01-08", "version": "5.6.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/ki18n-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-02-14.manifest b/ki18n/ki18n.2015-02-14.manifest index 8a8a9a79..fd114a0d 100644 --- a/ki18n/ki18n.2015-02-14.manifest +++ b/ki18n/ki18n.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-02-14", "version": "5.7.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/ki18n-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-05-08.manifest b/ki18n/ki18n.2015-05-08.manifest index d611b8b7..3c26ce93 100644 --- a/ki18n/ki18n.2015-05-08.manifest +++ b/ki18n/ki18n.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-05-08", "version": "5.10.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/ki18n-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-07-27.manifest b/ki18n/ki18n.2015-07-27.manifest index ffd0d051..ceb5643b 100644 --- a/ki18n/ki18n.2015-07-27.manifest +++ b/ki18n/ki18n.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-07-27", "version": "5.13.0", "summary": "KDE Gettext-based UI text internationalization", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ki18n", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/ki18n-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-08-12.manifest b/ki18n/ki18n.2015-08-12.manifest index 57cc9ec0..dd7eebdd 100644 --- a/ki18n/ki18n.2015-08-12.manifest +++ b/ki18n/ki18n.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/ki18n-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-09-12.manifest b/ki18n/ki18n.2015-09-12.manifest index 37d8f8cd..b8df31b2 100644 --- a/ki18n/ki18n.2015-09-12.manifest +++ b/ki18n/ki18n.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/ki18n-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-10-10.manifest b/ki18n/ki18n.2015-10-10.manifest index a7dca681..2ea360e4 100644 --- a/ki18n/ki18n.2015-10-10.manifest +++ b/ki18n/ki18n.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/ki18n-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-11-13.manifest b/ki18n/ki18n.2015-11-13.manifest index 65001924..75490036 100644 --- a/ki18n/ki18n.2015-11-13.manifest +++ b/ki18n/ki18n.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/ki18n-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2015-12-12.manifest b/ki18n/ki18n.2015-12-12.manifest index dc9c1a1b..20cd0524 100644 --- a/ki18n/ki18n.2015-12-12.manifest +++ b/ki18n/ki18n.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/ki18n-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-01-09.manifest b/ki18n/ki18n.2016-01-09.manifest index 28624177..d0714abc 100644 --- a/ki18n/ki18n.2016-01-09.manifest +++ b/ki18n/ki18n.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/ki18n-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-02-13.manifest b/ki18n/ki18n.2016-02-13.manifest index 9a0a3ee7..11004fbe 100644 --- a/ki18n/ki18n.2016-02-13.manifest +++ b/ki18n/ki18n.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/ki18n-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-03-13.manifest b/ki18n/ki18n.2016-03-13.manifest index 37646365..2a2ca4bb 100644 --- a/ki18n/ki18n.2016-03-13.manifest +++ b/ki18n/ki18n.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/ki18n-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-04-09.manifest b/ki18n/ki18n.2016-04-09.manifest index cc230161..bcd2982a 100644 --- a/ki18n/ki18n.2016-04-09.manifest +++ b/ki18n/ki18n.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/ki18n-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-05-15.manifest b/ki18n/ki18n.2016-05-15.manifest index eec6f48a..0ee34b9f 100644 --- a/ki18n/ki18n.2016-05-15.manifest +++ b/ki18n/ki18n.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ki18n", "display_name": "KI18n", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Advanced internationalization framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/ki18n-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-06-13.manifest b/ki18n/ki18n.2016-06-13.manifest new file mode 100644 index 00000000..1378765d --- /dev/null +++ b/ki18n/ki18n.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ki18n", + "display_name": "KI18n", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Advanced internationalization framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/ki18n-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development", + "Text" + ] +} diff --git a/ki18n/ki18n.2016-07-09.manifest b/ki18n/ki18n.2016-07-09.manifest new file mode 100644 index 00000000..df2a79d1 --- /dev/null +++ b/ki18n/ki18n.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ki18n", + "display_name": "KI18n", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Advanced internationalization framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/ki18n-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ki18n/ki18n.2016-08-13.manifest b/ki18n/ki18n.2016-08-13.manifest new file mode 100644 index 00000000..cedce82f --- /dev/null +++ b/ki18n/ki18n.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ki18n", + "display_name": "KI18n", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Advanced internationalization framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/ki18n/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KI18n provides functionality for internationalizing user interface text\nin applications, based on the GNU Gettext translation system.\nIt wraps the standard Gettext functionality, so that the programmers\nand translators can use the familiar Gettext tools and workflows.\n\nKI18n provides additional functionality as well, for both programmers\nand translators, which can help to achieve a higher overall quality\nof source and translated text. This includes argument capturing,\ncustomizable markup, and translation scripting.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/ki18n-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kiconthemes/kiconthemes.2014-03-03.manifest b/kiconthemes/kiconthemes.2014-03-03.manifest index c294e5be..7528eb48 100644 --- a/kiconthemes/kiconthemes.2014-03-03.manifest +++ b/kiconthemes/kiconthemes.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kiconthemes-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-04-01.manifest b/kiconthemes/kiconthemes.2014-04-01.manifest index 564b99e6..6eaadd0c 100644 --- a/kiconthemes/kiconthemes.2014-04-01.manifest +++ b/kiconthemes/kiconthemes.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kiconthemes-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-07-07.manifest b/kiconthemes/kiconthemes.2014-07-07.manifest index ed5bfca7..de9b99fa 100644 --- a/kiconthemes/kiconthemes.2014-07-07.manifest +++ b/kiconthemes/kiconthemes.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kiconthemes-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-08-07.manifest b/kiconthemes/kiconthemes.2014-08-07.manifest index f706f047..00136e8e 100644 --- a/kiconthemes/kiconthemes.2014-08-07.manifest +++ b/kiconthemes/kiconthemes.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kiconthemes-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-09-12.manifest b/kiconthemes/kiconthemes.2014-09-12.manifest index b19996e9..91093cc1 100644 --- a/kiconthemes/kiconthemes.2014-09-12.manifest +++ b/kiconthemes/kiconthemes.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kiconthemes-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-10-07.manifest b/kiconthemes/kiconthemes.2014-10-07.manifest index 434f2e1a..9bad4a08 100644 --- a/kiconthemes/kiconthemes.2014-10-07.manifest +++ b/kiconthemes/kiconthemes.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kiconthemes-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-11-06.manifest b/kiconthemes/kiconthemes.2014-11-06.manifest index 189ca18b..6dcf1e66 100644 --- a/kiconthemes/kiconthemes.2014-11-06.manifest +++ b/kiconthemes/kiconthemes.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kiconthemes-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2014-12-11.manifest b/kiconthemes/kiconthemes.2014-12-11.manifest index b63842bc..953ea8e7 100644 --- a/kiconthemes/kiconthemes.2014-12-11.manifest +++ b/kiconthemes/kiconthemes.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kiconthemes-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-01-08.manifest b/kiconthemes/kiconthemes.2015-01-08.manifest index 0f4124c7..f8f38156 100644 --- a/kiconthemes/kiconthemes.2015-01-08.manifest +++ b/kiconthemes/kiconthemes.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kiconthemes-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-02-14.manifest b/kiconthemes/kiconthemes.2015-02-14.manifest index 393e75fb..ed7dfee6 100644 --- a/kiconthemes/kiconthemes.2015-02-14.manifest +++ b/kiconthemes/kiconthemes.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kiconthemes-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-05-08.manifest b/kiconthemes/kiconthemes.2015-05-08.manifest index 9926a8e0..091e520f 100644 --- a/kiconthemes/kiconthemes.2015-05-08.manifest +++ b/kiconthemes/kiconthemes.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kiconthemes-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-07-27.manifest b/kiconthemes/kiconthemes.2015-07-27.manifest index 1c7dfc52..e40ac0e4 100644 --- a/kiconthemes/kiconthemes.2015-07-27.manifest +++ b/kiconthemes/kiconthemes.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Icon GUI utilities", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kiconthemes", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kiconthemes-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-08-12.manifest b/kiconthemes/kiconthemes.2015-08-12.manifest index 993fcebf..34363ce7 100644 --- a/kiconthemes/kiconthemes.2015-08-12.manifest +++ b/kiconthemes/kiconthemes.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kiconthemes-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-09-12.manifest b/kiconthemes/kiconthemes.2015-09-12.manifest index ff9f808e..6d250e34 100644 --- a/kiconthemes/kiconthemes.2015-09-12.manifest +++ b/kiconthemes/kiconthemes.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kiconthemes-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-10-10.manifest b/kiconthemes/kiconthemes.2015-10-10.manifest index 9c850682..b31906ec 100644 --- a/kiconthemes/kiconthemes.2015-10-10.manifest +++ b/kiconthemes/kiconthemes.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kiconthemes-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-11-13.manifest b/kiconthemes/kiconthemes.2015-11-13.manifest index 8053fd9c..c8c86510 100644 --- a/kiconthemes/kiconthemes.2015-11-13.manifest +++ b/kiconthemes/kiconthemes.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kiconthemes-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2015-12-12.manifest b/kiconthemes/kiconthemes.2015-12-12.manifest index 3c1ddf58..1df042f8 100644 --- a/kiconthemes/kiconthemes.2015-12-12.manifest +++ b/kiconthemes/kiconthemes.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kiconthemes-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-01-09.manifest b/kiconthemes/kiconthemes.2016-01-09.manifest index 5b8c8b6f..8281d086 100644 --- a/kiconthemes/kiconthemes.2016-01-09.manifest +++ b/kiconthemes/kiconthemes.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kiconthemes-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-02-13.manifest b/kiconthemes/kiconthemes.2016-02-13.manifest index cd7c7ef4..714259c7 100644 --- a/kiconthemes/kiconthemes.2016-02-13.manifest +++ b/kiconthemes/kiconthemes.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kiconthemes-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-03-13.manifest b/kiconthemes/kiconthemes.2016-03-13.manifest index 6cd495d0..32d83b16 100644 --- a/kiconthemes/kiconthemes.2016-03-13.manifest +++ b/kiconthemes/kiconthemes.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kiconthemes-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-04-09.manifest b/kiconthemes/kiconthemes.2016-04-09.manifest index 1f9a4576..f117c889 100644 --- a/kiconthemes/kiconthemes.2016-04-09.manifest +++ b/kiconthemes/kiconthemes.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kiconthemes-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-05-15.manifest b/kiconthemes/kiconthemes.2016-05-15.manifest index 7712d21f..bbd4414b 100644 --- a/kiconthemes/kiconthemes.2016-05-15.manifest +++ b/kiconthemes/kiconthemes.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kiconthemes-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-06-13.manifest b/kiconthemes/kiconthemes.2016-06-13.manifest new file mode 100644 index 00000000..cc84d7bb --- /dev/null +++ b/kiconthemes/kiconthemes.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kiconthemes", + "display_name": "KIconThemes", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for icon themes", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kiconthemes-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/kiconthemes/kiconthemes.2016-07-09.manifest b/kiconthemes/kiconthemes.2016-07-09.manifest new file mode 100644 index 00000000..e15b8262 --- /dev/null +++ b/kiconthemes/kiconthemes.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kiconthemes", + "display_name": "KIconThemes", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for icon themes", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kiconthemes-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kiconthemes/kiconthemes.2016-08-13.manifest b/kiconthemes/kiconthemes.2016-08-13.manifest new file mode 100644 index 00000000..df3ff717 --- /dev/null +++ b/kiconthemes/kiconthemes.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kiconthemes", + "display_name": "KIconThemes", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for icon themes", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kiconthemes-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kiconthemes/kiconthemes.manifest b/kiconthemes/kiconthemes.manifest index 1b9c51b4..b7be9a66 100644 --- a/kiconthemes/kiconthemes.manifest +++ b/kiconthemes/kiconthemes.manifest @@ -1,22 +1,22 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kiconthemes", "display_name": "KIconThemes", "summary": "Support for icon themes", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kiconthemes/html/index.html", "vcs": "https://projects.kde.org/projects/frameworks/kiconthemes/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "\nThis library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.\n\n", + "description": "This library contains classes to improve the handling of icons\nin applications using the KDE Frameworks. Provided are:\n\n- KIconDialog: Dialog class to let the user select an icon\n from the list of installed icons.\n- KIconButton: Custom button class that displays an icon.\n When clicking it, the user can change it using the icon dialog.\n- KIconEffect: Applies various colorization effects to icons,\n which can be used to create selected/disabled icon images.\n\nOther classes in this repository are used internally by the icon\ntheme configuration dialogs, and should not be used by applications.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks" } diff --git a/kidletime/kidletime.2014-03-03.manifest b/kidletime/kidletime.2014-03-03.manifest index 1e9183e0..0dc00745 100644 --- a/kidletime/kidletime.2014-03-03.manifest +++ b/kidletime/kidletime.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kidletime-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-04-01.manifest b/kidletime/kidletime.2014-04-01.manifest index bf137f23..10e1e908 100644 --- a/kidletime/kidletime.2014-04-01.manifest +++ b/kidletime/kidletime.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kidletime-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-07-07.manifest b/kidletime/kidletime.2014-07-07.manifest index 8cd680cf..0babaecb 100644 --- a/kidletime/kidletime.2014-07-07.manifest +++ b/kidletime/kidletime.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kidletime-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-08-07.manifest b/kidletime/kidletime.2014-08-07.manifest index 63edbaf7..862f7fe3 100644 --- a/kidletime/kidletime.2014-08-07.manifest +++ b/kidletime/kidletime.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kidletime-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-09-12.manifest b/kidletime/kidletime.2014-09-12.manifest index 8b00fcb5..d01ec229 100644 --- a/kidletime/kidletime.2014-09-12.manifest +++ b/kidletime/kidletime.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kidletime-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-10-07.manifest b/kidletime/kidletime.2014-10-07.manifest index afebf757..925f1958 100644 --- a/kidletime/kidletime.2014-10-07.manifest +++ b/kidletime/kidletime.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kidletime-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-11-06.manifest b/kidletime/kidletime.2014-11-06.manifest index e5afdead..6106b952 100644 --- a/kidletime/kidletime.2014-11-06.manifest +++ b/kidletime/kidletime.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kidletime-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2014-12-11.manifest b/kidletime/kidletime.2014-12-11.manifest index 38a56508..2cef9950 100644 --- a/kidletime/kidletime.2014-12-11.manifest +++ b/kidletime/kidletime.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kidletime-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-01-08.manifest b/kidletime/kidletime.2015-01-08.manifest index 572ee7be..86d8212b 100644 --- a/kidletime/kidletime.2015-01-08.manifest +++ b/kidletime/kidletime.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kidletime-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-02-14.manifest b/kidletime/kidletime.2015-02-14.manifest index 7dda2e80..dc5782b9 100644 --- a/kidletime/kidletime.2015-02-14.manifest +++ b/kidletime/kidletime.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kidletime-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-05-08.manifest b/kidletime/kidletime.2015-05-08.manifest index 68dce01a..c1733c13 100644 --- a/kidletime/kidletime.2015-05-08.manifest +++ b/kidletime/kidletime.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kidletime-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-07-27.manifest b/kidletime/kidletime.2015-07-27.manifest index 07fcc5b1..af701577 100644 --- a/kidletime/kidletime.2015-07-27.manifest +++ b/kidletime/kidletime.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Reporting of idle time of user and system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kidletime", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kidletime-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-08-12.manifest b/kidletime/kidletime.2015-08-12.manifest index a0393f0f..fc6080c5 100644 --- a/kidletime/kidletime.2015-08-12.manifest +++ b/kidletime/kidletime.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kidletime-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-09-12.manifest b/kidletime/kidletime.2015-09-12.manifest index d7264c05..450f820c 100644 --- a/kidletime/kidletime.2015-09-12.manifest +++ b/kidletime/kidletime.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kidletime-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-10-10.manifest b/kidletime/kidletime.2015-10-10.manifest index f4b95b8f..7011aec9 100644 --- a/kidletime/kidletime.2015-10-10.manifest +++ b/kidletime/kidletime.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kidletime-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-11-13.manifest b/kidletime/kidletime.2015-11-13.manifest index dc10612e..55bc50b1 100644 --- a/kidletime/kidletime.2015-11-13.manifest +++ b/kidletime/kidletime.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kidletime-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2015-12-12.manifest b/kidletime/kidletime.2015-12-12.manifest index 968a42ce..9b12a7a2 100644 --- a/kidletime/kidletime.2015-12-12.manifest +++ b/kidletime/kidletime.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kidletime-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-01-09.manifest b/kidletime/kidletime.2016-01-09.manifest index b4c2caea..f8290693 100644 --- a/kidletime/kidletime.2016-01-09.manifest +++ b/kidletime/kidletime.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kidletime-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-02-13.manifest b/kidletime/kidletime.2016-02-13.manifest index cebc7b7c..f8456483 100644 --- a/kidletime/kidletime.2016-02-13.manifest +++ b/kidletime/kidletime.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kidletime-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-03-13.manifest b/kidletime/kidletime.2016-03-13.manifest index c08da738..2bf4d10b 100644 --- a/kidletime/kidletime.2016-03-13.manifest +++ b/kidletime/kidletime.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kidletime-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-04-09.manifest b/kidletime/kidletime.2016-04-09.manifest index 3ee149dc..0b7a7647 100644 --- a/kidletime/kidletime.2016-04-09.manifest +++ b/kidletime/kidletime.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kidletime-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-05-15.manifest b/kidletime/kidletime.2016-05-15.manifest index b88eab28..93aaad18 100644 --- a/kidletime/kidletime.2016-05-15.manifest +++ b/kidletime/kidletime.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kidletime", "display_name": "KIdleTime", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Monitoring user activity", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kidletime-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-06-13.manifest b/kidletime/kidletime.2016-06-13.manifest new file mode 100644 index 00000000..7604c8f7 --- /dev/null +++ b/kidletime/kidletime.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kidletime", + "display_name": "KIdleTime", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Monitoring user activity", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kidletime-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kidletime/kidletime.2016-07-09.manifest b/kidletime/kidletime.2016-07-09.manifest new file mode 100644 index 00000000..daa992b6 --- /dev/null +++ b/kidletime/kidletime.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kidletime", + "display_name": "KIdleTime", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Monitoring user activity", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kidletime-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kidletime/kidletime.2016-08-13.manifest b/kidletime/kidletime.2016-08-13.manifest new file mode 100644 index 00000000..170acbe9 --- /dev/null +++ b/kidletime/kidletime.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kidletime", + "display_name": "KIdleTime", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Monitoring user activity", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kidletime/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kidletime/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKIdleTime is a singleton reporting information on idle time. It is useful not\nonly for finding out about the current idle time of the PC, but also for getting\nnotified upon idle time events, such as custom timeouts, or user activity.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kidletime-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kimageformats/kimageformats.2014-03-03.manifest b/kimageformats/kimageformats.2014-03-03.manifest index d8a58f3f..83947522 100644 --- a/kimageformats/kimageformats.2014-03-03.manifest +++ b/kimageformats/kimageformats.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kimageformats-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-04-01.manifest b/kimageformats/kimageformats.2014-04-01.manifest index bf992669..ba0e679f 100644 --- a/kimageformats/kimageformats.2014-04-01.manifest +++ b/kimageformats/kimageformats.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kimageformats-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-07-07.manifest b/kimageformats/kimageformats.2014-07-07.manifest index eab87712..ecac48ef 100644 --- a/kimageformats/kimageformats.2014-07-07.manifest +++ b/kimageformats/kimageformats.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kimageformats-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-08-07.manifest b/kimageformats/kimageformats.2014-08-07.manifest index 3ef17b7d..d93d8d55 100644 --- a/kimageformats/kimageformats.2014-08-07.manifest +++ b/kimageformats/kimageformats.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kimageformats-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-09-12.manifest b/kimageformats/kimageformats.2014-09-12.manifest index 3269bf43..e6ed0276 100644 --- a/kimageformats/kimageformats.2014-09-12.manifest +++ b/kimageformats/kimageformats.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kimageformats-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-10-07.manifest b/kimageformats/kimageformats.2014-10-07.manifest index 057c6508..90f6fbf7 100644 --- a/kimageformats/kimageformats.2014-10-07.manifest +++ b/kimageformats/kimageformats.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kimageformats-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-11-06.manifest b/kimageformats/kimageformats.2014-11-06.manifest index 80590819..d3654ae3 100644 --- a/kimageformats/kimageformats.2014-11-06.manifest +++ b/kimageformats/kimageformats.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kimageformats-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2014-12-11.manifest b/kimageformats/kimageformats.2014-12-11.manifest index b969a79d..6859b2d4 100644 --- a/kimageformats/kimageformats.2014-12-11.manifest +++ b/kimageformats/kimageformats.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kimageformats-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-01-08.manifest b/kimageformats/kimageformats.2015-01-08.manifest index 018e8973..4581645e 100644 --- a/kimageformats/kimageformats.2015-01-08.manifest +++ b/kimageformats/kimageformats.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kimageformats-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-02-14.manifest b/kimageformats/kimageformats.2015-02-14.manifest index 8f847a98..3d12b376 100644 --- a/kimageformats/kimageformats.2015-02-14.manifest +++ b/kimageformats/kimageformats.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kimageformats-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-05-08.manifest b/kimageformats/kimageformats.2015-05-08.manifest index 78c29be7..7f8ce94b 100644 --- a/kimageformats/kimageformats.2015-05-08.manifest +++ b/kimageformats/kimageformats.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Plugins to allow QImage to support extra file formats.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kimageformats-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-07-27.manifest b/kimageformats/kimageformats.2015-07-27.manifest index 9963592c..1e48c34d 100644 --- a/kimageformats/kimageformats.2015-07-27.manifest +++ b/kimageformats/kimageformats.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Plugins to allow QImage to support extra file formats.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kimageformats", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kimageformats-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-08-12.manifest b/kimageformats/kimageformats.2015-08-12.manifest index dee2cc9a..ee270cc5 100644 --- a/kimageformats/kimageformats.2015-08-12.manifest +++ b/kimageformats/kimageformats.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kimageformats-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-09-12.manifest b/kimageformats/kimageformats.2015-09-12.manifest index 0772472e..b98b2dc1 100644 --- a/kimageformats/kimageformats.2015-09-12.manifest +++ b/kimageformats/kimageformats.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kimageformats-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-10-10.manifest b/kimageformats/kimageformats.2015-10-10.manifest index 1cc9b4d7..27f4ea56 100644 --- a/kimageformats/kimageformats.2015-10-10.manifest +++ b/kimageformats/kimageformats.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kimageformats-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-11-13.manifest b/kimageformats/kimageformats.2015-11-13.manifest index 2fffd5c2..430f95a2 100644 --- a/kimageformats/kimageformats.2015-11-13.manifest +++ b/kimageformats/kimageformats.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kimageformats-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2015-12-12.manifest b/kimageformats/kimageformats.2015-12-12.manifest index 708f409c..c6eeaea5 100644 --- a/kimageformats/kimageformats.2015-12-12.manifest +++ b/kimageformats/kimageformats.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kimageformats-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-01-09.manifest b/kimageformats/kimageformats.2016-01-09.manifest index b0c64ebe..788ad90b 100644 --- a/kimageformats/kimageformats.2016-01-09.manifest +++ b/kimageformats/kimageformats.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kimageformats-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-02-13.manifest b/kimageformats/kimageformats.2016-02-13.manifest index fad0a441..61b009ea 100644 --- a/kimageformats/kimageformats.2016-02-13.manifest +++ b/kimageformats/kimageformats.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kimageformats-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-03-13.manifest b/kimageformats/kimageformats.2016-03-13.manifest index cee77dbd..e5e0c3be 100644 --- a/kimageformats/kimageformats.2016-03-13.manifest +++ b/kimageformats/kimageformats.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kimageformats-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-04-09.manifest b/kimageformats/kimageformats.2016-04-09.manifest index 18f1d212..e4a19826 100644 --- a/kimageformats/kimageformats.2016-04-09.manifest +++ b/kimageformats/kimageformats.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kimageformats-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-05-15.manifest b/kimageformats/kimageformats.2016-05-15.manifest index af8241c8..561c42c8 100644 --- a/kimageformats/kimageformats.2016-05-15.manifest +++ b/kimageformats/kimageformats.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kimageformats", "display_name": "KImageFormats", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Image format plugins for Qt", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kimageformats-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-06-13.manifest b/kimageformats/kimageformats.2016-06-13.manifest new file mode 100644 index 00000000..99fe54fc --- /dev/null +++ b/kimageformats/kimageformats.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kimageformats", + "display_name": "KImageFormats", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Image format plugins for Qt", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kimageformats-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Graphics", + "Data" + ] +} diff --git a/kimageformats/kimageformats.2016-07-09.manifest b/kimageformats/kimageformats.2016-07-09.manifest new file mode 100644 index 00000000..fe53ae08 --- /dev/null +++ b/kimageformats/kimageformats.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kimageformats", + "display_name": "KImageFormats", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Image format plugins for Qt", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kimageformats-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kimageformats/kimageformats.2016-08-13.manifest b/kimageformats/kimageformats.2016-08-13.manifest new file mode 100644 index 00000000..ea2d6675 --- /dev/null +++ b/kimageformats/kimageformats.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kimageformats", + "display_name": "KImageFormats", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Image format plugins for Qt", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kimageformats/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This framework provides additional image format plugins for QtGui. As\nsuch it is not required for the compilation of any other software, but\nmay be a runtime requirement for Qt-based software to support certain\nimage formats.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kimageformats-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kinit/kinit.2014-03-03.manifest b/kinit/kinit.2014-03-03.manifest index 446fb40d..d7d6396d 100644 --- a/kinit/kinit.2014-03-03.manifest +++ b/kinit/kinit.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kinit-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-04-01.manifest b/kinit/kinit.2014-04-01.manifest index d415f29b..a378904a 100644 --- a/kinit/kinit.2014-04-01.manifest +++ b/kinit/kinit.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kinit-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-07-07.manifest b/kinit/kinit.2014-07-07.manifest index 9ebd4321..a9544e9a 100644 --- a/kinit/kinit.2014-07-07.manifest +++ b/kinit/kinit.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kinit-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-08-07.manifest b/kinit/kinit.2014-08-07.manifest index a630bf2a..112c0ddb 100644 --- a/kinit/kinit.2014-08-07.manifest +++ b/kinit/kinit.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kinit-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-09-12.manifest b/kinit/kinit.2014-09-12.manifest index 0873d4fd..b00eef17 100644 --- a/kinit/kinit.2014-09-12.manifest +++ b/kinit/kinit.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kinit-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-10-07.manifest b/kinit/kinit.2014-10-07.manifest index dccfb278..a06f190c 100644 --- a/kinit/kinit.2014-10-07.manifest +++ b/kinit/kinit.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kinit-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-11-06.manifest b/kinit/kinit.2014-11-06.manifest index 65253d43..41badede 100644 --- a/kinit/kinit.2014-11-06.manifest +++ b/kinit/kinit.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kinit-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2014-12-11.manifest b/kinit/kinit.2014-12-11.manifest index 25931a92..5377faee 100644 --- a/kinit/kinit.2014-12-11.manifest +++ b/kinit/kinit.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kinit-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-01-08.manifest b/kinit/kinit.2015-01-08.manifest index d78f62c2..3a4116d9 100644 --- a/kinit/kinit.2015-01-08.manifest +++ b/kinit/kinit.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kinit-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-02-14.manifest b/kinit/kinit.2015-02-14.manifest index 5a6ea0ee..a2f22e3b 100644 --- a/kinit/kinit.2015-02-14.manifest +++ b/kinit/kinit.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kinit-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-05-08.manifest b/kinit/kinit.2015-05-08.manifest index 10dae223..57fd24fd 100644 --- a/kinit/kinit.2015-05-08.manifest +++ b/kinit/kinit.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kinit-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-07-27.manifest b/kinit/kinit.2015-07-27.manifest index 72cfadf4..ccfb0a24 100644 --- a/kinit/kinit.2015-07-27.manifest +++ b/kinit/kinit.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Helper library to speed up start of applications on KDE workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kinit", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kinit-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-08-12.manifest b/kinit/kinit.2015-08-12.manifest index 588ee385..b3ca6eeb 100644 --- a/kinit/kinit.2015-08-12.manifest +++ b/kinit/kinit.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kinit-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-09-12.manifest b/kinit/kinit.2015-09-12.manifest index 63cd6587..965943e7 100644 --- a/kinit/kinit.2015-09-12.manifest +++ b/kinit/kinit.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kinit-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-10-10.manifest b/kinit/kinit.2015-10-10.manifest index b31b76b8..621988ef 100644 --- a/kinit/kinit.2015-10-10.manifest +++ b/kinit/kinit.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kinit-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-11-13.manifest b/kinit/kinit.2015-11-13.manifest index 007395d6..85479976 100644 --- a/kinit/kinit.2015-11-13.manifest +++ b/kinit/kinit.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kinit-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2015-12-12.manifest b/kinit/kinit.2015-12-12.manifest index 529962e2..bbdd697a 100644 --- a/kinit/kinit.2015-12-12.manifest +++ b/kinit/kinit.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kinit-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-01-09.manifest b/kinit/kinit.2016-01-09.manifest index 0924e2b5..52c90fd3 100644 --- a/kinit/kinit.2016-01-09.manifest +++ b/kinit/kinit.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kinit-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-02-13.manifest b/kinit/kinit.2016-02-13.manifest index 2d0643fb..54a27534 100644 --- a/kinit/kinit.2016-02-13.manifest +++ b/kinit/kinit.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kinit-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-03-13.manifest b/kinit/kinit.2016-03-13.manifest index 6dbc882f..dba0743d 100644 --- a/kinit/kinit.2016-03-13.manifest +++ b/kinit/kinit.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kinit-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-04-09.manifest b/kinit/kinit.2016-04-09.manifest index a857a9d6..c511a708 100644 --- a/kinit/kinit.2016-04-09.manifest +++ b/kinit/kinit.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kinit-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-05-15.manifest b/kinit/kinit.2016-05-15.manifest index a98b420e..ee42e827 100644 --- a/kinit/kinit.2016-05-15.manifest +++ b/kinit/kinit.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kinit", "display_name": "KInit", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Process launcher to speed up launching KDE applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kinit-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-06-13.manifest b/kinit/kinit.2016-06-13.manifest new file mode 100644 index 00000000..96429705 --- /dev/null +++ b/kinit/kinit.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kinit", + "display_name": "KInit", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Process launcher to speed up launching KDE applications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kinit-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/kinit/kinit.2016-07-09.manifest b/kinit/kinit.2016-07-09.manifest new file mode 100644 index 00000000..b93dd11a --- /dev/null +++ b/kinit/kinit.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kinit", + "display_name": "KInit", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Process launcher to speed up launching KDE applications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kinit-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kinit/kinit.2016-08-13.manifest b/kinit/kinit.2016-08-13.manifest new file mode 100644 index 00000000..49cb8fa8 --- /dev/null +++ b/kinit/kinit.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kinit", + "display_name": "KInit", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Process launcher to speed up launching KDE applications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kinit/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "kdeinit is a process launcher somewhat similar to the famous init used for\nbooting UNIX.\n\nIt launches processes by forking and then loading a dynamic library which\nshould contain a 'kdemain(...)' function.\n\nUsing kdeinit to launch KDE applications makes starting a typical KDE\napplications 2.5 times faster (100ms instead of 250ms on a P-III 500) It\nreduces memory consumption by approx. 350Kb per application.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kinit-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kio/kio.2014-03-03.manifest b/kio/kio.2014-03-03.manifest index 25f4e49b..7353a1cd 100644 --- a/kio/kio.2014-03-03.manifest +++ b/kio/kio.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kio-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-04-01.manifest b/kio/kio.2014-04-01.manifest index 515ed78c..7c452df4 100644 --- a/kio/kio.2014-04-01.manifest +++ b/kio/kio.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kio-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-07-07.manifest b/kio/kio.2014-07-07.manifest index 53984e54..2df25852 100644 --- a/kio/kio.2014-07-07.manifest +++ b/kio/kio.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kio-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-08-07.manifest b/kio/kio.2014-08-07.manifest index ea65bd42..38d71e6f 100644 --- a/kio/kio.2014-08-07.manifest +++ b/kio/kio.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kio-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-09-12.manifest b/kio/kio.2014-09-12.manifest index 08415c1f..ef713bf6 100644 --- a/kio/kio.2014-09-12.manifest +++ b/kio/kio.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kio-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-10-07.manifest b/kio/kio.2014-10-07.manifest index 844f5ac4..34df4f10 100644 --- a/kio/kio.2014-10-07.manifest +++ b/kio/kio.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kio-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-11-06.manifest b/kio/kio.2014-11-06.manifest index f0cb93cf..faa910e7 100644 --- a/kio/kio.2014-11-06.manifest +++ b/kio/kio.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kio-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2014-12-11.manifest b/kio/kio.2014-12-11.manifest index 340017a4..c4af89e2 100644 --- a/kio/kio.2014-12-11.manifest +++ b/kio/kio.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kio-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-01-08.manifest b/kio/kio.2015-01-08.manifest index dd8c68b5..6a6f4340 100644 --- a/kio/kio.2015-01-08.manifest +++ b/kio/kio.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kio-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-02-14.manifest b/kio/kio.2015-02-14.manifest index 4e2f6c92..257966d7 100644 --- a/kio/kio.2015-02-14.manifest +++ b/kio/kio.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kio-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-05-08.manifest b/kio/kio.2015-05-08.manifest index eb9a8921..bb1946d9 100644 --- a/kio/kio.2015-05-08.manifest +++ b/kio/kio.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kio-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-07-27.manifest b/kio/kio.2015-07-27.manifest index 2e0d1ca8..cfc68737 100644 --- a/kio/kio.2015-07-27.manifest +++ b/kio/kio.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Network transparent access to files and data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kio-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-08-12.manifest b/kio/kio.2015-08-12.manifest index c0c7c554..0f1ec9e6 100644 --- a/kio/kio.2015-08-12.manifest +++ b/kio/kio.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kio-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-09-12.manifest b/kio/kio.2015-09-12.manifest index 2a084379..be60dbfb 100644 --- a/kio/kio.2015-09-12.manifest +++ b/kio/kio.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kio-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-10-10.manifest b/kio/kio.2015-10-10.manifest index 6113a5d7..44561492 100644 --- a/kio/kio.2015-10-10.manifest +++ b/kio/kio.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kio-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-11-13.manifest b/kio/kio.2015-11-13.manifest index 8febd642..9683e6df 100644 --- a/kio/kio.2015-11-13.manifest +++ b/kio/kio.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kio-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2015-12-12.manifest b/kio/kio.2015-12-12.manifest index e146bfdc..c2e3870a 100644 --- a/kio/kio.2015-12-12.manifest +++ b/kio/kio.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kio-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-01-09.manifest b/kio/kio.2016-01-09.manifest index 9d413674..d999946b 100644 --- a/kio/kio.2016-01-09.manifest +++ b/kio/kio.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kio-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-02-13.manifest b/kio/kio.2016-02-13.manifest index 8ce8728a..0473ae78 100644 --- a/kio/kio.2016-02-13.manifest +++ b/kio/kio.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kio-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-03-13.manifest b/kio/kio.2016-03-13.manifest index d3c46b17..76a9dadf 100644 --- a/kio/kio.2016-03-13.manifest +++ b/kio/kio.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kio-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-04-09.manifest b/kio/kio.2016-04-09.manifest index cf701052..6d8e2937 100644 --- a/kio/kio.2016-04-09.manifest +++ b/kio/kio.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kio-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-05-15.manifest b/kio/kio.2016-05-15.manifest index 02d226d1..eb54cb14 100644 --- a/kio/kio.2016-05-15.manifest +++ b/kio/kio.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kio", "display_name": "KIO", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Resource and network access abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kio-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-06-13.manifest b/kio/kio.2016-06-13.manifest new file mode 100644 index 00000000..2b866029 --- /dev/null +++ b/kio/kio.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kio", + "display_name": "KIO", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Resource and network access abstraction", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kio-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kio/kio.2016-07-09.manifest b/kio/kio.2016-07-09.manifest new file mode 100644 index 00000000..7913f5c1 --- /dev/null +++ b/kio/kio.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kio", + "display_name": "KIO", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Resource and network access abstraction", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kio-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kio/kio.2016-08-13.manifest b/kio/kio.2016-08-13.manifest new file mode 100644 index 00000000..130f126c --- /dev/null +++ b/kio/kio.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kio", + "display_name": "KIO", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Resource and network access abstraction", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kio/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework implements almost all the file management functions you\nwill ever need. In fact, the KDE file manager (Dolphin) and the KDE\nfile dialog also uses this to provide its network-enabled file management.\n\nIt supports accessing files locally as well as via HTTP and FTP out of the\nbox and can be extended by plugins to support other protocols as well. There\nis a variety of plugins available, e.g. to support access via SSH.\n\nThe framework can also be used to bridge a native protocol to a file-based\ninterface. This makes the data accessible in all applications using the KDE\nfile dialog or any other KIO enabled infrastructure.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kio-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kitemmodels/kitemmodels.2014-03-03.manifest b/kitemmodels/kitemmodels.2014-03-03.manifest index 938b2fce..d303cfdb 100644 --- a/kitemmodels/kitemmodels.2014-03-03.manifest +++ b/kitemmodels/kitemmodels.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kitemmodels-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-04-01.manifest b/kitemmodels/kitemmodels.2014-04-01.manifest index e99838bb..6816c535 100644 --- a/kitemmodels/kitemmodels.2014-04-01.manifest +++ b/kitemmodels/kitemmodels.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kitemmodels-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-07-07.manifest b/kitemmodels/kitemmodels.2014-07-07.manifest index 200a6840..f2b13304 100644 --- a/kitemmodels/kitemmodels.2014-07-07.manifest +++ b/kitemmodels/kitemmodels.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kitemmodels-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-08-07.manifest b/kitemmodels/kitemmodels.2014-08-07.manifest index 6159c092..ef7160d5 100644 --- a/kitemmodels/kitemmodels.2014-08-07.manifest +++ b/kitemmodels/kitemmodels.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kitemmodels-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-09-12.manifest b/kitemmodels/kitemmodels.2014-09-12.manifest index 6c14e6e5..28d359e3 100644 --- a/kitemmodels/kitemmodels.2014-09-12.manifest +++ b/kitemmodels/kitemmodels.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kitemmodels-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-10-07.manifest b/kitemmodels/kitemmodels.2014-10-07.manifest index b6596ed0..a9ed9b81 100644 --- a/kitemmodels/kitemmodels.2014-10-07.manifest +++ b/kitemmodels/kitemmodels.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kitemmodels-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-11-06.manifest b/kitemmodels/kitemmodels.2014-11-06.manifest index 2ee6e8ec..d6739257 100644 --- a/kitemmodels/kitemmodels.2014-11-06.manifest +++ b/kitemmodels/kitemmodels.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kitemmodels-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2014-12-11.manifest b/kitemmodels/kitemmodels.2014-12-11.manifest index 0962d4cd..2229acb3 100644 --- a/kitemmodels/kitemmodels.2014-12-11.manifest +++ b/kitemmodels/kitemmodels.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kitemmodels-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-01-08.manifest b/kitemmodels/kitemmodels.2015-01-08.manifest index a40c5ab9..353df85c 100644 --- a/kitemmodels/kitemmodels.2015-01-08.manifest +++ b/kitemmodels/kitemmodels.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kitemmodels-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-02-14.manifest b/kitemmodels/kitemmodels.2015-02-14.manifest index 25463448..8a89cc07 100644 --- a/kitemmodels/kitemmodels.2015-02-14.manifest +++ b/kitemmodels/kitemmodels.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kitemmodels-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-05-08.manifest b/kitemmodels/kitemmodels.2015-05-08.manifest index ce66800f..f54a2e04 100644 --- a/kitemmodels/kitemmodels.2015-05-08.manifest +++ b/kitemmodels/kitemmodels.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kitemmodels-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-07-27.manifest b/kitemmodels/kitemmodels.2015-07-27.manifest index 9961c3ae..11779b73 100644 --- a/kitemmodels/kitemmodels.2015-07-27.manifest +++ b/kitemmodels/kitemmodels.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Set of item models extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemmodels", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kitemmodels-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-08-12.manifest b/kitemmodels/kitemmodels.2015-08-12.manifest index 40d1f881..6c8edb1c 100644 --- a/kitemmodels/kitemmodels.2015-08-12.manifest +++ b/kitemmodels/kitemmodels.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kitemmodels-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-09-12.manifest b/kitemmodels/kitemmodels.2015-09-12.manifest index 8c7e98a8..a662eea5 100644 --- a/kitemmodels/kitemmodels.2015-09-12.manifest +++ b/kitemmodels/kitemmodels.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kitemmodels-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-10-10.manifest b/kitemmodels/kitemmodels.2015-10-10.manifest index ecbadc94..cc111cd8 100644 --- a/kitemmodels/kitemmodels.2015-10-10.manifest +++ b/kitemmodels/kitemmodels.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kitemmodels-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-11-13.manifest b/kitemmodels/kitemmodels.2015-11-13.manifest index e7e70192..2b2a7380 100644 --- a/kitemmodels/kitemmodels.2015-11-13.manifest +++ b/kitemmodels/kitemmodels.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kitemmodels-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2015-12-12.manifest b/kitemmodels/kitemmodels.2015-12-12.manifest index 409ae839..3093b010 100644 --- a/kitemmodels/kitemmodels.2015-12-12.manifest +++ b/kitemmodels/kitemmodels.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kitemmodels-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-01-09.manifest b/kitemmodels/kitemmodels.2016-01-09.manifest index 833ad284..ef22f56f 100644 --- a/kitemmodels/kitemmodels.2016-01-09.manifest +++ b/kitemmodels/kitemmodels.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kitemmodels-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-02-13.manifest b/kitemmodels/kitemmodels.2016-02-13.manifest index 13193a78..44a6d176 100644 --- a/kitemmodels/kitemmodels.2016-02-13.manifest +++ b/kitemmodels/kitemmodels.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kitemmodels-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-03-13.manifest b/kitemmodels/kitemmodels.2016-03-13.manifest index a766cf9d..b7f75571 100644 --- a/kitemmodels/kitemmodels.2016-03-13.manifest +++ b/kitemmodels/kitemmodels.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kitemmodels-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-04-09.manifest b/kitemmodels/kitemmodels.2016-04-09.manifest index 9e4e3f00..d80c6aff 100644 --- a/kitemmodels/kitemmodels.2016-04-09.manifest +++ b/kitemmodels/kitemmodels.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kitemmodels-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-05-15.manifest b/kitemmodels/kitemmodels.2016-05-15.manifest index 87093a71..0d0052cf 100644 --- a/kitemmodels/kitemmodels.2016-05-15.manifest +++ b/kitemmodels/kitemmodels.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemmodels", "display_name": "KItemModels", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Models for Qt Model/View system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kitemmodels-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-06-13.manifest b/kitemmodels/kitemmodels.2016-06-13.manifest new file mode 100644 index 00000000..082b5fa9 --- /dev/null +++ b/kitemmodels/kitemmodels.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kitemmodels", + "display_name": "KItemModels", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Models for Qt Model/View system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kitemmodels-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kitemmodels/kitemmodels.2016-07-09.manifest b/kitemmodels/kitemmodels.2016-07-09.manifest new file mode 100644 index 00000000..d5580da8 --- /dev/null +++ b/kitemmodels/kitemmodels.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kitemmodels", + "display_name": "KItemModels", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Models for Qt Model/View system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kitemmodels-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kitemmodels/kitemmodels.2016-08-13.manifest b/kitemmodels/kitemmodels.2016-08-13.manifest new file mode 100644 index 00000000..e1653b23 --- /dev/null +++ b/kitemmodels/kitemmodels.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kitemmodels", + "display_name": "KItemModels", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Models for Qt Model/View system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemmodels/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kitemmodels/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKItemModels provides the following models:\n\n* KBreadcrumbSelectionModel - Selects the parents of selected items to create\n breadcrumbs\n* KCheckableProxyModel - Adds a checkable capability to a source model\n* KConcatenateRowsProxyModel - Concatenates rows from multiple source models\n* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list\n* KExtraColumnsProxyModel - Adds columns after existing columns\n* KLinkItemSelectionModel - Share a selection in multiple views which do not\n have the same source model\n* KModelIndexProxyMapper - Mapping of indexes and selections through proxy\n models\n* KRearrangeColumnsProxyModel - Can reorder and hide columns from the source model\n* KRecursiveFilterProxyModel - Recursive filtering of models\n* KSelectionProxyModel - A Proxy Model which presents a subset of its source\n model to observers\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kitemmodels-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kitemviews/kitemviews.2014-03-03.manifest b/kitemviews/kitemviews.2014-03-03.manifest index ca404a5e..c1172fb1 100644 --- a/kitemviews/kitemviews.2014-03-03.manifest +++ b/kitemviews/kitemviews.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kitemviews-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-04-01.manifest b/kitemviews/kitemviews.2014-04-01.manifest index 339f4c69..fa9b5d2d 100644 --- a/kitemviews/kitemviews.2014-04-01.manifest +++ b/kitemviews/kitemviews.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kitemviews-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-07-07.manifest b/kitemviews/kitemviews.2014-07-07.manifest index b5f466a9..89e61bb5 100644 --- a/kitemviews/kitemviews.2014-07-07.manifest +++ b/kitemviews/kitemviews.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kitemviews-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-08-07.manifest b/kitemviews/kitemviews.2014-08-07.manifest index 18a3986d..95c410e9 100644 --- a/kitemviews/kitemviews.2014-08-07.manifest +++ b/kitemviews/kitemviews.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kitemviews-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-09-12.manifest b/kitemviews/kitemviews.2014-09-12.manifest index 528ac40c..a26b9fd4 100644 --- a/kitemviews/kitemviews.2014-09-12.manifest +++ b/kitemviews/kitemviews.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kitemviews-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-10-07.manifest b/kitemviews/kitemviews.2014-10-07.manifest index 1c8722fd..82ca0696 100644 --- a/kitemviews/kitemviews.2014-10-07.manifest +++ b/kitemviews/kitemviews.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kitemviews-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-11-06.manifest b/kitemviews/kitemviews.2014-11-06.manifest index 1614bcc8..e15e5aea 100644 --- a/kitemviews/kitemviews.2014-11-06.manifest +++ b/kitemviews/kitemviews.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kitemviews-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2014-12-11.manifest b/kitemviews/kitemviews.2014-12-11.manifest index d706ef56..a1a3193b 100644 --- a/kitemviews/kitemviews.2014-12-11.manifest +++ b/kitemviews/kitemviews.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kitemviews-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-01-08.manifest b/kitemviews/kitemviews.2015-01-08.manifest index 41caf41e..72d19aec 100644 --- a/kitemviews/kitemviews.2015-01-08.manifest +++ b/kitemviews/kitemviews.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kitemviews-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-02-14.manifest b/kitemviews/kitemviews.2015-02-14.manifest index d7ecef35..861680bf 100644 --- a/kitemviews/kitemviews.2015-02-14.manifest +++ b/kitemviews/kitemviews.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kitemviews-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-05-08.manifest b/kitemviews/kitemviews.2015-05-08.manifest index 7754a0bf..313b72f4 100644 --- a/kitemviews/kitemviews.2015-05-08.manifest +++ b/kitemviews/kitemviews.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kitemviews-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-07-27.manifest b/kitemviews/kitemviews.2015-07-27.manifest index 9520ed80..824c63c4 100644 --- a/kitemviews/kitemviews.2015-07-27.manifest +++ b/kitemviews/kitemviews.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Set of item views extending the Qt model-view framework", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kitemviews", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kitemviews-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-08-12.manifest b/kitemviews/kitemviews.2015-08-12.manifest index f3e4b2e0..211ee19d 100644 --- a/kitemviews/kitemviews.2015-08-12.manifest +++ b/kitemviews/kitemviews.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kitemviews-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-09-12.manifest b/kitemviews/kitemviews.2015-09-12.manifest index 4f3e3cae..fcbf2e78 100644 --- a/kitemviews/kitemviews.2015-09-12.manifest +++ b/kitemviews/kitemviews.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kitemviews-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-10-10.manifest b/kitemviews/kitemviews.2015-10-10.manifest index 41868d80..a3b5effc 100644 --- a/kitemviews/kitemviews.2015-10-10.manifest +++ b/kitemviews/kitemviews.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kitemviews-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-11-13.manifest b/kitemviews/kitemviews.2015-11-13.manifest index 651c843e..28e08747 100644 --- a/kitemviews/kitemviews.2015-11-13.manifest +++ b/kitemviews/kitemviews.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kitemviews-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2015-12-12.manifest b/kitemviews/kitemviews.2015-12-12.manifest index d4eb0d6b..889fc2cf 100644 --- a/kitemviews/kitemviews.2015-12-12.manifest +++ b/kitemviews/kitemviews.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kitemviews-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-01-09.manifest b/kitemviews/kitemviews.2016-01-09.manifest index c3da7a5d..2a64aed6 100644 --- a/kitemviews/kitemviews.2016-01-09.manifest +++ b/kitemviews/kitemviews.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kitemviews-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-02-13.manifest b/kitemviews/kitemviews.2016-02-13.manifest index b01c07bc..65051ad0 100644 --- a/kitemviews/kitemviews.2016-02-13.manifest +++ b/kitemviews/kitemviews.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kitemviews-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-03-13.manifest b/kitemviews/kitemviews.2016-03-13.manifest index 13fbe58c..5f391cc9 100644 --- a/kitemviews/kitemviews.2016-03-13.manifest +++ b/kitemviews/kitemviews.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kitemviews-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-04-09.manifest b/kitemviews/kitemviews.2016-04-09.manifest index 120c0f7d..7ed56c9e 100644 --- a/kitemviews/kitemviews.2016-04-09.manifest +++ b/kitemviews/kitemviews.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kitemviews-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-05-15.manifest b/kitemviews/kitemviews.2016-05-15.manifest index 8b01bf90..d0a17c27 100644 --- a/kitemviews/kitemviews.2016-05-15.manifest +++ b/kitemviews/kitemviews.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kitemviews", "display_name": "KItemViews", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Widget addons for Qt Model/View", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kitemviews-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-06-13.manifest b/kitemviews/kitemviews.2016-06-13.manifest new file mode 100644 index 00000000..20cd676b --- /dev/null +++ b/kitemviews/kitemviews.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kitemviews", + "display_name": "KItemViews", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Widget addons for Qt Model/View", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kitemviews-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Widgets", + "Development" + ] +} diff --git a/kitemviews/kitemviews.2016-07-09.manifest b/kitemviews/kitemviews.2016-07-09.manifest new file mode 100644 index 00000000..e6d2cad6 --- /dev/null +++ b/kitemviews/kitemviews.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kitemviews", + "display_name": "KItemViews", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Widget addons for Qt Model/View", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kitemviews-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kitemviews/kitemviews.2016-08-13.manifest b/kitemviews/kitemviews.2016-08-13.manifest new file mode 100644 index 00000000..95d3fc0d --- /dev/null +++ b/kitemviews/kitemviews.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kitemviews", + "display_name": "KItemViews", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Widget addons for Qt Model/View", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kitemviews/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kitemviews/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKItemViews includes a set of views, which can be used with item models. It\nincludes views for categorizing lists and to add search filters to flat and\nhierarchical lists.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kitemviews-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kjobwidgets/kjobwidgets.2014-03-03.manifest b/kjobwidgets/kjobwidgets.2014-03-03.manifest index 2e1dafe8..76b8df11 100644 --- a/kjobwidgets/kjobwidgets.2014-03-03.manifest +++ b/kjobwidgets/kjobwidgets.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kjobwidgets-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-04-01.manifest b/kjobwidgets/kjobwidgets.2014-04-01.manifest index 6bceca05..2773eef0 100644 --- a/kjobwidgets/kjobwidgets.2014-04-01.manifest +++ b/kjobwidgets/kjobwidgets.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kjobwidgets-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-07-07.manifest b/kjobwidgets/kjobwidgets.2014-07-07.manifest index 5f17d2ad..11ead6b2 100644 --- a/kjobwidgets/kjobwidgets.2014-07-07.manifest +++ b/kjobwidgets/kjobwidgets.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kjobwidgets-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-08-07.manifest b/kjobwidgets/kjobwidgets.2014-08-07.manifest index c50969ea..d4a7dbdb 100644 --- a/kjobwidgets/kjobwidgets.2014-08-07.manifest +++ b/kjobwidgets/kjobwidgets.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kjobwidgets-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-09-12.manifest b/kjobwidgets/kjobwidgets.2014-09-12.manifest index c6114f15..7fac4601 100644 --- a/kjobwidgets/kjobwidgets.2014-09-12.manifest +++ b/kjobwidgets/kjobwidgets.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kjobwidgets-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-10-07.manifest b/kjobwidgets/kjobwidgets.2014-10-07.manifest index de85200a..237a0d98 100644 --- a/kjobwidgets/kjobwidgets.2014-10-07.manifest +++ b/kjobwidgets/kjobwidgets.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kjobwidgets-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-11-06.manifest b/kjobwidgets/kjobwidgets.2014-11-06.manifest index 83524ca1..fa956a22 100644 --- a/kjobwidgets/kjobwidgets.2014-11-06.manifest +++ b/kjobwidgets/kjobwidgets.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kjobwidgets-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2014-12-11.manifest b/kjobwidgets/kjobwidgets.2014-12-11.manifest index a61b63ce..7bfeb6d6 100644 --- a/kjobwidgets/kjobwidgets.2014-12-11.manifest +++ b/kjobwidgets/kjobwidgets.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kjobwidgets-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-01-08.manifest b/kjobwidgets/kjobwidgets.2015-01-08.manifest index d9951bbb..be60e821 100644 --- a/kjobwidgets/kjobwidgets.2015-01-08.manifest +++ b/kjobwidgets/kjobwidgets.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kjobwidgets-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-02-14.manifest b/kjobwidgets/kjobwidgets.2015-02-14.manifest index 6989630f..756d0e6b 100644 --- a/kjobwidgets/kjobwidgets.2015-02-14.manifest +++ b/kjobwidgets/kjobwidgets.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kjobwidgets-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-05-08.manifest b/kjobwidgets/kjobwidgets.2015-05-08.manifest index fe3fd7ce..3efbf209 100644 --- a/kjobwidgets/kjobwidgets.2015-05-08.manifest +++ b/kjobwidgets/kjobwidgets.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kjobwidgets-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-07-27.manifest b/kjobwidgets/kjobwidgets.2015-07-27.manifest index 11cd9de7..3b5c1e2f 100644 --- a/kjobwidgets/kjobwidgets.2015-07-27.manifest +++ b/kjobwidgets/kjobwidgets.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Widgets for showing progress of asynchronous jobs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjobwidgets", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kjobwidgets-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-08-12.manifest b/kjobwidgets/kjobwidgets.2015-08-12.manifest index 2b47bc19..d24e3623 100644 --- a/kjobwidgets/kjobwidgets.2015-08-12.manifest +++ b/kjobwidgets/kjobwidgets.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kjobwidgets-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-09-12.manifest b/kjobwidgets/kjobwidgets.2015-09-12.manifest index 193d7ab4..798d0f34 100644 --- a/kjobwidgets/kjobwidgets.2015-09-12.manifest +++ b/kjobwidgets/kjobwidgets.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kjobwidgets-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-10-10.manifest b/kjobwidgets/kjobwidgets.2015-10-10.manifest index 63f6eb27..c2b91ba1 100644 --- a/kjobwidgets/kjobwidgets.2015-10-10.manifest +++ b/kjobwidgets/kjobwidgets.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kjobwidgets-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-11-13.manifest b/kjobwidgets/kjobwidgets.2015-11-13.manifest index 4a153b72..ca37ce64 100644 --- a/kjobwidgets/kjobwidgets.2015-11-13.manifest +++ b/kjobwidgets/kjobwidgets.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kjobwidgets-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2015-12-12.manifest b/kjobwidgets/kjobwidgets.2015-12-12.manifest index 38ff0e2c..477c0f5f 100644 --- a/kjobwidgets/kjobwidgets.2015-12-12.manifest +++ b/kjobwidgets/kjobwidgets.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kjobwidgets-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-01-09.manifest b/kjobwidgets/kjobwidgets.2016-01-09.manifest index 38f9524e..38202689 100644 --- a/kjobwidgets/kjobwidgets.2016-01-09.manifest +++ b/kjobwidgets/kjobwidgets.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kjobwidgets-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-02-13.manifest b/kjobwidgets/kjobwidgets.2016-02-13.manifest index ace9cf3e..ce7ed885 100644 --- a/kjobwidgets/kjobwidgets.2016-02-13.manifest +++ b/kjobwidgets/kjobwidgets.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kjobwidgets-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-03-13.manifest b/kjobwidgets/kjobwidgets.2016-03-13.manifest index b3c62b25..24e45d0c 100644 --- a/kjobwidgets/kjobwidgets.2016-03-13.manifest +++ b/kjobwidgets/kjobwidgets.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kjobwidgets-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-04-09.manifest b/kjobwidgets/kjobwidgets.2016-04-09.manifest index 6d7e014b..c2245a58 100644 --- a/kjobwidgets/kjobwidgets.2016-04-09.manifest +++ b/kjobwidgets/kjobwidgets.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kjobwidgets-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-05-15.manifest b/kjobwidgets/kjobwidgets.2016-05-15.manifest index 85483eaf..80fd3e3e 100644 --- a/kjobwidgets/kjobwidgets.2016-05-15.manifest +++ b/kjobwidgets/kjobwidgets.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjobwidgets", "display_name": "KJobWidgets", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Widgets for tracking KJob instances", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kjobwidgets-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-06-13.manifest b/kjobwidgets/kjobwidgets.2016-06-13.manifest new file mode 100644 index 00000000..dbe46ec5 --- /dev/null +++ b/kjobwidgets/kjobwidgets.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjobwidgets", + "display_name": "KJobWidgets", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Widgets for tracking KJob instances", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kjobwidgets-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kjobwidgets/kjobwidgets.2016-07-09.manifest b/kjobwidgets/kjobwidgets.2016-07-09.manifest new file mode 100644 index 00000000..75b57356 --- /dev/null +++ b/kjobwidgets/kjobwidgets.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjobwidgets", + "display_name": "KJobWidgets", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Widgets for tracking KJob instances", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kjobwidgets-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kjobwidgets/kjobwidgets.2016-08-13.manifest b/kjobwidgets/kjobwidgets.2016-08-13.manifest new file mode 100644 index 00000000..4af3f293 --- /dev/null +++ b/kjobwidgets/kjobwidgets.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjobwidgets", + "display_name": "KJobWidgets", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Widgets for tracking KJob instances", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjobwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kjobwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKJobWIdgets provides widgets for showing progress of asynchronous jobs.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kjobwidgets-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kjs/kjs.2014-03-03.manifest b/kjs/kjs.2014-03-03.manifest index 1943f26b..1d3192e0 100644 --- a/kjs/kjs.2014-03-03.manifest +++ b/kjs/kjs.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kjs-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-04-01.manifest b/kjs/kjs.2014-04-01.manifest index 0d07f998..514bf777 100644 --- a/kjs/kjs.2014-04-01.manifest +++ b/kjs/kjs.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kjs-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-07-07.manifest b/kjs/kjs.2014-07-07.manifest index 53a7c038..5406aa97 100644 --- a/kjs/kjs.2014-07-07.manifest +++ b/kjs/kjs.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kjs-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-08-07.manifest b/kjs/kjs.2014-08-07.manifest index 741aa904..9e86b888 100644 --- a/kjs/kjs.2014-08-07.manifest +++ b/kjs/kjs.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kjs-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-09-12.manifest b/kjs/kjs.2014-09-12.manifest index d0de48f0..956656a2 100644 --- a/kjs/kjs.2014-09-12.manifest +++ b/kjs/kjs.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kjs-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-10-07.manifest b/kjs/kjs.2014-10-07.manifest index 25203c96..e9219ac3 100644 --- a/kjs/kjs.2014-10-07.manifest +++ b/kjs/kjs.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kjs-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-11-06.manifest b/kjs/kjs.2014-11-06.manifest index b35ff524..d0b7fb16 100644 --- a/kjs/kjs.2014-11-06.manifest +++ b/kjs/kjs.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kjs-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2014-12-11.manifest b/kjs/kjs.2014-12-11.manifest index 3263babd..b2d52d5c 100644 --- a/kjs/kjs.2014-12-11.manifest +++ b/kjs/kjs.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kjs-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-01-08.manifest b/kjs/kjs.2015-01-08.manifest index 45be818d..4730c133 100644 --- a/kjs/kjs.2015-01-08.manifest +++ b/kjs/kjs.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kjs-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-02-14.manifest b/kjs/kjs.2015-02-14.manifest index be382bf4..7828885a 100644 --- a/kjs/kjs.2015-02-14.manifest +++ b/kjs/kjs.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kjs-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-05-08.manifest b/kjs/kjs.2015-05-08.manifest index eec0b210..95f6b1cc 100644 --- a/kjs/kjs.2015-05-08.manifest +++ b/kjs/kjs.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kjs-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-07-27.manifest b/kjs/kjs.2015-07-27.manifest index 1f33f005..2df603dc 100644 --- a/kjs/kjs.2015-07-27.manifest +++ b/kjs/kjs.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Javascript engine", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjs", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kjs-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-08-12.manifest b/kjs/kjs.2015-08-12.manifest index ae227f2d..a4d4910f 100644 --- a/kjs/kjs.2015-08-12.manifest +++ b/kjs/kjs.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kjs-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-09-12.manifest b/kjs/kjs.2015-09-12.manifest index c8e795fb..8ecc1b85 100644 --- a/kjs/kjs.2015-09-12.manifest +++ b/kjs/kjs.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kjs-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-10-10.manifest b/kjs/kjs.2015-10-10.manifest index 11e27c6c..cd6cd066 100644 --- a/kjs/kjs.2015-10-10.manifest +++ b/kjs/kjs.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kjs-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-11-13.manifest b/kjs/kjs.2015-11-13.manifest index 4aa48f17..c1b28b9e 100644 --- a/kjs/kjs.2015-11-13.manifest +++ b/kjs/kjs.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kjs-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2015-12-12.manifest b/kjs/kjs.2015-12-12.manifest index ff523b91..6cf52d76 100644 --- a/kjs/kjs.2015-12-12.manifest +++ b/kjs/kjs.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kjs-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-01-09.manifest b/kjs/kjs.2016-01-09.manifest index 3a964493..3a5ee167 100644 --- a/kjs/kjs.2016-01-09.manifest +++ b/kjs/kjs.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kjs-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-02-13.manifest b/kjs/kjs.2016-02-13.manifest index ec85f731..40e34ad9 100644 --- a/kjs/kjs.2016-02-13.manifest +++ b/kjs/kjs.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kjs-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-03-13.manifest b/kjs/kjs.2016-03-13.manifest index 1676617e..bd7217b6 100644 --- a/kjs/kjs.2016-03-13.manifest +++ b/kjs/kjs.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kjs-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-04-09.manifest b/kjs/kjs.2016-04-09.manifest index 30e455f9..e080080c 100644 --- a/kjs/kjs.2016-04-09.manifest +++ b/kjs/kjs.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kjs-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-05-15.manifest b/kjs/kjs.2016-05-15.manifest index 86a76305..1ec361be 100644 --- a/kjs/kjs.2016-05-15.manifest +++ b/kjs/kjs.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjs", "display_name": "KJS", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for JS scripting in applications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kjs-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-06-13.manifest b/kjs/kjs.2016-06-13.manifest new file mode 100644 index 00000000..bebfab27 --- /dev/null +++ b/kjs/kjs.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjs", + "display_name": "KJS", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for JS scripting in applications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kjs-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjs/kjs.2016-07-09.manifest b/kjs/kjs.2016-07-09.manifest new file mode 100644 index 00000000..1d6e7f5f --- /dev/null +++ b/kjs/kjs.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjs", + "display_name": "KJS", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for JS scripting in applications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kjs-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kjs/kjs.2016-08-13.manifest b/kjs/kjs.2016-08-13.manifest new file mode 100644 index 00000000..c5b8ee93 --- /dev/null +++ b/kjs/kjs.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjs", + "display_name": "KJS", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for JS scripting in applications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjs/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kjs/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides an ECMAScript compatible interpreter. The ECMA standard\nis based on well known scripting languages such as Netscape's JavaScript and\nMicrosoft's JScript.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kjs-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kjsembed/kjsembed.2014-03-03.manifest b/kjsembed/kjsembed.2014-03-03.manifest index 592d8a67..ea181322 100644 --- a/kjsembed/kjsembed.2014-03-03.manifest +++ b/kjsembed/kjsembed.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kjsembed-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-04-01.manifest b/kjsembed/kjsembed.2014-04-01.manifest index a13a3b6d..a7958970 100644 --- a/kjsembed/kjsembed.2014-04-01.manifest +++ b/kjsembed/kjsembed.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kjsembed-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-07-07.manifest b/kjsembed/kjsembed.2014-07-07.manifest index 2bfc22ff..f22d8c67 100644 --- a/kjsembed/kjsembed.2014-07-07.manifest +++ b/kjsembed/kjsembed.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kjsembed-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-08-07.manifest b/kjsembed/kjsembed.2014-08-07.manifest index 544d931c..fbf61e68 100644 --- a/kjsembed/kjsembed.2014-08-07.manifest +++ b/kjsembed/kjsembed.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kjsembed-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-09-12.manifest b/kjsembed/kjsembed.2014-09-12.manifest index bd9bfa4e..18dc26c5 100644 --- a/kjsembed/kjsembed.2014-09-12.manifest +++ b/kjsembed/kjsembed.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kjsembed-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-10-07.manifest b/kjsembed/kjsembed.2014-10-07.manifest index 0cf6cdc8..40ec18cf 100644 --- a/kjsembed/kjsembed.2014-10-07.manifest +++ b/kjsembed/kjsembed.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kjsembed-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-11-06.manifest b/kjsembed/kjsembed.2014-11-06.manifest index a83697df..cc9f8097 100644 --- a/kjsembed/kjsembed.2014-11-06.manifest +++ b/kjsembed/kjsembed.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kjsembed-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2014-12-11.manifest b/kjsembed/kjsembed.2014-12-11.manifest index 83032122..f0ebc023 100644 --- a/kjsembed/kjsembed.2014-12-11.manifest +++ b/kjsembed/kjsembed.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kjsembed-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-01-08.manifest b/kjsembed/kjsembed.2015-01-08.manifest index f6c284d1..e3cc6a25 100644 --- a/kjsembed/kjsembed.2015-01-08.manifest +++ b/kjsembed/kjsembed.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kjsembed-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-02-14.manifest b/kjsembed/kjsembed.2015-02-14.manifest index f8561a58..2983f95c 100644 --- a/kjsembed/kjsembed.2015-02-14.manifest +++ b/kjsembed/kjsembed.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kjsembed-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-05-08.manifest b/kjsembed/kjsembed.2015-05-08.manifest index e4930b0c..c231849d 100644 --- a/kjsembed/kjsembed.2015-05-08.manifest +++ b/kjsembed/kjsembed.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kjsembed-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-07-27.manifest b/kjsembed/kjsembed.2015-07-27.manifest index ed1e14ee..74b16c2c 100644 --- a/kjsembed/kjsembed.2015-07-27.manifest +++ b/kjsembed/kjsembed.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Binding Javascript object to QObjects", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kjsembed", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kjsembed-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-08-12.manifest b/kjsembed/kjsembed.2015-08-12.manifest index 22d0cb8b..544a27b7 100644 --- a/kjsembed/kjsembed.2015-08-12.manifest +++ b/kjsembed/kjsembed.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kjsembed-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-09-12.manifest b/kjsembed/kjsembed.2015-09-12.manifest index ec6d86e7..d5383f87 100644 --- a/kjsembed/kjsembed.2015-09-12.manifest +++ b/kjsembed/kjsembed.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kjsembed-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-10-10.manifest b/kjsembed/kjsembed.2015-10-10.manifest index d5c00bc9..84a59e66 100644 --- a/kjsembed/kjsembed.2015-10-10.manifest +++ b/kjsembed/kjsembed.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kjsembed-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-11-13.manifest b/kjsembed/kjsembed.2015-11-13.manifest index d60202d1..387f5ce1 100644 --- a/kjsembed/kjsembed.2015-11-13.manifest +++ b/kjsembed/kjsembed.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kjsembed-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2015-12-12.manifest b/kjsembed/kjsembed.2015-12-12.manifest index c12a1ba0..056107f3 100644 --- a/kjsembed/kjsembed.2015-12-12.manifest +++ b/kjsembed/kjsembed.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kjsembed-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-01-09.manifest b/kjsembed/kjsembed.2016-01-09.manifest index a9a57be6..c7e69d86 100644 --- a/kjsembed/kjsembed.2016-01-09.manifest +++ b/kjsembed/kjsembed.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kjsembed-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-02-13.manifest b/kjsembed/kjsembed.2016-02-13.manifest index 3cfb8ea4..50f65082 100644 --- a/kjsembed/kjsembed.2016-02-13.manifest +++ b/kjsembed/kjsembed.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kjsembed-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-03-13.manifest b/kjsembed/kjsembed.2016-03-13.manifest index b19cc42f..f306763e 100644 --- a/kjsembed/kjsembed.2016-03-13.manifest +++ b/kjsembed/kjsembed.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kjsembed-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-04-09.manifest b/kjsembed/kjsembed.2016-04-09.manifest index b9bc728e..22b57b81 100644 --- a/kjsembed/kjsembed.2016-04-09.manifest +++ b/kjsembed/kjsembed.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kjsembed-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-05-15.manifest b/kjsembed/kjsembed.2016-05-15.manifest index c0dc6c5e..6ccc89a2 100644 --- a/kjsembed/kjsembed.2016-05-15.manifest +++ b/kjsembed/kjsembed.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kjsembed", "display_name": "KJSEmbed", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Embedded JS", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kjsembed-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-06-13.manifest b/kjsembed/kjsembed.2016-06-13.manifest new file mode 100644 index 00000000..8aaa8f0a --- /dev/null +++ b/kjsembed/kjsembed.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjsembed", + "display_name": "KJSEmbed", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Embedded JS", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kjsembed-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Web", + "Scripting" + ] +} diff --git a/kjsembed/kjsembed.2016-07-09.manifest b/kjsembed/kjsembed.2016-07-09.manifest new file mode 100644 index 00000000..7dbba45b --- /dev/null +++ b/kjsembed/kjsembed.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjsembed", + "display_name": "KJSEmbed", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Embedded JS", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kjsembed-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kjsembed/kjsembed.2016-08-13.manifest b/kjsembed/kjsembed.2016-08-13.manifest new file mode 100644 index 00000000..1f39c159 --- /dev/null +++ b/kjsembed/kjsembed.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kjsembed", + "display_name": "KJSEmbed", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Embedded JS", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kjsembed/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kjsembed/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KSJEmbed provides a method of binding JavaScript objects to QObjects,\nso you can script your applications.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kjsembed-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/klfbackend/klfbackend.2010-12-05.manifest b/klfbackend/klfbackend.2010-12-05.manifest index 16a2ed8a..ddc3bd6a 100644 --- a/klfbackend/klfbackend.2010-12-05.manifest +++ b/klfbackend/klfbackend.2010-12-05.manifest @@ -1,30 +1,40 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "klfbackend", "release_date": "2010-12-05", "version": "3.2.2", "summary": "KLatexFormula backend library", "urls": { "homepage": "http://klatexformula.sourceforge.net/", "api_docs": "http://klatexformula.sourceforge.net/doc/apidoc/klfbackend/html/", "vcs": "http://sourceforge.net/scm/?type=svn&group_id=174270" }, - "licenses": ["GPLv2+"], + "licenses": [ + "GPLv2+" + ], "description": "A C++/Qt library to generate images (PNG, EPS, PDF, plus all Qt-supported image\nformats) from LaTeX equations.\n\nThis library implements the base functionality of KLatexFormula. This library\nis compiled for Qt 4.\n\nSee also packages klatexformula and libklfbackend-qt3.\n", - "authors": [ "Philippe Faist " ], + "authors": [ + "Philippe Faist " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://sourceforge.net/projects/klatexformula/files/klatexformula/klatexformula-3.2.2/klatexformula-3.2.2.tar.gz/download", "openSUSE": { "11.4": { "package_name": "libklfbackend3_2", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "klatexformula-3.2.2-3.2.src.rpm" } } - } + }, + "topics": [ + "Graphics", + "Data" + ] } diff --git a/klfbackend/klfbackend.2013-06-23.manifest b/klfbackend/klfbackend.2013-06-23.manifest index 1a1061be..bb162284 100644 --- a/klfbackend/klfbackend.2013-06-23.manifest +++ b/klfbackend/klfbackend.2013-06-23.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "klfbackend", + "display_name": "KLFBackend", "release_date": "2013-06-23", "version": "3.2.7", "summary": "KLatexFormula backend library", "urls": { "homepage": "http://klatexformula.sourceforge.net/", "api_docs": "http://klatexformula.sourceforge.net/doc/apidoc/klfbackend/html/", "vcs": "http://sourceforge.net/scm/?type=svn&group_id=174270", "download": "http://sourceforge.net/projects/klatexformula/files/klatexformula/" }, "licenses": [ "GPLv2+" ], "description": "A C++/Qt library to generate images (PNG, EPS, PDF, plus all Qt-supported image\nformats) from LaTeX equations.\n\nThis library implements the base functionality of KLatexFormula. This library\nis compiled for Qt 4.\n\nSee also packages klatexformula and libklfbackend-qt3.\n", "authors": [ "Philippe Faist " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/klatexformula/files/klatexformula/klatexformula-3.2.7/klatexformula-3.2.7.tar.gz/download" - } + }, + "topics": [ + "Graphics", + "Data" + ] } diff --git a/kmediaplayer/kmediaplayer.2014-03-03.manifest b/kmediaplayer/kmediaplayer.2014-03-03.manifest index 3e000e27..1069dccd 100644 --- a/kmediaplayer/kmediaplayer.2014-03-03.manifest +++ b/kmediaplayer/kmediaplayer.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kmediaplayer-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-04-01.manifest b/kmediaplayer/kmediaplayer.2014-04-01.manifest index bd1d5d2f..474cd6f4 100644 --- a/kmediaplayer/kmediaplayer.2014-04-01.manifest +++ b/kmediaplayer/kmediaplayer.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kmediaplayer-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-07-07.manifest b/kmediaplayer/kmediaplayer.2014-07-07.manifest index 5c7144b4..4734e130 100644 --- a/kmediaplayer/kmediaplayer.2014-07-07.manifest +++ b/kmediaplayer/kmediaplayer.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kmediaplayer-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-08-07.manifest b/kmediaplayer/kmediaplayer.2014-08-07.manifest index 6376a6db..7f4b8533 100644 --- a/kmediaplayer/kmediaplayer.2014-08-07.manifest +++ b/kmediaplayer/kmediaplayer.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kmediaplayer-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-09-12.manifest b/kmediaplayer/kmediaplayer.2014-09-12.manifest index 82fe55f6..39a6aa96 100644 --- a/kmediaplayer/kmediaplayer.2014-09-12.manifest +++ b/kmediaplayer/kmediaplayer.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kmediaplayer-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-10-07.manifest b/kmediaplayer/kmediaplayer.2014-10-07.manifest index c512f175..af5b75b7 100644 --- a/kmediaplayer/kmediaplayer.2014-10-07.manifest +++ b/kmediaplayer/kmediaplayer.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kmediaplayer-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-11-06.manifest b/kmediaplayer/kmediaplayer.2014-11-06.manifest index b162bffa..85c8cdfc 100644 --- a/kmediaplayer/kmediaplayer.2014-11-06.manifest +++ b/kmediaplayer/kmediaplayer.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kmediaplayer-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2014-12-11.manifest b/kmediaplayer/kmediaplayer.2014-12-11.manifest index fdab30e3..ce816caa 100644 --- a/kmediaplayer/kmediaplayer.2014-12-11.manifest +++ b/kmediaplayer/kmediaplayer.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kmediaplayer-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-01-08.manifest b/kmediaplayer/kmediaplayer.2015-01-08.manifest index a2c67999..f0067c0d 100644 --- a/kmediaplayer/kmediaplayer.2015-01-08.manifest +++ b/kmediaplayer/kmediaplayer.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kmediaplayer-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-02-14.manifest b/kmediaplayer/kmediaplayer.2015-02-14.manifest index c7e3744c..d7bf6cef 100644 --- a/kmediaplayer/kmediaplayer.2015-02-14.manifest +++ b/kmediaplayer/kmediaplayer.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kmediaplayer-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-05-08.manifest b/kmediaplayer/kmediaplayer.2015-05-08.manifest index 4745079b..cf3ce960 100644 --- a/kmediaplayer/kmediaplayer.2015-05-08.manifest +++ b/kmediaplayer/kmediaplayer.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kmediaplayer-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-07-27.manifest b/kmediaplayer/kmediaplayer.2015-07-27.manifest index 61026d53..b8d2b48b 100644 --- a/kmediaplayer/kmediaplayer.2015-07-27.manifest +++ b/kmediaplayer/kmediaplayer.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Interface for media player KParts", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kmediaplayer", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kmediaplayer-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-08-12.manifest b/kmediaplayer/kmediaplayer.2015-08-12.manifest index ab5150c2..4c38cfd9 100644 --- a/kmediaplayer/kmediaplayer.2015-08-12.manifest +++ b/kmediaplayer/kmediaplayer.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kmediaplayer-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-09-12.manifest b/kmediaplayer/kmediaplayer.2015-09-12.manifest index d0cce93d..aadfb390 100644 --- a/kmediaplayer/kmediaplayer.2015-09-12.manifest +++ b/kmediaplayer/kmediaplayer.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kmediaplayer-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-10-10.manifest b/kmediaplayer/kmediaplayer.2015-10-10.manifest index f7b75086..3ec1ea0a 100644 --- a/kmediaplayer/kmediaplayer.2015-10-10.manifest +++ b/kmediaplayer/kmediaplayer.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kmediaplayer-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-11-13.manifest b/kmediaplayer/kmediaplayer.2015-11-13.manifest index 36780aa6..99302b11 100644 --- a/kmediaplayer/kmediaplayer.2015-11-13.manifest +++ b/kmediaplayer/kmediaplayer.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kmediaplayer-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2015-12-12.manifest b/kmediaplayer/kmediaplayer.2015-12-12.manifest index 5505eb1a..338a6401 100644 --- a/kmediaplayer/kmediaplayer.2015-12-12.manifest +++ b/kmediaplayer/kmediaplayer.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kmediaplayer-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-01-09.manifest b/kmediaplayer/kmediaplayer.2016-01-09.manifest index 05a12244..16ecab74 100644 --- a/kmediaplayer/kmediaplayer.2016-01-09.manifest +++ b/kmediaplayer/kmediaplayer.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kmediaplayer-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-02-13.manifest b/kmediaplayer/kmediaplayer.2016-02-13.manifest index def53c9b..52dec223 100644 --- a/kmediaplayer/kmediaplayer.2016-02-13.manifest +++ b/kmediaplayer/kmediaplayer.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kmediaplayer-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-03-13.manifest b/kmediaplayer/kmediaplayer.2016-03-13.manifest index 589315ad..1cc2f408 100644 --- a/kmediaplayer/kmediaplayer.2016-03-13.manifest +++ b/kmediaplayer/kmediaplayer.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kmediaplayer-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-04-09.manifest b/kmediaplayer/kmediaplayer.2016-04-09.manifest index 4e5db473..a6e5a8d8 100644 --- a/kmediaplayer/kmediaplayer.2016-04-09.manifest +++ b/kmediaplayer/kmediaplayer.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kmediaplayer-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-05-15.manifest b/kmediaplayer/kmediaplayer.2016-05-15.manifest index 87588f03..e1b081e5 100644 --- a/kmediaplayer/kmediaplayer.2016-05-15.manifest +++ b/kmediaplayer/kmediaplayer.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kmediaplayer", "display_name": "KMediaPlayer", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Plugin interface for media player features", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kmediaplayer-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-06-13.manifest b/kmediaplayer/kmediaplayer.2016-06-13.manifest new file mode 100644 index 00000000..39338ac8 --- /dev/null +++ b/kmediaplayer/kmediaplayer.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kmediaplayer", + "display_name": "KMediaPlayer", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Plugin interface for media player features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kmediaplayer-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Multimedia" + ] +} diff --git a/kmediaplayer/kmediaplayer.2016-07-09.manifest b/kmediaplayer/kmediaplayer.2016-07-09.manifest new file mode 100644 index 00000000..addfe084 --- /dev/null +++ b/kmediaplayer/kmediaplayer.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kmediaplayer", + "display_name": "KMediaPlayer", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Plugin interface for media player features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kmediaplayer-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kmediaplayer/kmediaplayer.2016-08-13.manifest b/kmediaplayer/kmediaplayer.2016-08-13.manifest new file mode 100644 index 00000000..f67c528e --- /dev/null +++ b/kmediaplayer/kmediaplayer.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kmediaplayer", + "display_name": "KMediaPlayer", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Plugin interface for media player features", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kmediaplayer/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kmediaplayer/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KMediaPlayer builds on the KParts framework to provide a common interface for\nKParts that can play media files.\n\nThis framework is a porting aid. It is not recommended for new projects, and\nexisting projects that use it are advised to port away from it, and use plain\nKParts instead.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kmediaplayer-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/knewstuff/knewstuff.2014-03-03.manifest b/knewstuff/knewstuff.2014-03-03.manifest index 899449af..b6061266 100644 --- a/knewstuff/knewstuff.2014-03-03.manifest +++ b/knewstuff/knewstuff.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/knewstuff-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-04-01.manifest b/knewstuff/knewstuff.2014-04-01.manifest index bdaa4aaa..34e24c6d 100644 --- a/knewstuff/knewstuff.2014-04-01.manifest +++ b/knewstuff/knewstuff.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/knewstuff-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-07-07.manifest b/knewstuff/knewstuff.2014-07-07.manifest index 8fbe4ea5..be75b5dc 100644 --- a/knewstuff/knewstuff.2014-07-07.manifest +++ b/knewstuff/knewstuff.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/knewstuff-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-08-07.manifest b/knewstuff/knewstuff.2014-08-07.manifest index 05b35974..391ba8fe 100644 --- a/knewstuff/knewstuff.2014-08-07.manifest +++ b/knewstuff/knewstuff.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/knewstuff-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-09-12.manifest b/knewstuff/knewstuff.2014-09-12.manifest index 485708e8..6c316151 100644 --- a/knewstuff/knewstuff.2014-09-12.manifest +++ b/knewstuff/knewstuff.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/knewstuff-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-10-07.manifest b/knewstuff/knewstuff.2014-10-07.manifest index 85032d6d..d6d94b45 100644 --- a/knewstuff/knewstuff.2014-10-07.manifest +++ b/knewstuff/knewstuff.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/knewstuff-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-11-06.manifest b/knewstuff/knewstuff.2014-11-06.manifest index ef5d267d..2a22bafc 100644 --- a/knewstuff/knewstuff.2014-11-06.manifest +++ b/knewstuff/knewstuff.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/knewstuff-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2014-12-11.manifest b/knewstuff/knewstuff.2014-12-11.manifest index 70fb7376..a1b104a9 100644 --- a/knewstuff/knewstuff.2014-12-11.manifest +++ b/knewstuff/knewstuff.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/knewstuff-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-01-08.manifest b/knewstuff/knewstuff.2015-01-08.manifest index 856dd177..96dd968a 100644 --- a/knewstuff/knewstuff.2015-01-08.manifest +++ b/knewstuff/knewstuff.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/knewstuff-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-02-14.manifest b/knewstuff/knewstuff.2015-02-14.manifest index b3653730..56005b54 100644 --- a/knewstuff/knewstuff.2015-02-14.manifest +++ b/knewstuff/knewstuff.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/knewstuff-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-05-08.manifest b/knewstuff/knewstuff.2015-05-08.manifest index 166ce5ef..eaa449b8 100644 --- a/knewstuff/knewstuff.2015-05-08.manifest +++ b/knewstuff/knewstuff.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/knewstuff-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-07-27.manifest b/knewstuff/knewstuff.2015-07-27.manifest index e6131e93..97fdef99 100644 --- a/knewstuff/knewstuff.2015-07-27.manifest +++ b/knewstuff/knewstuff.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Framework for downloading and sharing additional application data", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knewstuff", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/knewstuff-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-08-12.manifest b/knewstuff/knewstuff.2015-08-12.manifest index 262e39a6..aebd244e 100644 --- a/knewstuff/knewstuff.2015-08-12.manifest +++ b/knewstuff/knewstuff.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/knewstuff-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-09-12.manifest b/knewstuff/knewstuff.2015-09-12.manifest index ef15db47..d8fd0624 100644 --- a/knewstuff/knewstuff.2015-09-12.manifest +++ b/knewstuff/knewstuff.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/knewstuff-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-10-10.manifest b/knewstuff/knewstuff.2015-10-10.manifest index 60cc5198..0d14b1a6 100644 --- a/knewstuff/knewstuff.2015-10-10.manifest +++ b/knewstuff/knewstuff.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/knewstuff-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-11-13.manifest b/knewstuff/knewstuff.2015-11-13.manifest index 8820c987..bde77b53 100644 --- a/knewstuff/knewstuff.2015-11-13.manifest +++ b/knewstuff/knewstuff.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/knewstuff-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2015-12-12.manifest b/knewstuff/knewstuff.2015-12-12.manifest index ff5d6008..aff4b215 100644 --- a/knewstuff/knewstuff.2015-12-12.manifest +++ b/knewstuff/knewstuff.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/knewstuff-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-01-09.manifest b/knewstuff/knewstuff.2016-01-09.manifest index 21ef7f8c..1feece9e 100644 --- a/knewstuff/knewstuff.2016-01-09.manifest +++ b/knewstuff/knewstuff.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/knewstuff-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-02-13.manifest b/knewstuff/knewstuff.2016-02-13.manifest index 145b788b..dbdef6ec 100644 --- a/knewstuff/knewstuff.2016-02-13.manifest +++ b/knewstuff/knewstuff.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/knewstuff-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-03-13.manifest b/knewstuff/knewstuff.2016-03-13.manifest index 91d05691..96070842 100644 --- a/knewstuff/knewstuff.2016-03-13.manifest +++ b/knewstuff/knewstuff.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/knewstuff-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-04-09.manifest b/knewstuff/knewstuff.2016-04-09.manifest index a20f7e67..ae1a1457 100644 --- a/knewstuff/knewstuff.2016-04-09.manifest +++ b/knewstuff/knewstuff.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/knewstuff-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-05-15.manifest b/knewstuff/knewstuff.2016-05-15.manifest index 5dd0012d..b36c483f 100644 --- a/knewstuff/knewstuff.2016-05-15.manifest +++ b/knewstuff/knewstuff.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knewstuff", "display_name": "KNewStuff", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for downloading application assets from the network", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/knewstuff-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-06-13.manifest b/knewstuff/knewstuff.2016-06-13.manifest new file mode 100644 index 00000000..c7dd0bdd --- /dev/null +++ b/knewstuff/knewstuff.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knewstuff", + "display_name": "KNewStuff", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for downloading application assets from the network", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/knewstuff-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Data", + "Communication" + ] +} diff --git a/knewstuff/knewstuff.2016-07-09.manifest b/knewstuff/knewstuff.2016-07-09.manifest new file mode 100644 index 00000000..fd302122 --- /dev/null +++ b/knewstuff/knewstuff.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knewstuff", + "display_name": "KNewStuff", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for downloading application assets from the network", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/knewstuff-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/knewstuff/knewstuff.2016-08-13.manifest b/knewstuff/knewstuff.2016-08-13.manifest new file mode 100644 index 00000000..80ff620e --- /dev/null +++ b/knewstuff/knewstuff.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knewstuff", + "display_name": "KNewStuff", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for downloading application assets from the network", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knewstuff/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/knewstuff/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The KNewStuff library implements collaborative data sharing for\napplications. It uses libattica to support the Open Collaboration Services\nspecification.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/knewstuff-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/knotifications/knotifications.2014-03-03.manifest b/knotifications/knotifications.2014-03-03.manifest index 95acc0f7..447bcf68 100644 --- a/knotifications/knotifications.2014-03-03.manifest +++ b/knotifications/knotifications.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/knotifications-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-04-01.manifest b/knotifications/knotifications.2014-04-01.manifest index 32ba9b89..45446135 100644 --- a/knotifications/knotifications.2014-04-01.manifest +++ b/knotifications/knotifications.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/knotifications-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-07-07.manifest b/knotifications/knotifications.2014-07-07.manifest index fd4a7c08..273c059e 100644 --- a/knotifications/knotifications.2014-07-07.manifest +++ b/knotifications/knotifications.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/knotifications-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-08-07.manifest b/knotifications/knotifications.2014-08-07.manifest index c8b9ba1d..3e1dccf5 100644 --- a/knotifications/knotifications.2014-08-07.manifest +++ b/knotifications/knotifications.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/knotifications-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-09-12.manifest b/knotifications/knotifications.2014-09-12.manifest index 5b81de05..ed32eed7 100644 --- a/knotifications/knotifications.2014-09-12.manifest +++ b/knotifications/knotifications.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/knotifications-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-10-07.manifest b/knotifications/knotifications.2014-10-07.manifest index 408c833c..1925d079 100644 --- a/knotifications/knotifications.2014-10-07.manifest +++ b/knotifications/knotifications.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/knotifications-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-11-06.manifest b/knotifications/knotifications.2014-11-06.manifest index 8f2ce9be..1eec87f6 100644 --- a/knotifications/knotifications.2014-11-06.manifest +++ b/knotifications/knotifications.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/knotifications-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2014-12-11.manifest b/knotifications/knotifications.2014-12-11.manifest index c6c16082..501e15c7 100644 --- a/knotifications/knotifications.2014-12-11.manifest +++ b/knotifications/knotifications.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/knotifications-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-01-08.manifest b/knotifications/knotifications.2015-01-08.manifest index e2476fdc..090af0c0 100644 --- a/knotifications/knotifications.2015-01-08.manifest +++ b/knotifications/knotifications.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/knotifications-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-02-14.manifest b/knotifications/knotifications.2015-02-14.manifest index c9f8c232..b23f7911 100644 --- a/knotifications/knotifications.2015-02-14.manifest +++ b/knotifications/knotifications.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotification", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/knotifications-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-05-08.manifest b/knotifications/knotifications.2015-05-08.manifest index 0e86d4a2..afa8b764 100644 --- a/knotifications/knotifications.2015-05-08.manifest +++ b/knotifications/knotifications.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifications", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/knotifications-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-07-27.manifest b/knotifications/knotifications.2015-07-27.manifest index 9e4b09b4..d569e8d8 100644 --- a/knotifications/knotifications.2015-07-27.manifest +++ b/knotifications/knotifications.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifications", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/knotifications-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-08-12.manifest b/knotifications/knotifications.2015-08-12.manifest index edf227a4..ba1e7a9b 100644 --- a/knotifications/knotifications.2015-08-12.manifest +++ b/knotifications/knotifications.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/knotifications-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-09-12.manifest b/knotifications/knotifications.2015-09-12.manifest index 016c2d53..e36be294 100644 --- a/knotifications/knotifications.2015-09-12.manifest +++ b/knotifications/knotifications.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/knotifications-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-10-10.manifest b/knotifications/knotifications.2015-10-10.manifest index 5c2dd3d5..e3245d61 100644 --- a/knotifications/knotifications.2015-10-10.manifest +++ b/knotifications/knotifications.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/knotifications-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-11-13.manifest b/knotifications/knotifications.2015-11-13.manifest index 4194a5c7..02039627 100644 --- a/knotifications/knotifications.2015-11-13.manifest +++ b/knotifications/knotifications.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/knotifications-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2015-12-12.manifest b/knotifications/knotifications.2015-12-12.manifest index b83f76dc..d55d97e6 100644 --- a/knotifications/knotifications.2015-12-12.manifest +++ b/knotifications/knotifications.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/knotifications-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-01-09.manifest b/knotifications/knotifications.2016-01-09.manifest index 42c97fa7..ad0791c0 100644 --- a/knotifications/knotifications.2016-01-09.manifest +++ b/knotifications/knotifications.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/knotifications-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-02-13.manifest b/knotifications/knotifications.2016-02-13.manifest index e675fdaf..14ff8bd6 100644 --- a/knotifications/knotifications.2016-02-13.manifest +++ b/knotifications/knotifications.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/knotifications-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-03-13.manifest b/knotifications/knotifications.2016-03-13.manifest index dc8f9e80..23a31d6f 100644 --- a/knotifications/knotifications.2016-03-13.manifest +++ b/knotifications/knotifications.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/knotifications-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-04-09.manifest b/knotifications/knotifications.2016-04-09.manifest index 33664150..edb6730a 100644 --- a/knotifications/knotifications.2016-04-09.manifest +++ b/knotifications/knotifications.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/knotifications-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-05-15.manifest b/knotifications/knotifications.2016-05-15.manifest index bec3c850..57027739 100644 --- a/knotifications/knotifications.2016-05-15.manifest +++ b/knotifications/knotifications.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifications", "display_name": "KNotification", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Abstraction for system notifications", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/knotifications-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-06-13.manifest b/knotifications/knotifications.2016-06-13.manifest new file mode 100644 index 00000000..42c2f11b --- /dev/null +++ b/knotifications/knotifications.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knotifications", + "display_name": "KNotification", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Abstraction for system notifications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/knotifications-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifications/knotifications.2016-07-09.manifest b/knotifications/knotifications.2016-07-09.manifest new file mode 100644 index 00000000..235e7284 --- /dev/null +++ b/knotifications/knotifications.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knotifications", + "display_name": "KNotification", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Abstraction for system notifications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/knotifications-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/knotifications/knotifications.2016-08-13.manifest b/knotifications/knotifications.2016-08-13.manifest new file mode 100644 index 00000000..10230dcc --- /dev/null +++ b/knotifications/knotifications.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knotifications", + "display_name": "KNotification", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Abstraction for system notifications", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifications/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/knotifications/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKNotification is used to notify the user of an event. It covers feedback and\npersistent events.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/knotifications-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/knotifyconfig/knotifyconfig.2014-03-03.manifest b/knotifyconfig/knotifyconfig.2014-03-03.manifest index 1798f014..d2491779 100644 --- a/knotifyconfig/knotifyconfig.2014-03-03.manifest +++ b/knotifyconfig/knotifyconfig.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/knotifyconfig-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-04-01.manifest b/knotifyconfig/knotifyconfig.2014-04-01.manifest index 09584d6d..f3816a86 100644 --- a/knotifyconfig/knotifyconfig.2014-04-01.manifest +++ b/knotifyconfig/knotifyconfig.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/knotifyconfig-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-07-07.manifest b/knotifyconfig/knotifyconfig.2014-07-07.manifest index cb9c3fc9..ce7cf837 100644 --- a/knotifyconfig/knotifyconfig.2014-07-07.manifest +++ b/knotifyconfig/knotifyconfig.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/knotifyconfig-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-08-07.manifest b/knotifyconfig/knotifyconfig.2014-08-07.manifest index 456b4798..e364f2ee 100644 --- a/knotifyconfig/knotifyconfig.2014-08-07.manifest +++ b/knotifyconfig/knotifyconfig.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/knotifyconfig-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-09-12.manifest b/knotifyconfig/knotifyconfig.2014-09-12.manifest index a8e8826e..7fba118e 100644 --- a/knotifyconfig/knotifyconfig.2014-09-12.manifest +++ b/knotifyconfig/knotifyconfig.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/knotifyconfig-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-10-07.manifest b/knotifyconfig/knotifyconfig.2014-10-07.manifest index e3b25f6f..9fdba0ba 100644 --- a/knotifyconfig/knotifyconfig.2014-10-07.manifest +++ b/knotifyconfig/knotifyconfig.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/knotifyconfig-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-11-06.manifest b/knotifyconfig/knotifyconfig.2014-11-06.manifest index 4c025e0b..1cf75fd7 100644 --- a/knotifyconfig/knotifyconfig.2014-11-06.manifest +++ b/knotifyconfig/knotifyconfig.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/knotifyconfig-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2014-12-11.manifest b/knotifyconfig/knotifyconfig.2014-12-11.manifest index 88497ad6..3788b417 100644 --- a/knotifyconfig/knotifyconfig.2014-12-11.manifest +++ b/knotifyconfig/knotifyconfig.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/knotifyconfig-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-01-08.manifest b/knotifyconfig/knotifyconfig.2015-01-08.manifest index 1ad472ec..0784a793 100644 --- a/knotifyconfig/knotifyconfig.2015-01-08.manifest +++ b/knotifyconfig/knotifyconfig.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/knotifyconfig-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-02-14.manifest b/knotifyconfig/knotifyconfig.2015-02-14.manifest index f8e715c8..5b2e10e7 100644 --- a/knotifyconfig/knotifyconfig.2015-02-14.manifest +++ b/knotifyconfig/knotifyconfig.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/knotifyconfig-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-05-08.manifest b/knotifyconfig/knotifyconfig.2015-05-08.manifest index cce800d0..6e065ffb 100644 --- a/knotifyconfig/knotifyconfig.2015-05-08.manifest +++ b/knotifyconfig/knotifyconfig.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/knotifyconfig-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-07-27.manifest b/knotifyconfig/knotifyconfig.2015-07-27.manifest index f6d21199..a5b10235 100644 --- a/knotifyconfig/knotifyconfig.2015-07-27.manifest +++ b/knotifyconfig/knotifyconfig.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Configuration dialog for desktop notifications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/knotifyconfig", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/knotifyconfig-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-08-12.manifest b/knotifyconfig/knotifyconfig.2015-08-12.manifest index 43c7b873..67ae38fe 100644 --- a/knotifyconfig/knotifyconfig.2015-08-12.manifest +++ b/knotifyconfig/knotifyconfig.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/knotifyconfig-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-09-12.manifest b/knotifyconfig/knotifyconfig.2015-09-12.manifest index ef27a8ab..65c393fd 100644 --- a/knotifyconfig/knotifyconfig.2015-09-12.manifest +++ b/knotifyconfig/knotifyconfig.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/knotifyconfig-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-10-10.manifest b/knotifyconfig/knotifyconfig.2015-10-10.manifest index 491b86a1..13dcb833 100644 --- a/knotifyconfig/knotifyconfig.2015-10-10.manifest +++ b/knotifyconfig/knotifyconfig.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/knotifyconfig-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-11-13.manifest b/knotifyconfig/knotifyconfig.2015-11-13.manifest index 5c125b1c..f162b662 100644 --- a/knotifyconfig/knotifyconfig.2015-11-13.manifest +++ b/knotifyconfig/knotifyconfig.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/knotifyconfig-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2015-12-12.manifest b/knotifyconfig/knotifyconfig.2015-12-12.manifest index 3a5f998e..b9de70ee 100644 --- a/knotifyconfig/knotifyconfig.2015-12-12.manifest +++ b/knotifyconfig/knotifyconfig.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/knotifyconfig-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-01-09.manifest b/knotifyconfig/knotifyconfig.2016-01-09.manifest index 43ca78c7..8246a90e 100644 --- a/knotifyconfig/knotifyconfig.2016-01-09.manifest +++ b/knotifyconfig/knotifyconfig.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/knotifyconfig-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-02-13.manifest b/knotifyconfig/knotifyconfig.2016-02-13.manifest index 5f4543f0..854d9672 100644 --- a/knotifyconfig/knotifyconfig.2016-02-13.manifest +++ b/knotifyconfig/knotifyconfig.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/knotifyconfig-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-03-13.manifest b/knotifyconfig/knotifyconfig.2016-03-13.manifest index 97e07095..e91c27c2 100644 --- a/knotifyconfig/knotifyconfig.2016-03-13.manifest +++ b/knotifyconfig/knotifyconfig.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/knotifyconfig-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-04-09.manifest b/knotifyconfig/knotifyconfig.2016-04-09.manifest index bc6cb43f..f15a2d10 100644 --- a/knotifyconfig/knotifyconfig.2016-04-09.manifest +++ b/knotifyconfig/knotifyconfig.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/knotifyconfig-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-05-15.manifest b/knotifyconfig/knotifyconfig.2016-05-15.manifest index 5daf9eb8..a47b4256 100644 --- a/knotifyconfig/knotifyconfig.2016-05-15.manifest +++ b/knotifyconfig/knotifyconfig.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "knotifyconfig", "display_name": "KNotifyConfig", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Configuration system for KNotify", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/knotifyconfig-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-06-13.manifest b/knotifyconfig/knotifyconfig.2016-06-13.manifest new file mode 100644 index 00000000..128ee2cd --- /dev/null +++ b/knotifyconfig/knotifyconfig.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knotifyconfig", + "display_name": "KNotifyConfig", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Configuration system for KNotify", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/knotifyconfig-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/knotifyconfig/knotifyconfig.2016-07-09.manifest b/knotifyconfig/knotifyconfig.2016-07-09.manifest new file mode 100644 index 00000000..2463a90c --- /dev/null +++ b/knotifyconfig/knotifyconfig.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knotifyconfig", + "display_name": "KNotifyConfig", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Configuration system for KNotify", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/knotifyconfig-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/knotifyconfig/knotifyconfig.2016-08-13.manifest b/knotifyconfig/knotifyconfig.2016-08-13.manifest new file mode 100644 index 00000000..55af83e0 --- /dev/null +++ b/knotifyconfig/knotifyconfig.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "knotifyconfig", + "display_name": "KNotifyConfig", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Configuration system for KNotify", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/knotifyconfig/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/knotifyconfig/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKNotifyConfig provides a configuration dialog for desktop notifications which\ncan be embedded in your application.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/knotifyconfig-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kode/kode.manifest b/kode/kode.manifest index 7bbc5090..7ca3010c 100644 --- a/kode/kode.manifest +++ b/kode/kode.manifest @@ -1,21 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kode", + "display_name": "Kode", "summary": "Code generation library", "urls": { "homepage": "http://www.lst.de/~cs/kode/", "vcs": "https://github.com/cornelius/kode/" }, "licenses": [ "LGPLv2.1+" ], "description": "Kode is a collection of code generation and XML helper tools. It contains libkode, a helper library for programmatic generation of C++ code, the program kode for generation of C++ template files and kxml_compiler for generation of C++ classes representing XML data described by RelaxNG , W3C Schema, or example XML schemas.", "authors": [ "Cornelius Schumacher ", "Tobias König ", "David Faure " ], "platforms": [ "Linux" + ], + "topics": [ + "Development", + "Data" ] } diff --git a/kpackage/kpackage.2015-05-08.manifest b/kpackage/kpackage.2015-05-08.manifest index 7bb1634b..f8b31bba 100644 --- a/kpackage/kpackage.2015-05-08.manifest +++ b/kpackage/kpackage.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Installation and loading of additional content as packages", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpackage", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kpackage-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2015-07-27.manifest b/kpackage/kpackage.2015-07-27.manifest index 39a24343..b4d5b1e8 100644 --- a/kpackage/kpackage.2015-07-27.manifest +++ b/kpackage/kpackage.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Installation and loading of additional content (ex: scripts, images...) as packages", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpackage", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kpackage-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2015-08-12.manifest b/kpackage/kpackage.2015-08-12.manifest index 345e4bdf..5794593d 100644 --- a/kpackage/kpackage.2015-08-12.manifest +++ b/kpackage/kpackage.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kpackage-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2015-09-12.manifest b/kpackage/kpackage.2015-09-12.manifest index 883310e1..df764f91 100644 --- a/kpackage/kpackage.2015-09-12.manifest +++ b/kpackage/kpackage.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kpackage-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2015-10-10.manifest b/kpackage/kpackage.2015-10-10.manifest index 40187111..02957101 100644 --- a/kpackage/kpackage.2015-10-10.manifest +++ b/kpackage/kpackage.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kpackage-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2015-11-13.manifest b/kpackage/kpackage.2015-11-13.manifest index e62f18e7..9606ecb8 100644 --- a/kpackage/kpackage.2015-11-13.manifest +++ b/kpackage/kpackage.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kpackage-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2015-12-12.manifest b/kpackage/kpackage.2015-12-12.manifest index c45d7cc3..d28e8104 100644 --- a/kpackage/kpackage.2015-12-12.manifest +++ b/kpackage/kpackage.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kpackage-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-01-09.manifest b/kpackage/kpackage.2016-01-09.manifest index 06bdbeac..10ff18d2 100644 --- a/kpackage/kpackage.2016-01-09.manifest +++ b/kpackage/kpackage.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kpackage-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-02-13.manifest b/kpackage/kpackage.2016-02-13.manifest index d1c719d3..ceb120d1 100644 --- a/kpackage/kpackage.2016-02-13.manifest +++ b/kpackage/kpackage.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kpackage-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-03-13.manifest b/kpackage/kpackage.2016-03-13.manifest index 0ba04c6c..c3c54f17 100644 --- a/kpackage/kpackage.2016-03-13.manifest +++ b/kpackage/kpackage.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kpackage-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-04-09.manifest b/kpackage/kpackage.2016-04-09.manifest index c0d2c4f9..d6164e78 100644 --- a/kpackage/kpackage.2016-04-09.manifest +++ b/kpackage/kpackage.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kpackage-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-05-15.manifest b/kpackage/kpackage.2016-05-15.manifest index 0f56361e..68ad700d 100644 --- a/kpackage/kpackage.2016-05-15.manifest +++ b/kpackage/kpackage.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpackage", "display_name": "Package Framework", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Library to load and install packages of non binary files as they were a plugin", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kpackage-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-06-13.manifest b/kpackage/kpackage.2016-06-13.manifest new file mode 100644 index 00000000..795e8926 --- /dev/null +++ b/kpackage/kpackage.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpackage", + "display_name": "Package Framework", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Library to load and install packages of non binary files as they were a plugin", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kpackage-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kpackage/kpackage.2016-07-09.manifest b/kpackage/kpackage.2016-07-09.manifest new file mode 100644 index 00000000..8eb6007d --- /dev/null +++ b/kpackage/kpackage.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpackage", + "display_name": "Package Framework", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Library to load and install packages of non binary files as they were a plugin", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kpackage-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kpackage/kpackage.2016-08-13.manifest b/kpackage/kpackage.2016-08-13.manifest new file mode 100644 index 00000000..1eb497e2 --- /dev/null +++ b/kpackage/kpackage.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpackage", + "display_name": "Package Framework", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Library to load and install packages of non binary files as they were a plugin", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpackage/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kpackage/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The Package framework lets the user install and load packages of non binary content such as scripted extensions or graphic assets, as if they were traditional plugins.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kpackage-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kparts/kparts.2014-03-03.manifest b/kparts/kparts.2014-03-03.manifest index 9385e350..05461e64 100644 --- a/kparts/kparts.2014-03-03.manifest +++ b/kparts/kparts.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kparts-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-04-01.manifest b/kparts/kparts.2014-04-01.manifest index 99c5cfae..2babd35a 100644 --- a/kparts/kparts.2014-04-01.manifest +++ b/kparts/kparts.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kparts-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-07-07.manifest b/kparts/kparts.2014-07-07.manifest index 919a936b..68e90c43 100644 --- a/kparts/kparts.2014-07-07.manifest +++ b/kparts/kparts.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kparts-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-08-07.manifest b/kparts/kparts.2014-08-07.manifest index 6104c605..f77add92 100644 --- a/kparts/kparts.2014-08-07.manifest +++ b/kparts/kparts.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kparts-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-09-12.manifest b/kparts/kparts.2014-09-12.manifest index c405be21..fdbb1be6 100644 --- a/kparts/kparts.2014-09-12.manifest +++ b/kparts/kparts.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kparts-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-10-07.manifest b/kparts/kparts.2014-10-07.manifest index f0e1b25c..b3f4f39b 100644 --- a/kparts/kparts.2014-10-07.manifest +++ b/kparts/kparts.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kparts-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-11-06.manifest b/kparts/kparts.2014-11-06.manifest index cf6f3c99..ca7b16ab 100644 --- a/kparts/kparts.2014-11-06.manifest +++ b/kparts/kparts.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kparts-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2014-12-11.manifest b/kparts/kparts.2014-12-11.manifest index a3b560da..1062ee32 100644 --- a/kparts/kparts.2014-12-11.manifest +++ b/kparts/kparts.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kparts-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-01-08.manifest b/kparts/kparts.2015-01-08.manifest index df01d149..e4476a6c 100644 --- a/kparts/kparts.2015-01-08.manifest +++ b/kparts/kparts.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kparts-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-02-14.manifest b/kparts/kparts.2015-02-14.manifest index 4ac4a5e2..adf5b2d2 100644 --- a/kparts/kparts.2015-02-14.manifest +++ b/kparts/kparts.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kparts-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-05-08.manifest b/kparts/kparts.2015-05-08.manifest index 38e9d61a..099cb587 100644 --- a/kparts/kparts.2015-05-08.manifest +++ b/kparts/kparts.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kparts-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-07-27.manifest b/kparts/kparts.2015-07-27.manifest index 1e661bc8..f7f64768 100644 --- a/kparts/kparts.2015-07-27.manifest +++ b/kparts/kparts.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Plugin framework for user interface components", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kparts", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kparts-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-08-12.manifest b/kparts/kparts.2015-08-12.manifest index abfcc960..a148df73 100644 --- a/kparts/kparts.2015-08-12.manifest +++ b/kparts/kparts.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kparts-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-09-12.manifest b/kparts/kparts.2015-09-12.manifest index 764c0be9..39738215 100644 --- a/kparts/kparts.2015-09-12.manifest +++ b/kparts/kparts.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kparts-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-10-10.manifest b/kparts/kparts.2015-10-10.manifest index d4fc486f..bb3cc3bd 100644 --- a/kparts/kparts.2015-10-10.manifest +++ b/kparts/kparts.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kparts-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-11-13.manifest b/kparts/kparts.2015-11-13.manifest index 115b4869..d49b033a 100644 --- a/kparts/kparts.2015-11-13.manifest +++ b/kparts/kparts.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kparts-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2015-12-12.manifest b/kparts/kparts.2015-12-12.manifest index f25f213a..20ea208c 100644 --- a/kparts/kparts.2015-12-12.manifest +++ b/kparts/kparts.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kparts-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-01-09.manifest b/kparts/kparts.2016-01-09.manifest index 7fa442b6..27666acc 100644 --- a/kparts/kparts.2016-01-09.manifest +++ b/kparts/kparts.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kparts-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-02-13.manifest b/kparts/kparts.2016-02-13.manifest index ed83aaa3..c2061d61 100644 --- a/kparts/kparts.2016-02-13.manifest +++ b/kparts/kparts.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kparts-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-03-13.manifest b/kparts/kparts.2016-03-13.manifest index f0da551d..7bcfefe2 100644 --- a/kparts/kparts.2016-03-13.manifest +++ b/kparts/kparts.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kparts-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-04-09.manifest b/kparts/kparts.2016-04-09.manifest index 4d6fbfba..c4d4b511 100644 --- a/kparts/kparts.2016-04-09.manifest +++ b/kparts/kparts.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kparts-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-05-15.manifest b/kparts/kparts.2016-05-15.manifest index 81f0df4f..a00de4e2 100644 --- a/kparts/kparts.2016-05-15.manifest +++ b/kparts/kparts.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kparts", "display_name": "KParts", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Document centric plugin system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kparts-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-06-13.manifest b/kparts/kparts.2016-06-13.manifest new file mode 100644 index 00000000..20474920 --- /dev/null +++ b/kparts/kparts.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kparts", + "display_name": "KParts", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Document centric plugin system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kparts-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kparts/kparts.2016-07-09.manifest b/kparts/kparts.2016-07-09.manifest new file mode 100644 index 00000000..32c260dd --- /dev/null +++ b/kparts/kparts.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kparts", + "display_name": "KParts", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Document centric plugin system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kparts-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kparts/kparts.2016-08-13.manifest b/kparts/kparts.2016-08-13.manifest new file mode 100644 index 00000000..4d77ddbb --- /dev/null +++ b/kparts/kparts.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kparts", + "display_name": "KParts", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Document centric plugin system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kparts/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kparts/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "This library implements the framework for KDE parts, which are\nelaborate widgets with a user-interface defined in terms of actions\n(menu items, toolbar icons).", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kparts-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kpeople/kpeople.2015-05-08.manifest b/kpeople/kpeople.2015-05-08.manifest index fe786a6a..8acc94c9 100644 --- a/kpeople/kpeople.2015-05-08.manifest +++ b/kpeople/kpeople.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Provides access to all contacts and aggregates them by person.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpeople", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kpeople-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2015-07-27.manifest b/kpeople/kpeople.2015-07-27.manifest index 5de0956b..c86a6040 100644 --- a/kpeople/kpeople.2015-07-27.manifest +++ b/kpeople/kpeople.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Provides access to all contacts and aggregates them by person.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpeople", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kpeople-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2015-08-12.manifest b/kpeople/kpeople.2015-08-12.manifest index 52682b4a..b0b6d74a 100644 --- a/kpeople/kpeople.2015-08-12.manifest +++ b/kpeople/kpeople.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kpeople-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2015-09-12.manifest b/kpeople/kpeople.2015-09-12.manifest index 21f5944b..fc405340 100644 --- a/kpeople/kpeople.2015-09-12.manifest +++ b/kpeople/kpeople.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kpeople-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2015-10-10.manifest b/kpeople/kpeople.2015-10-10.manifest index 7ad8cf4a..a2d37e9b 100644 --- a/kpeople/kpeople.2015-10-10.manifest +++ b/kpeople/kpeople.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kpeople-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2015-11-13.manifest b/kpeople/kpeople.2015-11-13.manifest index ce211e44..42960b2e 100644 --- a/kpeople/kpeople.2015-11-13.manifest +++ b/kpeople/kpeople.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kpeople-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2015-12-12.manifest b/kpeople/kpeople.2015-12-12.manifest index 7c1ea95c..f20e71c8 100644 --- a/kpeople/kpeople.2015-12-12.manifest +++ b/kpeople/kpeople.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kpeople-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-01-09.manifest b/kpeople/kpeople.2016-01-09.manifest index 62c5ed08..9c395eba 100644 --- a/kpeople/kpeople.2016-01-09.manifest +++ b/kpeople/kpeople.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kpeople-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-02-13.manifest b/kpeople/kpeople.2016-02-13.manifest index 2242e815..5ed82451 100644 --- a/kpeople/kpeople.2016-02-13.manifest +++ b/kpeople/kpeople.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kpeople-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-03-13.manifest b/kpeople/kpeople.2016-03-13.manifest index a6cdada8..9680e6e2 100644 --- a/kpeople/kpeople.2016-03-13.manifest +++ b/kpeople/kpeople.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kpeople-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-04-09.manifest b/kpeople/kpeople.2016-04-09.manifest index aa905479..a9995bdd 100644 --- a/kpeople/kpeople.2016-04-09.manifest +++ b/kpeople/kpeople.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kpeople-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-05-15.manifest b/kpeople/kpeople.2016-05-15.manifest index 31c4f823..caa9b9f0 100644 --- a/kpeople/kpeople.2016-05-15.manifest +++ b/kpeople/kpeople.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpeople", "display_name": "KPeople", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Provides access to all contacts and the people who hold them", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kpeople-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-06-13.manifest b/kpeople/kpeople.2016-06-13.manifest new file mode 100644 index 00000000..7d4ce3bf --- /dev/null +++ b/kpeople/kpeople.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpeople", + "display_name": "KPeople", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Provides access to all contacts and the people who hold them", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kpeople-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Communication", + "Data" + ] +} diff --git a/kpeople/kpeople.2016-07-09.manifest b/kpeople/kpeople.2016-07-09.manifest new file mode 100644 index 00000000..c162109c --- /dev/null +++ b/kpeople/kpeople.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpeople", + "display_name": "KPeople", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Provides access to all contacts and the people who hold them", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kpeople-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kpeople/kpeople.2016-08-13.manifest b/kpeople/kpeople.2016-08-13.manifest new file mode 100644 index 00000000..6d9b4953 --- /dev/null +++ b/kpeople/kpeople.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpeople", + "display_name": "KPeople", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Provides access to all contacts and the people who hold them", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpeople/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kpeople/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KPeople offers unified access to our contacts from different sources, grouping\nthem by person while still exposing all the data.\n\nFurthermore, KPeople will also provide facilities to integrate the data provided\nin user interfaces by providing QML and Qt Widgets components.\n\nThe sources are plugin-based, allowing to easily extend the contacts collection.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kpeople-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kplotting/kplotting.2014-03-03.manifest b/kplotting/kplotting.2014-03-03.manifest index c9f33557..61d8541b 100644 --- a/kplotting/kplotting.2014-03-03.manifest +++ b/kplotting/kplotting.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kplotting-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-04-01.manifest b/kplotting/kplotting.2014-04-01.manifest index 63a9de3f..c842d50c 100644 --- a/kplotting/kplotting.2014-04-01.manifest +++ b/kplotting/kplotting.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kplotting-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-07-07.manifest b/kplotting/kplotting.2014-07-07.manifest index 01302b81..57a95c99 100644 --- a/kplotting/kplotting.2014-07-07.manifest +++ b/kplotting/kplotting.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kplotting-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-08-07.manifest b/kplotting/kplotting.2014-08-07.manifest index 5e352a62..cb5faf50 100644 --- a/kplotting/kplotting.2014-08-07.manifest +++ b/kplotting/kplotting.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kplotting-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-09-12.manifest b/kplotting/kplotting.2014-09-12.manifest index bae76fc1..8dbf0b8c 100644 --- a/kplotting/kplotting.2014-09-12.manifest +++ b/kplotting/kplotting.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kplotting-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-10-07.manifest b/kplotting/kplotting.2014-10-07.manifest index 80674982..4f8993b8 100644 --- a/kplotting/kplotting.2014-10-07.manifest +++ b/kplotting/kplotting.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kplotting-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-11-06.manifest b/kplotting/kplotting.2014-11-06.manifest index ff4c1b2e..3399a490 100644 --- a/kplotting/kplotting.2014-11-06.manifest +++ b/kplotting/kplotting.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kplotting-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2014-12-11.manifest b/kplotting/kplotting.2014-12-11.manifest index 95ae973b..058a4c2e 100644 --- a/kplotting/kplotting.2014-12-11.manifest +++ b/kplotting/kplotting.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kplotting-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-01-08.manifest b/kplotting/kplotting.2015-01-08.manifest index 892a91cd..93cb6c36 100644 --- a/kplotting/kplotting.2015-01-08.manifest +++ b/kplotting/kplotting.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kplotting-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-02-14.manifest b/kplotting/kplotting.2015-02-14.manifest index 853b2fe7..2951531e 100644 --- a/kplotting/kplotting.2015-02-14.manifest +++ b/kplotting/kplotting.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kplotting-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-05-08.manifest b/kplotting/kplotting.2015-05-08.manifest index 39bf364a..6e642a21 100644 --- a/kplotting/kplotting.2015-05-08.manifest +++ b/kplotting/kplotting.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kplotting-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-07-27.manifest b/kplotting/kplotting.2015-07-27.manifest index 572cbcb8..bc5e35c5 100644 --- a/kplotting/kplotting.2015-07-27.manifest +++ b/kplotting/kplotting.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Data plotting", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kplotting", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kplotting-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-08-12.manifest b/kplotting/kplotting.2015-08-12.manifest index 0d97063d..5a84aac1 100644 --- a/kplotting/kplotting.2015-08-12.manifest +++ b/kplotting/kplotting.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kplotting-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-09-12.manifest b/kplotting/kplotting.2015-09-12.manifest index f121e0d6..01067323 100644 --- a/kplotting/kplotting.2015-09-12.manifest +++ b/kplotting/kplotting.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kplotting-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-10-10.manifest b/kplotting/kplotting.2015-10-10.manifest index d525fc41..eb2f1f83 100644 --- a/kplotting/kplotting.2015-10-10.manifest +++ b/kplotting/kplotting.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kplotting-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-11-13.manifest b/kplotting/kplotting.2015-11-13.manifest index 98369174..cc426de4 100644 --- a/kplotting/kplotting.2015-11-13.manifest +++ b/kplotting/kplotting.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kplotting-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2015-12-12.manifest b/kplotting/kplotting.2015-12-12.manifest index e2672099..0ad40930 100644 --- a/kplotting/kplotting.2015-12-12.manifest +++ b/kplotting/kplotting.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kplotting-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-01-09.manifest b/kplotting/kplotting.2016-01-09.manifest index 4bddb229..4d9a85f6 100644 --- a/kplotting/kplotting.2016-01-09.manifest +++ b/kplotting/kplotting.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kplotting-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-02-13.manifest b/kplotting/kplotting.2016-02-13.manifest index 891257bd..86a446f3 100644 --- a/kplotting/kplotting.2016-02-13.manifest +++ b/kplotting/kplotting.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kplotting-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-03-13.manifest b/kplotting/kplotting.2016-03-13.manifest index f51e3129..9ba83987 100644 --- a/kplotting/kplotting.2016-03-13.manifest +++ b/kplotting/kplotting.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kplotting-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-04-09.manifest b/kplotting/kplotting.2016-04-09.manifest index c0cca029..0c275232 100644 --- a/kplotting/kplotting.2016-04-09.manifest +++ b/kplotting/kplotting.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kplotting-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-05-15.manifest b/kplotting/kplotting.2016-05-15.manifest index 38f9d43a..9b459f91 100644 --- a/kplotting/kplotting.2016-05-15.manifest +++ b/kplotting/kplotting.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kplotting", "display_name": "KPlotting", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Lightweight plotting framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kplotting-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-06-13.manifest b/kplotting/kplotting.2016-06-13.manifest new file mode 100644 index 00000000..762c1f14 --- /dev/null +++ b/kplotting/kplotting.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kplotting", + "display_name": "KPlotting", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Lightweight plotting framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kplotting-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Graphics" + ] +} diff --git a/kplotting/kplotting.2016-07-09.manifest b/kplotting/kplotting.2016-07-09.manifest new file mode 100644 index 00000000..6a8644d6 --- /dev/null +++ b/kplotting/kplotting.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kplotting", + "display_name": "KPlotting", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Lightweight plotting framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kplotting-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kplotting/kplotting.2016-08-13.manifest b/kplotting/kplotting.2016-08-13.manifest new file mode 100644 index 00000000..b08dfb14 --- /dev/null +++ b/kplotting/kplotting.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kplotting", + "display_name": "KPlotting", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Lightweight plotting framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kplotting/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKPlotWidget is a QWidget-derived class that provides a virtual base class\nfor easy data-plotting. The idea behind KPlotWidget is that you only have\nto specify information in \"data units\"; i.e., the natural units of the\ndata being plotted. KPlotWidget automatically converts everything\nto screen pixel units.\n\nKPlotWidget draws X and Y axes with tick marks and tick labels. It\nautomatically determines how many tick marks to use and where they should\nbe, based on the data limits specified for the plot. You change the limits\nby calling `setLimits(double x1, double x2, double y1, double y2)`.\n\nData to be plotted are stored using the KPlotObject class. KPlotObject\nconsists of a QList of QPointF's, each specifying the X,Y coordinates\nof a data point. KPlotObject also specifies the \"type\" of data to be\nplotted (POINTS or CURVE or POLYGON or LABEL).\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kplotting-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kprintutils/kprintutils.2014-03-03.manifest b/kprintutils/kprintutils.2014-03-03.manifest index 02c74c31..b5a61789 100644 --- a/kprintutils/kprintutils.2014-03-03.manifest +++ b/kprintutils/kprintutils.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kprintutils-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-04-01.manifest b/kprintutils/kprintutils.2014-04-01.manifest index 98e1ee44..88761126 100644 --- a/kprintutils/kprintutils.2014-04-01.manifest +++ b/kprintutils/kprintutils.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kprintutils-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-07-07.manifest b/kprintutils/kprintutils.2014-07-07.manifest index ab16cd27..e58acbd2 100644 --- a/kprintutils/kprintutils.2014-07-07.manifest +++ b/kprintutils/kprintutils.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kprintutils-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-08-07.manifest b/kprintutils/kprintutils.2014-08-07.manifest index ec77880a..60e31e5d 100644 --- a/kprintutils/kprintutils.2014-08-07.manifest +++ b/kprintutils/kprintutils.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kprintutils-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-09-12.manifest b/kprintutils/kprintutils.2014-09-12.manifest index 640c02a4..0fc106eb 100644 --- a/kprintutils/kprintutils.2014-09-12.manifest +++ b/kprintutils/kprintutils.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kprintutils-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-10-07.manifest b/kprintutils/kprintutils.2014-10-07.manifest index 9cd29684..368f6fdb 100644 --- a/kprintutils/kprintutils.2014-10-07.manifest +++ b/kprintutils/kprintutils.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kprintutils-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-11-06.manifest b/kprintutils/kprintutils.2014-11-06.manifest index 086a53c0..94d30239 100644 --- a/kprintutils/kprintutils.2014-11-06.manifest +++ b/kprintutils/kprintutils.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kprintutils-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2014-12-11.manifest b/kprintutils/kprintutils.2014-12-11.manifest index a3c3a684..5e3f5cee 100644 --- a/kprintutils/kprintutils.2014-12-11.manifest +++ b/kprintutils/kprintutils.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kprintutils-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-01-08.manifest b/kprintutils/kprintutils.2015-01-08.manifest index 48ea7773..d3e63da5 100644 --- a/kprintutils/kprintutils.2015-01-08.manifest +++ b/kprintutils/kprintutils.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kprintutils-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-02-14.manifest b/kprintutils/kprintutils.2015-02-14.manifest index 0c006be2..db5fab9d 100644 --- a/kprintutils/kprintutils.2015-02-14.manifest +++ b/kprintutils/kprintutils.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kprintutils-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-05-08.manifest b/kprintutils/kprintutils.2015-05-08.manifest index c8e11abf..a28a2067 100644 --- a/kprintutils/kprintutils.2015-05-08.manifest +++ b/kprintutils/kprintutils.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kprintutils-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-07-27.manifest b/kprintutils/kprintutils.2015-07-27.manifest index 9026702c..098e8c05 100644 --- a/kprintutils/kprintutils.2015-07-27.manifest +++ b/kprintutils/kprintutils.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kprintutils-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-08-12.manifest b/kprintutils/kprintutils.2015-08-12.manifest index 885572fa..d9cdf8c9 100644 --- a/kprintutils/kprintutils.2015-08-12.manifest +++ b/kprintutils/kprintutils.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kprintutils-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-09-12.manifest b/kprintutils/kprintutils.2015-09-12.manifest index d0e25464..5616f349 100644 --- a/kprintutils/kprintutils.2015-09-12.manifest +++ b/kprintutils/kprintutils.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kprintutils-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-10-10.manifest b/kprintutils/kprintutils.2015-10-10.manifest index 40292ee1..80023537 100644 --- a/kprintutils/kprintutils.2015-10-10.manifest +++ b/kprintutils/kprintutils.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kprintutils-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-11-13.manifest b/kprintutils/kprintutils.2015-11-13.manifest index 0565cfc9..0985aa3f 100644 --- a/kprintutils/kprintutils.2015-11-13.manifest +++ b/kprintutils/kprintutils.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kprintutils-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2015-12-12.manifest b/kprintutils/kprintutils.2015-12-12.manifest index 10f5d5ba..b39d6625 100644 --- a/kprintutils/kprintutils.2015-12-12.manifest +++ b/kprintutils/kprintutils.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kprintutils-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-01-09.manifest b/kprintutils/kprintutils.2016-01-09.manifest index 63012463..70a69b47 100644 --- a/kprintutils/kprintutils.2016-01-09.manifest +++ b/kprintutils/kprintutils.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kprintutils-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-02-13.manifest b/kprintutils/kprintutils.2016-02-13.manifest index bc130f5a..0a9a12b1 100644 --- a/kprintutils/kprintutils.2016-02-13.manifest +++ b/kprintutils/kprintutils.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kprintutils-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-03-13.manifest b/kprintutils/kprintutils.2016-03-13.manifest index 85b615b1..54850f0a 100644 --- a/kprintutils/kprintutils.2016-03-13.manifest +++ b/kprintutils/kprintutils.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kprintutils-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-04-09.manifest b/kprintutils/kprintutils.2016-04-09.manifest index dc00ffae..cfef0be1 100644 --- a/kprintutils/kprintutils.2016-04-09.manifest +++ b/kprintutils/kprintutils.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kprintutils-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-05-15.manifest b/kprintutils/kprintutils.2016-05-15.manifest index 8c53852e..ba1fe495 100644 --- a/kprintutils/kprintutils.2016-05-15.manifest +++ b/kprintutils/kprintutils.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kprintutils-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-06-13.manifest b/kprintutils/kprintutils.2016-06-13.manifest new file mode 100644 index 00000000..8c1b9e92 --- /dev/null +++ b/kprintutils/kprintutils.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kprintutils", + "display_name": "KPrintUtils", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Print dialogs", + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kprintutils-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Printing" + ] +} diff --git a/kprintutils/kprintutils.2016-07-09.manifest b/kprintutils/kprintutils.2016-07-09.manifest new file mode 100644 index 00000000..4f8c5eb8 --- /dev/null +++ b/kprintutils/kprintutils.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kprintutils", + "display_name": "KPrintUtils", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Print dialogs", + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kprintutils-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kprintutils/kprintutils.2016-08-13.manifest b/kprintutils/kprintutils.2016-08-13.manifest new file mode 100644 index 00000000..eddeed83 --- /dev/null +++ b/kprintutils/kprintutils.2016-08-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kprintutils", + "display_name": "KPrintUtils", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Print dialogs", + "topics": [ + "Printing" + ], + "urls": { + "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kprintutils-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kprintutils/kprintutils.manifest b/kprintutils/kprintutils.manifest index 21cb45df..d90c164c 100644 --- a/kprintutils/kprintutils.manifest +++ b/kprintutils/kprintutils.manifest @@ -1,22 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kprintutils", "display_name": "KPrintUtils", "summary": "Print dialogs", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kprintutils", "vcs": "https://projects.kde.org/projects/frameworks/kprintutils/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKPrintUtils provides enhanced print dialogs.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], - "group": "kde-frameworks" + "group": "kde-frameworks", + "topics": [ + "Printing" + ] } diff --git a/kpty/kpty.2014-03-03.manifest b/kpty/kpty.2014-03-03.manifest index f1edc7f7..be31862b 100644 --- a/kpty/kpty.2014-03-03.manifest +++ b/kpty/kpty.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kpty-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-04-01.manifest b/kpty/kpty.2014-04-01.manifest index 06021107..fa9f0c1b 100644 --- a/kpty/kpty.2014-04-01.manifest +++ b/kpty/kpty.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kpty-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-07-07.manifest b/kpty/kpty.2014-07-07.manifest index 2db8ac1d..fcc7324e 100644 --- a/kpty/kpty.2014-07-07.manifest +++ b/kpty/kpty.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kpty-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-08-07.manifest b/kpty/kpty.2014-08-07.manifest index 443ddd38..3f6c72c6 100644 --- a/kpty/kpty.2014-08-07.manifest +++ b/kpty/kpty.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kpty-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-09-12.manifest b/kpty/kpty.2014-09-12.manifest index e90521ee..68d3f114 100644 --- a/kpty/kpty.2014-09-12.manifest +++ b/kpty/kpty.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kpty-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-10-07.manifest b/kpty/kpty.2014-10-07.manifest index 3a0bf14a..51ad6c8a 100644 --- a/kpty/kpty.2014-10-07.manifest +++ b/kpty/kpty.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kpty-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-11-06.manifest b/kpty/kpty.2014-11-06.manifest index 63e8ddcc..c0ce9121 100644 --- a/kpty/kpty.2014-11-06.manifest +++ b/kpty/kpty.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kpty-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2014-12-11.manifest b/kpty/kpty.2014-12-11.manifest index ef70a134..95a0d08d 100644 --- a/kpty/kpty.2014-12-11.manifest +++ b/kpty/kpty.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kpty-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-01-08.manifest b/kpty/kpty.2015-01-08.manifest index d292ffd1..2ffad97f 100644 --- a/kpty/kpty.2015-01-08.manifest +++ b/kpty/kpty.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kpty-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-02-14.manifest b/kpty/kpty.2015-02-14.manifest index b6cdbf95..92235585 100644 --- a/kpty/kpty.2015-02-14.manifest +++ b/kpty/kpty.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kpty-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-05-08.manifest b/kpty/kpty.2015-05-08.manifest index 3b007f5a..654ee363 100644 --- a/kpty/kpty.2015-05-08.manifest +++ b/kpty/kpty.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kpty-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-07-27.manifest b/kpty/kpty.2015-07-27.manifest index 23022984..1ab5f731 100644 --- a/kpty/kpty.2015-07-27.manifest +++ b/kpty/kpty.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Interfacing with pseudo terminal devices", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kpty", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kpty-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-08-12.manifest b/kpty/kpty.2015-08-12.manifest index 4d139ba2..1d8e80fb 100644 --- a/kpty/kpty.2015-08-12.manifest +++ b/kpty/kpty.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kpty-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-09-12.manifest b/kpty/kpty.2015-09-12.manifest index 5073e92e..04022a04 100644 --- a/kpty/kpty.2015-09-12.manifest +++ b/kpty/kpty.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kpty-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-10-10.manifest b/kpty/kpty.2015-10-10.manifest index 99540a64..f3baa0ca 100644 --- a/kpty/kpty.2015-10-10.manifest +++ b/kpty/kpty.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kpty-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-11-13.manifest b/kpty/kpty.2015-11-13.manifest index 2160cdd5..a07a9f96 100644 --- a/kpty/kpty.2015-11-13.manifest +++ b/kpty/kpty.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kpty-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2015-12-12.manifest b/kpty/kpty.2015-12-12.manifest index 2ea111a0..e8eeeb17 100644 --- a/kpty/kpty.2015-12-12.manifest +++ b/kpty/kpty.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kpty-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-01-09.manifest b/kpty/kpty.2016-01-09.manifest index a77f882f..3e76e5ab 100644 --- a/kpty/kpty.2016-01-09.manifest +++ b/kpty/kpty.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kpty-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-02-13.manifest b/kpty/kpty.2016-02-13.manifest index 428a5700..12e73843 100644 --- a/kpty/kpty.2016-02-13.manifest +++ b/kpty/kpty.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kpty-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-03-13.manifest b/kpty/kpty.2016-03-13.manifest index 570e5e7f..ca97b53e 100644 --- a/kpty/kpty.2016-03-13.manifest +++ b/kpty/kpty.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kpty-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-04-09.manifest b/kpty/kpty.2016-04-09.manifest index 5f63c713..c58c7da3 100644 --- a/kpty/kpty.2016-04-09.manifest +++ b/kpty/kpty.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kpty-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-05-15.manifest b/kpty/kpty.2016-05-15.manifest index 0f969f7f..3bfcec9b 100644 --- a/kpty/kpty.2016-05-15.manifest +++ b/kpty/kpty.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kpty", "display_name": "KPty", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Pty abstraction", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kpty-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-06-13.manifest b/kpty/kpty.2016-06-13.manifest new file mode 100644 index 00000000..5b5615a7 --- /dev/null +++ b/kpty/kpty.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpty", + "display_name": "KPty", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Pty abstraction", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kpty-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Communication" + ] +} diff --git a/kpty/kpty.2016-07-09.manifest b/kpty/kpty.2016-07-09.manifest new file mode 100644 index 00000000..3ffb3ad1 --- /dev/null +++ b/kpty/kpty.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpty", + "display_name": "KPty", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Pty abstraction", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kpty-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kpty/kpty.2016-08-13.manifest b/kpty/kpty.2016-08-13.manifest new file mode 100644 index 00000000..a2708546 --- /dev/null +++ b/kpty/kpty.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kpty", + "display_name": "KPty", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Pty abstraction", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kpty/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kpty/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis library provides primitives to interface with pseudo terminal devices\nas well as a KProcess derived class for running child processes and\ncommunicating with them using a pty.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kpty-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kqoauth/kqoauth.2013-09-08.manifest b/kqoauth/kqoauth.2013-09-08.manifest index 88e003c8..1ddba7de 100644 --- a/kqoauth/kqoauth.2013-09-08.manifest +++ b/kqoauth/kqoauth.2013-09-08.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kqoauth", "release_date": "2013-09-08", "version": "0.98", "display_name": "kQOAuth", "summary": "OAuth 1.0 authentication", "urls": { "homepage": "http://www.johanpaul.com/blog/kqoauth/", "vcs": "https://github.com/kypeli/kQOAuth" }, "licenses": [ "LGPLv2.1+" ], "description": "kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0 authentication specification [RFC 5849](http://tools.ietf.org/html/rfc5849). kQOAuth main features: Easy integrated solution for retrieving user authentication and access token, no external dependency to QCA, convenient signals that can be used for easy OAuth authorization process handling, access to request objects that will wrap request signing and network access, but still gives possibility for detailed control of the authentication process for easier integration to existing application logic.", "authors": [ "Johan Paul " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/kypeli/kQOAuth/archive/0.98.tar.gz" - } + }, + "topics": [ + "Security", + "API" + ] } diff --git a/kross/kross.2014-03-03.manifest b/kross/kross.2014-03-03.manifest index 2f172cfa..bd491da1 100644 --- a/kross/kross.2014-03-03.manifest +++ b/kross/kross.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kross-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-04-01.manifest b/kross/kross.2014-04-01.manifest index 180617e6..11031efe 100644 --- a/kross/kross.2014-04-01.manifest +++ b/kross/kross.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kross-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-07-07.manifest b/kross/kross.2014-07-07.manifest index 5fb9a490..2b12d586 100644 --- a/kross/kross.2014-07-07.manifest +++ b/kross/kross.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kross-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-08-07.manifest b/kross/kross.2014-08-07.manifest index 7c7d7107..d232a229 100644 --- a/kross/kross.2014-08-07.manifest +++ b/kross/kross.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kross-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-09-12.manifest b/kross/kross.2014-09-12.manifest index f9d84f56..8d51b416 100644 --- a/kross/kross.2014-09-12.manifest +++ b/kross/kross.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kross-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-10-07.manifest b/kross/kross.2014-10-07.manifest index afe73cfb..6cde8e9a 100644 --- a/kross/kross.2014-10-07.manifest +++ b/kross/kross.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kross-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-11-06.manifest b/kross/kross.2014-11-06.manifest index 6ab1194e..1be4607d 100644 --- a/kross/kross.2014-11-06.manifest +++ b/kross/kross.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kross-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2014-12-11.manifest b/kross/kross.2014-12-11.manifest index cb87b87c..11679567 100644 --- a/kross/kross.2014-12-11.manifest +++ b/kross/kross.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kross-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-01-08.manifest b/kross/kross.2015-01-08.manifest index f84cac43..586de245 100644 --- a/kross/kross.2015-01-08.manifest +++ b/kross/kross.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kross-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-02-14.manifest b/kross/kross.2015-02-14.manifest index 7f031932..3d90b54e 100644 --- a/kross/kross.2015-02-14.manifest +++ b/kross/kross.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kross-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-05-08.manifest b/kross/kross.2015-05-08.manifest index b8d36a47..de1508ac 100644 --- a/kross/kross.2015-05-08.manifest +++ b/kross/kross.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kross-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-07-27.manifest b/kross/kross.2015-07-27.manifest index 3f7dd344..08ae15d6 100644 --- a/kross/kross.2015-07-27.manifest +++ b/kross/kross.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Embedding of scripting into applications", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kross", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kross-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-08-12.manifest b/kross/kross.2015-08-12.manifest index a2dca70c..11c450a9 100644 --- a/kross/kross.2015-08-12.manifest +++ b/kross/kross.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kross-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-09-12.manifest b/kross/kross.2015-09-12.manifest index 41ee818d..7a3c87d1 100644 --- a/kross/kross.2015-09-12.manifest +++ b/kross/kross.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kross-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-10-10.manifest b/kross/kross.2015-10-10.manifest index 6252be0c..9d784c9c 100644 --- a/kross/kross.2015-10-10.manifest +++ b/kross/kross.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kross-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-11-13.manifest b/kross/kross.2015-11-13.manifest index 1157e871..55ae070f 100644 --- a/kross/kross.2015-11-13.manifest +++ b/kross/kross.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kross-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2015-12-12.manifest b/kross/kross.2015-12-12.manifest index 33edf461..2aae954d 100644 --- a/kross/kross.2015-12-12.manifest +++ b/kross/kross.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kross-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-01-09.manifest b/kross/kross.2016-01-09.manifest index 314bd481..d075f7cf 100644 --- a/kross/kross.2016-01-09.manifest +++ b/kross/kross.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kross-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-02-13.manifest b/kross/kross.2016-02-13.manifest index 69051336..281ef3be 100644 --- a/kross/kross.2016-02-13.manifest +++ b/kross/kross.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kross-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-03-13.manifest b/kross/kross.2016-03-13.manifest index e1c65386..50c07af1 100644 --- a/kross/kross.2016-03-13.manifest +++ b/kross/kross.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kross-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-04-09.manifest b/kross/kross.2016-04-09.manifest index 1f2a41cd..f56d62c2 100644 --- a/kross/kross.2016-04-09.manifest +++ b/kross/kross.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kross-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-05-15.manifest b/kross/kross.2016-05-15.manifest index 17db1b42..f369fe37 100644 --- a/kross/kross.2016-05-15.manifest +++ b/kross/kross.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kross", "display_name": "Kross", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Multi-language application scripting", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kross-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-06-13.manifest b/kross/kross.2016-06-13.manifest new file mode 100644 index 00000000..981d8b03 --- /dev/null +++ b/kross/kross.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kross", + "display_name": "Kross", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Multi-language application scripting", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kross-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Scripting" + ] +} diff --git a/kross/kross.2016-07-09.manifest b/kross/kross.2016-07-09.manifest new file mode 100644 index 00000000..b47ab461 --- /dev/null +++ b/kross/kross.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kross", + "display_name": "Kross", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Multi-language application scripting", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kross-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kross/kross.2016-08-13.manifest b/kross/kross.2016-08-13.manifest new file mode 100644 index 00000000..993090c0 --- /dev/null +++ b/kross/kross.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kross", + "display_name": "Kross", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Multi-language application scripting", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kross/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kross/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Kross is a scripting bridge to embed scripting functionality\ninto an application. It supports QtScript as a scripting interpreter backend.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kross-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/krunner/krunner.2014-03-03.manifest b/krunner/krunner.2014-03-03.manifest index 63f54acb..61eb41fb 100644 --- a/krunner/krunner.2014-03-03.manifest +++ b/krunner/krunner.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kio", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/krunner-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-04-01.manifest b/krunner/krunner.2014-04-01.manifest index 73a08b90..41b7b755 100644 --- a/krunner/krunner.2014-04-01.manifest +++ b/krunner/krunner.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/krunner-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-07-07.manifest b/krunner/krunner.2014-07-07.manifest index 11ed8499..24345873 100644 --- a/krunner/krunner.2014-07-07.manifest +++ b/krunner/krunner.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/krunner-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-08-07.manifest b/krunner/krunner.2014-08-07.manifest index 085c0549..dcef167a 100644 --- a/krunner/krunner.2014-08-07.manifest +++ b/krunner/krunner.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/krunner-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-09-12.manifest b/krunner/krunner.2014-09-12.manifest index c107f131..0de510c0 100644 --- a/krunner/krunner.2014-09-12.manifest +++ b/krunner/krunner.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/krunner-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-10-07.manifest b/krunner/krunner.2014-10-07.manifest index d4278fa5..7d3ed2a6 100644 --- a/krunner/krunner.2014-10-07.manifest +++ b/krunner/krunner.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/krunner-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-11-06.manifest b/krunner/krunner.2014-11-06.manifest index 1b70473d..ef2598ee 100644 --- a/krunner/krunner.2014-11-06.manifest +++ b/krunner/krunner.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/krunner-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2014-12-11.manifest b/krunner/krunner.2014-12-11.manifest index 80c8ad51..1aa32b4c 100644 --- a/krunner/krunner.2014-12-11.manifest +++ b/krunner/krunner.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/krunner-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-01-08.manifest b/krunner/krunner.2015-01-08.manifest index c13951fa..54dbcd2e 100644 --- a/krunner/krunner.2015-01-08.manifest +++ b/krunner/krunner.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/krunner-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-02-14.manifest b/krunner/krunner.2015-02-14.manifest index 47df6c8a..891dffb6 100644 --- a/krunner/krunner.2015-02-14.manifest +++ b/krunner/krunner.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/krunner-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-05-08.manifest b/krunner/krunner.2015-05-08.manifest index d02dd94d..da13e187 100644 --- a/krunner/krunner.2015-05-08.manifest +++ b/krunner/krunner.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/krunner-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-07-27.manifest b/krunner/krunner.2015-07-27.manifest index cc6c2b1d..559f625d 100644 --- a/krunner/krunner.2015-07-27.manifest +++ b/krunner/krunner.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Framework for Plasma runners", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/krunner", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/krunner-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-08-12.manifest b/krunner/krunner.2015-08-12.manifest index 7f8068d8..16a95fed 100644 --- a/krunner/krunner.2015-08-12.manifest +++ b/krunner/krunner.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/krunner-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-09-12.manifest b/krunner/krunner.2015-09-12.manifest index 186b916a..7cc1bb4a 100644 --- a/krunner/krunner.2015-09-12.manifest +++ b/krunner/krunner.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/krunner-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-10-10.manifest b/krunner/krunner.2015-10-10.manifest index 059c3dea..43cfa99e 100644 --- a/krunner/krunner.2015-10-10.manifest +++ b/krunner/krunner.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/krunner-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-11-13.manifest b/krunner/krunner.2015-11-13.manifest index e6f9113a..fb148029 100644 --- a/krunner/krunner.2015-11-13.manifest +++ b/krunner/krunner.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/krunner-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2015-12-12.manifest b/krunner/krunner.2015-12-12.manifest index 2242dd32..7874230b 100644 --- a/krunner/krunner.2015-12-12.manifest +++ b/krunner/krunner.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/krunner-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-01-09.manifest b/krunner/krunner.2016-01-09.manifest index 82b0c462..622fe0ff 100644 --- a/krunner/krunner.2016-01-09.manifest +++ b/krunner/krunner.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/krunner-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-02-13.manifest b/krunner/krunner.2016-02-13.manifest index 90491f12..5c13f8ff 100644 --- a/krunner/krunner.2016-02-13.manifest +++ b/krunner/krunner.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/krunner-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-03-13.manifest b/krunner/krunner.2016-03-13.manifest index 6a996b7a..6b3687bd 100644 --- a/krunner/krunner.2016-03-13.manifest +++ b/krunner/krunner.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/krunner-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-04-09.manifest b/krunner/krunner.2016-04-09.manifest index d8242a41..c8a6ff14 100644 --- a/krunner/krunner.2016-04-09.manifest +++ b/krunner/krunner.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/krunner-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-05-15.manifest b/krunner/krunner.2016-05-15.manifest index 0ef52d1e..6e73e87f 100644 --- a/krunner/krunner.2016-05-15.manifest +++ b/krunner/krunner.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "krunner", "display_name": "KRunner", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Parallelized query system", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/krunner-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-06-13.manifest b/krunner/krunner.2016-06-13.manifest new file mode 100644 index 00000000..ed40537d --- /dev/null +++ b/krunner/krunner.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "krunner", + "display_name": "KRunner", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Parallelized query system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/krunner-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/krunner/krunner.2016-07-09.manifest b/krunner/krunner.2016-07-09.manifest new file mode 100644 index 00000000..9ab8d57a --- /dev/null +++ b/krunner/krunner.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "krunner", + "display_name": "KRunner", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Parallelized query system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/krunner-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/krunner/krunner.2016-08-13.manifest b/krunner/krunner.2016-08-13.manifest new file mode 100644 index 00000000..5148dd68 --- /dev/null +++ b/krunner/krunner.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "krunner", + "display_name": "KRunner", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Parallelized query system", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/krunner/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThe Plasma workspace provides an application called KRunner which, among other\nthings, allows one to type into a text area which causes various actions and\ninformation that match the text appear as the text is being typed.\n\nOne application for this is the universal runner you can launch with ALT-F2.\n\nThis functionality is provided via plugins loaded at runtime called \"Runners\".\nThese plugins can be used by any application using the Plasma library. The\nKRunner framework is used to write these plugins, as explained in\n[this tutorial](http://techbase.kde.org/Development/Tutorials/Plasma/AbstractRunner)\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/krunner-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kservice/kservice.2014-03-03.manifest b/kservice/kservice.2014-03-03.manifest index c379efba..80c9bd37 100644 --- a/kservice/kservice.2014-03-03.manifest +++ b/kservice/kservice.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kservice-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-04-01.manifest b/kservice/kservice.2014-04-01.manifest index 6885ab93..3ac6aa52 100644 --- a/kservice/kservice.2014-04-01.manifest +++ b/kservice/kservice.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kservice-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-07-07.manifest b/kservice/kservice.2014-07-07.manifest index 8dde53e3..e69bbe86 100644 --- a/kservice/kservice.2014-07-07.manifest +++ b/kservice/kservice.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kservice-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-08-07.manifest b/kservice/kservice.2014-08-07.manifest index 67aa0067..d71f96d7 100644 --- a/kservice/kservice.2014-08-07.manifest +++ b/kservice/kservice.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kservice-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-09-12.manifest b/kservice/kservice.2014-09-12.manifest index b97f2f6f..3a30fe4d 100644 --- a/kservice/kservice.2014-09-12.manifest +++ b/kservice/kservice.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kservice-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-10-07.manifest b/kservice/kservice.2014-10-07.manifest index 4a332ce1..6b24426b 100644 --- a/kservice/kservice.2014-10-07.manifest +++ b/kservice/kservice.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kservice-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-11-06.manifest b/kservice/kservice.2014-11-06.manifest index 638eb1b3..fce27f2b 100644 --- a/kservice/kservice.2014-11-06.manifest +++ b/kservice/kservice.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kservice-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2014-12-11.manifest b/kservice/kservice.2014-12-11.manifest index 46e6cb7d..f4c3586f 100644 --- a/kservice/kservice.2014-12-11.manifest +++ b/kservice/kservice.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kservice-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-01-08.manifest b/kservice/kservice.2015-01-08.manifest index bce49b1e..25152015 100644 --- a/kservice/kservice.2015-01-08.manifest +++ b/kservice/kservice.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kservice-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-02-14.manifest b/kservice/kservice.2015-02-14.manifest index 30feed86..e68cc563 100644 --- a/kservice/kservice.2015-02-14.manifest +++ b/kservice/kservice.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kservice-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-05-08.manifest b/kservice/kservice.2015-05-08.manifest index 8a08377f..c60cdb87 100644 --- a/kservice/kservice.2015-05-08.manifest +++ b/kservice/kservice.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kservice-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-07-27.manifest b/kservice/kservice.2015-07-27.manifest index 6bb9bc25..62b93d8f 100644 --- a/kservice/kservice.2015-07-27.manifest +++ b/kservice/kservice.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Plugin framework for desktop services", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kservice", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kservice-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-08-12.manifest b/kservice/kservice.2015-08-12.manifest index 5e90d3c2..fda13b0b 100644 --- a/kservice/kservice.2015-08-12.manifest +++ b/kservice/kservice.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kservice-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-09-12.manifest b/kservice/kservice.2015-09-12.manifest index a42546dd..38a2b852 100644 --- a/kservice/kservice.2015-09-12.manifest +++ b/kservice/kservice.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kservice-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-10-10.manifest b/kservice/kservice.2015-10-10.manifest index e5c3fddb..9bdad527 100644 --- a/kservice/kservice.2015-10-10.manifest +++ b/kservice/kservice.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kservice-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-11-13.manifest b/kservice/kservice.2015-11-13.manifest index 0a861d53..ff4638e5 100644 --- a/kservice/kservice.2015-11-13.manifest +++ b/kservice/kservice.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kservice-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2015-12-12.manifest b/kservice/kservice.2015-12-12.manifest index d2e64b48..f99bae8f 100644 --- a/kservice/kservice.2015-12-12.manifest +++ b/kservice/kservice.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kservice-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-01-09.manifest b/kservice/kservice.2016-01-09.manifest index 2ed05ef2..e20341e0 100644 --- a/kservice/kservice.2016-01-09.manifest +++ b/kservice/kservice.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kservice-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-02-13.manifest b/kservice/kservice.2016-02-13.manifest index 4ccbdc9a..fc3a8afb 100644 --- a/kservice/kservice.2016-02-13.manifest +++ b/kservice/kservice.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kservice-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-03-13.manifest b/kservice/kservice.2016-03-13.manifest index 89dcb12e..81eb5793 100644 --- a/kservice/kservice.2016-03-13.manifest +++ b/kservice/kservice.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kservice-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-04-09.manifest b/kservice/kservice.2016-04-09.manifest index 562d2144..b6938502 100644 --- a/kservice/kservice.2016-04-09.manifest +++ b/kservice/kservice.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kservice-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-05-15.manifest b/kservice/kservice.2016-05-15.manifest index aac84dea..315b3b82 100644 --- a/kservice/kservice.2016-05-15.manifest +++ b/kservice/kservice.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kservice", "display_name": "KService", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Advanced plugin and service introspection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kservice-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-06-13.manifest b/kservice/kservice.2016-06-13.manifest new file mode 100644 index 00000000..14fe8e48 --- /dev/null +++ b/kservice/kservice.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kservice", + "display_name": "KService", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Advanced plugin and service introspection", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kservice-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/kservice/kservice.2016-07-09.manifest b/kservice/kservice.2016-07-09.manifest new file mode 100644 index 00000000..dc1ab889 --- /dev/null +++ b/kservice/kservice.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kservice", + "display_name": "KService", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Advanced plugin and service introspection", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kservice-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kservice/kservice.2016-08-13.manifest b/kservice/kservice.2016-08-13.manifest new file mode 100644 index 00000000..368dcffa --- /dev/null +++ b/kservice/kservice.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kservice", + "display_name": "KService", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Advanced plugin and service introspection", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kservice/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KService provides a plugin framework for handling desktop services. Services can\nbe applications or libraries. They can be bound to MIME types or handled by\napplication specific code.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kservice-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ktexteditor/ktexteditor.2014-03-03.manifest b/ktexteditor/ktexteditor.2014-03-03.manifest index d2c08612..d94b4de3 100644 --- a/ktexteditor/ktexteditor.2014-03-03.manifest +++ b/ktexteditor/ktexteditor.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/ktexteditor-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-04-01.manifest b/ktexteditor/ktexteditor.2014-04-01.manifest index de568a83..2fdf1721 100644 --- a/ktexteditor/ktexteditor.2014-04-01.manifest +++ b/ktexteditor/ktexteditor.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/ktexteditor-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-07-07.manifest b/ktexteditor/ktexteditor.2014-07-07.manifest index db921588..5f82c12f 100644 --- a/ktexteditor/ktexteditor.2014-07-07.manifest +++ b/ktexteditor/ktexteditor.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/ktexteditor-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-08-07.manifest b/ktexteditor/ktexteditor.2014-08-07.manifest index 3bf9eb23..ed009ac0 100644 --- a/ktexteditor/ktexteditor.2014-08-07.manifest +++ b/ktexteditor/ktexteditor.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/ktexteditor-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-09-12.manifest b/ktexteditor/ktexteditor.2014-09-12.manifest index 5f92152e..a420f5aa 100644 --- a/ktexteditor/ktexteditor.2014-09-12.manifest +++ b/ktexteditor/ktexteditor.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/ktexteditor-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-10-07.manifest b/ktexteditor/ktexteditor.2014-10-07.manifest index 79134b32..68f33153 100644 --- a/ktexteditor/ktexteditor.2014-10-07.manifest +++ b/ktexteditor/ktexteditor.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/ktexteditor-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-11-06.manifest b/ktexteditor/ktexteditor.2014-11-06.manifest index cc7cb029..8d883e44 100644 --- a/ktexteditor/ktexteditor.2014-11-06.manifest +++ b/ktexteditor/ktexteditor.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/ktexteditor-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2014-12-11.manifest b/ktexteditor/ktexteditor.2014-12-11.manifest index a7aa6c17..92fc0bb7 100644 --- a/ktexteditor/ktexteditor.2014-12-11.manifest +++ b/ktexteditor/ktexteditor.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/ktexteditor-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-01-08.manifest b/ktexteditor/ktexteditor.2015-01-08.manifest index 4643071c..910a8c3e 100644 --- a/ktexteditor/ktexteditor.2015-01-08.manifest +++ b/ktexteditor/ktexteditor.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/ktexteditor-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-02-14.manifest b/ktexteditor/ktexteditor.2015-02-14.manifest index e4670393..47fd5107 100644 --- a/ktexteditor/ktexteditor.2015-02-14.manifest +++ b/ktexteditor/ktexteditor.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/ktexteditor-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-05-08.manifest b/ktexteditor/ktexteditor.2015-05-08.manifest index 89cd479e..a228799d 100644 --- a/ktexteditor/ktexteditor.2015-05-08.manifest +++ b/ktexteditor/ktexteditor.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/ktexteditor-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-07-27.manifest b/ktexteditor/ktexteditor.2015-07-27.manifest index 02203199..70043b14 100644 --- a/ktexteditor/ktexteditor.2015-07-27.manifest +++ b/ktexteditor/ktexteditor.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Full text editor component", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktexteditor", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/ktexteditor-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-08-12.manifest b/ktexteditor/ktexteditor.2015-08-12.manifest index bcacc55c..59c5d70c 100644 --- a/ktexteditor/ktexteditor.2015-08-12.manifest +++ b/ktexteditor/ktexteditor.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/ktexteditor-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-09-12.manifest b/ktexteditor/ktexteditor.2015-09-12.manifest index f17c3dfb..5b74c251 100644 --- a/ktexteditor/ktexteditor.2015-09-12.manifest +++ b/ktexteditor/ktexteditor.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/ktexteditor-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-10-10.manifest b/ktexteditor/ktexteditor.2015-10-10.manifest index 81c08ea2..921ceb5d 100644 --- a/ktexteditor/ktexteditor.2015-10-10.manifest +++ b/ktexteditor/ktexteditor.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/ktexteditor-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-11-13.manifest b/ktexteditor/ktexteditor.2015-11-13.manifest index 60198107..487e3033 100644 --- a/ktexteditor/ktexteditor.2015-11-13.manifest +++ b/ktexteditor/ktexteditor.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/ktexteditor-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2015-12-12.manifest b/ktexteditor/ktexteditor.2015-12-12.manifest index 5a5ac747..570cdb25 100644 --- a/ktexteditor/ktexteditor.2015-12-12.manifest +++ b/ktexteditor/ktexteditor.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/ktexteditor-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-01-09.manifest b/ktexteditor/ktexteditor.2016-01-09.manifest index 2c6b5632..cc40ddb6 100644 --- a/ktexteditor/ktexteditor.2016-01-09.manifest +++ b/ktexteditor/ktexteditor.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/ktexteditor-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-02-13.manifest b/ktexteditor/ktexteditor.2016-02-13.manifest index a17879d9..40945f5e 100644 --- a/ktexteditor/ktexteditor.2016-02-13.manifest +++ b/ktexteditor/ktexteditor.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/ktexteditor-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-03-13.manifest b/ktexteditor/ktexteditor.2016-03-13.manifest index cdd6785b..660d316c 100644 --- a/ktexteditor/ktexteditor.2016-03-13.manifest +++ b/ktexteditor/ktexteditor.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/ktexteditor-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-04-09.manifest b/ktexteditor/ktexteditor.2016-04-09.manifest index 5429467f..9a91184b 100644 --- a/ktexteditor/ktexteditor.2016-04-09.manifest +++ b/ktexteditor/ktexteditor.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/ktexteditor-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-05-15.manifest b/ktexteditor/ktexteditor.2016-05-15.manifest index 8c270fc7..74e28ebb 100644 --- a/ktexteditor/ktexteditor.2016-05-15.manifest +++ b/ktexteditor/ktexteditor.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktexteditor", "display_name": "KTextEditor", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Advanced embeddable text editor", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/ktexteditor-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-06-13.manifest b/ktexteditor/ktexteditor.2016-06-13.manifest new file mode 100644 index 00000000..2f217952 --- /dev/null +++ b/ktexteditor/ktexteditor.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ktexteditor", + "display_name": "KTextEditor", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Advanced embeddable text editor", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/ktexteditor-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktexteditor/ktexteditor.2016-07-09.manifest b/ktexteditor/ktexteditor.2016-07-09.manifest new file mode 100644 index 00000000..9057421f --- /dev/null +++ b/ktexteditor/ktexteditor.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ktexteditor", + "display_name": "KTextEditor", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Advanced embeddable text editor", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/ktexteditor-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ktexteditor/ktexteditor.2016-08-13.manifest b/ktexteditor/ktexteditor.2016-08-13.manifest new file mode 100644 index 00000000..74c47d53 --- /dev/null +++ b/ktexteditor/ktexteditor.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ktexteditor", + "display_name": "KTextEditor", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Advanced embeddable text editor", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/ktexteditor/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KTextEditor provides a powerful text editor component that you can embed in your\napplication, either as a KPart or using the KF5::TextEditor library (if you need\nmore control).\n\nThe text editor component contains many useful features, from syntax\nhighlighting and automatic indentation to advanced scripting support, making it\nsuitable for everything from a simple embedded text-file editor to an advanced\nIDE.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/ktexteditor-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ktextwidgets/ktextwidgets.2014-03-03.manifest b/ktextwidgets/ktextwidgets.2014-03-03.manifest index be76ba87..1914cf3e 100644 --- a/ktextwidgets/ktextwidgets.2014-03-03.manifest +++ b/ktextwidgets/ktextwidgets.2014-03-03.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/ktextwidgets-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-04-01.manifest b/ktextwidgets/ktextwidgets.2014-04-01.manifest index 8ebeb485..7a229e9e 100644 --- a/ktextwidgets/ktextwidgets.2014-04-01.manifest +++ b/ktextwidgets/ktextwidgets.2014-04-01.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/ktextwidgets-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-07-07.manifest b/ktextwidgets/ktextwidgets.2014-07-07.manifest index c390aabd..ec8cae12 100644 --- a/ktextwidgets/ktextwidgets.2014-07-07.manifest +++ b/ktextwidgets/ktextwidgets.2014-07-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/ktextwidgets-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-08-07.manifest b/ktextwidgets/ktextwidgets.2014-08-07.manifest index 549c3d9b..e046292f 100644 --- a/ktextwidgets/ktextwidgets.2014-08-07.manifest +++ b/ktextwidgets/ktextwidgets.2014-08-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/ktextwidgets-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-09-12.manifest b/ktextwidgets/ktextwidgets.2014-09-12.manifest index 3be66c67..165c688e 100644 --- a/ktextwidgets/ktextwidgets.2014-09-12.manifest +++ b/ktextwidgets/ktextwidgets.2014-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/ktextwidgets-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-10-07.manifest b/ktextwidgets/ktextwidgets.2014-10-07.manifest index 0e0f16f5..11696ad1 100644 --- a/ktextwidgets/ktextwidgets.2014-10-07.manifest +++ b/ktextwidgets/ktextwidgets.2014-10-07.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/ktextwidgets-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-11-06.manifest b/ktextwidgets/ktextwidgets.2014-11-06.manifest index d6678fe8..ef31b88d 100644 --- a/ktextwidgets/ktextwidgets.2014-11-06.manifest +++ b/ktextwidgets/ktextwidgets.2014-11-06.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/ktextwidgets-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2014-12-11.manifest b/ktextwidgets/ktextwidgets.2014-12-11.manifest index 90f9653a..554c3c40 100644 --- a/ktextwidgets/ktextwidgets.2014-12-11.manifest +++ b/ktextwidgets/ktextwidgets.2014-12-11.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/ktextwidgets-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-01-08.manifest b/ktextwidgets/ktextwidgets.2015-01-08.manifest index 5b6b7903..f2ebb162 100644 --- a/ktextwidgets/ktextwidgets.2015-01-08.manifest +++ b/ktextwidgets/ktextwidgets.2015-01-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/ktextwidgets-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-02-14.manifest b/ktextwidgets/ktextwidgets.2015-02-14.manifest index 5d9451b9..1f4bc32b 100644 --- a/ktextwidgets/ktextwidgets.2015-02-14.manifest +++ b/ktextwidgets/ktextwidgets.2015-02-14.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/ktextwidgets-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-05-08.manifest b/ktextwidgets/ktextwidgets.2015-05-08.manifest index 0e2c28a0..4d0d9277 100644 --- a/ktextwidgets/ktextwidgets.2015-05-08.manifest +++ b/ktextwidgets/ktextwidgets.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/ktextwidgets-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-07-27.manifest b/ktextwidgets/ktextwidgets.2015-07-27.manifest index cec0cd10..1f63c95e 100644 --- a/ktextwidgets/ktextwidgets.2015-07-27.manifest +++ b/ktextwidgets/ktextwidgets.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Text editing widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/ktextwidgets", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/ktextwidgets-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-08-12.manifest b/ktextwidgets/ktextwidgets.2015-08-12.manifest index 47b51543..a674cf74 100644 --- a/ktextwidgets/ktextwidgets.2015-08-12.manifest +++ b/ktextwidgets/ktextwidgets.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/ktextwidgets-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-09-12.manifest b/ktextwidgets/ktextwidgets.2015-09-12.manifest index 0b4cbbfc..211c95b8 100644 --- a/ktextwidgets/ktextwidgets.2015-09-12.manifest +++ b/ktextwidgets/ktextwidgets.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/ktextwidgets-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-10-10.manifest b/ktextwidgets/ktextwidgets.2015-10-10.manifest index c1f6dc1f..16024597 100644 --- a/ktextwidgets/ktextwidgets.2015-10-10.manifest +++ b/ktextwidgets/ktextwidgets.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/ktextwidgets-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-11-13.manifest b/ktextwidgets/ktextwidgets.2015-11-13.manifest index 6b14146c..24a927c0 100644 --- a/ktextwidgets/ktextwidgets.2015-11-13.manifest +++ b/ktextwidgets/ktextwidgets.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/ktextwidgets-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2015-12-12.manifest b/ktextwidgets/ktextwidgets.2015-12-12.manifest index ccbfde27..12c91d5a 100644 --- a/ktextwidgets/ktextwidgets.2015-12-12.manifest +++ b/ktextwidgets/ktextwidgets.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/ktextwidgets-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-01-09.manifest b/ktextwidgets/ktextwidgets.2016-01-09.manifest index e1498385..d8c0cf78 100644 --- a/ktextwidgets/ktextwidgets.2016-01-09.manifest +++ b/ktextwidgets/ktextwidgets.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/ktextwidgets-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-02-13.manifest b/ktextwidgets/ktextwidgets.2016-02-13.manifest index e6ce0822..0c34382c 100644 --- a/ktextwidgets/ktextwidgets.2016-02-13.manifest +++ b/ktextwidgets/ktextwidgets.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/ktextwidgets-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-03-13.manifest b/ktextwidgets/ktextwidgets.2016-03-13.manifest index 6392429a..7f3d060e 100644 --- a/ktextwidgets/ktextwidgets.2016-03-13.manifest +++ b/ktextwidgets/ktextwidgets.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/ktextwidgets-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-04-09.manifest b/ktextwidgets/ktextwidgets.2016-04-09.manifest index afe5e1d2..4d27814a 100644 --- a/ktextwidgets/ktextwidgets.2016-04-09.manifest +++ b/ktextwidgets/ktextwidgets.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/ktextwidgets-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-05-15.manifest b/ktextwidgets/ktextwidgets.2016-05-15.manifest index ae0ea5b8..e6e0f83c 100644 --- a/ktextwidgets/ktextwidgets.2016-05-15.manifest +++ b/ktextwidgets/ktextwidgets.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "ktextwidgets", "display_name": "KTextWidgets", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Advanced text editing widgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/ktextwidgets-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-06-13.manifest b/ktextwidgets/ktextwidgets.2016-06-13.manifest new file mode 100644 index 00000000..8cbd5829 --- /dev/null +++ b/ktextwidgets/ktextwidgets.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ktextwidgets", + "display_name": "KTextWidgets", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Advanced text editing widgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/ktextwidgets-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Text", + "Widgets" + ] +} diff --git a/ktextwidgets/ktextwidgets.2016-07-09.manifest b/ktextwidgets/ktextwidgets.2016-07-09.manifest new file mode 100644 index 00000000..723db2c2 --- /dev/null +++ b/ktextwidgets/ktextwidgets.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ktextwidgets", + "display_name": "KTextWidgets", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Advanced text editing widgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/ktextwidgets-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ktextwidgets/ktextwidgets.2016-08-13.manifest b/ktextwidgets/ktextwidgets.2016-08-13.manifest new file mode 100644 index 00000000..76f748aa --- /dev/null +++ b/ktextwidgets/ktextwidgets.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "ktextwidgets", + "display_name": "KTextWidgets", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Advanced text editing widgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/ktextwidgets/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/ktextwidgets/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKTextWidgets provides widgets for displaying and editing text. It supports\nrich text as well as plain text.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/ktextwidgets-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kunitconversion/kunitconversion.2014-03-03.manifest b/kunitconversion/kunitconversion.2014-03-03.manifest index 92b92797..46feb15f 100644 --- a/kunitconversion/kunitconversion.2014-03-03.manifest +++ b/kunitconversion/kunitconversion.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kunitconversion-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-04-01.manifest b/kunitconversion/kunitconversion.2014-04-01.manifest index 07b9e0cd..1f37559c 100644 --- a/kunitconversion/kunitconversion.2014-04-01.manifest +++ b/kunitconversion/kunitconversion.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kunitconversion-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-07-07.manifest b/kunitconversion/kunitconversion.2014-07-07.manifest index 98e25802..c057c9dd 100644 --- a/kunitconversion/kunitconversion.2014-07-07.manifest +++ b/kunitconversion/kunitconversion.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kunitconversion-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-08-07.manifest b/kunitconversion/kunitconversion.2014-08-07.manifest index 3841be99..a5b29430 100644 --- a/kunitconversion/kunitconversion.2014-08-07.manifest +++ b/kunitconversion/kunitconversion.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kunitconversion-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-09-12.manifest b/kunitconversion/kunitconversion.2014-09-12.manifest index 2e35aeea..dcb8ac8f 100644 --- a/kunitconversion/kunitconversion.2014-09-12.manifest +++ b/kunitconversion/kunitconversion.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kunitconversion-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-10-07.manifest b/kunitconversion/kunitconversion.2014-10-07.manifest index 6ea47968..96ae9743 100644 --- a/kunitconversion/kunitconversion.2014-10-07.manifest +++ b/kunitconversion/kunitconversion.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kunitconversion-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-11-06.manifest b/kunitconversion/kunitconversion.2014-11-06.manifest index a157c956..7f69abe0 100644 --- a/kunitconversion/kunitconversion.2014-11-06.manifest +++ b/kunitconversion/kunitconversion.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kunitconversion-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2014-12-11.manifest b/kunitconversion/kunitconversion.2014-12-11.manifest index fefe535e..0c8f4167 100644 --- a/kunitconversion/kunitconversion.2014-12-11.manifest +++ b/kunitconversion/kunitconversion.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kunitconversion-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-01-08.manifest b/kunitconversion/kunitconversion.2015-01-08.manifest index e419fbfc..5965c289 100644 --- a/kunitconversion/kunitconversion.2015-01-08.manifest +++ b/kunitconversion/kunitconversion.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kunitconversion-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-02-14.manifest b/kunitconversion/kunitconversion.2015-02-14.manifest index 70604b54..e1d87051 100644 --- a/kunitconversion/kunitconversion.2015-02-14.manifest +++ b/kunitconversion/kunitconversion.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kunitconversion-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-05-08.manifest b/kunitconversion/kunitconversion.2015-05-08.manifest index ebf921f1..574bd521 100644 --- a/kunitconversion/kunitconversion.2015-05-08.manifest +++ b/kunitconversion/kunitconversion.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kunitconversion-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-07-27.manifest b/kunitconversion/kunitconversion.2015-07-27.manifest index 51cc75a8..d088eda7 100644 --- a/kunitconversion/kunitconversion.2015-07-27.manifest +++ b/kunitconversion/kunitconversion.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Converting physical units", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kunitconversion", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kunitconversion-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-08-12.manifest b/kunitconversion/kunitconversion.2015-08-12.manifest index 9c7aa44d..4047f88d 100644 --- a/kunitconversion/kunitconversion.2015-08-12.manifest +++ b/kunitconversion/kunitconversion.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kunitconversion-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-09-12.manifest b/kunitconversion/kunitconversion.2015-09-12.manifest index be65b7d0..40ab8379 100644 --- a/kunitconversion/kunitconversion.2015-09-12.manifest +++ b/kunitconversion/kunitconversion.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kunitconversion-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-10-10.manifest b/kunitconversion/kunitconversion.2015-10-10.manifest index 3451bf8e..840f2285 100644 --- a/kunitconversion/kunitconversion.2015-10-10.manifest +++ b/kunitconversion/kunitconversion.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kunitconversion-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-11-13.manifest b/kunitconversion/kunitconversion.2015-11-13.manifest index 878438cb..15c38196 100644 --- a/kunitconversion/kunitconversion.2015-11-13.manifest +++ b/kunitconversion/kunitconversion.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kunitconversion-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2015-12-12.manifest b/kunitconversion/kunitconversion.2015-12-12.manifest index 857529ff..67b43c11 100644 --- a/kunitconversion/kunitconversion.2015-12-12.manifest +++ b/kunitconversion/kunitconversion.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kunitconversion-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-01-09.manifest b/kunitconversion/kunitconversion.2016-01-09.manifest index fe90a9d6..4420b021 100644 --- a/kunitconversion/kunitconversion.2016-01-09.manifest +++ b/kunitconversion/kunitconversion.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kunitconversion-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-02-13.manifest b/kunitconversion/kunitconversion.2016-02-13.manifest index 0feda156..c08f0a31 100644 --- a/kunitconversion/kunitconversion.2016-02-13.manifest +++ b/kunitconversion/kunitconversion.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kunitconversion-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-03-13.manifest b/kunitconversion/kunitconversion.2016-03-13.manifest index 528df3b7..18d4bf8e 100644 --- a/kunitconversion/kunitconversion.2016-03-13.manifest +++ b/kunitconversion/kunitconversion.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kunitconversion-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-04-09.manifest b/kunitconversion/kunitconversion.2016-04-09.manifest index 4aa6f1d5..81d94597 100644 --- a/kunitconversion/kunitconversion.2016-04-09.manifest +++ b/kunitconversion/kunitconversion.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kunitconversion-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-05-15.manifest b/kunitconversion/kunitconversion.2016-05-15.manifest index b0c5dbfa..3826790b 100644 --- a/kunitconversion/kunitconversion.2016-05-15.manifest +++ b/kunitconversion/kunitconversion.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kunitconversion-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-06-13.manifest b/kunitconversion/kunitconversion.2016-06-13.manifest new file mode 100644 index 00000000..66d3479e --- /dev/null +++ b/kunitconversion/kunitconversion.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kunitconversion", + "display_name": "KUnitConversion", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for unit conversion", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kunitconversion-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Data" + ] +} diff --git a/kunitconversion/kunitconversion.2016-07-09.manifest b/kunitconversion/kunitconversion.2016-07-09.manifest new file mode 100644 index 00000000..b2a2a656 --- /dev/null +++ b/kunitconversion/kunitconversion.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kunitconversion", + "display_name": "KUnitConversion", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for unit conversion", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kunitconversion-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kunitconversion/kunitconversion.2016-08-13.manifest b/kunitconversion/kunitconversion.2016-08-13.manifest new file mode 100644 index 00000000..56336765 --- /dev/null +++ b/kunitconversion/kunitconversion.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kunitconversion", + "display_name": "KUnitConversion", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for unit conversion", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "KUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kunitconversion-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kunitconversion/kunitconversion.manifest b/kunitconversion/kunitconversion.manifest index be0eb95e..bfed9064 100644 --- a/kunitconversion/kunitconversion.manifest +++ b/kunitconversion/kunitconversion.manifest @@ -1,22 +1,22 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kunitconversion", "display_name": "KUnitConversion", "summary": "Support for unit conversion", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html", "vcs": "https://projects.kde.org/projects/frameworks/kunitconversion/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "\nKUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume\n\n", + "description": "KUnitConversion provides functions to convert values in different physical\nunits. It supports converting different prefixes (e.g. kilo, mega, giga) as\nwell as converting between different unit systems (e.g. liters, gallons). The\nfollowing areas are supported:\n\n* Acceleration\n* Angle\n* Area\n* Currency\n* Density\n* Energy\n* Force\n* Frequency\n* Fuel efficiency\n* Length\n* Mass\n* Power\n* Pressure\n* Temperature\n* Time\n* Velocity\n* Volume", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks" } diff --git a/kwallet/kwallet.2014-03-03.manifest b/kwallet/kwallet.2014-03-03.manifest index 341642c9..bc492740 100644 --- a/kwallet/kwallet.2014-03-03.manifest +++ b/kwallet/kwallet.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kwallet-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-04-01.manifest b/kwallet/kwallet.2014-04-01.manifest index 035e0fb1..3b99cf8a 100644 --- a/kwallet/kwallet.2014-04-01.manifest +++ b/kwallet/kwallet.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kwallet-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-07-07.manifest b/kwallet/kwallet.2014-07-07.manifest index 30c85b6e..121f7b1d 100644 --- a/kwallet/kwallet.2014-07-07.manifest +++ b/kwallet/kwallet.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kwallet-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-08-07.manifest b/kwallet/kwallet.2014-08-07.manifest index 88ec8dec..19063e87 100644 --- a/kwallet/kwallet.2014-08-07.manifest +++ b/kwallet/kwallet.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kwallet-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-09-12.manifest b/kwallet/kwallet.2014-09-12.manifest index 3bd52c97..e5aa7df5 100644 --- a/kwallet/kwallet.2014-09-12.manifest +++ b/kwallet/kwallet.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kwallet-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-10-07.manifest b/kwallet/kwallet.2014-10-07.manifest index 81092970..80f25963 100644 --- a/kwallet/kwallet.2014-10-07.manifest +++ b/kwallet/kwallet.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kwallet-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-11-06.manifest b/kwallet/kwallet.2014-11-06.manifest index bae48544..27397e6f 100644 --- a/kwallet/kwallet.2014-11-06.manifest +++ b/kwallet/kwallet.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kwallet-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2014-12-11.manifest b/kwallet/kwallet.2014-12-11.manifest index 0953ede7..0ec89c74 100644 --- a/kwallet/kwallet.2014-12-11.manifest +++ b/kwallet/kwallet.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kwallet-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-01-08.manifest b/kwallet/kwallet.2015-01-08.manifest index 80dbf91b..e97b1c48 100644 --- a/kwallet/kwallet.2015-01-08.manifest +++ b/kwallet/kwallet.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kwallet-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-02-14.manifest b/kwallet/kwallet.2015-02-14.manifest index 0ec6d576..fe64a8c4 100644 --- a/kwallet/kwallet.2015-02-14.manifest +++ b/kwallet/kwallet.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet-framework", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kwallet-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-05-08.manifest b/kwallet/kwallet.2015-05-08.manifest index f63c0831..ac352528 100644 --- a/kwallet/kwallet.2015-05-08.manifest +++ b/kwallet/kwallet.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kwallet-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-07-27.manifest b/kwallet/kwallet.2015-07-27.manifest index 9195bef9..52a38114 100644 --- a/kwallet/kwallet.2015-07-27.manifest +++ b/kwallet/kwallet.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Safe desktop-wide storage for passwords", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwallet", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kwallet-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-08-12.manifest b/kwallet/kwallet.2015-08-12.manifest index 767cc116..3f024055 100644 --- a/kwallet/kwallet.2015-08-12.manifest +++ b/kwallet/kwallet.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kwallet-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-09-12.manifest b/kwallet/kwallet.2015-09-12.manifest index 420bb040..535ba5d3 100644 --- a/kwallet/kwallet.2015-09-12.manifest +++ b/kwallet/kwallet.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kwallet-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-10-10.manifest b/kwallet/kwallet.2015-10-10.manifest index 1e0e05af..ded78bde 100644 --- a/kwallet/kwallet.2015-10-10.manifest +++ b/kwallet/kwallet.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kwallet-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-11-13.manifest b/kwallet/kwallet.2015-11-13.manifest index eb3e9235..13749f18 100644 --- a/kwallet/kwallet.2015-11-13.manifest +++ b/kwallet/kwallet.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kwallet-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2015-12-12.manifest b/kwallet/kwallet.2015-12-12.manifest index 58689d74..0e8a5e82 100644 --- a/kwallet/kwallet.2015-12-12.manifest +++ b/kwallet/kwallet.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kwallet-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-01-09.manifest b/kwallet/kwallet.2016-01-09.manifest index 1b34bcfc..65129282 100644 --- a/kwallet/kwallet.2016-01-09.manifest +++ b/kwallet/kwallet.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kwallet-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-02-13.manifest b/kwallet/kwallet.2016-02-13.manifest index 7d09f014..94b869b8 100644 --- a/kwallet/kwallet.2016-02-13.manifest +++ b/kwallet/kwallet.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kwallet-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-03-13.manifest b/kwallet/kwallet.2016-03-13.manifest index 09d6ba41..a7f10fe2 100644 --- a/kwallet/kwallet.2016-03-13.manifest +++ b/kwallet/kwallet.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kwallet-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-04-09.manifest b/kwallet/kwallet.2016-04-09.manifest index cfd4abd0..fe79ff57 100644 --- a/kwallet/kwallet.2016-04-09.manifest +++ b/kwallet/kwallet.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kwallet-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-05-15.manifest b/kwallet/kwallet.2016-05-15.manifest index 2e2806dd..777ec2e4 100644 --- a/kwallet/kwallet.2016-05-15.manifest +++ b/kwallet/kwallet.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwallet", "display_name": "KWallet Framework", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Secure and unified container for user passwords", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kwallet-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-06-13.manifest b/kwallet/kwallet.2016-06-13.manifest new file mode 100644 index 00000000..37fdf4bf --- /dev/null +++ b/kwallet/kwallet.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kwallet", + "display_name": "KWallet Framework", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Secure and unified container for user passwords", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kwallet-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Security" + ] +} diff --git a/kwallet/kwallet.2016-07-09.manifest b/kwallet/kwallet.2016-07-09.manifest new file mode 100644 index 00000000..0a44c6f4 --- /dev/null +++ b/kwallet/kwallet.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kwallet", + "display_name": "KWallet Framework", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Secure and unified container for user passwords", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kwallet-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kwallet/kwallet.2016-08-13.manifest b/kwallet/kwallet.2016-08-13.manifest new file mode 100644 index 00000000..e41b0090 --- /dev/null +++ b/kwallet/kwallet.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kwallet", + "display_name": "KWallet Framework", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Secure and unified container for user passwords", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kwallet/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis framework contains two main components:\n* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work \nspaces.\n* The kwalletd used to safely store the passwords on KDE work spaces.\n\nThe library can be built alone, without kwalletd, by setting the\n`BUILD_KWALLETD` option to `OFF`.\n\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kwallet-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kwayland/kwayland.2015-08-25.manifest b/kwayland/kwayland.2015-08-25.manifest index afbaae8c..43c98b51 100644 --- a/kwayland/kwayland.2015-08-25.manifest +++ b/kwayland/kwayland.2015-08-25.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwayland", "display_name": "KWayland", "release_date": "2015-08-25", "version": "5.4.0", "summary": "Qt-style API to interact with the wayland-client and wayland-server API", "urls": { "homepage": "https://projects.kde.org/projects/kde/workspace/kwayland", "api_docs": "http://kde.martin-graesslin.com/kwayland/", "vcs": "https://projects.kde.org/projects/kde/workspace/kwayland/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kwin", "download": "http://download.kde.org/stable/plasma/5.4.0/", "announcement": "https://www.kde.org/announcements/plasma-5.4.0.php" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKWayland provides two libraries:\n\n- KWayland::Client\n- KWayland::Server\n\nAs the names suggest they implement a Client respectively 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-API. 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. two arguments of int are represented by a QPoint or a QSize.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/plasma/5.4.0/kwayland-5.4.0.tar.xz" - } + }, + "topics": [ + "Desktop" + ] } diff --git a/kwayland/kwayland.2015-09-08.manifest b/kwayland/kwayland.2015-09-08.manifest index ba75a46e..200d7718 100644 --- a/kwayland/kwayland.2015-09-08.manifest +++ b/kwayland/kwayland.2015-09-08.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwayland", "display_name": "KWayland", "release_date": "2015-09-08", "version": "5.4.1", "summary": "Qt-style API to interact with the wayland-client and wayland-server API", "urls": { "homepage": "https://projects.kde.org/projects/kde/workspace/kwayland", "api_docs": "http://kde.martin-graesslin.com/kwayland/", "vcs": "https://projects.kde.org/projects/kde/workspace/kwayland/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kwin", "download": "http://download.kde.org/stable/plasma/5.4.1/", "announcement": "https://www.kde.org/announcements/plasma-5.4.1.php" }, "licenses": [ "LGPLv2.1+" ], "description": "\nKWayland provides two libraries:\n\n- KWayland::Client\n- KWayland::Server\n\nAs the names suggest they implement a Client respectively 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-API. 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. two arguments of int are represented by a QPoint or a QSize.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/plasma/5.4.1/kwayland-5.4.1.tar.xz" - } + }, + "topics": [ + "Desktop" + ] } diff --git a/kwayland/kwayland.manifest b/kwayland/kwayland.manifest index 7247dd73..ad11f1af 100644 --- a/kwayland/kwayland.manifest +++ b/kwayland/kwayland.manifest @@ -1,22 +1,22 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "kwayland", "display_name": "KWayland", "summary": "Qt-style API to interact with the wayland-client and wayland-server API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwayland/html/index.html", "vcs": "https://projects.kde.org/projects/frameworks/kwayland/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "\nKWayland provides two libraries:\n\n- KWayland::Client\n- KWayland::Server\n\nAs the names suggest they implement a Client respectively 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-API. 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. two arguments of int are represented by a QPoint or a QSize.\n\n", + "description": "KWayland provides two libraries:\n\n- KWayland::Client\n- KWayland::Server\n\nAs the names suggest they implement a Client respectively a Server API for the Wayland\nprotocol. The API is Qt-styled removing the needs to interact with a for a Qt developer\nuncomfortable low-level C-API. For example the callback mechanism from the Wayland API\nis replaced by signals; data types are adjusted to be what a Qt developer expects, e.g.\ntwo arguments of int are represented by a QPoint or a QSize.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks" } diff --git a/kwidgetsaddons/kwidgetsaddons.2014-03-03.manifest b/kwidgetsaddons/kwidgetsaddons.2014-03-03.manifest index f8d36d58..be244d87 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-03-03.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddon", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kwidgetsaddons-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-04-01.manifest b/kwidgetsaddons/kwidgetsaddons.2014-04-01.manifest index 21baf1f3..466bb7ba 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-04-01.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/kwidgetsaddons-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-07-07.manifest b/kwidgetsaddons/kwidgetsaddons.2014-07-07.manifest index f7bceeb8..44ce17c9 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-07-07.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/kwidgetsaddons-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-08-07.manifest b/kwidgetsaddons/kwidgetsaddons.2014-08-07.manifest index 4acacaa7..f79d2ea3 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-08-07.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/kwidgetsaddons-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-09-12.manifest b/kwidgetsaddons/kwidgetsaddons.2014-09-12.manifest index b649e9b6..d4bceaed 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-09-12.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/kwidgetsaddons-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-10-07.manifest b/kwidgetsaddons/kwidgetsaddons.2014-10-07.manifest index 51d55924..37c5c2fc 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-10-07.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/kwidgetsaddons-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-11-06.manifest b/kwidgetsaddons/kwidgetsaddons.2014-11-06.manifest index 670e5f1e..f4a8c93d 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-11-06.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/kwidgetsaddons-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2014-12-11.manifest b/kwidgetsaddons/kwidgetsaddons.2014-12-11.manifest index c49e4a3d..8afb2e53 100644 --- a/kwidgetsaddons/kwidgetsaddons.2014-12-11.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/kwidgetsaddons-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-01-08.manifest b/kwidgetsaddons/kwidgetsaddons.2015-01-08.manifest index 9077ff5c..9e731934 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-01-08.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/kwidgetsaddons-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-02-14.manifest b/kwidgetsaddons/kwidgetsaddons.2015-02-14.manifest index 399edfc0..60ba160b 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-02-14.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/kwidgetsaddons-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-05-08.manifest b/kwidgetsaddons/kwidgetsaddons.2015-05-08.manifest index f1defee4..602321ca 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-05-08.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/kwidgetsaddons-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-07-27.manifest b/kwidgetsaddons/kwidgetsaddons.2015-07-27.manifest index b75be8c0..428bcb4c 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-07-27.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Large set of desktop widgets", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwidgetsaddons", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kwidgetsaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-08-12.manifest b/kwidgetsaddons/kwidgetsaddons.2015-08-12.manifest index 35127267..788c940e 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-08-12.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/kwidgetsaddons-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-09-12.manifest b/kwidgetsaddons/kwidgetsaddons.2015-09-12.manifest index 967d36bf..10b776ca 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-09-12.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/kwidgetsaddons-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-10-10.manifest b/kwidgetsaddons/kwidgetsaddons.2015-10-10.manifest index c954dab5..27d4d351 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-10-10.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/kwidgetsaddons-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-11-13.manifest b/kwidgetsaddons/kwidgetsaddons.2015-11-13.manifest index 127ab83b..69ce7c6f 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-11-13.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/kwidgetsaddons-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2015-12-12.manifest b/kwidgetsaddons/kwidgetsaddons.2015-12-12.manifest index 3f52fd28..74b75654 100644 --- a/kwidgetsaddons/kwidgetsaddons.2015-12-12.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/kwidgetsaddons-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-01-09.manifest b/kwidgetsaddons/kwidgetsaddons.2016-01-09.manifest index fdf0ea05..233f3dcd 100644 --- a/kwidgetsaddons/kwidgetsaddons.2016-01-09.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/kwidgetsaddons-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-02-13.manifest b/kwidgetsaddons/kwidgetsaddons.2016-02-13.manifest index d0347c9f..326f4844 100644 --- a/kwidgetsaddons/kwidgetsaddons.2016-02-13.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/kwidgetsaddons-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-03-13.manifest b/kwidgetsaddons/kwidgetsaddons.2016-03-13.manifest index 542bff81..329eeeb8 100644 --- a/kwidgetsaddons/kwidgetsaddons.2016-03-13.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/kwidgetsaddons-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-04-09.manifest b/kwidgetsaddons/kwidgetsaddons.2016-04-09.manifest index e8f5a235..b0908d31 100644 --- a/kwidgetsaddons/kwidgetsaddons.2016-04-09.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/kwidgetsaddons-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-05-15.manifest b/kwidgetsaddons/kwidgetsaddons.2016-05-15.manifest index 17d7db49..59898dbb 100644 --- a/kwidgetsaddons/kwidgetsaddons.2016-05-15.manifest +++ b/kwidgetsaddons/kwidgetsaddons.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwidgetsaddons", "display_name": "KWidgetsAddons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Addons to QtWidgets", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/kwidgetsaddons-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-06-13.manifest b/kwidgetsaddons/kwidgetsaddons.2016-06-13.manifest new file mode 100644 index 00000000..aeb08258 --- /dev/null +++ b/kwidgetsaddons/kwidgetsaddons.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kwidgetsaddons", + "display_name": "KWidgetsAddons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Addons to QtWidgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/kwidgetsaddons-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Widgets" + ] +} diff --git a/kwidgetsaddons/kwidgetsaddons.2016-07-09.manifest b/kwidgetsaddons/kwidgetsaddons.2016-07-09.manifest new file mode 100644 index 00000000..a3e57a60 --- /dev/null +++ b/kwidgetsaddons/kwidgetsaddons.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kwidgetsaddons", + "display_name": "KWidgetsAddons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Addons to QtWidgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/kwidgetsaddons-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kwidgetsaddons/kwidgetsaddons.2016-08-13.manifest b/kwidgetsaddons/kwidgetsaddons.2016-08-13.manifest new file mode 100644 index 00000000..af5b755d --- /dev/null +++ b/kwidgetsaddons/kwidgetsaddons.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "kwidgetsaddons", + "display_name": "KWidgetsAddons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Addons to QtWidgets", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kwidgetsaddons/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/kwidgetsaddons/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nThis repository contains add-on widgets and classes for applications\nthat use the Qt Widgets module. If you are porting applications from\nKDE Platform 4 \"kdeui\" library, you will find many of its classes here.\n\nProvided are action classes that can be added to toolbars or menus,\na wide range of widgets for selecting characters, fonts, colors,\nactions, dates and times, or MIME types, as well as platform-aware\ndialogs for configuration pages, message boxes, and password requests.\n\nFurther widgets and classes can be found in other KDE frameworks. For\na full list, please see \n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/kwidgetsaddons-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/kwindowsystem/kwindowsystem.2014-03-03.manifest b/kwindowsystem/kwindowsystem.2014-03-03.manifest index 412c5d7f..7689cf48 100644 --- a/kwindowsystem/kwindowsystem.2014-03-03.manifest +++ b/kwindowsystem/kwindowsystem.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwindowsystem", "display_name": "KWindowSystem", "summary": "Access to window manager", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwindowsystem", "vcs": "https://projects.kde.org/projects/frameworks/kwindowsystem/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "\nConvenience access to certain properties and features of the window manager.\n\nKWindowSystem provides information about the state of the window manager and\nallows asking the window manager to change the using a more high-level\ninterface than the NETWinInfo/NETRootInfo low-level classes.\n\n", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/kwindowsystem-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/kwindowsystem/kwindowsystem.2014-04-01.manifest b/kwindowsystem/kwindowsystem.2014-04-01.manifest index 265c4d89..4d999f15 100644 --- a/kwindowsystem/kwindowsystem.2014-04-01.manifest +++ b/kwindowsystem/kwindowsystem.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kwindowsystem", "display_name": "KWindowSystem", "summary": "Access to the windowing system", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/kwindowsystem", "vcs": "https://projects.kde.org/projects/frameworks/kwindowsystem/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel> and and and and and and and and and " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v2.2.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2013-10-20.manifest b/libcommuni/libcommuni.2013-10-20.manifest index 32193053..26538f50 100644 --- a/libcommuni/libcommuni.2013-10-20.manifest +++ b/libcommuni/libcommuni.2013-10-20.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2013-10-20", "version": "3.0.0", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "LGPLv2.1+" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.0.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2013-11-22.manifest b/libcommuni/libcommuni.2013-11-22.manifest index fd53856b..590e66aa 100644 --- a/libcommuni/libcommuni.2013-11-22.manifest +++ b/libcommuni/libcommuni.2013-11-22.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2013-11-22", "version": "3.0.1", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "LGPLv2.1+" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.0.1.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2014-02-02.manifest b/libcommuni/libcommuni.2014-02-02.manifest index 15d4e6ee..ec7cac00 100644 --- a/libcommuni/libcommuni.2014-02-02.manifest +++ b/libcommuni/libcommuni.2014-02-02.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2014-02-02", "version": "3.0.2", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "LGPLv2.1+" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.0.2.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2014-03-12.manifest b/libcommuni/libcommuni.2014-03-12.manifest index 67ffa8de..b9b8b153 100644 --- a/libcommuni/libcommuni.2014-03-12.manifest +++ b/libcommuni/libcommuni.2014-03-12.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2014-03-12", "version": "3.1.0", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "LGPLv2.1+" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.1.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2014-05-17.manifest b/libcommuni/libcommuni.2014-05-17.manifest index 59772c4b..4768e44f 100644 --- a/libcommuni/libcommuni.2014-05-17.manifest +++ b/libcommuni/libcommuni.2014-05-17.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2014-05-17", "version": "3.1.1", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "LGPLv2.1+" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.1.1.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2014-08-09.manifest b/libcommuni/libcommuni.2014-08-09.manifest index 83ad87a9..6a10ba5c 100644 --- a/libcommuni/libcommuni.2014-08-09.manifest +++ b/libcommuni/libcommuni.2014-08-09.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2014-08-09", "version": "3.2.0", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "BSD" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.2.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2014-12-29.manifest b/libcommuni/libcommuni.2014-12-29.manifest index eb895dfa..1eda7d40 100644 --- a/libcommuni/libcommuni.2014-12-29.manifest +++ b/libcommuni/libcommuni.2014-12-29.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", "release_date": "2014-12-29", "version": "3.3.0", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "BSD" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.3.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libcommuni/libcommuni.2015-07-19.manifest b/libcommuni/libcommuni.2015-07-19.manifest index 8fcef7ce..9f810fa7 100644 --- a/libcommuni/libcommuni.2015-07-19.manifest +++ b/libcommuni/libcommuni.2015-07-19.manifest @@ -1,27 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libcommuni", + "display_name": "Communi", "release_date": "2015-07-19", "version": "3.4.0", "summary": "IRC framework", "urls": { "homepage": "http://communi.github.io", "api_docs": "http://communi.github.io/doc/", "vcs": "https://github.com/communi/libcommuni", "download": "https://github.com/communi/libcommuni/releases" }, "licenses": [ "BSD" ], "description": "Communi is a cross-platform IRC framework written with Qt and C++.", "authors": [ "J-P Nurmi " ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/communi/libcommuni/archive/v3.4.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libengsas/libengsas.2013-03-29.manifest b/libengsas/libengsas.2013-03-29.manifest index 1857369a..c4880a94 100644 --- a/libengsas/libengsas.2013-03-29.manifest +++ b/libengsas/libengsas.2013-03-29.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libengsas", + "display_name": "LibEngsas", "release_date": "2013-03-29", "version": "0.5.2", "summary": "Widgets for technical applications", "urls": { "homepage": "http://www.engsas.de/libengsas", "vcs": "https://svn.engsas.de/libengsas", "download": "http://sourceforge.net/projects/libengsas", "api_docs": "https://trac.engsas.de/libengsas/doxygen/" }, "licenses": [ "LGPLv2.1+" ], "description": "LibEngsas is a C++ library, which uses the Qt framework and provides some enhancements. Therefore the hidden usage of KDE is one of the most important topics in LibEngsas. The goal is to give the programmer a common API, regardless KDE if is internally used or not. As an example, EFileDialog is a replacement for QFileDialog, which automatically uses KFileDialog internally, if LibEngsas is built against KDE and QFileDialog if not.", "authors": [ "Joachim Langenbach " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "Mac OS X" ], "packages": { "source": "http://sourceforge.net/projects/libengsas/files/libengsas0_0.5.2.orig.tar.bz2/download" - } + }, + "topics": [ + "Widgets" + ] } diff --git a/libkexiv2/libkexiv2.2011-01-26.manifest b/libkexiv2/libkexiv2.2011-01-26.manifest index 698f32a8..8cfed336 100644 --- a/libkexiv2/libkexiv2.2011-01-26.manifest +++ b/libkexiv2/libkexiv2.2011-01-26.manifest @@ -1,33 +1,44 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libkexiv2", "release_date": "2011-01-26", "version": "4.6.0", "summary": "Qt bindings for Exiv2, the library to manipulate picture meta data", "urls": { "homepage": "https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2", "api_docs": "http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkexiv2/libkexiv2/html/index.html", "vcs": "https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2/repository", "custom": { "Exiv2": "http://www.exiv2.org/" } }, - "licenses": ["GPLv2+"], + "licenses": [ + "GPLv2+" + ], "description": "Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures\nmetadata.\n", - "authors": [ "Gilles Caulier", "Marcel Wiesweg " ], + "authors": [ + "Gilles Caulier", + "Marcel Wiesweg " + ], "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.tar.xz", "openSUSE": { "11.4": { "package_name": "libkexiv2-9", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "kdegraphics4-4.6.0-6.9.2.src.rpm" } } - } + }, + "topics": [ + "Graphics", + "Bindings" + ] } diff --git a/libkexiv2/libkexiv2.2013-09-03.manifest b/libkexiv2/libkexiv2.2013-09-03.manifest index 69b8ad8a..d0764976 100644 --- a/libkexiv2/libkexiv2.2013-09-03.manifest +++ b/libkexiv2/libkexiv2.2013-09-03.manifest @@ -1,31 +1,36 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libkexiv2", + "display_name": "Libkexiv2", "release_date": "2013-09-03", "version": "4.11.1", "summary": "Qt bindings for Exiv2, the library to manipulate picture meta data", "urls": { "homepage": "http://www.digikam.org/sharedlibs", "api_docs": "http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkexiv2/libkexiv2/html/index.html", "vcs": "https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2/repository", - "download": "ftp://ftp.kde.org/pub/kde/stable/", + "download": "http://download.kde.org/stable/", "custom": { "Exiv2": "http://www.exiv2.org/" } }, "licenses": [ "GPLv2+" ], "description": "Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures\nmetadata.\n", "authors": [ "Gilles Caulier", "Marcel Wiesweg " ], "maturity": "stable", "platforms": [ "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 --git a/liblastfm/liblastfm.2013-09-03.manifest b/liblastfm/liblastfm.2013-09-03.manifest index 504cef11..56846198 100644 --- a/liblastfm/liblastfm.2013-09-03.manifest +++ b/liblastfm/liblastfm.2013-09-03.manifest @@ -1,25 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "liblastfm", + "display_name": "Last.fm", "release_date": "2013-09-03", "version": "1.0.8", "summary": "A Qt C++ library for the Last.fm webservices", "urls": { "homepage": "http://www.last.fm/download", "vcs": "https://github.com/lastfm/liblastfm" }, "licenses": [ "GPLv3" ], "description": "liblastfm is a collection of libraries to help you integrate Last.fm services into your rich desktop software. It is officially supported software developed by Last.fm staff.", "authors": [ "Last.fm" ], "maturity": "stable", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/lastfm/liblastfm/archive/1.0.8.tar.gz" - } + }, + "topics": [ + "API", + "Multimedia" + ] } diff --git a/libmm-qt/libmm-qt.2013-09-15.manifest b/libmm-qt/libmm-qt.2013-09-15.manifest index 8c0e1c53..d756b41a 100644 --- a/libmm-qt/libmm-qt.2013-09-15.manifest +++ b/libmm-qt/libmm-qt.2013-09-15.manifest @@ -1,19 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libmm-qt", "release_date": "2013-09-15", "version": "0.5.1", "summary": "Qt wrapper for ModemManager DBus API", "urls": { "homepage": "https://projects.kde.org/projects/extragear/libs/libmm-qt", "vcs": "https://projects.kde.org/projects/extragear/libs/libmm-qt/repository" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "ModemManager-qt (or libmm-qt) features a friendly Qt-style API for the ModemManager interface.", - "authors": ["Lukáš Tinkl ", "Lamarque Souza ", "Jan Grulich "], + "authors": [ + "Lukáš Tinkl ", + "Lamarque Souza ", + "Jan Grulich " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { - "source": "ftp://ftp.kde.org/pub/kde/unstable/modemmanager-qt/0.5.1/src/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 --git a/libmm-qt/libmm-qt.2014-02-16.manifest b/libmm-qt/libmm-qt.2014-02-16.manifest index 9f1f5057..d0fee588 100644 --- a/libmm-qt/libmm-qt.2014-02-16.manifest +++ b/libmm-qt/libmm-qt.2014-02-16.manifest @@ -1,19 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libmm-qt", "release_date": "2014-02-16", "version": "1.0.1", "summary": "Qt wrapper for ModemManager DBus API", "urls": { "homepage": "https://projects.kde.org/projects/extragear/libs/libmm-qt", "vcs": "https://projects.kde.org/projects/extragear/libs/libmm-qt/repository" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "ModemManager-qt (or libmm-qt) features a friendly Qt-style API for the ModemManager interface.", - "authors": ["Lukáš Tinkl ", "Lamarque Souza ", "Jan Grulich "], + "authors": [ + "Lukáš Tinkl ", + "Lamarque Souza ", + "Jan Grulich " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { - "source": "ftp://ftp.kde.org/pub/kde/unstable/modemmanager-qt/1.0.1/src/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 --git a/libnm-qt/libnm-qt.2013-09-14.manifest b/libnm-qt/libnm-qt.2013-09-14.manifest index 80ecc9ae..dba696a7 100644 --- a/libnm-qt/libnm-qt.2013-09-14.manifest +++ b/libnm-qt/libnm-qt.2013-09-14.manifest @@ -1,19 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libnm-qt", "release_date": "2013-09-14", "version": "0.9.0.1", "summary": "Qt wrapper for NetworkManager DBus API", "urls": { "homepage": "https://projects.kde.org/projects/extragear/libs/libnm-qt", "vcs": "https://projects.kde.org/projects/extragear/libs/libnm-qt/repository" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "NetworkManager-qt (or libnm-qt) features a friendly Qt-style API for the NetworkManager interface.", - "authors": ["Lamarque Souza ", "Lukáš Tinkl ", "Jan Grulich "], + "authors": [ + "Lamarque Souza ", + "Lukáš Tinkl ", + "Jan Grulich " + ], "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 --git a/libnm-qt/libnm-qt.2014-02-14.manifest b/libnm-qt/libnm-qt.2014-02-14.manifest index 731af4e3..dced0edd 100644 --- a/libnm-qt/libnm-qt.2014-02-14.manifest +++ b/libnm-qt/libnm-qt.2014-02-14.manifest @@ -1,19 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libnm-qt", "release_date": "2014-02-14", "version": "0.9.8.1", "summary": "Qt wrapper for NetworkManager DBus API", "urls": { "homepage": "https://projects.kde.org/projects/extragear/libs/libnm-qt", "vcs": "https://projects.kde.org/projects/extragear/libs/libnm-qt/repository" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "NetworkManager-qt (or libnm-qt) features a friendly Qt-style API for the NetworkManager interface.", - "authors": ["Lamarque Souza ", "Lukáš Tinkl ", "Jan Grulich "], + "authors": [ + "Lamarque Souza ", + "Lukáš Tinkl ", + "Jan Grulich " + ], "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 --git a/libnm-qt/libnm-qt.2014-07-01.manifest b/libnm-qt/libnm-qt.2014-07-01.manifest index 601d4188..f8f2dd7f 100644 --- a/libnm-qt/libnm-qt.2014-07-01.manifest +++ b/libnm-qt/libnm-qt.2014-07-01.manifest @@ -1,19 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libnm-qt", + "display_name": "libnm-qt", "release_date": "2014-07-01", "version": "0.9.8.2", "summary": "Qt wrapper for NetworkManager DBus API", "urls": { "homepage": "https://projects.kde.org/projects/extragear/libs/libnm-qt", "vcs": "https://projects.kde.org/projects/extragear/libs/libnm-qt/repository" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "NetworkManager-qt (or libnm-qt) features a friendly Qt-style API for the NetworkManager interface.", - "authors": ["Lamarque Souza ", "Lukáš Tinkl ", "Jan Grulich "], + "authors": [ + "Lamarque Souza ", + "Lukáš Tinkl ", + "Jan Grulich " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://download.kde.org/unstable/networkmanager-qt/0.9.8.2/src/libnm-qt-0.9.8.2.tar.xz" - } + }, + "topics": [ + "Communication", + "Bindings" + ] } diff --git a/libqinfinity/libqinfinity.2013-09-22.manifest b/libqinfinity/libqinfinity.2013-09-22.manifest index 7afe1be5..784bde19 100644 --- a/libqinfinity/libqinfinity.2013-09-22.manifest +++ b/libqinfinity/libqinfinity.2013-09-22.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libqinfinity", "version": "0.5.1", "release_date": "2013-09-22", "summary": "Qt wrapper around libinfinity, a library for collaborative editing", "urls": { "homepage": "https://projects.kde.org/projects/playground/libs/libqinfinity", "vcs": "https://projects.kde.org/projects/playground/libs/libqinfinity/repository" }, "licenses": [ "GPLv2+" ], "description": "Qt wrapper around libinfinity, a library for collaborative editing. libinfinity implements the [Infinote protocol](http://gobby.0x539.de/trac/wiki/Infinote/Protocol) to synchronize changes, such as keystrokes, between multiple participants of a session.", "authors": [ "Sven Brauch ", "Gregory Haynes " ], "maturity": "alpha", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/libqinfinity/0.5.1/src/libqinfinity-v0.5.1.tar.xz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/libqtlua/libqtlua.2013-04-01.manifest b/libqtlua/libqtlua.2013-04-01.manifest index 87a2db38..d3aa606f 100644 --- a/libqtlua/libqtlua.2013-04-01.manifest +++ b/libqtlua/libqtlua.2013-04-01.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libqtlua", + "display_name": "QtLua", "version": "2.0", "release_date": "2013-04-01", "summary": "Framework for embedding Lua in Qt applications", "urls": { "homepage": "http://www.nongnu.org/libqtlua/", "vcs": "http://svn.savannah.nongnu.org/viewvc/?root=libqtlua", "api_docs": "http://www.nongnu.org/libqtlua/manual/API_documentation.html" }, "licenses": [ "LGPLv3+" ], "description": "The QtLua library aims to make Qt4/Qt5 applications scriptable using the Lua scripting language. It is an alternative to the QtScript module.\n\nQtLua does not generate or use generated binding code for Qt. Instead it provides useful C++ wrapper classes to make C++ and lua objects accessible from both lua and C++. It takes advantages of the Qt meta object system to expose QObject members to lua scripts.\n\nQtLua is not designed to develop an application in pure Lua but rather to extend a Qt C++ application using Lua as scripting language.", "maturity": "stable", "authors": [ "Alexandre Becoulet " ], "platforms": [ "Linux" ], "packages": { "source": "http://download.savannah.gnu.org/releases/libqtlua/libqtlua-2.0.tar.gz" - } + }, + "topics": [ + "Scripting" + ] } diff --git a/libqxt/libqxt.2011-11-24.manifest b/libqxt/libqxt.2011-11-24.manifest index d528529c..f2066117 100644 --- a/libqxt/libqxt.2011-11-24.manifest +++ b/libqxt/libqxt.2011-11-24.manifest @@ -1,30 +1,35 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libqxt", + "display_name": "Qxt", "version": "0.6.2", "release_date": "2011-11-24", "summary": "Utility classes for Qt", "urls": { - "homepage": "http://dev.libqxt.org/libqxt/wiki/Home", + "homepage": "https://bitbucket.org/libqxt/libqxt/wiki/Home", "vcs": "http://dev.libqxt.org/libqxt/src" }, "licenses": [ "BSD-3-Clause" ], "description": "LibQxt is an extension library for Qt providing a suite of cross-platform utility classes to add functionality not readily available in the Qt toolikit.", "maturity": "stable", "authors": [ "Arvid Picciani ", "Adam Higerd ", "J-P Nurmi ", "Benjamin Zeller " ], "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "http://dev.libqxt.org/libqxt/get/v0.6.2.tar.gz" - } + }, + "topics": [ + "Development", + "Widgets" + ] } diff --git a/libsystemd-qt/libsystemd-qt.2013-10-03.manifest b/libsystemd-qt/libsystemd-qt.2013-10-03.manifest index 4de28b5a..6bdbcde5 100644 --- a/libsystemd-qt/libsystemd-qt.2013-10-03.manifest +++ b/libsystemd-qt/libsystemd-qt.2013-10-03.manifest @@ -1,25 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "libsystemd-qt", + "display_name": "libsystemd-qt", "release_date": "2013-10-03", "version": "208", "summary": "Qt-only wrapper for the Systemd API", "urls": { "homepage": "https://github.com/andreascarpino/libsystemd-qt", "vcs": "https://github.com/andreascarpino/libsystemd-qt" }, "licenses": [ "LGPLv3" ], "description": "Qt-only wrapper for the Systemd API.", "authors": [ "Andrea Scarpino " ], "maturity": "alpha", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/andreascarpino/libsystemd-qt/archive/208.tar.gz" - } + }, + "topics": [ + "Bindings" + ] } diff --git a/libtmdbqt/libtmdbqt.manifest b/libtmdbqt/libtmdbqt.manifest index 6640a84d..a4935e59 100644 --- a/libtmdbqt/libtmdbqt.manifest +++ b/libtmdbqt/libtmdbqt.manifest @@ -1,19 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "libtmdbqt", "display_name": "TmdbQt", "summary": "Library for querying The Movie Database API (themoviedb.org)", "urls": { "homepage": "https://projects.kde.org/projects/playground/network/libtmdbqt", "vcs": "git clone git://anongit.kde.org/libtmdbqt" }, "licenses": [ "LGPLv2.1+" ], "description": "This library can retrieve information about movies from the Tmdb web service.\n\nFeatures:\n- Search a movie with a text query\n- Get movie details (overview, runtime etc.)\n- Get movie cast and crew information\n\nPlanned features:\n- Searching and retrieving details for TV series\n", "authors": [ "David Faure ", "Vishesh Handa " ], - "platforms": [ "Linux","Windows","MacOS" ] + "platforms": [ + "Linux", + "Windows", + "MacOS" + ], + "topics": [ + "API", + "Data" + ] } diff --git a/limereport/limereport.2016-05-31.manifest b/limereport/limereport.2016-05-31.manifest new file mode 100644 index 00000000..6da974e5 --- /dev/null +++ b/limereport/limereport.2016-05-31.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "limereport", + "display_name": "LimeReport", + "version": "1.3.11", + "release_date": "2016-05-31", + "summary": "Report printing engine", + "urls": { + "homepage": "http://limereport.ru/", + "vcs": "https://github.com/fralx/LimeReport", + "download": "https://sourceforge.net/projects/limereport/files/", + "announcement": "", + "api_docs": "", + "mailing_list": "arin_a@bk.ru" + }, + "licenses": [ + "GPLv3+", "LGPLv2.1+" + ], + "description": "Report generator intended for software developers that would like to add into their application capability to form report or print forms generated using templates. Report designer included in the library allows to create fast and intuitive print form templates which can be saved in XML format and used to generate report pages. So formed pages could be send to preview, PDF file or printer. As a data source developer can use SQL database or data passed from application using QAbstractTableModel interface. Besides one can initialize variables which available as database request parameters. LimeReport goal is to provide your application with functionaly abundant and at the same time simple to use tool for a report generation to be used even by inexperienced in IT users.", + "maturity": "stable", + "authors": [ + "Alexander Arin " + ], + "platforms": [ + "Linux", "Windows", "OS X" + ], + "packages": { + "source": "https://sourceforge.net/projects/limereport/files/Sources/limereport_1_3_11.7z/download" + }, + "topics": [ + "Printing" + ] +} diff --git a/log4qt-fork/log4qt-fork.2016-05-03.manifest b/log4qt-fork/log4qt-fork.2016-05-03.manifest index f4418956..2dd6fa75 100644 --- a/log4qt-fork/log4qt-fork.2016-05-03.manifest +++ b/log4qt-fork/log4qt-fork.2016-05-03.manifest @@ -1,34 +1,38 @@ { - "$schema": "http://inqlude.org/schema/release-manifest-v1#", - "name": "log4qt-fork", - "display_name": "Log4Qt", - "release_date": "2016-05-03", - "version": "1.2.0", - "summary": "C++ port of the Log4j logging framework", - "urls": { - "homepage": "https://github.com/MEONMedical/Log4Qt", - "vcs": "https://github.com/MEONMedical/Log4Qt.git", - "download": "https://github.com/MEONMedical/Log4Qt/releases/latest", - "custom": { - "Wiki": "https://github.com/MEONMedical/Log4Qt/wiki/Log4Qt" - } - }, - "licenses": [ - "Apache-2.0" - ], - "description": "Fork of the original log4qt project with some additional features.", - "authors": [ - "Michael Filonenko ", - "Andreas Bacher ", - "Johann Anhofer " - ], - "maturity": "stable", - "platforms": [ - "Linux", - "Windos", - "OS X" - ], - "packages": { - "source": "https://github.com/MEONMedical/Log4Qt/archive/v1.2.0.tar.gz" - } + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "log4qt-fork", + "display_name": "Log4Qt", + "release_date": "2016-05-03", + "version": "1.2.0", + "summary": "C++ port of the Log4j logging framework", + "urls": { + "homepage": "https://github.com/MEONMedical/Log4Qt", + "vcs": "https://github.com/MEONMedical/Log4Qt.git", + "download": "https://github.com/MEONMedical/Log4Qt/releases/latest", + "custom": { + "Wiki": "https://github.com/MEONMedical/Log4Qt/wiki/Log4Qt" + } + }, + "licenses": [ + "Apache-2.0" + ], + "description": "Fork of the original log4qt project with some additional features.", + "authors": [ + "Michael Filonenko ", + "Andreas Bacher ", + "Johann Anhofer " + ], + "maturity": "stable", + "platforms": [ + "Linux", + "Windos", + "OS X" + ], + "packages": { + "source": "https://github.com/MEONMedical/Log4Qt/archive/v1.2.0.tar.gz" + }, + "topics": [ + "Development", + "Logging" + ] } diff --git a/log4qt/log4qt.2009-03-01.manifest b/log4qt/log4qt.2009-03-01.manifest index dee45252..37b93ad1 100644 --- a/log4qt/log4qt.2009-03-01.manifest +++ b/log4qt/log4qt.2009-03-01.manifest @@ -1,27 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "log4qt", + "display_name": "Log4Qt", "version": "0.3", "release_date": "2009-03-01", "summary": "C++ port of the Log4j logging framework", "urls": { "homepage": "http://log4qt.sourceforge.net/", "vcs": "http://sourceforge.net/p/log4qt/code/HEAD/tree/", "download": "http://sourceforge.net/projects/log4qt/files/Log4Qt/" }, "licenses": [ "Apache-v2.0" ], "description": "Log4Qt is a C++ port of the Apache Software Foundation Log4j package using the Qt Framework.", "maturity": "beta", "authors": [ "Martin Heinrich" ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "http://sourceforge.net/projects/log4qt/files/Log4Qt/0.3/log4qt-0.3.tar.gz/download" - } + }, + "topics": [ + "Development", + "Logging" + ] } diff --git a/lxqt_wallet/lxqt_wallet.2013-09-29.manifest b/lxqt_wallet/lxqt_wallet.2013-09-29.manifest index ddff0bda..d3155bea 100644 --- a/lxqt_wallet/lxqt_wallet.2013-09-29.manifest +++ b/lxqt_wallet/lxqt_wallet.2013-09-29.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "lxqt_wallet", "release_date": "2013-09-29", "version": "1.1.0", "summary": "Secure storage of data in an internal storage system or in KDE KWallet or GNOME libsecret", "urls": { "homepage": "https://github.com/mhogomchungu/lxqt_wallet", "vcs": "https://github.com/mhogomchungu/lxqt_wallet.git", "download": "https://github.com/mhogomchungu/lxqt_wallet/releases" }, "licenses": [ "BSD" ], "description": "lxqt_wallet is a C++/Qt library that gives a unified API for secure storage of information in an internal storage system or KDE wallet or GNOME libsecret.\n", "authors": [ "ink Francis " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/mhogomchungu/lxqt_wallet/releases/tag/1.1.0" - } + }, + "topics": [ + "Security" + ] } diff --git a/lxqt_wallet/lxqt_wallet.2013-11-17.manifest b/lxqt_wallet/lxqt_wallet.2013-11-17.manifest index 5541532d..330bf6c5 100644 --- a/lxqt_wallet/lxqt_wallet.2013-11-17.manifest +++ b/lxqt_wallet/lxqt_wallet.2013-11-17.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "lxqt_wallet", "release_date": "2013-11-17", "version": "2.0.0", "summary": "Secure storage of data in an internal storage system or in KDE KWallet or GNOME libsecret", "urls": { "homepage": "https://github.com/mhogomchungu/lxqt_wallet", "vcs": "https://github.com/mhogomchungu/lxqt_wallet.git", "download": "https://github.com/mhogomchungu/lxqt_wallet/releases" }, "licenses": [ "BSD" ], "description": "lxqt_wallet is a C++/Qt library that gives a unified API for secure storage of information in an internal storage system or KDE wallet or GNOME libsecret.\n", "authors": [ "ink Francis " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/mhogomchungu/lxqt_wallet/releases/tag/2.0.0" - } + }, + "topics": [ + "Security" + ] } diff --git a/lxqt_wallet/lxqt_wallet.2015-10-04.manifest b/lxqt_wallet/lxqt_wallet.2015-10-04.manifest index fc7e7da7..ecc9740b 100644 --- a/lxqt_wallet/lxqt_wallet.2015-10-04.manifest +++ b/lxqt_wallet/lxqt_wallet.2015-10-04.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "lxqt_wallet", + "display_name": "lxqt_wallet", "release_date": "2015-10-04", "version": "2.2.0", "summary": "Secure storage of data in an internal storage system or in KDE KWallet or GNOME libsecret", "urls": { "homepage": "https://github.com/mhogomchungu/lxqt_wallet", "vcs": "https://github.com/mhogomchungu/lxqt_wallet.git", "download": "https://github.com/mhogomchungu/lxqt_wallet/releases" }, "licenses": [ "BSD" ], "description": "lxqt_wallet is a C++/Qt library that gives a unified API for secure storage of information in an internal storage system or KDE wallet or GNOME libsecret.\n", "authors": [ "Francis Banyikwa " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/mhogomchungu/lxqt_wallet/releases/download/2.2.0/lxqt_wallet-2.2.0.tar.xz" - } + }, + "topics": [ + "Security" + ] } - diff --git a/marble/marble.2013-10-01.manifest b/marble/marble.2013-10-01.manifest index e561d784..b4bd0509 100644 --- a/marble/marble.2013-10-01.manifest +++ b/marble/marble.2013-10-01.manifest @@ -1,33 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "marble", + "display_name": "Marble", "release_date": "2013-10-01", "version": "1.6.1", "summary": "Marble Virtual Globe", "urls": { "homepage": "http://marble.kde.org", "api_docs": "http://api.kde.org/4.11-api/kdeedu-apidocs/marble/html/", "tutorial": "http://techbase.kde.org/Projects/Marble/MarbleCPlusPlus", "vcs": "https://projects.kde.org/projects/kde/kdeedu/marble", - "download": "ftp://ftp.kde.org/pub/kde/stable/", + "download": "http://download.kde.org/stable/", "announcement": "http://kde.org/announcements/announce-4.11.1.php" }, "licenses": [ "LGPLv2.1" ], "description": "Marble is a virtual globe and world atlas — your swiss army knife for maps. At its heart, a software library written in C++ (plus bindings for Qt Quick and Python) allows for an easy integration in other projects.", "authors": [ "The KDE Team " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS", "Maemo", "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.tar.xz" + }, + "topics": [ + "Widgets" + ] } diff --git a/mimetypes-qt4/mimetypes-qt4.manifest b/mimetypes-qt4/mimetypes-qt4.manifest index 57093b0f..7e2f9b73 100644 --- a/mimetypes-qt4/mimetypes-qt4.manifest +++ b/mimetypes-qt4/mimetypes-qt4.manifest @@ -1,20 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "mimetypes-qt4", + "display_name": "Mime Type", "summary": "Backport of the Qt 5 mimetypes api to Qt 4", "urls": { "homepage": "http://code.qt.io/cgit/playground/mimetypes.git/", "vcs": "http://code.qt.io/cgit/playground/mimetypes.git/" }, "licenses": [ - "LGPLv2.1", "GPLv3" + "LGPLv2.1", + "GPLv3" ], "description": "This library is a backport of the Qt 5 mimetypes api to Qt 4.", "authors": [ "Luís Pereira ", "David Faure " ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Development" ] } diff --git a/modemmanager-qt/modemmanager-qt.2015-05-08.manifest b/modemmanager-qt/modemmanager-qt.2015-05-08.manifest index 8bbfea89..941ae5c6 100644 --- a/modemmanager-qt/modemmanager-qt.2015-05-08.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Qt wrapper for ModemManager DBus API.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/modemmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/modemmanager-qt-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2015-07-27.manifest b/modemmanager-qt/modemmanager-qt.2015-07-27.manifest index fc499a29..6e50691a 100644 --- a/modemmanager-qt/modemmanager-qt.2015-07-27.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Qt wrapper for ModemManager DBus API.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/modemmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/modemmanager-qt-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2015-08-12.manifest b/modemmanager-qt/modemmanager-qt.2015-08-12.manifest index a5e6d346..04955766 100644 --- a/modemmanager-qt/modemmanager-qt.2015-08-12.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/modemmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/modemmanager-qt-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2015-09-12.manifest b/modemmanager-qt/modemmanager-qt.2015-09-12.manifest index 119f82c1..acaf0163 100644 --- a/modemmanager-qt/modemmanager-qt.2015-09-12.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/modemmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/modemmanager-qt-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2015-10-10.manifest b/modemmanager-qt/modemmanager-qt.2015-10-10.manifest index 755f805f..225effb4 100644 --- a/modemmanager-qt/modemmanager-qt.2015-10-10.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/modemmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/modemmanager-qt-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2015-11-13.manifest b/modemmanager-qt/modemmanager-qt.2015-11-13.manifest index ea2e3217..1b2869ac 100644 --- a/modemmanager-qt/modemmanager-qt.2015-11-13.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/modemmanager-qt-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2015-12-12.manifest b/modemmanager-qt/modemmanager-qt.2015-12-12.manifest index 6f558ba1..b3b1844b 100644 --- a/modemmanager-qt/modemmanager-qt.2015-12-12.manifest +++ b/modemmanager-qt/modemmanager-qt.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/modemmanager-qt-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-01-09.manifest b/modemmanager-qt/modemmanager-qt.2016-01-09.manifest index 7f173f0a..72245cea 100644 --- a/modemmanager-qt/modemmanager-qt.2016-01-09.manifest +++ b/modemmanager-qt/modemmanager-qt.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/modemmanager-qt-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-02-13.manifest b/modemmanager-qt/modemmanager-qt.2016-02-13.manifest index 96d9dc35..bb697ea9 100644 --- a/modemmanager-qt/modemmanager-qt.2016-02-13.manifest +++ b/modemmanager-qt/modemmanager-qt.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/modemmanager-qt-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-03-13.manifest b/modemmanager-qt/modemmanager-qt.2016-03-13.manifest index ad06ca90..bf2d86a4 100644 --- a/modemmanager-qt/modemmanager-qt.2016-03-13.manifest +++ b/modemmanager-qt/modemmanager-qt.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/modemmanager-qt-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-04-09.manifest b/modemmanager-qt/modemmanager-qt.2016-04-09.manifest index 1086238a..c4acdff3 100644 --- a/modemmanager-qt/modemmanager-qt.2016-04-09.manifest +++ b/modemmanager-qt/modemmanager-qt.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/modemmanager-qt-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-05-15.manifest b/modemmanager-qt/modemmanager-qt.2016-05-15.manifest index d56a45c4..4a6a7745 100644 --- a/modemmanager-qt/modemmanager-qt.2016-05-15.manifest +++ b/modemmanager-qt/modemmanager-qt.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "modemmanager-qt", "display_name": "ModemManagerQt", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Qt wrapper for ModemManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/modemmanager-qt-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-06-13.manifest b/modemmanager-qt/modemmanager-qt.2016-06-13.manifest new file mode 100644 index 00000000..501ff7d6 --- /dev/null +++ b/modemmanager-qt/modemmanager-qt.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "modemmanager-qt", + "display_name": "ModemManagerQt", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Qt wrapper for ModemManager API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/modemmanager-qt-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/modemmanager-qt/modemmanager-qt.2016-07-09.manifest b/modemmanager-qt/modemmanager-qt.2016-07-09.manifest new file mode 100644 index 00000000..0228b754 --- /dev/null +++ b/modemmanager-qt/modemmanager-qt.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "modemmanager-qt", + "display_name": "ModemManagerQt", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Qt wrapper for ModemManager API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/modemmanager-qt-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/modemmanager-qt/modemmanager-qt.2016-08-13.manifest b/modemmanager-qt/modemmanager-qt.2016-08-13.manifest new file mode 100644 index 00000000..6bbc6954 --- /dev/null +++ b/modemmanager-qt/modemmanager-qt.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "modemmanager-qt", + "display_name": "ModemManagerQt", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Qt wrapper for ModemManager API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/modemmanager-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/modemmanager-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nModemManagerQt provides access to all ModemManager features\nexposed on DBus. It allows you to manage modem devices and access\nto information available for your modem devices, like signal, location\nand messages.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/modemmanager-qt-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/ncreport/ncreport.manifest b/ncreport/ncreport.manifest index 0761ad38..e7f37e31 100644 --- a/ncreport/ncreport.manifest +++ b/ncreport/ncreport.manifest @@ -1,19 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "ncreport", + "display_name": "NCReport", "summary": "Report generator", "urls": { "homepage": "http://www.nocisoft.com/ncreport.html" }, "licenses": [ "Commercial" ], "description": "NCReport consists of two parts, a report rendering library, and a report designer. The report engine can be used or implemented separately. Report definition applies XML format, stored as file or in sql database. The system able to generate several types of outputs such as Printer, Preview window, Postscript, PDF, SVG. With the report designer you can create report XML definitions.", "authors": [ "nocisoft" ], "maturity": "stable", "platforms": [ - "Linux","Windows","OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Printing", + "Data" ] } diff --git a/neiasound/neiasound.2016-06-13.manifest b/neiasound/neiasound.2016-06-13.manifest new file mode 100644 index 00000000..6bd47195 --- /dev/null +++ b/neiasound/neiasound.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "neiasound", + "display_name": "neiasound", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "OpenAl wrapper for Qt apps and games", + "urls": { + "homepage": "https://github.com/lucaspcamargo/neiasound", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://github.com/lucaspcamargo/neiasound" + }, + "licenses": [ + "BSD 2-clause" + ], + "description": "\nneiasound is a Qt-style OpenAL wrapper for games. Not yet complete but already very useful. It is a clean, convenient api that can be plugged directly into your main loop. It comes with a (very primitive) .wav file reader, and includes stb_vorbis directly in the source tree. Also supports libsndfile.\n\nThere is also support for streaming dynamic playlists with intros and seamless looping.\n\n", + "authors": [ + "Lucas Pires Camargo " + ], + "maturity": "stable", + "platforms": [ + "Cross-platform" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/neiasound-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Multimedia", + "Bindings" + ] +} diff --git a/neiasound/neiasound.2016-07-09.manifest b/neiasound/neiasound.2016-07-09.manifest new file mode 100644 index 00000000..f0753daf --- /dev/null +++ b/neiasound/neiasound.2016-07-09.manifest @@ -0,0 +1,28 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "neiasound", + "display_name": "neiasound", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "OpenAl wrapper for Qt apps and games", + "urls": { + "homepage": "https://github.com/lucaspcamargo/neiasound", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://github.com/lucaspcamargo/neiasound" + }, + "licenses": [ + "BSD 2-clause" + ], + "description": "\nneiasound is a Qt-style OpenAL wrapper for games. Not yet complete but already very useful. It is a clean, convenient api that can be plugged directly into your main loop. It comes with a (very primitive) .wav file reader, and includes stb_vorbis directly in the source tree. Also supports libsndfile.\n\nThere is also support for streaming dynamic playlists with intros and seamless looping.\n\n", + "authors": [ + "Lucas Pires Camargo " + ], + "maturity": "stable", + "platforms": [ + "Cross-platform" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/neiasound-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/neiasound/neiasound.2016-08-13.manifest b/neiasound/neiasound.2016-08-13.manifest new file mode 100644 index 00000000..f75a801d --- /dev/null +++ b/neiasound/neiasound.2016-08-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "neiasound", + "display_name": "neiasound", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "OpenAl wrapper for Qt apps and games", + "topics": [ + "Multimedia", + "Bindings" + ], + "urls": { + "homepage": "https://github.com/lucaspcamargo/neiasound", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://github.com/lucaspcamargo/neiasound" + }, + "licenses": [ + "BSD 2-clause" + ], + "description": "\nneiasound is a Qt-style OpenAL wrapper for games. Not yet complete but already very useful. It is a clean, convenient api that can be plugged directly into your main loop. It comes with a (very primitive) .wav file reader, and includes stb_vorbis directly in the source tree. Also supports libsndfile.\n\nThere is also support for streaming dynamic playlists with intros and seamless looping.\n\n", + "authors": [ + "Lucas Pires Camargo " + ], + "maturity": "stable", + "platforms": [ + "Cross-platform" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/neiasound-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/neiasound/neiasound.manifest b/neiasound/neiasound.manifest index e3510afa..cc8bc9da 100644 --- a/neiasound/neiasound.manifest +++ b/neiasound/neiasound.manifest @@ -1,21 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "neiasound", "display_name": "neiasound", "summary": "OpenAl wrapper for Qt apps and games", "urls": { "homepage": "https://github.com/lucaspcamargo/neiasound", "vcs": "https://github.com/lucaspcamargo/neiasound" }, "licenses": [ "BSD 2-clause" ], "description": "\nneiasound is a Qt-style OpenAL wrapper for games. Not yet complete but already very useful. It is a clean, convenient api that can be plugged directly into your main loop. It comes with a (very primitive) .wav file reader, and includes stb_vorbis directly in the source tree. Also supports libsndfile.\n\nThere is also support for streaming dynamic playlists with intros and seamless looping.\n\n", "authors": [ "Lucas Pires Camargo " ], "platforms": [ "Cross-platform" ], - "group": "kde-frameworks" + "group": "kde-frameworks", + "topics": [ + "Multimedia", + "Bindings" + ] } diff --git a/networkmanager-qt/networkmanager-qt.2015-05-08.manifest b/networkmanager-qt/networkmanager-qt.2015-05-08.manifest index c5871729..17a59872 100644 --- a/networkmanager-qt/networkmanager-qt.2015-05-08.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-05-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Qt wrapper for NetworkManager DBus API.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/networkmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/networkmanager-qt-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2015-07-27.manifest b/networkmanager-qt/networkmanager-qt.2015-07-27.manifest index ff974fb7..fd680c2e 100644 --- a/networkmanager-qt/networkmanager-qt.2015-07-27.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-07-27.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Qt wrapper for NetworkManager DBus API.", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/networkmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/networkmanager-qt-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2015-08-12.manifest b/networkmanager-qt/networkmanager-qt.2015-08-12.manifest index 635f8ad9..6d9e0705 100644 --- a/networkmanager-qt/networkmanager-qt.2015-08-12.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-08-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/networkmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/networkmanager-qt-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2015-09-12.manifest b/networkmanager-qt/networkmanager-qt.2015-09-12.manifest index 394e3475..b42826ca 100644 --- a/networkmanager-qt/networkmanager-qt.2015-09-12.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-09-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/networkmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/networkmanager-qt-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2015-10-10.manifest b/networkmanager-qt/networkmanager-qt.2015-10-10.manifest index ec30237a..ca1646c4 100644 --- a/networkmanager-qt/networkmanager-qt.2015-10-10.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-10-10.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/networkmanager-qt", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/networkmanager-qt-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2015-11-13.manifest b/networkmanager-qt/networkmanager-qt.2015-11-13.manifest index 8d02e6c8..831b7c02 100644 --- a/networkmanager-qt/networkmanager-qt.2015-11-13.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-11-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/networkmanager-qt-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2015-12-12.manifest b/networkmanager-qt/networkmanager-qt.2015-12-12.manifest index 35f53ac4..a2a723a6 100644 --- a/networkmanager-qt/networkmanager-qt.2015-12-12.manifest +++ b/networkmanager-qt/networkmanager-qt.2015-12-12.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/networkmanager-qt-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-01-09.manifest b/networkmanager-qt/networkmanager-qt.2016-01-09.manifest index f62136bf..3f92a58e 100644 --- a/networkmanager-qt/networkmanager-qt.2016-01-09.manifest +++ b/networkmanager-qt/networkmanager-qt.2016-01-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/networkmanager-qt-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-02-13.manifest b/networkmanager-qt/networkmanager-qt.2016-02-13.manifest index d8357a87..c1926a54 100644 --- a/networkmanager-qt/networkmanager-qt.2016-02-13.manifest +++ b/networkmanager-qt/networkmanager-qt.2016-02-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/networkmanager-qt-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-03-13.manifest b/networkmanager-qt/networkmanager-qt.2016-03-13.manifest index 7d628c4a..173bf6d5 100644 --- a/networkmanager-qt/networkmanager-qt.2016-03-13.manifest +++ b/networkmanager-qt/networkmanager-qt.2016-03-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/networkmanager-qt-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-04-09.manifest b/networkmanager-qt/networkmanager-qt.2016-04-09.manifest index 1fef01de..c244495e 100644 --- a/networkmanager-qt/networkmanager-qt.2016-04-09.manifest +++ b/networkmanager-qt/networkmanager-qt.2016-04-09.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/networkmanager-qt-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-05-15.manifest b/networkmanager-qt/networkmanager-qt.2016-05-15.manifest index 1fc47828..b5763d30 100644 --- a/networkmanager-qt/networkmanager-qt.2016-05-15.manifest +++ b/networkmanager-qt/networkmanager-qt.2016-05-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "networkmanager-qt", "display_name": "NetworkManagerQt", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Qt wrapper for NetworkManager API", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/networkmanager-qt-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-06-13.manifest b/networkmanager-qt/networkmanager-qt.2016-06-13.manifest new file mode 100644 index 00000000..a0dc24c5 --- /dev/null +++ b/networkmanager-qt/networkmanager-qt.2016-06-13.manifest @@ -0,0 +1,33 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "networkmanager-qt", + "display_name": "NetworkManagerQt", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Qt wrapper for NetworkManager API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/networkmanager-qt-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Communication", + "Bindings" + ] +} diff --git a/networkmanager-qt/networkmanager-qt.2016-07-09.manifest b/networkmanager-qt/networkmanager-qt.2016-07-09.manifest new file mode 100644 index 00000000..24eab3af --- /dev/null +++ b/networkmanager-qt/networkmanager-qt.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "networkmanager-qt", + "display_name": "NetworkManagerQt", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Qt wrapper for NetworkManager API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/networkmanager-qt-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/networkmanager-qt/networkmanager-qt.2016-08-13.manifest b/networkmanager-qt/networkmanager-qt.2016-08-13.manifest new file mode 100644 index 00000000..0f51c192 --- /dev/null +++ b/networkmanager-qt/networkmanager-qt.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "networkmanager-qt", + "display_name": "NetworkManagerQt", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Qt wrapper for NetworkManager API", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/networkmanager-qt/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/networkmanager-qt/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nNetworkManagerQt provides access to all NetworkManager features\nexposed on DBus. It allows you to manage your connections and control\nyour network devices and also provides a library for parsing connection\nsettings which are used in DBus communication.\n\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/networkmanager-qt-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/noron/noron.2015-11-02.manifest b/noron/noron.2015-11-02.manifest index e8e5e154..dac648ff 100644 --- a/noron/noron.2015-11-02.manifest +++ b/noron/noron.2015-11-02.manifest @@ -1,31 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "noron", "display_name": "Noron", "version": "0.1", "release_date": "2015-11-02", "summary": "Remote object sharing", "urls": { "homepage": "https://github.com/HamedMasafi/Noron", "download": "https://github.com/HamedMasafi/Noron" }, "licenses": [ "GPLv3", "LGPLv3" ], "description": "This tool implements remote object sharing (Object Oriented RPC) in Qt. From a technical point of view it can compare with Java RMI or similar technologies. Noron has an advanced signaling mechanism. A property change on a peer (server or client) will immediately signal a change on other peers. It can transfer every QVariant type (even QPixmap and complex types). For more details see RpcChat sample. More information can be found in the Wiki.", "maturity": "alpha", "authors": [ "Hamed Masafi " ], "platforms": [ "Linux", "Windows", "Mac OS X", "Android", "IOS" ], "packages": { "source": "https://github.com/HamedMasafi/Noron/archive/master.zip" - } + }, + "topics": [ + "Development" + ] } diff --git a/noron/noron.2015-11-30.manifest b/noron/noron.2015-11-30.manifest index 83faf69a..c06e72b2 100644 --- a/noron/noron.2015-11-30.manifest +++ b/noron/noron.2015-11-30.manifest @@ -1,31 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "noron", "display_name": "Noron", "version": "0.1", "release_date": "2015-11-30", "summary": "Remote object sharing", "urls": { "homepage": "https://github.com/HamedMasafi/Noron", "download": "https://github.com/HamedMasafi/Noron" }, "licenses": [ "GPLv3", "LGPLv3" ], "description": "This tool implements remote object sharing (Object Oriented RPC) in Qt. From a technical point of view it can compare with Java RMI or similar technologies. Noron has an advanced signaling mechanism. A property change on a peer (server or client) will immediately signal a change on other peers. It can transfer every QVariant type (even QPixmap and complex types). For more details see RpcChat sample. More information can be found in the Wiki.", "maturity": "stable", "authors": [ "Hamed Masafi " ], "platforms": [ "Linux", "Windows", "Mac OS X", "Android", "IOS" ], "packages": { "source": "https://github.com/HamedMasafi/Noron/archive/master.zip" - } + }, + "topics": [ + "Development" + ] } diff --git a/novile/novile.2013-04-01.manifest b/novile/novile.2013-04-01.manifest index 56342edb..9dc0b105 100644 --- a/novile/novile.2013-04-01.manifest +++ b/novile/novile.2013-04-01.manifest @@ -1,26 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "novile", + "display_name": "Novile", "version": "0.5", "release_date": "2013-04-01", "summary": "Source code editor component for Qt", "urls": { "homepage": "https://github.com/tucnak/novile", "vcs": "https://github.com/tucnak/novile", "download": "https://github.com/tucnak/novile/releases" }, "licenses": [ "GPL" ], "description": "Novile is an editor for Qt 5, based on Ace editor from ajax.org. It allows to extend your application with a source code editor.", "maturity": "alpha", "authors": [ "Illya Kovalevskyy " ], "platforms": [ "Linux" ], "packages": { "source": "https://github.com/tucnak/novile/archive/v0.5.tar.gz" - } + }, + "topics": [ + "Development", + "Text" + ] } diff --git a/nut/nut.2016-05-01.manifest b/nut/nut.2016-05-01.manifest index 072c52bc..64823470 100644 --- a/nut/nut.2016-05-01.manifest +++ b/nut/nut.2016-05-01.manifest @@ -1,32 +1,35 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "nut", "display_name": "Nut", "version": "0.1", "release_date": "2016-05-01", "summary": "Object relational mapper for Qt5", "urls": { "homepage": "https://github.com/HamedMasafi/Nut", "download": "https://github.com/HamedMasafi/Nut", "api_docs": "https://github.com/HamedMasafi/Nut/blob/master/README.md" }, "licenses": [ "GPLv3", "LGPLv3" ], "description": "Nut is an object relational mapper (ORM) for Qt5. It can automatically create and update a databases to the last versions of classes. It supports Add, Update, Delete and Editing records (See README.md for more information)", "maturity": "stable", "authors": [ "Hamed Masafi " ], "platforms": [ "Linux", "Windows", "Mac OS X", "Android", "IOS" ], "packages": { "source": "https://github.com/HamedMasafi/Nut/archive/master.zip" - } + }, + "topics": [ + "Data" + ] } diff --git a/o2/o2.2012-06-09.manifest b/o2/o2.2012-06-09.manifest index 343a12ce..5d192c4b 100644 --- a/o2/o2.2012-06-09.manifest +++ b/o2/o2.2012-06-09.manifest @@ -1,20 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "o2", + "display_name": "O2", "release_date": "2012-06-09", "version": "1.0", "summary": "A library encapsulating OAuth 1.0 and 2.0 client authentication flows", "urls": { "homepage": "https://github.com/pipacs/o2", "api_docs": "https://github.com/pipacs/o2/blob/master/README.md", "vcs": "https://github.com/pipacs/o2" }, - "licenses": ["Simplified BSD License"], + "licenses": [ + "Simplified BSD License" + ], "description": "O2 is a Qt based library encapsulating the OAuth 1.0 and 2.0 client authentication flows and the sending of authenticated HTTP requests. The primary target is Qt Quick applications on mobile devices, though it also works well in browserless environments typical of embedded systems. It provides specialized classes for interacting with various popular OAuth providers like Twitter, Facebook, MS Skydrive, Flickr etc.", - "authors": ["Akos Polster "], + "authors": [ + "Akos Polster " + ], "maturity": "stable", - "platforms": [ "All platforms supported by Qt" ], + "platforms": [ + "All platforms supported by Qt" + ], "packages": { - "source" : "https://github.com/pipacs/o2/archive/master.zip" - } + "source": "https://github.com/pipacs/o2/archive/master.zip" + }, + "topics": [ + "Security", + "Bindings" + ] } diff --git a/osgqtquick/osgqtquick.2015-09-08.manifest b/osgqtquick/osgqtquick.2015-09-08.manifest index b51a6e15..0eadf7fe 100644 --- a/osgqtquick/osgqtquick.2015-09-08.manifest +++ b/osgqtquick/osgqtquick.2015-09-08.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "osgqtquick", "display_name": "osgQtQuick", "summary": "OpenSceneGraph QML Modules", "description": "Intergation OSG to Qt Quick", "version": "2.0.0-alpha-1", "maturity": "alpha", "release_date": "2015-09-08", "urls": { "homepage": "https://github.com/podsvirov/osgqtquick", "api_docs": "http://podsvirov.github.io/osgqtquick", "download": "https://github.com/podsvirov/osgqtquick/releases" }, "licenses": [ "LGPLv2.1+" ], "authors": [ "Konstantin Podsvirov ", "Roy Arents " ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "https://github.com/podsvirov/osgqtquick/archive/v2.0.0-alpha-1.tar.gz" - } + }, + "topics": [ + "Graphics", + "QML" + ] } diff --git a/osgqtquick/osgqtquick.2015-10-19.manifest b/osgqtquick/osgqtquick.2015-10-19.manifest index ec261f12..b6a12821 100644 --- a/osgqtquick/osgqtquick.2015-10-19.manifest +++ b/osgqtquick/osgqtquick.2015-10-19.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "osgqtquick", "display_name": "osgQtQuick", "summary": "OpenSceneGraph QML Modules", "description": "Intergation OSG to Qt Quick", "version": "2.0.0-alpha-2", "maturity": "alpha", "release_date": "2015-10-19", "urls": { "homepage": "https://github.com/podsvirov/osgqtquick", "api_docs": "http://podsvirov.github.io/osgqtquick", "download": "https://github.com/podsvirov/osgqtquick/releases" }, "licenses": [ "LGPLv2.1+" ], "authors": [ "Konstantin Podsvirov ", "osgQtQuick Contributors" ], "platforms": [ "Linux", "Windows" ], "packages": { - "source": "https://github.com/podsvirov/osgqtquick/archive/v2.0.0-alpha-2.zip", "source": "https://github.com/podsvirov/osgqtquick/archive/v2.0.0-alpha-2.tar.gz" - } + }, + "topics": [ + "Graphics", + "QML" + ] } diff --git a/oxygen-icons5/oxygen-icons5.2015-11-13.manifest b/oxygen-icons5/oxygen-icons5.2015-11-13.manifest index 8267558e..c5b0d314 100644 --- a/oxygen-icons5/oxygen-icons5.2015-11-13.manifest +++ b/oxygen-icons5/oxygen-icons5.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/oxygen-icons5-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2015-12-12.manifest b/oxygen-icons5/oxygen-icons5.2015-12-12.manifest index c817101c..f8f55003 100644 --- a/oxygen-icons5/oxygen-icons5.2015-12-12.manifest +++ b/oxygen-icons5/oxygen-icons5.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/oxygen-icons5-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-01-09.manifest b/oxygen-icons5/oxygen-icons5.2016-01-09.manifest index 73843a21..09c2b50e 100644 --- a/oxygen-icons5/oxygen-icons5.2016-01-09.manifest +++ b/oxygen-icons5/oxygen-icons5.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/oxygen-icons5-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-02-13.manifest b/oxygen-icons5/oxygen-icons5.2016-02-13.manifest index f0307888..0f97b3f0 100644 --- a/oxygen-icons5/oxygen-icons5.2016-02-13.manifest +++ b/oxygen-icons5/oxygen-icons5.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/oxygen-icons5-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-03-13.manifest b/oxygen-icons5/oxygen-icons5.2016-03-13.manifest index b67dcfd6..eac4613b 100644 --- a/oxygen-icons5/oxygen-icons5.2016-03-13.manifest +++ b/oxygen-icons5/oxygen-icons5.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/oxygen-icons5-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-04-09.manifest b/oxygen-icons5/oxygen-icons5.2016-04-09.manifest index eaf56c28..56fb4e04 100644 --- a/oxygen-icons5/oxygen-icons5.2016-04-09.manifest +++ b/oxygen-icons5/oxygen-icons5.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/oxygen-icons5-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-05-15.manifest b/oxygen-icons5/oxygen-icons5.2016-05-15.manifest index dbe1918d..c6d86eac 100644 --- a/oxygen-icons5/oxygen-icons5.2016-05-15.manifest +++ b/oxygen-icons5/oxygen-icons5.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "oxygen-icons5", "display_name": "Oxygen Icons", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Oxygen icon theme", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/oxygen-icons5-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-06-13.manifest b/oxygen-icons5/oxygen-icons5.2016-06-13.manifest new file mode 100644 index 00000000..15bcc400 --- /dev/null +++ b/oxygen-icons5/oxygen-icons5.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "oxygen-icons5", + "display_name": "Oxygen Icons", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Oxygen icon theme", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/oxygen-icons5-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Artwork" + ] +} diff --git a/oxygen-icons5/oxygen-icons5.2016-07-09.manifest b/oxygen-icons5/oxygen-icons5.2016-07-09.manifest new file mode 100644 index 00000000..80778158 --- /dev/null +++ b/oxygen-icons5/oxygen-icons5.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "oxygen-icons5", + "display_name": "Oxygen Icons", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Oxygen icon theme", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/oxygen-icons5-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/oxygen-icons5/oxygen-icons5.2016-08-13.manifest b/oxygen-icons5/oxygen-icons5.2016-08-13.manifest new file mode 100644 index 00000000..efe8f46e --- /dev/null +++ b/oxygen-icons5/oxygen-icons5.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "oxygen-icons5", + "display_name": "Oxygen Icons", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Oxygen icon theme", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/oxygen-icons5/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/oxygen-icons5/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "\nOxygen-icons is a freedesktop.org compatible icon theme.\n", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/oxygen-icons5-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/packagekit-qt/packagekit-qt.2011-05-04.manifest b/packagekit-qt/packagekit-qt.2011-05-04.manifest index f7fe3ca6..ed9e61a9 100644 --- a/packagekit-qt/packagekit-qt.2011-05-04.manifest +++ b/packagekit-qt/packagekit-qt.2011-05-04.manifest @@ -1,29 +1,38 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "packagekit-qt", "release_date": "2011-05-04", "version": "0.6.14", "summary": "Qt bindings for PackageKit, the backend for managing software installation", "urls": { "homepage": "http://packagekit.org/", "vcs": "http://gitorious.org/packagekit/packagekit/trees/master/lib/packagekit-qt" }, - "licenses": ["GPLv2+"], + "licenses": [ + "GPLv2+" + ], "description": "PackageKit is a system designed to make installing and updating\nsoftware on your computer easier. The primary design goal is to unify\nall the software graphical tools used in different distributions, and provide a common backend. This library provides Qt bindings for PackageKit.\n", - "authors": [ "Adrien Bustany " ], + "authors": [ + "Adrien Bustany " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://www.packagekit.org/releases/PackageKit-Qt-0.6.14.tar.xz", "openSUSE": { "11.4": { "package_name": "libpackagekit-qt14", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "PackageKit-0.6.14-0.2.1.src.rpm" } } - } + }, + "topics": [ + "Bindings" + ] } diff --git a/packagekit-qt/packagekit-qt.2013-05-08.manifest b/packagekit-qt/packagekit-qt.2013-05-08.manifest index b710f347..a130222b 100644 --- a/packagekit-qt/packagekit-qt.2013-05-08.manifest +++ b/packagekit-qt/packagekit-qt.2013-05-08.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "packagekit-qt", + "display_name": "PackageKit", "release_date": "2013-05-08", "version": "0.8.8", "summary": "Qt bindings for PackageKit, the backend for managing software installation", "urls": { "homepage": "http://packagekit.org/", "vcs": "http://gitorious.org/packagekit/packagekit/trees/master/lib/packagekit-qt", "download": "http://www.packagekit.org/releases/" }, "licenses": [ "GPLv2+" ], "description": "PackageKit is a system designed to make installing and updating\nsoftware on your computer easier. The primary design goal is to unify\nall the software graphical tools used in different distributions, and provide a common backend. This library provides Qt bindings for PackageKit.\n", "authors": [ "Daniel Nicoletti ", "Adrien Bustany " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://www.packagekit.org/releases/PackageKit-Qt-0.8.8.tar.xz" - } + }, + "topics": [ + "Bindings" + ] } diff --git a/phonon/phonon.2011-01-21.manifest b/phonon/phonon.2011-01-21.manifest index 13e48e3c..80913042 100644 --- a/phonon/phonon.2011-01-21.manifest +++ b/phonon/phonon.2011-01-21.manifest @@ -1,32 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "phonon", "release_date": "2011-01-21", "version": "4.4.4", "summary": "Phonon Multimedia Platform Abstraction", "urls": { "homepage": "http://phonon.kde.org/", "tutorial": "http://techbase.kde.org/Development/Tutorials/Phonon/Introduction", "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/" - }, - "licenses": ["LGPLv2.0+"], + "download": "http://download.kde.org/stable/phonon/" + }, + "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 architecture is\nused.\n", - "authors": [ "Harald Sitter " ], + "authors": [ + "Harald Sitter " + ], "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", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "phonon-4.4.4-3.1.src.rpm" } } - } + }, + "topics": [ + "Multimedia" + ] } diff --git a/phonon/phonon.2011-12-19.manifest b/phonon/phonon.2011-12-19.manifest index 0ff73543..1284d827 100644 --- a/phonon/phonon.2011-12-19.manifest +++ b/phonon/phonon.2011-12-19.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "phonon", + "display_name": "Phonon", "release_date": "2011-12-19", "version": "4.6.0", "summary": "Phonon Multimedia Platform Abstraction", "urls": { "homepage": "http://phonon.kde.org/", "tutorial": "http://techbase.kde.org/Development/Tutorials/Phonon/Introduction", "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+" ], "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 architecture is\nused.\n", "authors": [ "Harald Sitter " ], "maturity": "stable", "platforms": [ "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 --git a/plasma-framework/plasma-framework.2014-04-01.manifest b/plasma-framework/plasma-framework.2014-04-01.manifest index ac16643f..de2c7f19 100644 --- a/plasma-framework/plasma-framework.2014-04-01.manifest +++ b/plasma-framework/plasma-framework.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/plasma-framework-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2014-07-07.manifest b/plasma-framework/plasma-framework.2014-07-07.manifest index 9f768be0..0a8303f5 100644 --- a/plasma-framework/plasma-framework.2014-07-07.manifest +++ b/plasma-framework/plasma-framework.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/plasma-framework-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2014-08-07.manifest b/plasma-framework/plasma-framework.2014-08-07.manifest index 52c5dbeb..7bb59d2d 100644 --- a/plasma-framework/plasma-framework.2014-08-07.manifest +++ b/plasma-framework/plasma-framework.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/plasma-framework-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2014-09-12.manifest b/plasma-framework/plasma-framework.2014-09-12.manifest index b13b136a..9a099de1 100644 --- a/plasma-framework/plasma-framework.2014-09-12.manifest +++ b/plasma-framework/plasma-framework.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/plasma-framework-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2014-10-07.manifest b/plasma-framework/plasma-framework.2014-10-07.manifest index b4404ef1..64bde732 100644 --- a/plasma-framework/plasma-framework.2014-10-07.manifest +++ b/plasma-framework/plasma-framework.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/plasma-framework-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2014-11-06.manifest b/plasma-framework/plasma-framework.2014-11-06.manifest index fbe9afd6..a8774d2b 100644 --- a/plasma-framework/plasma-framework.2014-11-06.manifest +++ b/plasma-framework/plasma-framework.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/plasma-framework-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2014-12-11.manifest b/plasma-framework/plasma-framework.2014-12-11.manifest index 717f8747..19c7b0bf 100644 --- a/plasma-framework/plasma-framework.2014-12-11.manifest +++ b/plasma-framework/plasma-framework.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/plasma-framework-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-01-08.manifest b/plasma-framework/plasma-framework.2015-01-08.manifest index 6f3597a5..3bdf705e 100644 --- a/plasma-framework/plasma-framework.2015-01-08.manifest +++ b/plasma-framework/plasma-framework.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/plasma-framework-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-02-14.manifest b/plasma-framework/plasma-framework.2015-02-14.manifest index 3bc8cb25..08a108bc 100644 --- a/plasma-framework/plasma-framework.2015-02-14.manifest +++ b/plasma-framework/plasma-framework.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/plasma-framework-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-05-08.manifest b/plasma-framework/plasma-framework.2015-05-08.manifest index e3cd7289..ef1e1af6 100644 --- a/plasma-framework/plasma-framework.2015-05-08.manifest +++ b/plasma-framework/plasma-framework.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/playground/libs/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/plasma-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the foundations that can be used to build a primary user interface, from graphical to logical components. It provides:\n- A C++ library: libplasma\n- Script engines\n- QML components", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/plasma-framework-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-07-27.manifest b/plasma-framework/plasma-framework.2015-07-27.manifest index 3fed3325..f14f4670 100644 --- a/plasma-framework/plasma-framework.2015-07-27.manifest +++ b/plasma-framework/plasma-framework.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Foundational libraries, components, and tools of the Plasma workspaces", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/plasma-framework", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/plasma-framework-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-08-12.manifest b/plasma-framework/plasma-framework.2015-08-12.manifest index fd862afa..9af92bfe 100644 --- a/plasma-framework/plasma-framework.2015-08-12.manifest +++ b/plasma-framework/plasma-framework.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/plasma-framework-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-09-12.manifest b/plasma-framework/plasma-framework.2015-09-12.manifest index c291f743..c874fa9a 100644 --- a/plasma-framework/plasma-framework.2015-09-12.manifest +++ b/plasma-framework/plasma-framework.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/plasma-framework-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-10-10.manifest b/plasma-framework/plasma-framework.2015-10-10.manifest index 25b59c3a..2c121a37 100644 --- a/plasma-framework/plasma-framework.2015-10-10.manifest +++ b/plasma-framework/plasma-framework.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/plasma-framework-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-11-13.manifest b/plasma-framework/plasma-framework.2015-11-13.manifest index 5a2bf46e..43ca355b 100644 --- a/plasma-framework/plasma-framework.2015-11-13.manifest +++ b/plasma-framework/plasma-framework.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/plasma-framework-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2015-12-12.manifest b/plasma-framework/plasma-framework.2015-12-12.manifest index 5b0f1d59..4b44753c 100644 --- a/plasma-framework/plasma-framework.2015-12-12.manifest +++ b/plasma-framework/plasma-framework.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/plasma-framework-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-01-09.manifest b/plasma-framework/plasma-framework.2016-01-09.manifest index 27c5b71d..2831763f 100644 --- a/plasma-framework/plasma-framework.2016-01-09.manifest +++ b/plasma-framework/plasma-framework.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/plasma-framework-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-02-13.manifest b/plasma-framework/plasma-framework.2016-02-13.manifest index 2ccc6d93..d170b3bb 100644 --- a/plasma-framework/plasma-framework.2016-02-13.manifest +++ b/plasma-framework/plasma-framework.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/plasma-framework-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-03-13.manifest b/plasma-framework/plasma-framework.2016-03-13.manifest index 0fd7dc71..94258a44 100644 --- a/plasma-framework/plasma-framework.2016-03-13.manifest +++ b/plasma-framework/plasma-framework.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/plasma-framework-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-04-09.manifest b/plasma-framework/plasma-framework.2016-04-09.manifest index f389b36f..f0ad2d60 100644 --- a/plasma-framework/plasma-framework.2016-04-09.manifest +++ b/plasma-framework/plasma-framework.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/plasma-framework-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-05-15.manifest b/plasma-framework/plasma-framework.2016-05-15.manifest index 0862cff6..ee5ea25c 100644 --- a/plasma-framework/plasma-framework.2016-05-15.manifest +++ b/plasma-framework/plasma-framework.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "plasma-framework", "display_name": "Plasma Framework", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Plugin based UI runtime used to write primary user interfaces", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/plasma-framework-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-06-13.manifest b/plasma-framework/plasma-framework.2016-06-13.manifest new file mode 100644 index 00000000..52201944 --- /dev/null +++ b/plasma-framework/plasma-framework.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "plasma-framework", + "display_name": "Plasma Framework", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Plugin based UI runtime used to write primary user interfaces", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/plasma-framework-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Desktop" + ] +} diff --git a/plasma-framework/plasma-framework.2016-07-09.manifest b/plasma-framework/plasma-framework.2016-07-09.manifest new file mode 100644 index 00000000..71d2a069 --- /dev/null +++ b/plasma-framework/plasma-framework.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "plasma-framework", + "display_name": "Plasma Framework", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Plugin based UI runtime used to write primary user interfaces", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/plasma-framework-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/plasma-framework/plasma-framework.2016-08-13.manifest b/plasma-framework/plasma-framework.2016-08-13.manifest new file mode 100644 index 00000000..c617a670 --- /dev/null +++ b/plasma-framework/plasma-framework.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "plasma-framework", + "display_name": "Plasma Framework", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Plugin based UI runtime used to write primary user interfaces", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/plasma-framework/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "The plasma framework provides the following:\n- QML components\n- A C++ library: libplasma\n- Script engines", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/plasma-framework-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/polkit-qt-1/polkit-qt-1.2010-12-08.manifest b/polkit-qt-1/polkit-qt-1.2010-12-08.manifest index 31adfe0e..6077845e 100644 --- a/polkit-qt-1/polkit-qt-1.2010-12-08.manifest +++ b/polkit-qt-1/polkit-qt-1.2010-12-08.manifest @@ -1,31 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "polkit-qt-1", "release_date": "2010-12-08", "version": "0.99.1", "summary": "Qt bindings for PolicyKit", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/polkit-qt-1", "vcs": "https://projects.kde.org/projects/kdesupport/polkit-qt-1/repository", "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 take advantage of\nPolicyKit API. It is a convenience wrapper around QAction and\nQAbstractButton that lets you integrate those two components easily\nwith PolicyKit.\n\n\n\n", - "authors": ["Daniel Nicoletti ","Dario Freddi "], + "authors": [ + "Daniel Nicoletti ", + "Dario Freddi " + ], "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", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "polkit-qt-1-0.99.1-5.1.src.rpm" } } - } + }, + "topics": [ + "Bindings" + ] } diff --git a/polkit-qt-1/polkit-qt-1.2011-12-15.manifest b/polkit-qt-1/polkit-qt-1.2011-12-15.manifest index 7fb60a89..c003ad10 100644 --- a/polkit-qt-1/polkit-qt-1.2011-12-15.manifest +++ b/polkit-qt-1/polkit-qt-1.2011-12-15.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "polkit-qt-1", + "display_name": "Polkit-qt-1", "release_date": "2011-12-15", "version": "0.103.0", "summary": "Qt bindings for PolicyKit", "urls": { "homepage": "https://projects.kde.org/projects/kdesupport/polkit-qt-1", "vcs": "https://projects.kde.org/projects/kdesupport/polkit-qt-1/repository", "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/", "announcement": "https://projects.kde.org/news/106" }, "licenses": [ "LGPLv2.1+" ], "description": "Polkit-qt aims to make it easy for Qt developers to take advantage of\nPolicyKit API. It is a convenience wrapper around QAction and\nQAbstractButton that lets you integrate those two components easily\nwith PolicyKit.\n\n\n\n", "authors": [ "Daniel Nicoletti ", "Dario Freddi " ], "maturity": "stable", "platforms": [ "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 --git a/poppler-qt/poppler-qt.2010-10-06.manifest b/poppler-qt/poppler-qt.2010-10-06.manifest index c96c96ae..a0b166a8 100644 --- a/poppler-qt/poppler-qt.2010-10-06.manifest +++ b/poppler-qt/poppler-qt.2010-10-06.manifest @@ -1,31 +1,40 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "poppler-qt", "release_date": "2010-10-06", "version": "0.14.4", "summary": "Qt bindings for Qt, the PDF rendering library", "urls": { "homepage": "http://poppler.freedesktop.org/", "vcs": "http://cgit.freedesktop.org/poppler/poppler/tree/qt4", "download": "http://poppler.freedesktop.org/releases.html", "api_docs": "http://people.freedesktop.org/~aacid/docs/qt4/" }, - "licenses": ["GPLv2+"], + "licenses": [ + "GPLv2+" + ], "description": "Poppler is a PDF rendering library, forked from the xpdf PDF viewer\ndeveloped by Derek Noonburg of Glyph and Cog, LLC. This library provides Qt bindings for Poppler.\n", - "authors": [ "Albert Astals Cid " ], + "authors": [ + "Albert Astals Cid " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://poppler.freedesktop.org/poppler-0.14.4.tar.xz", "openSUSE": { "11.4": { "package_name": "libpoppler-qt4-3", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "poppler-qt-0.14.4-6.1.src.rpm" } } - } + }, + "topics": [ + "Bindings" + ] } diff --git a/poppler-qt/poppler-qt.2013-08-26.manifest b/poppler-qt/poppler-qt.2013-08-26.manifest index ed2d1b3b..68c5a634 100644 --- a/poppler-qt/poppler-qt.2013-08-26.manifest +++ b/poppler-qt/poppler-qt.2013-08-26.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "poppler-qt", + "display_name": "Poppler", "release_date": "2013-08-26", "version": "0.24.1", "summary": "Qt bindings for Poppler, the PDF rendering library", "urls": { "homepage": "http://poppler.freedesktop.org/", "vcs": "http://cgit.freedesktop.org/poppler/poppler/tree/qt4", "download": "http://poppler.freedesktop.org/releases.html", "api_docs": "http://people.freedesktop.org/~aacid/docs/qt4/" }, "licenses": [ "GPLv2+" ], "description": "Poppler is a PDF rendering library, forked from the xpdf PDF viewer\ndeveloped by Derek Noonburg of Glyph and Cog, LLC. This library provides Qt bindings for Poppler.\n", "authors": [ "Albert Astals Cid " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://poppler.freedesktop.org/poppler-0.24.1.tar.xz" - } + }, + "topics": [ + "Bindings" + ] } diff --git a/pythonqt/pythonqt.2012-06-25.manifest b/pythonqt/pythonqt.2012-06-25.manifest index 99193a7b..63a533df 100644 --- a/pythonqt/pythonqt.2012-06-25.manifest +++ b/pythonqt/pythonqt.2012-06-25.manifest @@ -1,25 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "pythonqt", + "display_name": "PythonQt", "version": "2.1", "release_date": "2012-06-25", "summary": "Framework for embedding Python in Qt applications", "urls": { "homepage": "http://pythonqt.sourceforge.net/", "vcs": "http://sourceforge.net/p/pythonqt/code/HEAD/tree/" }, "licenses": [ "LGPLv2.1+" ], "description": "PythonQt is a dynamic and lightweight script binding of the Qt framework to the Python language. It can be embedded into Qt applications and makes any QObject derived object scriptable via Python without the need of wrapper code generation.", "maturity": "stable", "authors": [ "Florian Link" ], "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/pythonqt/files/pythonqt/PythonQt-2.1/PythonQt2.1_Qt4.8.zip/download" - } + }, + "topics": [ + "Bindings" + ] } diff --git a/q7goodies/q7goodies.manifest b/q7goodies/q7goodies.manifest index d1bc9f8f..45e9c973 100644 --- a/q7goodies/q7goodies.manifest +++ b/q7goodies/q7goodies.manifest @@ -1,19 +1,23 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "q7goodies", + "display_name": "Q7Goodies", "summary": "Windows 7 taskbar extensions", "urls": { "homepage": "http://www.strixcode.com/q7goodies/" }, "licenses": [ "Commercial" ], "description": "Q7Goodies is a Qt library that provides Windows 7 features, such as jump lists, overlay icons, taskbar progress bars, thumbnail toolbars, and tabbed thumbnails.", "authors": [ "Strix Code" ], "maturity": "stable", "platforms": [ "Windows" + ], + "topics": [ + "Widgets" ] } diff --git a/qanmenubar/qanmenubar.2015-09-29.manifest b/qanmenubar/qanmenubar.2015-09-29.manifest index 2f131c85..722bc6d8 100644 --- a/qanmenubar/qanmenubar.2015-09-29.manifest +++ b/qanmenubar/qanmenubar.2015-09-29.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qanmenubar", "release_date": "2015-09-29", "version": "0.0.4", "display_name": "QanMenuBar", "summary": "QanMenuBar is lightweight dynamic QML menu component similar to PieMenu", "urls": { "homepage": "http://www.qanava.org/qanava-menu/", "api_docs": "http://www.qanava.org/doc/qanmenu.html", "tutorial": "http://www.qanava.org/doc/qanmenu.html", "vcs": "https://github.com/cneben/QuickQanava/tree/master/QanMenuBar" }, "licenses": [ "GPLv3+" ], "description": "QanMenuBar is lightweight dynamic QML menu component similar to PieMenu (part of the QuickQanava library, but it could be used as a standalone component)", "authors": [ "cneben " ], "maturity": "alpha", "platforms": [ "Linux", "Windows", "Android" ], "packages": { - "source": "https://github.com/cneben/QuickQanava/archive/0.4.tar.gz" - } -} \ No newline at end of file + "source": "https://github.com/cneben/QuickQanava/archive/0.4.tar.gz" + }, + "topics": [ + "QML" + ] +} diff --git a/qaudiocoder/qaudiocoder.2012-07-20.manifest b/qaudiocoder/qaudiocoder.2012-07-20.manifest index 561d4f30..4c1c244a 100644 --- a/qaudiocoder/qaudiocoder.2012-07-20.manifest +++ b/qaudiocoder/qaudiocoder.2012-07-20.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qaudiocoder", + "display_name": "QAudioCoder", "version": "0.1.0", "release_date": "2012-07-20", "summary": "Library for audio decoding, encoding and audio file conversion", "urls": { "homepage": "http://qt-project.org/forums/viewthread/18960/", "vcs": "https://github.com/visore/QAudioCoder", "download": "http://sourceforge.net/projects/qaudiocoder/files/" }, "licenses": [ "LGPLv3+" ], "description": "QAudioCoder is a Qt library for decoding and encoding raw audio samples. The library also provides functionality to directly decode or encode audio files and convert between different formats. On start-up QAudioCoder searches a number of predefined locations for codec libraries. If these libraries are available the functionality is being made public through QAudioCoders interface. QAudioCoder includes libresample developed by Dominic Mazzoni.", "maturity": "alpha", "authors": [ "Christoph Stallmann " ], "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/qaudiocoder/files/Version%200.1.0/Source%20Code/qaudiocoder-0.1.0-source.gz/download" - } + }, + "topics": [ + "Multimedia" + ] } diff --git a/qca/qca.2009-04-29.manifest b/qca/qca.2009-04-29.manifest index eda1cb1d..553074ab 100644 --- a/qca/qca.2009-04-29.manifest +++ b/qca/qca.2009-04-29.manifest @@ -1,31 +1,40 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qca", "release_date": "2009-04-29", "version": "2.0.2", "summary": "Qt Cryptographic Architecture", "urls": { "homepage": "http://delta.affinix.com/qca/", "vcs": "http://websvn.kde.org/trunk/kdesupport/qca/", "api_docs": "http://delta.affinix.com/docs/qca/", "download": "http://delta.affinix.com/download/qca/2.0/" }, - "licenses": ["LGPLv2.1+"], + "licenses": [ + "LGPLv2.1+" + ], "description": "This package provides a generic Qt cryptographic architecture,\nincluding a library and a plug-in for using all supported capabilities\nof openssl, like SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES, and\nAES.\n\nIt can be extended by further plug-ins, for example, with qca-sasl for\nSASL support.\n\n\n\n", - "authors": ["Justin Karneges "], + "authors": [ + "Justin Karneges " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://delta.affinix.com/download/qca/2.0/qca-2.0.2.tar.bz2", "openSUSE": { "11.4": { "package_name": "libqca2", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "libqca2-2.0.2-11.1.src.rpm" } } - } + }, + "topics": [ + "Security" + ] } diff --git a/qca/qca.2010-11-27.manifest b/qca/qca.2010-11-27.manifest index 0ce03bfe..1540787e 100644 --- a/qca/qca.2010-11-27.manifest +++ b/qca/qca.2010-11-27.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qca", + "display_name": "QCA", "release_date": "2010-11-27", "version": "2.0.3", "summary": "Qt Cryptographic Architecture", "urls": { "homepage": "http://delta.affinix.com/qca/", "vcs": "http://websvn.kde.org/trunk/kdesupport/qca/", "api_docs": "http://delta.affinix.com/docs/qca/", "download": "http://delta.affinix.com/download/qca/2.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "This package provides a generic Qt cryptographic architecture,\nincluding a library and a plug-in for using all supported capabilities\nof openssl, like SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES, and\nAES.\n\nIt can be extended by further plug-ins, for example, with qca-sasl for\nSASL support.\n\n\n\n", "authors": [ "Justin Karneges " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://delta.affinix.com/download/qca/2.0/qca-2.0.3.tar.bz2" - } + }, + "topics": [ + "Security" + ] } diff --git a/qcustomplot/qcustomplot.2013-09-05.manifest b/qcustomplot/qcustomplot.2013-09-05.manifest index 402f71c7..7661a0ea 100644 --- a/qcustomplot/qcustomplot.2013-09-05.manifest +++ b/qcustomplot/qcustomplot.2013-09-05.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qcustomplot", "version": "1.0.1", "release_date": "2013-09-05", "summary": "Plotting widget", "urls": { "homepage": "http://www.qcustomplot.com/index.php/introduction", "vcs": "https://gitorious.org/qcustomplot/", "api_docs": "http://www.qcustomplot.com/documentation/index.html", "tutorial": "http://www.qcustomplot.com/index.php/tutorials/basicplotting", "custom": { "Contact": "http://www.qcustomplot.com/index.php/contact" } }, "licenses": [ "GPLv3+" ], "description": "QCustomPlot is a Qt C++ widget for plotting. It has no further dependencies and is fully documented. This plotting library focusses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications. Have a look at the Setting Up and the Basic Plotting tutorials to get started.\n\nQCustomPlot can export to various formats such as vectorized PDF files and rasterized images like PNG, JPG and BMP. All outputs look identical and the generated PDF files can be imported and edited by vector editors like Inkscape, without trouble. So QCustomPlot is useful for both displaying of realtime data inside the application as well as producing high quality plots for other media.", "maturity": "stable", "authors": [ "Emanuel Eichhammer" ], "platforms": [ "Linux" ], "packages": { "source": "http://www.qcustomplot.com/release/1.0.1/QCustomPlot.tar.gz" - } + }, + "topics": [ + "Graphics" + ] } diff --git a/qcustomplot/qcustomplot.2015-12-22.manifest b/qcustomplot/qcustomplot.2015-12-22.manifest new file mode 100644 index 00000000..efd84395 --- /dev/null +++ b/qcustomplot/qcustomplot.2015-12-22.manifest @@ -0,0 +1,36 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "qcustomplot", + "display_name": "QCustomPlot", + "version": "1.3.2", + "release_date": "2015-12-22", + "summary": "Plotting widget for Qt", + "urls": { + "homepage": "http://www.qcustomplot.com/index.php/introduction", + "vcs": "https://gitlab.com/DerManu/QCustomPlot", + "api_docs": "http://www.qcustomplot.com/documentation/index.html", + "download": "http://www.qcustomplot.com/index.php/download", + "tutorial": "http://www.qcustomplot.com/index.php/tutorials/basicplotting", + "announcement": "http://www.qcustomplot.com/index.php/news", + "custom": { + "Contact": "http://www.qcustomplot.com/index.php/contact" + } + }, + "licenses": [ + "GPLv3+" + ], + "description": "QCustomPlot is a Qt C++ widget for plotting and data visualization. It has no further dependencies and is well documented. This plotting library focuses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications. Have a look at the Setting Up and the Basic Plotting tutorials to get started.\n\nQCustomPlot can export to various formats such as vectorized PDF files and rasterized images like PNG, JPG and BMP. All outputs look consistent across the supported formats and the generated PDF files can be imported and edited by vector editors like Inkscape, without trouble. So QCustomPlot is useful for both displaying of realtime data inside the application as well as producing high quality plots for other media.", + "maturity": "stable", + "authors": [ + "Emanuel Eichhammer" + ], + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://www.qcustomplot.com/release/1.3.2/QCustomPlot.tar.gz" + }, + "topics": [ + "Graphics" + ] +} diff --git a/qdatacube/qdatacube.manifest b/qdatacube/qdatacube.manifest index a0715614..9996e0ad 100644 --- a/qdatacube/qdatacube.manifest +++ b/qdatacube/qdatacube.manifest @@ -1,20 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qdatacube", + "display_name": "QDataCube", "summary": "Datacube for Qt", "urls": { "homepage": "https://gitlab.com/AngeOptimization/qdatacube", "vcs": "https://gitlab.com/AngeOptimization/qdatacube" }, "licenses": [ "LGPL" ], "description": "Slice and dice the rows in your Qt model. Find the elements that matches and and let the user select them. Selection is synchronized with the selections in the various views. QDatacube is a library just using QtCore for the basics and QtWidgets for the widget.", "authors": [ - "Ange Optimization ApS ", "Sune Vuorela " + "Ange Optimization ApS ", + "Sune Vuorela " ], "maturity": "stable", "platforms": [ - "Linux", "Windows" + "Linux", + "Windows" + ], + "topics": [ + "Data", + "Widgets" ] } diff --git a/qdbf/qdbf.manifest b/qdbf/qdbf.manifest index 70f8ccbf..1e42870e 100644 --- a/qdbf/qdbf.manifest +++ b/qdbf/qdbf.manifest @@ -1,19 +1,23 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qdbf", + "display_name": "qdbf", "summary": "Library for handling dbf files", "urls": { "homepage": "https://code.google.com/p/qdbf/", "vcs": "https://code.google.com/p/qdbf/source/browse/" }, "licenses": [ "LGPLv2.1+" ], "description": "Library for reading and writing dbf files, as used by dBase and other data bases.", "authors": [ "arial79@gmail.com" ], "platforms": [ "Linux" + ], + "topics": [ + "Data" ] } diff --git a/qdecimal/qdecimal.2012-09-03.manifest b/qdecimal/qdecimal.2012-09-03.manifest index 9e3d1b81..71193d9a 100644 --- a/qdecimal/qdecimal.2012-09-03.manifest +++ b/qdecimal/qdecimal.2012-09-03.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qdecimal", "display_name": "QDecimail", "version": "1.01", "release_date": "2012-09-03", "summary": "Decimal arithmetic library for Qt framework", "urls": { "homepage": "https://code.google.com/p/qdecimal/", "vcs": "https://code.google.com/p/qdecimal/source/browse/" }, "licenses": [ "LGPL v2.1" ], "description": "The QDecimal is a thin layer around IBM's decNumber library which implements the General Decimal Arithmetic Specification in ANSI C.", "authors": [ "Semih Cemiloglu", "IBM Corporation" ], "maturity": "stable", "platforms": [ "Linux", "Windows", - "OS X" ], + "OS X" + ], "packages": { "source": "https://code.google.com/p/qdecimal/downloads/detail?name=qdecimal-1.0.1.tgz&can=2&q=" - } + }, + "topics": [ + "Data" + ] } diff --git a/qdjango/qdjango.2013-10-11.manifest b/qdjango/qdjango.2013-10-11.manifest index ce1f4840..21036b02 100644 --- a/qdjango/qdjango.2013-10-11.manifest +++ b/qdjango/qdjango.2013-10-11.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qdjango", + "display_name": "QDjango", "version": "0.4.0", "release_date": "2013-10-11", "summary": "ORM and HTTP request/response framework", "urls": { "homepage": "https://code.google.com/p/qdjango/" }, "licenses": [ "GPLv2.1+" ], "description": "Web framework written in C++ and built on top of the Qt library.", "maturity": "stable", "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "https://qdjango.googlecode.com/files/qdjango-0.4.0.tar.gz" }, "authors": [ "Jeremy Lainé ", "Mathias Hasselmann " + ], + "topics": [ + "Web" ] } diff --git a/qextserialport/qextserialport.2013-10-11.manifest b/qextserialport/qextserialport.2013-10-11.manifest index a9660c99..4d0855c0 100644 --- a/qextserialport/qextserialport.2013-10-11.manifest +++ b/qextserialport/qextserialport.2013-10-11.manifest @@ -1,23 +1,27 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qextserialport", + "display_name": "QextSerialPort", "version": "1.2RC", "release_date": "2013-10-11", "summary": "Cross platform interface to serial ports.", "urls": { "homepage": "https://code.google.com/p/qextserialport/" }, "licenses": [ "MIT" ], "description": "Provides an interface to old fashioned serial ports for Qt-based applications.", "maturity": "beta", "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "https://qextserialport.googlecode.com/files/qextserialport-1.2rc.zip" - } + }, + "topics": [ + "Communication" + ] } diff --git a/qfb/qfb.manifest b/qfb/qfb.manifest index a83334e2..ef1d3028 100644 --- a/qfb/qfb.manifest +++ b/qfb/qfb.manifest @@ -1,19 +1,23 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qfb", + "display_name": "QFB", "summary": "Client library for accessing Facebook graph API", "urls": { "homepage": "https://github.com/SfietKonstantin/qfb", "vcs": "https://github.com/SfietKonstantin/qfb" }, "licenses": [ "GPLv3+" ], "description": "QFB is a Qt library that is used to access to Facebook graph API. It is designed to be able to interface with QML, as well as exposing as less as possible the internals of graph API (that are get, post and JSON formatted responses).", "authors": [ "Lucien XU " ], "platforms": [ "Linux" + ], + "topics": [ + "API" ] } diff --git a/qicstable/qicstable.manifest b/qicstable/qicstable.manifest index f22fc558..29e76acc 100644 --- a/qicstable/qicstable.manifest +++ b/qicstable/qicstable.manifest @@ -1,23 +1,29 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qicstable", "display_name": "QicsTable", "summary": "High performance Qt table widget", "urls": { "homepage": "https://gitorious.org/qicstable/", "download": "https://gitorious.org/qicstable/qicstable/" }, "licenses": [ "GPLV3+", "LGPLv2.1+", "Commercial", "Evaluation" ], "description": "QicsTable is a full-featured, high-performance table widget suited for use in industrial-strength applications. It incorporates a model-view-controller architecture, so that multiple table widgets can display the same data. The QicsTable widget has extensive printing capabilities, including the ability to print the table with different visual characteristics than the on-screen table display.", "authors": [ "Integrated Computer Solutions, Inc. " ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Widgets", + "Data" ] } diff --git a/qimageblitz/qimageblitz.2007-11-16.manifest b/qimageblitz/qimageblitz.2007-11-16.manifest index a2308612..baec2997 100644 --- a/qimageblitz/qimageblitz.2007-11-16.manifest +++ b/qimageblitz/qimageblitz.2007-11-16.manifest @@ -1,31 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qimageblitz", + "display_name": "Blitz KDE", "release_date": "2007-11-16", "version": "0.0.4", "summary": "Image Effect Library for KDE", "urls": { "homepage": "http://qimageblitz.sourceforge.net/", "api_docs": "http://api.kde.org/kdesupport-api/kdesupport-apidocs/qimageblitz/html/index.html", "vcs": "http://websvn.kde.org/trunk/kdesupport/qimageblitz/", "download": "http://sourceforge.net/projects/qimageblitz/files/qimageblitz/" }, - "licenses": ["BSD 3-Clause"], + "licenses": [ + "BSD 3-Clause" + ], "description": "Blitz is an interm image effect library that people can use until KDE\n4.1 is released. KImageEffect, the old image effect class is being\ndropped for KDE 4.0 and the replacement, Quasar, won't be ready until\nKDE 4.1. Blitz gives people something to use in the meantime.\n\n\n\n", - "authors": ["Daniel Duley "], + "authors": [ + "Daniel Duley " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://sourceforge.net/projects/qimageblitz/files/qimageblitz/QImageBlitz%200.0.4/qimageblitz-0.0.4.tar.bz2/download", "openSUSE": { "11.4": { "package_name": "libqimageblitz4", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "libqimageblitz4-0.0.4-106.1.src.rpm" } } - } + }, + "topics": [ + "Graphics" + ] } diff --git a/qjson/qjson.2009-12-04.manifest b/qjson/qjson.2009-12-04.manifest index 8b20cba9..af29243a 100644 --- a/qjson/qjson.2009-12-04.manifest +++ b/qjson/qjson.2009-12-04.manifest @@ -1,30 +1,39 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qjson", "release_date": "2009-12-04", "version": "0.7.1", "summary": "JSON parser for Qt", "urls": { "homepage": "http://qjson.sourceforge.net/", "api_docs": "http://qjson.sourceforge.net/docs/index.html", "vcs": "https://gitorious.org/qjson" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "JSON (JavaScript Object Notation) is a lightweight data-interchange format.\nIt can represent integer, real number, string, an ordered sequence of value,\nand a collection of name/value pairs. QJson is a qt-based library that maps\nJSON data to QVariant objects. JSON arrays will be mapped to QVariantList\ninstances, while JSON's objects will be mapped to QVariantMap.\n\n", - "authors": ["Flavio Castelli "], + "authors": [ + "Flavio Castelli " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "https://github.com/flavio/qjson/archive/0.7.1.tar.gz", "openSUSE": { "11.4": { "package_name": "libqjson-devel", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "libqjson-0.7.1-9.3.src.rpm" } } - } + }, + "topics": [ + "Data" + ] } diff --git a/qjson/qjson.2012-11-27.manifest b/qjson/qjson.2012-11-27.manifest index b45cb82c..388e7dab 100644 --- a/qjson/qjson.2012-11-27.manifest +++ b/qjson/qjson.2012-11-27.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qjson", + "display_name": "QJson", "release_date": "2012-11-27", "version": "0.8.1", "summary": "JSON parser for Qt", "urls": { "homepage": "http://qjson.sourceforge.net/", "api_docs": "http://qjson.sourceforge.net/docs/index.html", "vcs": "https://github.com/flavio/qjson", "download": "https://github.com/flavio/qjson/releases" }, "licenses": [ "LGPL" ], "description": "JSON (JavaScript Object Notation) is a lightweight data-interchange format.\nIt can represent integer, real number, string, an ordered sequence of value,\nand a collection of name/value pairs. QJson is a qt-based library that maps\nJSON data to QVariant objects. JSON arrays will be mapped to QVariantList\ninstances, while JSON's objects will be mapped to QVariantMap.\n\n", "authors": [ "Flavio Castelli " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/flavio/qjson/archive/0.8.1.tar.gz" - } + }, + "topics": [ + "Data" + ] } diff --git a/qjsonrpc/qjsonrpc.manifest b/qjsonrpc/qjsonrpc.manifest index 6c6df072..8914ce78 100644 --- a/qjsonrpc/qjsonrpc.manifest +++ b/qjsonrpc/qjsonrpc.manifest @@ -1,19 +1,24 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qjsonrpc", + "display_name": "QJsonRpc", "summary": "Implementation of the JSON-RPC protocol", "urls": { "homepage": "https://bitbucket.org/devonit/qjsonrpc", "vcs": "https://bitbucket.org/devonit/qjsonrpc/src" }, "licenses": [ "LGPLv2.1+" ], "description": "QJsonRpc is a Qt implementation of the JSON-RPC protocol. It integrates nicely with Qt, leveraging Qt's meta object system in order to provide services over the JSON-RPC protocol.", "authors": [ "Matt Broadstone " ], "platforms": [ "Linux" + ], + "topics": [ + "Data", + "Communication" ] } diff --git a/qlogsystem/qlogsystem.2015-01-13.manifest b/qlogsystem/qlogsystem.2015-01-13.manifest index 680790cc..142820e1 100644 --- a/qlogsystem/qlogsystem.2015-01-13.manifest +++ b/qlogsystem/qlogsystem.2015-01-13.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qlogsystem", + "display_name": "qlogsystem", "release_date": "2015-01-13", "version": "1.0.7", "summary": "qlogsystem is a very efficient and easy to use logger library", "urls": { "homepage": "https://github.com/balabit/qlogsystem", "vcs": "https://github.com/balabit/qlogsystem", "download": "https://github.com/balabit/qlogsystem/releases/" }, "licenses": [ "LGPLv2.1" ], "description": "qlogsystem brings Java style logger hierarchy to C++ with a very simple API. qlogsystem is very fast. The log messages and their parameters are evaluated only if the log level is big enough, so debug messages will not affect the performance much.", "authors": [ "Balazs Kocsi ", "Tamas Domok " ], "maturity": "stable", "platforms": [ "Linux", "Windows" ], "packages": { "source": "https://github.com/balabit/qlogsystem/archive/v1.0.7.tar.gz" - } + }, + "topics": [ + "Development", + "Logging" + ] } - diff --git a/qoauth/qoauth.2010-08-01.manifest b/qoauth/qoauth.2010-08-01.manifest index 716c4d93..c4a553ad 100644 --- a/qoauth/qoauth.2010-08-01.manifest +++ b/qoauth/qoauth.2010-08-01.manifest @@ -1,30 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qoauth", + "display_name": "QOAuth", "release_date": "2010-08-01", "version": "1.0.1", "summary": "Library for OAuth authorization scheme", "urls": { "homepage": "http://github.com/ayoy/qoauth", "api_docs": "http://files.ayoy.net/qoauth/1.0.1/doc/", "vcs": "http://github.com/ayoy/qoauth" }, - "licenses": ["LGPL"], + "licenses": [ + "LGPL" + ], "description": "QOAuth is an attempt to support interaction with OAuth-powered network services\nin a Qt way, i.e. simply, clearly and efficiently.\n\n", - "authors": ["Dominik Kapusta "], + "authors": [ + "Dominik Kapusta " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "https://github.com/ayoy/qoauth/archive/v1.0.1.tar.gz", "openSUSE": { "11.4": { "package_name": "libqoauth1", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "qoauth-1.0.1-3.1.src.rpm" } } - } + }, + "topics": [ + "Security", + "API" + ] } diff --git a/qscintilla/qscintilla.2013-06-16.manifest b/qscintilla/qscintilla.2013-06-16.manifest index 54bc213b..2e23cc9c 100644 --- a/qscintilla/qscintilla.2013-06-16.manifest +++ b/qscintilla/qscintilla.2013-06-16.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qscintilla", "version": "2.7.2", "release_date": "2013-06-16", "summary": "Qt port of Scintilla C++ editor control", "urls": { "homepage": "http://www.riverbankcomputing.com/software/qscintilla/intro", "download": "http://www.riverbankcomputing.com/software/qscintilla/download", "api_docs": "http://pyqt.sourceforge.net/Docs/QScintilla2/index.html" }, "licenses": [ "GPLv2", "GPLv3", "Commercial" ], "description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.\n\nAs well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.", "maturity": "stable", "authors": [ "Riverbank Computing Limited " ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.7.2/QScintilla-gpl-2.7.2.tar.gz/download" - } + }, + "topics": [ + "Text" + ] } diff --git a/qscintilla/qscintilla.2016-04-18.manifest b/qscintilla/qscintilla.2016-04-18.manifest index 902c1784..be1ce578 100644 --- a/qscintilla/qscintilla.2016-04-18.manifest +++ b/qscintilla/qscintilla.2016-04-18.manifest @@ -1,33 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qscintilla", + "display_name": "QScintilla", "version": "2.9.2", "release_date": "2016-04-18", "summary": "Qt port of Scintilla C++ editor control", "urls": { "homepage": "https://riverbankcomputing.com/software/qscintilla/intro", "download": "https://riverbankcomputing.com/software/qscintilla/download", "api_docs": "http://pyqt.sourceforge.net/Docs/QScintilla2/index.html", "announcement": "https://www.riverbankcomputing.com/news/qscintilla-292" }, "licenses": [ "GPLv2", "GPLv3", "Commercial" ], "description": "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.\n\nAs well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts. Moreover it supports recordable macros, multiple views and printing.", "maturity": "stable", "authors": [ "Riverbank Computing Limited " ], "platforms": [ "Linux", "Windows", "OS X", "iOS", "Android" ], "packages": { - "source": "https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.9.2/QScintilla_gpl-2.9.2.tar.gz/download" - } + "source": "https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.9.2/QScintilla_gpl-2.9.2.tar.gz/download" + }, + "topics": [ + "Text" + ] } diff --git a/qserialdevice/qserialdevice.manifest b/qserialdevice/qserialdevice.manifest index 1a4f5a5b..2fff6364 100644 --- a/qserialdevice/qserialdevice.manifest +++ b/qserialdevice/qserialdevice.manifest @@ -1,19 +1,24 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qserialdevice", + "display_name": "QSerialDevice", "summary": "Cross-platform library for accessing serial devices", "urls": { "homepage": "https://gitorious.org/qserialdevice", "vcs": "https://gitorious.org/qserialdevice/qserialdevice" }, "licenses": [ "GPLv2+" ], "description": "Cross-platform library for accessing serial devices (ports) based on Qt4.", "authors": [ "Denis Shienkov " ], "platforms": [ - "Linux", "Windows" + "Linux", + "Windows" + ], + "topics": [ + "Communication" ] } diff --git a/qserialport/qserialport.2011-01-23.manifest b/qserialport/qserialport.2011-01-23.manifest index 29d8beaf..39f35ecb 100644 --- a/qserialport/qserialport.2011-01-23.manifest +++ b/qserialport/qserialport.2011-01-23.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qserialport", + "display_name": "QSerialPort", "version": "0.1.1", "release_date": "2011-01-23", "summary": "Cross-platform serial port driver", "urls": { "homepage": "http://sourceforge.net/projects/qserialport/", "vcs": "http://sourceforge.net/p/qserialport/code/HEAD/tree/" }, "licenses": [ "GPLv2" ], "description": "An attempt to create a cross platform QT compatible serial port driver. This code attempts to supports signal event driven design.", "maturity": "prealpha", "authors": [ "Peter Fetterer " ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "http://sourceforge.net/projects/qserialport/files/qserialport-0.1.1.zip/download" - } + }, + "topics": [ + "Communication" + ] } diff --git a/qsint/qsint.manifest b/qsint/qsint.manifest index ed39aee8..43c6b248 100644 --- a/qsint/qsint.manifest +++ b/qsint/qsint.manifest @@ -1,21 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qsint", "display_name": "QSint", "summary": "Open source Qt Widgets Collection", "urls": { "homepage": "http://qt-apps.org/content/show.php?content=162296", "vcs": "http://sourceforge.net/p/qsint/code" }, "licenses": [ "LGPL" ], "description": "QSint is an open source collection of Qt widgets which can be used while developing own Qt-based applications. Recent QSint version includes additional widgets and model-view-based 2d charts", "authors": [ "Sintegrial Technologies" ], "maturity": "stable", "platforms": [ - "Linux","Windows","OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Widgets" ] } diff --git a/qslog/qslog.2013-05-30.manifest b/qslog/qslog.2013-05-30.manifest index c0c0aeae..4a69fb67 100644 --- a/qslog/qslog.2013-05-30.manifest +++ b/qslog/qslog.2013-05-30.manifest @@ -1,25 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qslog", + "display_name": "QsLog", "version": "2.0b1", "release_date": "2013-05-30", "summary": "Simple Qt logger", "urls": { "homepage": "https://bitbucket.org/razvanpetru/qt-components/wiki/QsLog", "vcs": "https://bitbucket.org/razvanpetru/qt-components/src" }, "licenses": [ "BSD-3-Clause" ], "description": "QsLog is an easy to use logger that is based on Qt's QDebug class.", "maturity": "beta", "authors": [ "Razvan Petru " ], "platforms": [ "Linux" ], "packages": { "source": "https://bitbucket.org/razvanpetru/qt-components/downloads/QsLog_2.0b1.zip" - } + }, + "topics": [ + "Logging", + "Development" + ] } diff --git a/qsqlmigrator/qsqlmigrator.2013-10-09.manifest b/qsqlmigrator/qsqlmigrator.2013-10-09.manifest index 98b5c815..a190de3d 100644 --- a/qsqlmigrator/qsqlmigrator.2013-10-09.manifest +++ b/qsqlmigrator/qsqlmigrator.2013-10-09.manifest @@ -1,25 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qsqlmigrator", + "display_name": "QSqlMigrator", "release_date": "2013-10-09", "version": "1.0", "summary": "QSqlMigrator - keep track of your database migrations", "urls": { "homepage": "https://github.com/hicknhack-software/QSqlMigrator", "vcs": "https://github.com/hicknhack-software/QSqlMigrator" }, "licenses": [ - "LGPLv2.1", "GPLv3" + "LGPLv2.1", + "GPLv3" ], "description": "A library to help you keep track of database schema migrations. This tool is inspired by ActiveRecord migrations which is part of Ruby on Rails.", "authors": [ "HicknHack Software " ], "maturity": "stable", "platforms": [ - "Linux", "Mac", "Windows" + "Linux", + "Mac", + "Windows" ], "packages": { "source": "https://github.com/hicknhack-software/QSqlMigrator/archive/v1.0.tar.gz" - } + }, + "topics": [ + "Data" + ] } diff --git a/qt-certificate-addon/qt-certificate-addon.2013-02-17.manifest b/qt-certificate-addon/qt-certificate-addon.2013-02-17.manifest index 78f4deda..fba29e0e 100644 --- a/qt-certificate-addon/qt-certificate-addon.2013-02-17.manifest +++ b/qt-certificate-addon/qt-certificate-addon.2013-02-17.manifest @@ -1,22 +1,26 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qt-certificate-addon", + "display_name": "Qt Certificate Addon", "version": "edge", "release_date": "2013-02-17", - "summary": "Qt Certificate Addon", + "summary": "Qt Certificate Addon", "urls": { "homepage": "http://xmelegance.org/devel/qt-certificate-addon/", "vcs": "https://gitorious.org/qt-certificate-addon" }, "licenses": [ "LGPLv2.1" ], "description": "This is the start of some work to create a nice Qt-style API for creating SSL certificates. Unlike the QSsl classes in the QtNetwork module, it uses the gnutls library, but it automatically converts between the two, for example a created certificate is returned as a QSslCertificate.", "maturity": "edge", "platforms": [ "Linux" ], "packages": { "source": "https://gitorious.org/qt-certificate-addon/qt-certificate-addon/archive/f807e92da99d0a770d2bf22adff8b728dab83d29.tar.gz" - } + }, + "topics": [ + "Security" + ] } diff --git a/qt-gstreamer/qt-gstreamer.2012-04-15.manifest b/qt-gstreamer/qt-gstreamer.2012-04-15.manifest index 216d6770..275f33bb 100644 --- a/qt-gstreamer/qt-gstreamer.2012-04-15.manifest +++ b/qt-gstreamer/qt-gstreamer.2012-04-15.manifest @@ -1,25 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qt-gstreamer", + "display_name": "QtGStreamer", "version": "0.10.2", "release_date": "2012-04-15", "summary": "Qt bindings for GStreamer", "urls": { "homepage": "http://gstreamer.freedesktop.org/modules/qt-gstreamer.html", "vcs": "http://cgit.freedesktop.org/gstreamer/qt-gstreamer" }, "licenses": [ "LGPLv2.1+" ], "description": "QtGStreamer is a set of libraries providing C++ bindings for GStreamer with a Qt-style API, plus some helper classes and elements for integrating GStreamer better in Qt applications.", "maturity": "stable", "authors": [ "George Kiagiadakis " ], "platforms": [ "Linux" ], "packages": { "source": "http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-0.10.2.tar.gz" - } + }, + "topics": [ + "Bindings", + "Multimedia" + ] } diff --git a/qt/qt.2010-11-09.manifest b/qt/qt.2010-11-09.manifest deleted file mode 100644 index 4ed8b473..00000000 --- a/qt/qt.2010-11-09.manifest +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "http://inqlude.org/schema/release-manifest-v1#", - "name": "qt", - "release_date": "2010-11-09", - "version": "4.7.1", - "summary": "Cross-platform application and UI framework", - "urls": { - "homepage": "http://qt.nokia.com/", - "download": "http://get.qt.nokia.com/qt/source/", - "api_docs": "http://doc.qt.nokia.com/4.7/index.html", - "tutorial": "http://doc.qt.nokia.com/4.7/tutorials.html", - "vcs": "http://qt.gitorious.org/qt" - }, - "licenses": ["GPLv3","LGPLv2.1+"], - "description": "Qt is a cross-platform application and UI framework. It provides a rich set of C++ libraries with building blocks for application and UI programming, including UI widget components and declarative UI support, handling of network access, XML support, and more.", - "authors": ["Nokia"], - "maturity": "stable", - "platforms": [ "Linux", "Windows", "MacOS" ], - "packages": { - "source": "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.1.tar.gz", - "openSUSE": { - "11.4": { - "package_name": "libqt4", - "repository": { - "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", - "name": "openSUSE-11.4-Oss" - }, - "source_rpm": "libqt4-4.7.1-7.1.src.rpm" - } - } - } -} diff --git a/qt/qt.2013-08-28.manifest b/qt/qt.2013-08-28.manifest deleted file mode 100644 index 2b9581a7..00000000 --- a/qt/qt.2013-08-28.manifest +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "http://inqlude.org/schema/release-manifest-v1#", - "name": "qt", - "release_date": "2013-08-28", - "version": "5.1.1", - "summary": "Cross-platform application and UI framework", - "urls": { - "homepage": "http://qt-project.org", - "download": "http://qt-project.org/downloads", - "api_docs": "http://qt-project.org/doc/qt-5.1/qtdoc/index.html", - "tutorial": "http://qt-project.org/doc/qt-5.1/qtdoc/qtexamplesandtutorials.html", - "vcs": "http://qt.gitorious.org/qt" - }, - "licenses": [ - "GPLv3", - "LGPLv2.1+", - "Commercial" - ], - "description": "Qt is a cross-platform application and UI framework. It provides a rich set of C++ libraries with building blocks for application and UI programming, including UI widget components and declarative UI support, handling of network access, XML support, and more.", - "authors": [ - "The Qt Project" - ], - "maturity": "stable", - "platforms": [ - "Linux", - "Windows", - "MacOS" - ], - "packages": { - "source": "http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz" - } -} diff --git a/qt/qt.2015-02-23.manifest b/qt/qt.2015-02-23.manifest deleted file mode 100644 index 8c7e2edc..00000000 --- a/qt/qt.2015-02-23.manifest +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "http://inqlude.org/schema/release-manifest-v1#", - "name": "qt", - "release_date": "2015-02-23", - "version": "5.4.1", - "summary": "Cross-platform application and UI framework", - "urls": { - "homepage": "http://qt.io", - "download": "http://qt.io/download", - "api_docs": "http://doc.qt.io/qt-5/index.html", - "tutorial": "http://doc.qt.io/qt-5/qtexamplesandtutorials.html", - "vcs": "http://code.qt.io/cgit/" - }, - "licenses": [ - "GPLv3", - "LGPLv2.1+", - "Commercial" - ], - "description": "Qt is a cross-platform application and UI framework. It provides a rich set of C++ libraries with building blocks for application and UI programming, including UI widget components and declarative UI support, handling of network access, XML support, and more.", - "authors": [ - "The Qt Project" - ], - "maturity": "stable", - "platforms": [ - "Linux", - "Windows", - "MacOS" - ], - "packages": { - "source": "http://download.qt.io/archive/qt/5.4/5.4.1/single/qt-everywhere-opensource-src-5.4.1.tar.gz" - } -} diff --git a/qtargparser/qtargparser.2013-11-21.manifest b/qtargparser/qtargparser.2013-11-21.manifest index 5999897a..12b83eed 100644 --- a/qtargparser/qtargparser.2013-11-21.manifest +++ b/qtargparser/qtargparser.2013-11-21.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtargparser", "version": "1.4.0", "release_date": "2013-11-21", "summary": "Command line parsing", "urls": { "homepage": "http://igor-mironchik.besaba.com/projects/qtarg.html", "vcs": "http://code.google.com/p/qtargparser/", "download": "http://code.google.com/p/qtargparser/downloads/list" }, "licenses": [ "MIT" ], "description": "QtArg is a small C++ library based on Qt for parsing command line arguments. It's a headers-only library, so you don't need separate compilation.", "maturity": "stable", "authors": [ "Igor Mironchik@gmail.com " ], "platforms": [ "Linux" ], "packages": { "source": "http://qtargparser.googlecode.com/files/QtArg-1.4.2-src.zip" - } + }, + "topics": [ + "Development" + ] } diff --git a/qtargparser/qtargparser.2015-05-18.manifest b/qtargparser/qtargparser.2015-05-18.manifest index 9ac64881..adb609c4 100644 --- a/qtargparser/qtargparser.2015-05-18.manifest +++ b/qtargparser/qtargparser.2015-05-18.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtargparser", "version": "1.4.4", "release_date": "2015-05-18", "summary": "Command line parsing", "urls": { "homepage": "http://igor-mironchik.besaba.com/projects/qtarg.php", "vcs": "https://github.com/igormironchik/qtargparser", "download": "https://github.com/igormironchik/qtargparser/releases" }, "licenses": [ "MIT" ], "description": "QtArg is a small C++ library based on Qt for parsing command line arguments. It's a headers-only library, so you don't need separate compilation.", "maturity": "stable", "authors": [ "Igor Mironchik@gmail.com " ], "platforms": [ "Linux" ], "packages": { "source": "https://github.com/igormironchik/qtargparser/archive/1.4.4.tar.gz" - } + }, + "topics": [ + "Development" + ] } diff --git a/qtargparser/qtargparser.2016-01-25.manifest b/qtargparser/qtargparser.2016-01-25.manifest index b3d4635c..07e9033a 100644 --- a/qtargparser/qtargparser.2016-01-25.manifest +++ b/qtargparser/qtargparser.2016-01-25.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtargparser", + "display_name": "QtArg", "version": "2.0.0", "release_date": "2016-01-25", "summary": "Command line parsing", "urls": { "homepage": "http://igor-mironchik.besaba.com/projects/qtarg.php", "vcs": "https://github.com/igormironchik/qtargparser", "download": "https://github.com/igormironchik/qtargparser/releases" }, "licenses": [ "MIT" ], "description": "QtArg is a small C++ library based on Qt for parsing command line arguments. It's a headers-only library, so you don't need separate compilation.", "maturity": "stable", "authors": [ "Igor Mironchik@gmail.com " ], "platforms": [ "Linux" ], "packages": { "source": "https://github.com/igormironchik/qtargparser/archive/2.0.0.tar.gz" - } + }, + "topics": [ + "Development" + ] } diff --git a/qtav/qtav.2015-09-01.manifest b/qtav/qtav.2015-09-01.manifest index 2529ad83..23d26115 100644 --- a/qtav/qtav.2015-09-01.manifest +++ b/qtav/qtav.2015-09-01.manifest @@ -1,32 +1,38 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtav", "release_date": "2015-09-01", "version": "1.8.0", "summary": "A cross-platform multimedia playback framework based on Qt and FFmpeg.", "urls": { "homepage": "http://www.qtav.org", "vcs": "https://github.com/wang-bin/QtAV", "download": "http://www.qtav.org/install.html", "announcement": "http://www.qtav.org/blog/1.8.0.html", "custom": { - "Wiki": "https://github.com/wang-bin/QtAV/wiki" + "Wiki": "https://github.com/wang-bin/QtAV/wiki" } }, "licenses": [ - "LGPLv2.1+", + "LGPLv2.1+", "GPLv3" ], "description": "QtAV is a multimedia playback library based on Qt and FFmpeg. It provides high performance and supports cross platform. It can help you to write a player with less effort than ever before.", "authors": [ "Bin Wang " ], "maturity": "stable", "platforms": [ - "Windows","Linux","OS X","Android","iOS" + "Windows", + "Linux", + "OS X", + "Android", + "iOS" ], "packages": { "source": "https://github.com/wang-bin/QtAV/archive/v1.8.0.tar.gz" - } + }, + "topics": [ + "Multimedia" + ] } - diff --git a/qtav/qtav.2015-12-21.manifest b/qtav/qtav.2015-12-21.manifest index 6bf5a5d9..56bc578f 100644 --- a/qtav/qtav.2015-12-21.manifest +++ b/qtav/qtav.2015-12-21.manifest @@ -1,32 +1,38 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtav", "release_date": "2015-12-21", "version": "1.9.0", "summary": "A cross-platform multimedia playback framework based on Qt and FFmpeg.", "urls": { "homepage": "http://www.qtav.org", "vcs": "https://github.com/wang-bin/QtAV", "download": "http://www.qtav.org/install.html", "announcement": "http://www.qtav.org/blog/1.9.0.html", "custom": { - "Wiki": "https://github.com/wang-bin/QtAV/wiki" + "Wiki": "https://github.com/wang-bin/QtAV/wiki" } }, "licenses": [ - "LGPLv2.1+", + "LGPLv2.1+", "GPLv3" ], "description": "QtAV is a multimedia playback library based on Qt and FFmpeg. It provides high performance and supports cross platform. It can help you to write a player with less effort than ever before.", "authors": [ "Bin Wang " ], "maturity": "stable", "platforms": [ - "Windows","Linux","OS X","Android","iOS" + "Windows", + "Linux", + "OS X", + "Android", + "iOS" ], "packages": { "source": "https://github.com/wang-bin/QtAV/archive/v1.9.0.tar.gz" - } + }, + "topics": [ + "Multimedia" + ] } - diff --git a/qtav/qtav.2016-03-02.manifest b/qtav/qtav.2016-03-02.manifest index 798e2a79..430047e9 100644 --- a/qtav/qtav.2016-03-02.manifest +++ b/qtav/qtav.2016-03-02.manifest @@ -1,32 +1,39 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtav", + "display_name": "QtAV", "release_date": "2016-03-02", "version": "1.10.0", "summary": "A cross-platform multimedia playback framework based on Qt and FFmpeg.", "urls": { "homepage": "http://www.qtav.org", "vcs": "https://github.com/wang-bin/QtAV", "download": "http://www.qtav.org/install.html", "announcement": "http://www.qtav.org/blog/1.10.0.html", "custom": { - "Wiki": "https://github.com/wang-bin/QtAV/wiki" + "Wiki": "https://github.com/wang-bin/QtAV/wiki" } }, "licenses": [ - "LGPLv2.1+", + "LGPLv2.1+", "GPLv3" ], "description": "QtAV is a multimedia playback library based on Qt and FFmpeg. It provides high performance and supports cross platform. It can help you to write a player with less effort than ever before.", "authors": [ "Bin Wang " ], "maturity": "stable", "platforms": [ - "Windows","Linux","OS X","Android","iOS" + "Windows", + "Linux", + "OS X", + "Android", + "iOS" ], "packages": { "source": "https://github.com/wang-bin/QtAV/archive/v1.10.0.tar.gz" - } + }, + "topics": [ + "Multimedia" + ] } - diff --git a/qtav/qtav.manifest b/qtav/qtav.manifest index 060bea31..59bbeb45 100644 --- a/qtav/qtav.manifest +++ b/qtav/qtav.manifest @@ -1,20 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtav", "summary": "A cross-platform media playback framework based on Qt and FFmpeg.", "urls": { "homepage": "http://www.qtav.org", "vcs": "https://github.com/wang-bin/QtAV" }, "licenses": [ "LGPLv2.1" ], "description": "QtAV is a multimedia playback library based on Qt and FFmpeg. It can help you to write a player with less effort than ever before.", "authors": [ "Bin Wang " ], "maturity": "stable", "platforms": [ - "Windows","Linux","OSX" + "Windows", + "Linux", + "OSX" + ], + "topics": [ + "Multimedia" ] } diff --git a/qtdropbox/qtdropbox.2013-07-12.manifest b/qtdropbox/qtdropbox.2013-07-12.manifest index bfaf0f85..846cde38 100644 --- a/qtdropbox/qtdropbox.2013-07-12.manifest +++ b/qtdropbox/qtdropbox.2013-07-12.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtdropbox", "release_date": "2013-07-12", "version": "4.8", "summary": "Qt Dropbox", "urls": { "homepage": "http://lycis.github.io/QtDropbox/", "vcs": "https://github.com/lycis/QtDropbox/tree/qt4.8" }, "licenses": [ "LGPLv3+" ], "description": "QtDropbox 4.8 provides an easy to use posibillity to access the REST API of Dropbox for Qt4. All HTTP calls are hidden behind the curtains of neat C++/Qt classes with nice method names and specific uses.", "authors": [ "Daniel Eder " ], "maturity": "stable", "platforms": [ "Linux", "Windows" ], "packages": { "source": "https://github.com/lycis/QtDropbox/archive/qt4.8.zip" - } + }, + "topics": [ + "API" + ] } diff --git a/qtdropbox/qtdropbox.2014-03-23.manifest b/qtdropbox/qtdropbox.2014-03-23.manifest index 01387bd1..a7a6d2bb 100644 --- a/qtdropbox/qtdropbox.2014-03-23.manifest +++ b/qtdropbox/qtdropbox.2014-03-23.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtdropbox", + "display_name": "QtDropbox", "release_date": "2014-03-23", "version": "5.0", "summary": "Qt Dropbox", "urls": { "homepage": "http://lycis.github.io/QtDropbox/", "vcs": "https://github.com/lycis/QtDropbox/" }, "licenses": [ "LGPLv3+" ], "description": "QtDropbox 5.0 provides an easy to use posibillity to access the REST API of Dropbox for Qt5. All HTTP calls are hidden behind the curtains of neat C++/Qt classes with nice method names and specific uses.", "authors": [ "Daniel Eder " ], "maturity": "stable", "platforms": [ "Linux", "Windows" ], "packages": { "source": "https://github.com/lycis/QtDropbox/archive/master.zip" - } + }, + "topics": [ + "API" + ] } diff --git a/qtermwidget/qtermwidget.2008-08-01.manifest b/qtermwidget/qtermwidget.2008-08-01.manifest index cca613a5..0df31e51 100644 --- a/qtermwidget/qtermwidget.2008-08-01.manifest +++ b/qtermwidget/qtermwidget.2008-08-01.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtermwidget", + "display_name": "QTermWidget", "version": "0.1", "release_date": "2008-08-01", "summary": "Embeddable console widget", "urls": { "homepage": "http://qtermwidget.sourceforge.net/", "vcs": "http://qtermwidget.cvs.sourceforge.net/viewvc/qtermwidget/qtermwidget/", "download": "http://sourceforge.net/projects/qtermwidget/files/sources/" }, "licenses": [ "LGPLv2+" ], "description": "QTermWidget is based on the KDE4 Konsole application. The main goal of this project is to provide aunicode-enabled, embeddable QT4 widget for using as a built-in console (or terminal emulation widget).", "maturity": "alpha", "authors": [ "e_k " ], "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/project/platformdownload.php?group_id=227230" - } + }, + "topics": [ + "Widgets" + ] } diff --git a/qtffmpegwrapper/qtffmpegwrapper.2013-05-07.manifest b/qtffmpegwrapper/qtffmpegwrapper.2013-05-07.manifest index 3e85d293..a2323428 100644 --- a/qtffmpegwrapper/qtffmpegwrapper.2013-05-07.manifest +++ b/qtffmpegwrapper/qtffmpegwrapper.2013-05-07.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtffmpegwrapper", + "display_name": "QtFFmpegWrapper", "version": "20130507", "release_date": "2013-05-07", "summary": "Qt FFmpeg Wrapper for video frame encoding and decoding", "urls": { "homepage": "https://code.google.com/p/qtffmpegwrapper/", "vcs": "https://code.google.com/p/qtffmpegwrapper/source/browse/" }, "licenses": [ "BSD-3-Clause" ], "description": "QtFFmpegWrapper provides a set of QT classes wrapping FFMPEG and allowing for video encoding and video decoding (no audio). It uses QT QImage to exchange video frames with the encoder/decoder.", "maturity": "stable", "authors": [ "Daniel Roggen " ], "platforms": [ "Linux", "Windows" ], "packages": { "source": "https://qtffmpegwrapper.googlecode.com/files/qtffmpegwrapper_src-20130507.zip" - } + }, + "topics": [ + "Multimedia" + ] } diff --git a/qtftp/qtftp.manifest b/qtftp/qtftp.manifest index 0508ae61..6af41991 100644 --- a/qtftp/qtftp.manifest +++ b/qtftp/qtftp.manifest @@ -1,19 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtftp", + "display_name": "QFtp", "summary": "FTP implementation", "urls": { "homepage": "http://code.qt.io/cgit/qt/qtftp.git/", "vcs": "http://code.qt.io/cgit/qt/qtftp.git/" }, "licenses": [ - "LGPLv2.1", "GPLv3", "Commercial" + "LGPLv2.1", + "GPLv3", + "Commercial" ], "description": "This is the deprecated API for FTP support which has been removed from Qt in Qt 5. Applications are recommended to port to the supported APIs. However as some features are lost, these APIs are provided as standalone source code for applications that require removed features.", "authors": [ "Digia" ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Communication" ] } diff --git a/qtgamepad/qtgamepad.manifest b/qtgamepad/qtgamepad.manifest index 1e68899a..01733c30 100644 --- a/qtgamepad/qtgamepad.manifest +++ b/qtgamepad/qtgamepad.manifest @@ -1,19 +1,23 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtgamepad", + "display_name": "QtGamepad", "summary": "Reading input from gamepad devices", "urls": { "homepage": "https://github.com/nezticle/qtgamepad", "vcs": "https://github.com/nezticle/qtgamepad" }, "licenses": [ "MIT" ], "description": "Qt5 module that adds support for reading from Gamepad devices on Linux. Designed to be used when writing games with Qt5.", "authors": [ "Andy Nichols " ], "platforms": [ "Linux" + ], + "topics": [ + "Communication" ] } diff --git a/qtgooglespeech/qtgooglespeech.manifest b/qtgooglespeech/qtgooglespeech.manifest index 3874838c..66161dac 100644 --- a/qtgooglespeech/qtgooglespeech.manifest +++ b/qtgooglespeech/qtgooglespeech.manifest @@ -1,19 +1,23 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtgooglespeech", + "display_name": "QtGoogleSpeech", "summary": "Library to use Google Speech service", "urls": { "homepage": "https://github.com/niqt/QtGoogleSpeech", "vcs": "https://github.com/niqt/QtGoogleSpeech" }, "licenses": [ "LGPL" ], "description": "Library to use Google Speech service", "authors": [ "Nicola De Filippo " ], "platforms": [ "Linux" + ], + "topics": [ + "API" ] } diff --git a/qthttp/qthttp.manifest b/qthttp/qthttp.manifest index 953e9d79..4dac14c7 100644 --- a/qthttp/qthttp.manifest +++ b/qthttp/qthttp.manifest @@ -1,19 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qthttp", + "display_name": "QHttp", "summary": "HTTP implementation", "urls": { "homepage": "http://code.qt.io/cgit/qt/qthttp.git/", "vcs": "http://code.qt.io/cgit/qt/qthttp.git/" }, "licenses": [ - "LGPLv2.1", "GPLv3", "Commercial" + "LGPLv2.1", + "GPLv3", + "Commercial" ], "description": "This is the deprecated API for HTTP support which has been removed from Qt in Qt 5. Applications are recommended to port to the supported APIs. However as some features are lost, these APIs are provided as standalone source code for applications that require removed features.", "authors": [ "Digia" ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Web" ] } diff --git a/qtilities/qtilities.2013-05-30.manifest b/qtilities/qtilities.2013-05-30.manifest index 753f44da..2681ae17 100644 --- a/qtilities/qtilities.2013-05-30.manifest +++ b/qtilities/qtilities.2013-05-30.manifest @@ -1,28 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtilities", + "display_name": "Qtilities", "version": "1.4", "release_date": "2013-05-30", "summary": "Building blocks for Qt applications", "urls": { "homepage": "http://jpnaude.github.io/Qtilities/", "vcs": "https://github.com/JPNaude/Qtilities", "api_docs": "http://jpnaude.github.io/Qtilities/annotated.html" }, "licenses": [ "GPLv3", "LGPLv2.1", "Commercial" ], "description": "Qtilities is a set of well documented and mature Qt C++ libraries which provides building blocks for Qt applications, allowing rapid application development. The project consists of different modules which provide features which are common to a wide range of Qt applications, with the main goal of making common things easier to do. ", "maturity": "stable", "authors": [ "Jaco Naudé" ], "platforms": [ "Linux" ], "packages": { "source": "http://github.com/JPNaude/Qtilities/zipball/v1.4" - } + }, + "topics": [ + "Logging", + "Widgets" + ] } diff --git a/qtinstallerframework/qtinstallerframework.2013-10-14.manifest b/qtinstallerframework/qtinstallerframework.2013-10-14.manifest index ca6afc05..f4838fdf 100644 --- a/qtinstallerframework/qtinstallerframework.2013-10-14.manifest +++ b/qtinstallerframework/qtinstallerframework.2013-10-14.manifest @@ -1,18 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtinstallerframework", + "display_name": "Qt Installer Framework", "release_date": "2013-10-14", "version": "1.4.0", "summary": "Tools and utilities to create installers for the supported desktop Qt platforms.", "urls": { "homepage": "http://qt-project.org/doc/qtinstallerframework-1.4/index.html" }, - "licenses": ["LGPLv2.1+"], + "licenses": [ + "LGPLv2.1+" + ], "description": "The Qt Installer Framework provides a set of tools and utilities to create installers once, and deploy them across all the supported desktop Qt platforms without rewriting the source code. The installers will have the native look and feel on the platform where they are run: Linux, Microsoft Windows, and Mac OS X.", - "authors": ["The Qt Project"], + "authors": [ + "The Qt Project" + ], "maturity": "stable", - "platforms": [ "Linux", "Windows", "OS X" ], + "platforms": [ + "Linux", + "Windows", + "OS X" + ], "packages": { "source": "http://download.qt-project.org/official_releases/qt-installer-framework/1.4.0/qt-installer-framework-opensource-1.4.0-src.zip" - } + }, + "topics": [ + "Development" + ] } diff --git a/qtioccontainer/qtioccontainer.2006-12-17.manifest b/qtioccontainer/qtioccontainer.2006-12-17.manifest index 3cf0e693..57a73698 100644 --- a/qtioccontainer/qtioccontainer.2006-12-17.manifest +++ b/qtioccontainer/qtioccontainer.2006-12-17.manifest @@ -1,23 +1,27 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtioccontainer", + "display_name": "QtIOCContainer", "version": "3.5", "release_date": "2006-12-17", "summary": "Application framework inspired by Inversion Of Control concept", "urls": { "homepage": "http://qtioccontainer.sourceforge.net/index.html", "vcs": "http://svn.sourceforge.net/qtioccontainer", "api_docs": "http://qtioccontainer.sourceforge.net/annotated.html" }, "licenses": [ "LGPLv2" ], "description": "Qt IoC Container is C++ application framework inspired by Inversion Of Control concept as demonstrated by Spring framework. It uses Qt meta object system and plugin system to get around the C++'s lacking of reflection mechanism.", "maturity": "beta", "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/qtioccontainer/files/qtioccontainer/qtioccontainer-3.5/qtioccontainer-3-5.tar.gz/download" - } + }, + "topics": [ + "Development" + ] } diff --git a/qtitanchart/qtitanchart.2013-05-03.manifest b/qtitanchart/qtitanchart.2013-05-03.manifest index bada646b..e267afa9 100644 --- a/qtitanchart/qtitanchart.2013-05-03.manifest +++ b/qtitanchart/qtitanchart.2013-05-03.manifest @@ -1,23 +1,27 @@ { "$schema": "http://inqlude.org/schema/proprietary-release-manifest-v1#", "name": "qtitanchart", + "display_name": "QtitanChart", "version": "2.1", "release_date": "2013-05-03", "summary": "Generation of interactive diagrams", "urls": { "homepage": "http://www.devmachines.com/qtitanchart-overview.html" }, "licenses": [ "Commercial" ], "description": "QtitanChart provides customizable controls for applications to show interactive diagrams. It supports point, line, step line, clustered column, stacked column, pie, doughnut, area, and stacked area diagrams.", "maturity": "stable", "authors": [ "Developer Machines" ], "platforms": [ "Linux", "Windows", "OS X" + ], + "topics": [ + "Graphics" ] } diff --git a/qtitanribbon/qtitanribbon.2013-08-26.manifest b/qtitanribbon/qtitanribbon.2013-08-26.manifest index dd684b79..3eb034d7 100644 --- a/qtitanribbon/qtitanribbon.2013-08-26.manifest +++ b/qtitanribbon/qtitanribbon.2013-08-26.manifest @@ -1,21 +1,27 @@ { "$schema": "http://inqlude.org/schema/proprietary-release-manifest-v1#", "name": "qtitanribbon", + "display_name": "QtitanRibbon", "version": "3.1", "release_date": "2013-08-26", "summary": "Components for ribbon-style user interfaces", "urls": { "homepage": "http://www.devmachines.com/qtitanribbon-overview.html" }, "licenses": [ "Commercial" ], "description": "QtitanRibbon provides components for implementing Ribbon-style user interfaces similar to Microsoft Office.", "maturity": "stable", "authors": [ "Developer Machines" ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Desktop" ] } diff --git a/qtkeychain/qtkeychain.2013-01-16.manifest b/qtkeychain/qtkeychain.2013-01-16.manifest index fa1e0064..4ffae638 100644 --- a/qtkeychain/qtkeychain.2013-01-16.manifest +++ b/qtkeychain/qtkeychain.2013-01-16.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtkeychain", "release_date": "2013-01-16", "version": "0.1.0", "summary": "Platform-independent Qt API for storing passwords securely", "urls": { "homepage": "https://github.com/frankosterfeld/qtkeychain", "vcs": "https://github.com/frankosterfeld/qtkeychain" }, "licenses": [ "BSD-2" ], "description": "QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform. On Mac OS X passwords are stored in the OS X Keychain. On Linux/Unix if running, GNOME Keyring is used, otherwise QtKeychain tries to use KWallet (via D-Bus), if available. Since Windows does not provide a service for secure storage QtKeychain uses the Windows API function CryptProtectData to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings. In unsupported environments QtKeychain will report an error. It will not store any data unencrypted unless explicitly requested (setInsecureFallback( true )).", "authors": [ "Frank Osterfeld " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/frankosterfeld/qtkeychain/archive/v0.1.0.tar.gz" - } + }, + "topics": [ + "Security" + ] } diff --git a/qtkeychain/qtkeychain.2014-09-01.manifest b/qtkeychain/qtkeychain.2014-09-01.manifest index aba615a9..10348edf 100644 --- a/qtkeychain/qtkeychain.2014-09-01.manifest +++ b/qtkeychain/qtkeychain.2014-09-01.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtkeychain", + "display_name": "QtKeychain", "release_date": "2014-09-01", "version": "0.4.0", "summary": "Platform-independent Qt API for storing passwords securely", "urls": { "homepage": "https://github.com/frankosterfeld/qtkeychain", "vcs": "https://github.com/frankosterfeld/qtkeychain" }, "licenses": [ "BSD-2" ], "description": "QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform. On Mac OS X passwords are stored in the OS X Keychain. On Linux/Unix if running, GNOME Keyring is used, otherwise QtKeychain tries to use KWallet (via D-Bus), if available. Since Windows does not provide a service for secure storage QtKeychain uses the Windows API function CryptProtectData to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings. In unsupported environments QtKeychain will report an error. It will not store any data unencrypted unless explicitly requested (setInsecureFallback( true )).", "authors": [ "Frank Osterfeld " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/frankosterfeld/qtkeychain/archive/v0.4.0.tar.gz" - } + }, + "topics": [ + "Security" + ] } diff --git a/qtmodeling/qtmodeling.manifest b/qtmodeling/qtmodeling.manifest index 656fea21..f92a3025 100644 --- a/qtmodeling/qtmodeling.manifest +++ b/qtmodeling/qtmodeling.manifest @@ -1,19 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtmodeling", + "display_name": "QtModeling", "summary": "Framework for supporting model-driven engineering", "urls": { "homepage": "http://wiki.qt.io/QtModeling", "vcs": "http://code.qt.io/cgit/qt/qtmodeling.git/" }, "licenses": [ - "LGPLv2.1","GPLv3" + "LGPLv2.1", + "GPLv3" ], "description": "The Qt Modeling add-on module aims at providing basic model-driven features, such as the definition, storage, and manipulation of MOF/UML-based models as well as supporting new user-defined languages.", "authors": [ "Sandro S. Andrade " ], "platforms": [ - "Linux","Windows","OSX" + "Linux", + "Windows", + "OSX" + ], + "topics": [ + "Development" ] } diff --git a/qtoolbox/qtoolbox.manifest b/qtoolbox/qtoolbox.manifest index d3131350..8aacde86 100644 --- a/qtoolbox/qtoolbox.manifest +++ b/qtoolbox/qtoolbox.manifest @@ -1,20 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtoolbox", + "display_name": "qtoolbox", "summary": "Set of tools for Qt development", "urls": { "homepage": "https://github.com/detro/qtoolbox", "vcs": "https://github.com/detro/qtoolbox" }, "licenses": [ "Apache-2.0" ], "description": "qtoolbox is a set of tools for everyday Qt development. It includes a Sqlite data base helper and logging macros.", "authors": [ "Ivan De Marino ", "Luca Colantonio " ], "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Data", + "Logging" ] } diff --git a/qtoptimization/qtoptimization.manifest b/qtoptimization/qtoptimization.manifest index 2ca5dee4..00f73a3b 100644 --- a/qtoptimization/qtoptimization.manifest +++ b/qtoptimization/qtoptimization.manifest @@ -1,19 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtoptimization", + "display_name": "qtoptimization", "summary": "Module for optimization algorithms", "urls": { "homepage": "https://gitorious.org/qtoptimization", "vcs": "https://gitorious.org/qtoptimization/qtoptimization" }, "licenses": [ - "LGPLv2.1","GPLv3" + "LGPLv2.1", + "GPLv3" ], "description": "This add-on module provides optimization algorithms for Qt 5", "authors": [ "Sandro S. Andrade " ], "platforms": [ - "Linux","Windows","OSX" + "Linux", + "Windows", + "OSX" + ], + "topics": [ + "Development" ] } diff --git a/qtorm/qtorm.manifest b/qtorm/qtorm.manifest index 0733bee4..ec1a75cb 100644 --- a/qtorm/qtorm.manifest +++ b/qtorm/qtorm.manifest @@ -1,19 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtorm", + "display_name": "QtORM", "summary": "Object relational model inspired from Django", "urls": { "homepage": "https://github.com/steckdenis/qtorm", "vcs": "https://github.com/steckdenis/qtorm.git" }, "licenses": [ "LGPLv2.1" ], "description": "ORM based on QtSql (and supporting all the database engines that QtSql supports), inspired from Django and using the same terminology. Complex update and select queries can be performed without having to write SQL, and column names and foreign keys are checked at compile time. This library uses C++ operator overloads and templates in order to be easy to use and safe.", "authors": [ "Denis Steckelmacher " ], "platforms": [ - "Linux","Windows","OSX" + "Linux", + "Windows", + "OSX" + ], + "topics": [ + "Web", + "Data" ] } diff --git a/qtrest/qtrest.manifest b/qtrest/qtrest.manifest index 19440e8e..d0549993 100644 --- a/qtrest/qtrest.manifest +++ b/qtrest/qtrest.manifest @@ -1,23 +1,31 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtrest", "display_name": "Qt REST Client", "summary": "Qt REST Client Framework for work JSON/XML APIs", "urls": { "homepage": "https://github.com/kafeg/qtrest", "vcs": "https://github.com/kafeg/qtrest.git", "mailing_list": "https://github.com/kafeg/qtrest/issues" }, "licenses": [ "MIT" ], "description": "Qt Micro REST Client Framework - small and simple REST API client for any Qt/QML application. Library support standard JSON and XML REST APIs with sorting, filtering, lazy loading and other features\n\n", "authors": [ "Vitaliy Petrov" ], "maturity": "beta", "platforms": [ - "Android", "iOS", "Windows", "Linux", "OS X" + "Android", + "iOS", + "Windows", + "Linux", + "OS X" ], - "group": "api" + "group": "api", + "topics": [ + "Communication", + "API" + ] } diff --git a/qtrpt/qtrpt.manifest b/qtrpt/qtrpt.manifest index 07432ad2..f3574189 100644 --- a/qtrpt/qtrpt.manifest +++ b/qtrpt/qtrpt.manifest @@ -1,20 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtrpt", "display_name": "QtRPT", "summary": "Report engine", "urls": { "homepage": "http://www.qtrpt.tk" }, "licenses": [ "Apache 2.0" ], "description": "QtRPT is the easy-to-use print report engine written in C++ QtToolkit. It allows combining several reports in one XML file. For separately taken field, you can specify some condition depending on which this field will display in different font and background color, etc. The project consists of two parts: report library QtRPT and report designer application QtRptDesigner. Report file is a file in XML format. The report designer makes easy to create report XML file. Thanks to Qt library, our project can be used in programs for work in the operating systems Windows, Linux, MacOS", "authors": [ "Aleksey Osipov" ], "maturity": "stable", "platforms": [ - "Linux","Windows","OS X" + "Linux", + "Windows", + "OS X" + ], + "topics": [ + "Printing" ] } diff --git a/qtsharp/qtsharp.2016-06-12.manifest b/qtsharp/qtsharp.2016-06-12.manifest new file mode 100644 index 00000000..edc27b4e --- /dev/null +++ b/qtsharp/qtsharp.2016-06-12.manifest @@ -0,0 +1,36 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "qtsharp", + "display_name": "QtSharp", + "release_date": "2016-06-12", + "version": "0.5.1", + "summary": "Mono/.NET bindings for Qt", + "urls": { + "homepage": "https://github.com/ddobrev/QtSharp", + "vcs": "https://github.com/ddobrev/QtSharp", + "download": "https://github.com/ddobrev/QtSharp/releases", + "announcement": "https://github.com/ddobrev/QtSharp/releases/tag/0.5.1", + "api_docs": "https://github.com/ddobrev/QtSharp/tree/master/Docs", + "custom": { + "Wiki": "https://github.com/ddobrev/QtSharp/wiki" + } + }, + "licenses": [ + "Apache-v2.0" + ], + "description": "QtSharp is a project which aims to create Mono/.NET libraries that wrap Qt thus enabling its usage through C#. It relies on the excellent CppSharp. It is a generator that expects the include and library directories of a Qt set-up and then generates and compiles the wrappers. There is no Qt included in the repository, users have to download and install Qt themselves. The source code is separated into a library that contains the settings and passes the generator needs, and a command-line client.", + "authors": [ + "Dimitar Dobrev " + ], + "maturity": "alpha", + "platforms": [ + "Windows" + ], + "packages": { + "source": "https://github.com/ddobrev/QtSharp/releases/download/0.5.1/QtSharp-0.5.1-Qt-5.6.1-MinGW.zip" + }, + "topics": [ + "Development" + ] +} + diff --git a/qtspeech/qtspeech.manifest b/qtspeech/qtspeech.manifest index 92260338..65048a4c 100644 --- a/qtspeech/qtspeech.manifest +++ b/qtspeech/qtspeech.manifest @@ -1,19 +1,26 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtspeech", + "display_name": "QtSpeech", "summary": "Cross-platform API to access and use system text-to-spech engines", "urls": { "homepage": "http://lynxline.com/projects/qtspeech/", "vcs": "http://code.qt.io/cgit/qt/qtspeech.git/" }, "licenses": [ "LGPLv3+" ], "description": "QtSpeech is cross-platform library based on Qt to provide common cross-platform API to access and use system TTS (Text-to-Speech) engines on platforms as Windows (using SAPI), Mac (SpeechSynthesis) and Linux (using Festival).", "authors": [ "Oleksandr Iakovliev " ], "platforms": [ - "Windows","Linux","OSX" + "Windows", + "Linux", + "OSX" + ], + "topics": [ + "Bindings", + "Multimedia" ] } diff --git a/qtuio/qtuio.manifest b/qtuio/qtuio.manifest index c4580fba..7b8e77b3 100644 --- a/qtuio/qtuio.manifest +++ b/qtuio/qtuio.manifest @@ -1,21 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtuio", + "display_name": "qTUIO", "summary": "Interface to TUIO, the protocol for tangible multi-touch surfaces", "urls": { "homepage": "http://qtuio.sirbabyface.net/", "vcs": "https://github.com/x29a/qTUIO" }, "licenses": [ "GPLv3+" ], "description": "qTUIO is a project to develop a Qt interface for the TUIO protocol. It should integrate with the current support for gesture and multi-touch event from Qt starting in version 4.6.0.", "authors": [ "Martin Blankenburg ", "x29a <0.x29a.0@gmail.com>", "Wathek Belleh " ], "platforms": [ "Linux" + ], + "topics": [ + "Mobile" ] } diff --git a/qtuiotouch/qtuiotouch.manifest b/qtuiotouch/qtuiotouch.manifest index a1cebe1a..139f2920 100644 --- a/qtuiotouch/qtuiotouch.manifest +++ b/qtuiotouch/qtuiotouch.manifest @@ -1,19 +1,23 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtuiotouch", + "display_name": "qtuiotouch", "summary": "Qt plugin for TUIO input devices", "urls": { "homepage": "https://github.com/dancasimiro/qtuiotouch", "vcs": "https://github.com/dancasimiro/qtuiotouch" }, "licenses": [ "MIT" ], "description": "Qt plugin for the TUIO framework for tangible multitouch surfaces.", "authors": [ "Daniel Casimiro " ], "platforms": [ "Linux" + ], + "topics": [ + "Mobile" ] } diff --git a/qtunits/qtunits.manifest b/qtunits/qtunits.manifest new file mode 100644 index 00000000..a0555d08 --- /dev/null +++ b/qtunits/qtunits.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/generic-manifest-v1#", + "name": "qtunits", + "display_name": "QtUnits", + "summary": "Qt runtime unit conversion library built using (and compatible with) Boost::Units.", + "urls": { + "homepage": "https://github.com/hrobeers/QtUnits", + "vcs": "https://github.com/hrobeers/QtUnits", + "custom": { + "Examples": "https://github.com/hrobeers/QtUnits/tree/master/tests" + } + }, + "licenses": [ + "BSD 2-clause" + ], + "description": "Qt runtime unit conversion library built using (and compatible with) Boost::Units. This library is originally developed for the finFoil project (https://github.com/hrobeers/finFoil).", + "authors": [ + "Hans Robeers " + ], + "platforms": [ + "Linux", + "Windows", + "MacOS" + ], + "topics": [ + "Data" + ] +} + diff --git a/qtvkontakte/qtvkontakte.manifest b/qtvkontakte/qtvkontakte.manifest index 778fab4d..2927d9a0 100644 --- a/qtvkontakte/qtvkontakte.manifest +++ b/qtvkontakte/qtvkontakte.manifest @@ -1,22 +1,25 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtvkontakte", "display_name": "QtVkontakte", "summary": "Qt wrapper around Vkontakte Android SDK (https://vk.com, Russian social network)", "urls": { "homepage": "https://github.com/gilmanov-ildar/QtVkontakte", "vcs": "https://github.com/gilmanov-ildar/QtVkontakte.git", "mailing_list": "https://github.com/gilmanov-ildar/QtVkontakte/issues" }, "licenses": [ "GPL2" ], "description": "Qt wrapper around Vkontakte Android SDK (https://vk.com, Russian social network)", "authors": [ "Gilmanov Ildar" ], "platforms": [ "Android" ], - "group": "mobile" + "group": "mobile", + "topics": [ + "Mobile" + ] } diff --git a/qtwebapp/qtwebapp.2013-08-05.manifest b/qtwebapp/qtwebapp.2013-08-05.manifest index 0fd60219..75d10176 100644 --- a/qtwebapp/qtwebapp.2013-08-05.manifest +++ b/qtwebapp/qtwebapp.2013-08-05.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtwebapp", + "display_name": "QtWebApp", "version": "1.3.1", "release_date": "2013-08-05", "summary": "Web application framework similar to Java Servlet API", "urls": { "homepage": "http://stefanfrings.de/qtwebapp/index-en.html", "vcs": "", "api_docs": "http://stefanfrings.de/qtwebapp/api/index.html" }, "licenses": [ "LGPLv3" ], "description": "Develop web-server applications for Linux, Windows and Mac OS in C++ with QtWebApp. The API is very similar to the Java Servlet API.", "maturity": "stable", "authors": [ "Stefan Frings " ], "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "http://stefanfrings.de/qtwebapp/QtWebApp-src.zip" - } + }, + "topics": [ + "Web" + ] } diff --git a/qtwebkit/qtwebkit.2010-09-07.manifest b/qtwebkit/qtwebkit.2010-09-07.manifest index 88ffc40a..d22c2be0 100644 --- a/qtwebkit/qtwebkit.2010-09-07.manifest +++ b/qtwebkit/qtwebkit.2010-09-07.manifest @@ -1,29 +1,42 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtwebkit", "release_date": "2010-09-07", "version": "2.0", "summary": "Qt port of WebKit", "urls": { "homepage": "http://trac.webkit.org/wiki/QtWebKit", "api_docs": "http://doc.qt.nokia.com/latest/qtwebkit.html" }, - "licenses": ["GPLv3","LGPLv2.1+"], + "licenses": [ + "GPLv3", + "LGPLv2.1+" + ], "description": "WebKit is an open source web browser engine. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. As part of KDE framework KHTML was based on Qt but during their porting efforts Apple's engineers made WebKit toolkit independent. QtWebKit is a project aiming at porting this fabulous engine back to Qt.\n\nQtWebKit 2.0 is released as part of Qt 4.7.", - "authors": ["Qt Software"], + "authors": [ + "Qt Software" + ], "maturity": "stable", - "platforms": [ "Linux","Windows","MacOS","Symbian" ], + "platforms": [ + "Linux", + "Windows", + "MacOS", + "Symbian" + ], "packages": { "source": "http://download.qt-project.org/official_releases/qtwebkit/2.0/qtwebkit-opensource-src-2.0.tar.xz", "openSUSE": { "11.4": { "package_name": "libqt4", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "libqt4-4.7.1-7.1.src.rpm" } } - } + }, + "topics": [ + "Web" + ] } diff --git a/qtwebkit/qtwebkit.2013-08-28.manifest b/qtwebkit/qtwebkit.2013-08-28.manifest index 412fe0e5..4da8fd9e 100644 --- a/qtwebkit/qtwebkit.2013-08-28.manifest +++ b/qtwebkit/qtwebkit.2013-08-28.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtwebkit", + "display_name": "QtWebKit", "release_date": "2013-08-28", "version": "5.1.1", "summary": "Qt port of WebKit", "urls": { "homepage": "http://trac.webkit.org/wiki/QtWebKit", "api_docs": "http://qt-project.org/doc/qt-5.1/qtwebkit/qtwebkit-index.html", "download": "http://download.qt-project.org/official_releases/qt/" }, "licenses": [ "GPLv3", "LGPLv2.1+" ], "description": "WebKit is an open source web browser engine. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. As part of KDE framework KHTML was based on Qt but during their porting efforts Apple's engineers made WebKit toolkit independent. QtWebKit is a project aiming at porting this fabulous engine back to Qt.\n\nQtWebKit is released as part of Qt.", "authors": [ "Digia" ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtwebkit-opensource-src-5.1.1.tar.xz" - } + }, + "topics": [ + "Web" + ] } diff --git a/qtwebsockets/qtwebsockets.manifest b/qtwebsockets/qtwebsockets.manifest index ef3cdc39..267904b6 100644 --- a/qtwebsockets/qtwebsockets.manifest +++ b/qtwebsockets/qtwebsockets.manifest @@ -1,24 +1,27 @@ { "$schema": "http://inqlude.org/schema/generic-manifest-v1#", "name": "qtwebsockets", "display_name": "QtWebSockets", "summary": "Qt implementation of WebSockets client and server.", "urls": { "homepage": "http://wiki.qt.io/QtWebSockets", "vcs": "http://code.qt.io/cgit/qt/qtwebsockets.git/" }, "licenses": [ "LGPLv2.1+" ], "description": "QWebSockets is a pure Qt implementation of WebSockets - both client and server. It is implemented as a Qt add-on module. It has no other dependencies that Qt.", "authors": [ "Kurt Pattyn " ], "platforms": [ "Linux", "OS X", "Windows", "Android", "iOS" + ], + "topics": [ + "Communication" ] } diff --git a/qtweetlib/qtweetlib.2010-10-13.manifest b/qtweetlib/qtweetlib.2010-10-13.manifest index 78105db0..8e56cf88 100644 --- a/qtweetlib/qtweetlib.2010-10-13.manifest +++ b/qtweetlib/qtweetlib.2010-10-13.manifest @@ -1,28 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtweetlib", "release_date": "2010-10-13", "version": "1306193028", "summary": "Library to access Twitter", "urls": { "homepage": "https://github.com/minimoog/QTweetLib" }, - "licenses": ["GPLv2"], + "licenses": [ + "GPLv2" + ], "description": "Library to access the Twitter API from Qt applications", - "authors": [ "Toni Jovanoski " ], + "authors": [ + "Toni Jovanoski " + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "https://github.com/minimoog/QTweetLib/archive/1306193028.tar.gz", "openSUSE": { "11.4": { "package_name": "libQTweetLib0_0", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "qtweetlib-1306193028-4.1.src.rpm" } } - } + }, + "topics": [ + "Communication" + ] } diff --git a/qtweetlib/qtweetlib.2012-03-09.manifest b/qtweetlib/qtweetlib.2012-03-09.manifest index 389f6199..7a9c4c6f 100644 --- a/qtweetlib/qtweetlib.2012-03-09.manifest +++ b/qtweetlib/qtweetlib.2012-03-09.manifest @@ -1,25 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtweetlib", + "display_name": "QTweetLib", "release_date": "2012-03-09", "version": "0.5", "summary": "Library to access Twitter", "urls": { "homepage": "https://github.com/minimoog/QTweetLib", "download": "https://github.com/minimoog/QTweetLib/releases" }, "licenses": [ "GPLv2" ], "description": "Library to access the Twitter API from Qt applications", "authors": [ "Toni Jovanoski " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "https://github.com/minimoog/QTweetLib/archive/0.5.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/qtxlsx/qtxlsx.2014-01-20.manifest b/qtxlsx/qtxlsx.2014-01-20.manifest index 409a19c2..5db85329 100644 --- a/qtxlsx/qtxlsx.2014-01-20.manifest +++ b/qtxlsx/qtxlsx.2014-01-20.manifest @@ -1,26 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qtxlsx", "display_name": "Qt Xlsx", "version": "0.2.2", "release_date": "2014-01-20", "summary": ".xlsx file reader and writer for Qt5", "urls": { "homepage": "https://github.com/dbzhang800/QtXlsxWriter", "api_docs": "http://qtxlsx.debao.me/" }, "licenses": [ "MIT" ], "description": "QtXlsx is a library that can read and write Excel files. It doesn't require Microsoft Excel and can be used in any platform that Qt5 supported.", "authors": [ "Debao Zhang" ], "maturity": "edge", "platforms": [ - "Linux", "Windows", "OS X" + "Linux", + "Windows", + "OS X" ], "packages": { "source": "https://github.com/dbzhang800/QtXlsxWriter/archive/v0.2.2.tar.gz" - } + }, + "topics": [ + "Data" + ] } diff --git a/quazip/quazip.2013-03-02.manifest b/quazip/quazip.2013-03-02.manifest index 9843e67b..97445b51 100644 --- a/quazip/quazip.2013-03-02.manifest +++ b/quazip/quazip.2013-03-02.manifest @@ -1,26 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quazip", "version": "0.5.1", "release_date": "2013-03-02", "summary": "Qt/C++ wrapper for ZIP/UNZIP package", "urls": { "homepage": "http://quazip.sourceforge.net/", "vcs": "http://sourceforge.net/p/quazip/code/HEAD/tree/", "api_docs": "http://quazip.sourceforge.net/annotated.html" }, "licenses": [ "" ], "description": "", "authors": [ "Sergey A. Tachenov " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/quazip/files/quazip/0.5.1/quazip-0.5.1.tar.gz/download" - } + }, + "topics": [ + "Data" + ] } diff --git a/quazip/quazip.2014-07-24.manifest b/quazip/quazip.2014-07-24.manifest index 6f9313f4..737cebd7 100644 --- a/quazip/quazip.2014-07-24.manifest +++ b/quazip/quazip.2014-07-24.manifest @@ -1,26 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quazip", + "display_name": "QuaZIP", "version": "0.7", "release_date": "2014-07-24", "summary": "Qt/C++ wrapper for ZIP/UNZIP package", "urls": { "homepage": "http://quazip.sourceforge.net/", "vcs": "http://sourceforge.net/p/quazip/code/HEAD/tree/", "api_docs": "http://quazip.sourceforge.net/annotated.html" }, "licenses": [ "LGPLv3+" ], "description": "", "authors": [ "Sergey A. Tachenov " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/quazip/files/quazip/0.7/quazip-0.7.tar.gz/download" - } + }, + "topics": [ + "Data" + ] } diff --git a/quickcross/quickcross.2016-01-07.manifest b/quickcross/quickcross.2016-01-07.manifest index 61c9ad0c..ec969367 100644 --- a/quickcross/quickcross.2016-01-07.manifest +++ b/quickcross/quickcross.2016-01-07.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quickcross", "display_name": "Quick Cross", "summary": "QML Cross Platform Utility Library", "urls": { "homepage": "https://github.com/benlau/quickcross", "vcs": "https://github.com/benlau/quickcross", "download": "https://github.com/benlau/quickcross/releases" }, "licenses": [ "Apache-2.0" ], "description": "\nQuickCross is a collection of helper utility for writing cross platform QML application. It will also provide QML wrapper for various C++ classes.\n\n", "authors": [ "Ben Lau" ], "platforms": [ "Any" ], "maturity": "stable ", "release_date": "2016-01-07", "version": "1.0.1", "packages": { "source": "https://github.com/benlau/quickcross/archive/v1.0.1.zip" - } + }, + "topics": [ + "QML" + ] } diff --git a/quickflux/quickflux.2015-12-01.manifest b/quickflux/quickflux.2015-12-01.manifest index 76f39ece..7323a3eb 100644 --- a/quickflux/quickflux.2015-12-01.manifest +++ b/quickflux/quickflux.2015-12-01.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quickflux", "display_name": "Quick Flux", "summary": "Message Dispatcher / Queue for Qt/QML", "urls": { "homepage": "https://github.com/benlau/quickflux", "vcs": "https://github.com/benlau/quickflux", "download": "https://github.com/benlau/quickflux/releases" }, "licenses": [ "Apache-2.0" ], "description": "\nQuickFlux is a Message Dispatcher / Message Queue solution for Qt/QML. It is also an implementation of Flux Application Architecture (from Facebook). By using this library, users may write their QML application in a Flux way. Their code could be more readable and reusable.\n\n", "authors": [ "Ben Lau" ], "platforms": [ "Any" ], "maturity": "stable ", "release_date": "2015-12-01", "version": "1.0.3", "packages": { "source": "https://github.com/benlau/quickflux/archive/v1.0.3.zip" - } + }, + "topics": [ + "Communication" + ] } diff --git a/quickpromise/quickpromise.2015-11-30.manifest b/quickpromise/quickpromise.2015-11-30.manifest index d077b7cd..5899d0c2 100644 --- a/quickpromise/quickpromise.2015-11-30.manifest +++ b/quickpromise/quickpromise.2015-11-30.manifest @@ -1,27 +1,30 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quickpromise", "display_name": "Quick Promise", "summary": "QML Promise Library", "urls": { "homepage": "https://github.com/benlau/quickpromise", "vcs": "https://github.com/benlau/quickpromise.git", "download": "https://github.com/benlau/quickpromise/releases" }, "licenses": [ "Apache-2.0" ], "description": "\nThe Promise object is widely used for deferred and asynchronous computation in Javascript Application. Quick Promise is a library that provides Promise object in a QML way. It comes with a Promise component with signal and property. It could be resolved via a binary expression, another promise object, then trigger your callback by QueuedConnection. \n\n Moreover, it also provides Promise as a Javascript object that don’t need to declare in QML way. The API is fully compliant with Promises/A+ specification with all the test cases passed and therefore it just works like many other Promise solutions for Javascript application.\n\n", "authors": [ "Ben Lau" ], "platforms": [ "Any" ], "maturity": "stable ", "release_date": "2015-11-30", "version": "1.0.3", "packages": { "source": "https://github.com/benlau/quickpromise/archive/v1.0.3.zip" - } + }, + "topics": [ + "QML" + ] } diff --git a/quickproperties/quickproperties.2015-09-29.manifest b/quickproperties/quickproperties.2015-09-29.manifest index d3790fd3..8738f7b9 100644 --- a/quickproperties/quickproperties.2015-09-29.manifest +++ b/quickproperties/quickproperties.2015-09-29.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quickproperties", "release_date": "2015-09-29", "version": "0.0.4", - "display_name": "QuickProperties", + "display_name": "QuickProperties", "summary": "QuickProperties is a C++/QML library for viewving and editing QObject properties in Qt5", "urls": { "homepage": "http://www.qanava.org/quick-properties/", "api_docs": "http://www.qanava.org/doc/quickproperties.html", "tutorial": "http://www.qanava.org/doc/quickproperties.html", "vcs": "https://github.com/cneben/QuickQanava/tree/master/QuickProperties" }, "licenses": [ "GPLv3+" ], "description": "QuickProperties is a C++/QML properties edition library for Qt5 wuite similar to the old Qt Solutions Property Browser", "authors": [ "cneben " ], "maturity": "alpha", "platforms": [ "Linux", "Windows", "Android" ], "packages": { - "source": "https://github.com/cneben/QuickQanava/archive/0.4.tar.gz" - } -} \ No newline at end of file + "source": "https://github.com/cneben/QuickQanava/archive/0.4.tar.gz" + }, + "topics": [ + "QML" + ] +} diff --git a/quickqanava/quickqanava.2015-09-29.manifest b/quickqanava/quickqanava.2015-09-29.manifest index 5d2ce36f..3b7eb018 100644 --- a/quickqanava/quickqanava.2015-09-29.manifest +++ b/quickqanava/quickqanava.2015-09-29.manifest @@ -1,30 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "quickqanava", "release_date": "2015-09-29", "version": "0.0.4", - "summary": "QuickQanava", - "display_name": "QuickQanava is a C++/QML graph drawing library for Qt5", + "summary": "QuickQanava is a C++/QML graph drawing library for Qt5", + "display_name": "QuickQanava", "urls": { "homepage": "http://www.qanava.org", "api_docs": "http://www.qanava.org/doc/index.html", "tutorial": "http://www.qanava.org/doc/index.html", "vcs": "https://github.com/cneben/quickqanava" }, "licenses": [ "GPLv3+" ], "description": "QuickQanava is a C++/QML graph drawing library for Qt5, it can draw medium size directed graph with advanced layout and node content", "authors": [ "cneben " ], "maturity": "alpha", "platforms": [ "Linux", "Windows", "Android" ], "packages": { - "source": "https://github.com/cneben/QuickQanava/archive/0.4.tar.gz" - } -} \ No newline at end of file + "source": "https://github.com/cneben/QuickQanava/archive/0.4.tar.gz" + }, + "topics": [ + "Graphics", + "QML" + ] +} diff --git a/qwt/qwt.2010-04-11.manifest b/qwt/qwt.2010-04-11.manifest index 72dcb1d5..aafcc96d 100644 --- a/qwt/qwt.2010-04-11.manifest +++ b/qwt/qwt.2010-04-11.manifest @@ -1,31 +1,42 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qwt", "release_date": "2010-04-11", "version": "5.2.1", "summary": "Widgets for Technical Applications", "urls": { "homepage": "http://qwt.sourceforge.net/", "vcs": "http://qwt.svn.sourceforge.net/viewvc/qwt/", "download": "http://sourceforge.net/projects/qwt/files/qwt/", "api_docs": "http://qwt.sourceforge.net/index.html" }, - "licenses": ["Qwt License 1.0"], + "licenses": [ + "Qwt License 1.0" + ], "description": "The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.", - "authors": ["Uwe Rathmann ","Josef Wilgen ( <= Qwt 0.2 )"], + "authors": [ + "Uwe Rathmann ", + "Josef Wilgen ( <= Qwt 0.2 )" + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://sourceforge.net/projects/qwt/files/qwt/5.2.1/qwt-5.2.1.tar.bz2/download", "openSUSE": { "11.4": { "package_name": "libqwt5", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "qwt-5.2.1-1.2.src.rpm" } } - } + }, + "topics": [ + "Widgets", + "Graphics" + ] } diff --git a/qwt/qwt.2013-05-30.manifest b/qwt/qwt.2013-05-30.manifest index 79861673..b60ae630 100644 --- a/qwt/qwt.2013-05-30.manifest +++ b/qwt/qwt.2013-05-30.manifest @@ -1,28 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qwt", + "display_name": "Qwt", "release_date": "2013-05-30", "version": "6.1.0", "summary": "Widgets for Technical Applications", "urls": { "homepage": "http://qwt.sourceforge.net/", "vcs": "http://qwt.svn.sourceforge.net/viewvc/qwt/", "download": "http://sourceforge.net/projects/qwt/files/qwt/", "api_docs": "http://qwt.sourceforge.net/index.html" }, "licenses": [ "Qwt License 1.0" ], "description": "The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.", "authors": [ "Uwe Rathmann ", "Josef Wilgen ( <= Qwt 0.2 )" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/qwt/files/qwt/6.1.0/qwt-6.1.0.tar.bz2/download" - } + }, + "topics": [ + "Widgets", + "Graphics" + ] } diff --git a/qwtplot3d/qwtplot3d.2007-06-25.manifest b/qwtplot3d/qwtplot3d.2007-06-25.manifest index e2cba91a..00afe8ca 100644 --- a/qwtplot3d/qwtplot3d.2007-06-25.manifest +++ b/qwtplot3d/qwtplot3d.2007-06-25.manifest @@ -1,31 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qwtplot3d", + "display_name": "QwtPlot3D", "release_date": "2007-06-25", "version": "0.2.7", "summary": "3D plot widgets", "urls": { "homepage": "http://qwtplot3d.sourceforge.net/", "api_docs": "http://qwtplot3d.sourceforge.net/current/web/doxygen/hierarchy.html", "download": "http://sourceforge.net/projects/qwtplot3d/files/qwtplot3d/", "vcs": "http://qwtplot3d.svn.sourceforge.net/viewvc/qwtplot3d/" }, - "licenses": ["zlib"], + "licenses": [ + "zlib" + ], "description": "QwtPlot3D is a Qt/OpenGL-based C++\nprogramming library. It provides a set of 3D plot widgets.", - "authors": [ "Michael Bieber" ], + "authors": [ + "Michael Bieber" + ], "maturity": "stable", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://sourceforge.net/projects/qwtplot3d/files/qwtplot3d/0.2.7/qwtplot3d-0.2.7.tgz/download", "openSUSE": { "11.4": { "package_name": "libqwtplot3d0", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "libqwtplot3d0-0.2.7-0.pm.9.1.src.rpm" } } - } + }, + "topics": [ + "Graphics" + ] } diff --git a/qxmpp/qxmpp.2014-03-26.manifest b/qxmpp/qxmpp.2014-03-26.manifest index cba6088d..ba8c1861 100644 --- a/qxmpp/qxmpp.2014-03-26.manifest +++ b/qxmpp/qxmpp.2014-03-26.manifest @@ -1,30 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qxmpp", + "display_name": "QXmpp", "release_date": "2014-03-26", "version": "0.8.0", "summary": "XMPP client and server library", "urls": { "homepage": "https://github.com/qxmpp-project/qxmpp", "vcs": "https://github.com/qxmpp-project/qxmpp", "download": "https://github.com/qxmpp-project/qxmpp/releases", "api_docs": "http://doc.qxmpp.org/qxmpp-0.8.0/" }, "licenses": [ "LGPL 2.1 or later" ], "description": "QXmpp is a cross-platform C++ XMPP client and server library. QXmpp strives to be as easy to use as possible, the underlying TCP socket, the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been encapsulated into classes and functions. QXmpp comes with full API documentation, automatic tests and numerous examples.", "authors": [ "Manjeet Dahiya ", "Jeremy Lainé ", "Ian Reinhart Geiser ", "Georg Rudoy <0xd34df00d@gmail.com>" ], "maturity": "stable", "platforms": [ "Cross-platform" ], "packages": { "source": "https://github.com/qxmpp-project/qxmpp/archive/v0.8.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/qxorm/qxorm.2013-10-11.manifest b/qxorm/qxorm.2013-10-11.manifest index 463f0f58..4b107a8b 100644 --- a/qxorm/qxorm.2013-10-11.manifest +++ b/qxorm/qxorm.2013-10-11.manifest @@ -1,26 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qxorm", + "display_name": "QxOrm", "version": "1.2.5", "release_date": "2013-10-11", "summary": "Qt-based Object Relational Mapping (ORM)", "urls": { "homepage": "http://www.qxorm.com/qxorm_en/home.html" }, "licenses": [ - "GPLv3","Commercial" + "GPLv3", + "Commercial" ], "description": "db persistence, xml serialization, reflection/introspection", "maturity": "stable", "platforms": [ "Linux", "Windows", "OSX" ], "packages": { "source": "http://www.qxorm.com/version/QxOrm_1.2.5.zip" }, "authors": [ "Lionel Marty " + ], + "topics": [ + "Data" ] } diff --git a/qyoto/qyoto.2011-01-26.manifest b/qyoto/qyoto.2011-01-26.manifest index 04b9386d..a76eb22e 100644 --- a/qyoto/qyoto.2011-01-26.manifest +++ b/qyoto/qyoto.2011-01-26.manifest @@ -1,29 +1,39 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qyoto", "release_date": "2011-01-26", "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/qyoto/repository" }, - "licenses": ["LGPLv2.1+"], + "licenses": [ + "LGPLv2.1+" + ], "description": ".NET/Mono bindings for the Qt libraries.", - "authors": [ "Arno Rehn ", "Richard Dale " ], + "authors": [ + "Arno Rehn ", + "Richard Dale " + ], "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.xz", "openSUSE": { "11.4": { "package_name": "libqyoto2", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "mono-kde4-4.6.0-3.4.src.rpm" } } - } + }, + "topics": [ + "Bindings" + ] } diff --git a/qyoto/qyoto.2013-09-03.manifest b/qyoto/qyoto.2013-09-03.manifest index 4a0ada98..719fdb1c 100644 --- a/qyoto/qyoto.2013-09-03.manifest +++ b/qyoto/qyoto.2013-09-03.manifest @@ -1,27 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "qyoto", + "display_name": "Qyoto", "release_date": "2013-09-03", "version": "4.11.1", "summary": "Mono bindings for core Qt libraries", "urls": { "homepage": "https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto", "vcs": "https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto/repository", - "download": "ftp://ftp.kde.org/pub/kde/stable/" + "download": "http://download.kde.org/stable/" }, "licenses": [ "LGPLv2.1+" ], "description": ".NET/Mono bindings for the Qt libraries.", "authors": [ "Arno Rehn ", "Richard Dale " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { - "source": "ftp://ftp.kde.org/pub/kde/stable/4.11.1/src/qyoto-4.11.1.tar.xz" - } + "source": "http://download.kde.org/stable/4.11.1/src/qyoto-4.11.1.tar.xz" + }, + "topics": [ + "Bindings" + ] } diff --git a/snorenotify/snorenotify.2014-08-11.manifest b/snorenotify/snorenotify.2014-08-11.manifest index 4f40ed8e..aa711640 100644 --- a/snorenotify/snorenotify.2014-08-11.manifest +++ b/snorenotify/snorenotify.2014-08-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", "release_date": "2014-08-11", "version": "0.5.0beta", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://github.com/Snorenotify/Snorenotify", "api_docs": "http://winkde.org/~pvonreth/other/snore/doc/html/index.html", "vcs": "https://github.com/Snorenotify/Snorenotify.git", "download": "https://github.com/Snorenotify/Snorenotify/releases" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix.", "authors": [ "Patrick von Reth " ], "maturity": "beta", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/Snorenotify/Snorenotify/archive/v0.5.0rc1.tar.gz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/snorenotify/snorenotify.2014-09-11.manifest b/snorenotify/snorenotify.2014-09-11.manifest index 3ab4cb66..08bc361c 100644 --- a/snorenotify/snorenotify.2014-09-11.manifest +++ b/snorenotify/snorenotify.2014-09-11.manifest @@ -1,30 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", "release_date": "2014-09-11", "version": "0.5.0", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://github.com/Snorenotify/Snorenotify", "api_docs": "http://winkde.org/~pvonreth/other/snore/doc/html/index.html", "vcs": "https://github.com/Snorenotify/Snorenotify.git", "download": "https://github.com/Snorenotify/Snorenotify/releases" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix.", "authors": [ "Patrick von Reth " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/Snorenotify/Snorenotify/archive/v0.5.0.tar.gz" - } + }, + "topics": [ + "Communication" + ] } - diff --git a/snorenotify/snorenotify.2014-09-22.manifest b/snorenotify/snorenotify.2014-09-22.manifest index c23d981e..b10da1e5 100644 --- a/snorenotify/snorenotify.2014-09-22.manifest +++ b/snorenotify/snorenotify.2014-09-22.manifest @@ -1,30 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", "release_date": "2014-09-22", "version": "0.5.1", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://github.com/Snorenotify/Snorenotify", "api_docs": "http://winkde.org/~pvonreth/other/snore/doc/html/index.html", "vcs": "https://github.com/Snorenotify/Snorenotify.git", "download": "https://github.com/Snorenotify/Snorenotify/releases" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix.", "authors": [ "Patrick von Reth " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/Snorenotify/Snorenotify/archive/v0.5.1.tar.gz" - } + }, + "topics": [ + "Communication" + ] } - diff --git a/snorenotify/snorenotify.2014-10-16.manifest b/snorenotify/snorenotify.2014-10-16.manifest index e0a15dec..fde8fd6b 100644 --- a/snorenotify/snorenotify.2014-10-16.manifest +++ b/snorenotify/snorenotify.2014-10-16.manifest @@ -1,30 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", "release_date": "2014-10-16", "version": "0.5.2", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://github.com/Snorenotify/Snorenotify", "api_docs": "http://winkde.org/~pvonreth/other/snore/doc/html/index.html", "vcs": "https://github.com/Snorenotify/Snorenotify.git", "download": "https://github.com/Snorenotify/Snorenotify/releases" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix.", "authors": [ "Patrick von Reth " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/Snorenotify/Snorenotify/archive/v0.5.2.tar.gz" - } + }, + "topics": [ + "Communication" + ] } - diff --git a/snorenotify/snorenotify.2015-06-18.manifest b/snorenotify/snorenotify.2015-06-18.manifest index 947d0386..b315ae12 100644 --- a/snorenotify/snorenotify.2015-06-18.manifest +++ b/snorenotify/snorenotify.2015-06-18.manifest @@ -1,30 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", "release_date": "2015-06-18", "version": "0.5.3", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://github.com/Snorenotify/Snorenotify", "api_docs": "http://patrick.von-reth.de/other/snore/0.5.3/doc/html/index.html", "vcs": "https://github.com/Snorenotify/Snorenotify.git", "download": "https://github.com/Snorenotify/Snorenotify/releases" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix.", "authors": [ "Patrick von Reth " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "https://github.com/Snorenotify/Snorenotify/archive/v0.5.3.tar.gz" - } + }, + "topics": [ + "Communication" + ] } - diff --git a/snorenotify/snorenotify.2015-10-16.manifest b/snorenotify/snorenotify.2015-10-16.manifest index 4d4a4956..ae2a2166 100644 --- a/snorenotify/snorenotify.2015-10-16.manifest +++ b/snorenotify/snorenotify.2015-10-16.manifest @@ -1,30 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", "release_date": "2015-10-16", "version": "0.6.0", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://techbase.kde.org/Projects/Snorenotify", "api_docs": "http://hannah.von-reth.de/snorenotify/doc/0.6.0/index.html", "vcs": "https://projects.kde.org/projects/playground/libs/snorenotify", "download": "http://download.kde.org/stable/snorenotify/", "mailing_list": "https://mail.kde.org/mailman/listinfo/snorenotify" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix and mobile Devices.", "authors": [ "Hannah von Reth " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "http://download.kde.org/stable/snorenotify/0.6.0/src/snorenotify-0.6.0.tar.xz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/snorenotify/snorenotify.2016-01-11.manifest b/snorenotify/snorenotify.2016-01-11.manifest index cdf555ac..b970ceca 100644 --- a/snorenotify/snorenotify.2016-01-11.manifest +++ b/snorenotify/snorenotify.2016-01-11.manifest @@ -1,30 +1,34 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "snorenotify", + "display_name": "Snorenotify", "release_date": "2016-01-11", "version": "0.7.0", "summary": "Snorenotify notification framework", "urls": { "homepage": "https://techbase.kde.org/Projects/Snorenotify", "api_docs": "http://hannah.von-reth.de/snorenotify/doc/0.7.0/index.html", "vcs": "https://projects.kde.org/projects/playground/libs/snorenotify", "download": "http://download.kde.org/stable/snorenotify/", "mailing_list": "https://mail.kde.org/mailman/listinfo/snorenotify" }, "licenses": [ "LGPLv3" ], "description": "Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Mac OS and Unix and mobile Devices.", "authors": [ "Hannah von Reth " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "MacOS" ], "packages": { "source": "http://download.kde.org/stable/snorenotify/0.7.0/src/snorenotify-0.7.0.tar.xz" - } + }, + "topics": [ + "Communication" + ] } diff --git a/solid/solid.2014-03-03.manifest b/solid/solid.2014-03-03.manifest index 87ce7412..63ce6fcc 100644 --- a/solid/solid.2014-03-03.manifest +++ b/solid/solid.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/solid-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-04-01.manifest b/solid/solid.2014-04-01.manifest index 2494b873..06423f42 100644 --- a/solid/solid.2014-04-01.manifest +++ b/solid/solid.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/solid-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-07-07.manifest b/solid/solid.2014-07-07.manifest index e3e0eb5c..c20506a5 100644 --- a/solid/solid.2014-07-07.manifest +++ b/solid/solid.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/solid-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-08-07.manifest b/solid/solid.2014-08-07.manifest index 3072dfc7..eb6d59f8 100644 --- a/solid/solid.2014-08-07.manifest +++ b/solid/solid.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/solid-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-09-12.manifest b/solid/solid.2014-09-12.manifest index e3886192..8623c015 100644 --- a/solid/solid.2014-09-12.manifest +++ b/solid/solid.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/solid-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-10-07.manifest b/solid/solid.2014-10-07.manifest index 4b8bf7fb..97da5094 100644 --- a/solid/solid.2014-10-07.manifest +++ b/solid/solid.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/solid-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-11-06.manifest b/solid/solid.2014-11-06.manifest index 22619b54..83dbd3c4 100644 --- a/solid/solid.2014-11-06.manifest +++ b/solid/solid.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/solid-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2014-12-11.manifest b/solid/solid.2014-12-11.manifest index ed494797..b78e9485 100644 --- a/solid/solid.2014-12-11.manifest +++ b/solid/solid.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/solid-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-01-08.manifest b/solid/solid.2015-01-08.manifest index 7ebbe208..1031630a 100644 --- a/solid/solid.2015-01-08.manifest +++ b/solid/solid.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/solid-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-02-14.manifest b/solid/solid.2015-02-14.manifest index a574813d..b6279f4b 100644 --- a/solid/solid.2015-02-14.manifest +++ b/solid/solid.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "http://solid.kde.org", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/solid-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-05-08.manifest b/solid/solid.2015-05-08.manifest index 9ef433e6..0fd44a90 100644 --- a/solid/solid.2015-05-08.manifest +++ b/solid/solid.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/solid", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/solid-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-07-27.manifest b/solid/solid.2015-07-27.manifest index 7cb2632b..b1eb4fa4 100644 --- a/solid/solid.2015-07-27.manifest +++ b/solid/solid.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Desktop hardware abstraction", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/solid", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/solid-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-08-12.manifest b/solid/solid.2015-08-12.manifest index f10c29dd..b1414c9b 100644 --- a/solid/solid.2015-08-12.manifest +++ b/solid/solid.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/solid-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-09-12.manifest b/solid/solid.2015-09-12.manifest index 076189a4..2621af8c 100644 --- a/solid/solid.2015-09-12.manifest +++ b/solid/solid.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/solid-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-10-10.manifest b/solid/solid.2015-10-10.manifest index a24b690a..03b57339 100644 --- a/solid/solid.2015-10-10.manifest +++ b/solid/solid.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/solid-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-11-13.manifest b/solid/solid.2015-11-13.manifest index ebe9c76d..91f3bbe6 100644 --- a/solid/solid.2015-11-13.manifest +++ b/solid/solid.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/solid-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2015-12-12.manifest b/solid/solid.2015-12-12.manifest index 919ad027..711fee4f 100644 --- a/solid/solid.2015-12-12.manifest +++ b/solid/solid.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/solid-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-01-09.manifest b/solid/solid.2016-01-09.manifest index c2658bb2..cf60018c 100644 --- a/solid/solid.2016-01-09.manifest +++ b/solid/solid.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/solid-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-02-13.manifest b/solid/solid.2016-02-13.manifest index 1db91ba6..472c51b3 100644 --- a/solid/solid.2016-02-13.manifest +++ b/solid/solid.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/solid-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-03-13.manifest b/solid/solid.2016-03-13.manifest index c49531fa..419b2bbb 100644 --- a/solid/solid.2016-03-13.manifest +++ b/solid/solid.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/solid-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-04-09.manifest b/solid/solid.2016-04-09.manifest index aac171fd..180b6ffa 100644 --- a/solid/solid.2016-04-09.manifest +++ b/solid/solid.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/solid-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-05-15.manifest b/solid/solid.2016-05-15.manifest index 0bd9b428..080aa522 100644 --- a/solid/solid.2016-05-15.manifest +++ b/solid/solid.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "solid", "display_name": "Solid", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Hardware integration and detection", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/solid-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-06-13.manifest b/solid/solid.2016-06-13.manifest new file mode 100644 index 00000000..29fd9c02 --- /dev/null +++ b/solid/solid.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "solid", + "display_name": "Solid", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Hardware integration and detection", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/solid-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/solid/solid.2016-07-09.manifest b/solid/solid.2016-07-09.manifest new file mode 100644 index 00000000..4e16a48b --- /dev/null +++ b/solid/solid.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "solid", + "display_name": "Solid", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Hardware integration and detection", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/solid-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/solid/solid.2016-08-13.manifest b/solid/solid.2016-08-13.manifest new file mode 100644 index 00000000..396023a9 --- /dev/null +++ b/solid/solid.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "solid", + "display_name": "Solid", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Hardware integration and detection", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/solid/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/solid/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "%Solid is a device integration framework. It provides a way of querying and\ninteracting with hardware independently of the underlying operating system.\n\nIt provides the following features for application developers:\n\n- Hardware Discovery\n- Power Management\n- Network Management", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/solid-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/sonnet/sonnet.2014-03-03.manifest b/sonnet/sonnet.2014-03-03.manifest index b8f8cfe7..8fe1c2ab 100644 --- a/sonnet/sonnet.2014-03-03.manifest +++ b/sonnet/sonnet.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/sonnet-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-04-01.manifest b/sonnet/sonnet.2014-04-01.manifest index 1a2da524..c627e815 100644 --- a/sonnet/sonnet.2014-04-01.manifest +++ b/sonnet/sonnet.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/sonnet-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-07-07.manifest b/sonnet/sonnet.2014-07-07.manifest index 2df34c0b..2fb86838 100644 --- a/sonnet/sonnet.2014-07-07.manifest +++ b/sonnet/sonnet.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/sonnet-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-08-07.manifest b/sonnet/sonnet.2014-08-07.manifest index 75946164..9205c1b7 100644 --- a/sonnet/sonnet.2014-08-07.manifest +++ b/sonnet/sonnet.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/sonnet-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-09-12.manifest b/sonnet/sonnet.2014-09-12.manifest index 4d7f1074..2ef49489 100644 --- a/sonnet/sonnet.2014-09-12.manifest +++ b/sonnet/sonnet.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/sonnet-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-10-07.manifest b/sonnet/sonnet.2014-10-07.manifest index 1db7aec6..79137463 100644 --- a/sonnet/sonnet.2014-10-07.manifest +++ b/sonnet/sonnet.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/sonnet-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-11-06.manifest b/sonnet/sonnet.2014-11-06.manifest index bff953da..6981e159 100644 --- a/sonnet/sonnet.2014-11-06.manifest +++ b/sonnet/sonnet.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/sonnet-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2014-12-11.manifest b/sonnet/sonnet.2014-12-11.manifest index 03cd2e28..6f66cff9 100644 --- a/sonnet/sonnet.2014-12-11.manifest +++ b/sonnet/sonnet.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/sonnet-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-01-08.manifest b/sonnet/sonnet.2015-01-08.manifest index cffc351e..0c70d3a1 100644 --- a/sonnet/sonnet.2015-01-08.manifest +++ b/sonnet/sonnet.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/sonnet-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-02-14.manifest b/sonnet/sonnet.2015-02-14.manifest index e203918d..25892e26 100644 --- a/sonnet/sonnet.2015-02-14.manifest +++ b/sonnet/sonnet.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/sonnet-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-05-08.manifest b/sonnet/sonnet.2015-05-08.manifest index 050000e3..eda8db2c 100644 --- a/sonnet/sonnet.2015-05-08.manifest +++ b/sonnet/sonnet.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/sonnet-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-07-27.manifest b/sonnet/sonnet.2015-07-27.manifest index f03cee6a..57b72caf 100644 --- a/sonnet/sonnet.2015-07-27.manifest +++ b/sonnet/sonnet.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Multi-language spell checker", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/sonnet", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/sonnet-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-08-12.manifest b/sonnet/sonnet.2015-08-12.manifest index 89e274da..2ca34ed5 100644 --- a/sonnet/sonnet.2015-08-12.manifest +++ b/sonnet/sonnet.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-08-12", "version": "5.13.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/sonnet-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-09-12.manifest b/sonnet/sonnet.2015-09-12.manifest index 346f6d2f..b6ce42a9 100644 --- a/sonnet/sonnet.2015-09-12.manifest +++ b/sonnet/sonnet.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-09-12", "version": "5.14.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/sonnet-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-10-10.manifest b/sonnet/sonnet.2015-10-10.manifest index c00c43cb..00a4cea5 100644 --- a/sonnet/sonnet.2015-10-10.manifest +++ b/sonnet/sonnet.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-10-10", "version": "5.15.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/sonnet-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-11-13.manifest b/sonnet/sonnet.2015-11-13.manifest index 08b38824..88789fd9 100644 --- a/sonnet/sonnet.2015-11-13.manifest +++ b/sonnet/sonnet.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-11-13", "version": "5.16.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/sonnet-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2015-12-12.manifest b/sonnet/sonnet.2015-12-12.manifest index 82ef120f..149c4de4 100644 --- a/sonnet/sonnet.2015-12-12.manifest +++ b/sonnet/sonnet.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2015-12-12", "version": "5.17.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/sonnet-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-01-09.manifest b/sonnet/sonnet.2016-01-09.manifest index 270147f5..9a7ed3e7 100644 --- a/sonnet/sonnet.2016-01-09.manifest +++ b/sonnet/sonnet.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2016-01-09", "version": "5.18.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/sonnet-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-02-13.manifest b/sonnet/sonnet.2016-02-13.manifest index e9c4afda..7c318bf9 100644 --- a/sonnet/sonnet.2016-02-13.manifest +++ b/sonnet/sonnet.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2016-02-13", "version": "5.19.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/sonnet-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-03-13.manifest b/sonnet/sonnet.2016-03-13.manifest index 9209df31..aa1ac3fd 100644 --- a/sonnet/sonnet.2016-03-13.manifest +++ b/sonnet/sonnet.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2016-03-13", "version": "5.20.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/sonnet-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-04-09.manifest b/sonnet/sonnet.2016-04-09.manifest index b1ec6eb2..c62c88d0 100644 --- a/sonnet/sonnet.2016-04-09.manifest +++ b/sonnet/sonnet.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2016-04-09", "version": "5.21.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/sonnet-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-05-15.manifest b/sonnet/sonnet.2016-05-15.manifest index 89d034f9..8a73504a 100644 --- a/sonnet/sonnet.2016-05-15.manifest +++ b/sonnet/sonnet.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sonnet", "display_name": "Sonnet", "release_date": "2016-05-15", "version": "5.22.0", "summary": "Support for spellchecking", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/sonnet-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-06-13.manifest b/sonnet/sonnet.2016-06-13.manifest new file mode 100644 index 00000000..db1cf213 --- /dev/null +++ b/sonnet/sonnet.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "sonnet", + "display_name": "Sonnet", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "Support for spellchecking", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/sonnet-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Text" + ] +} diff --git a/sonnet/sonnet.2016-07-09.manifest b/sonnet/sonnet.2016-07-09.manifest new file mode 100644 index 00000000..bbd42c7f --- /dev/null +++ b/sonnet/sonnet.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "sonnet", + "display_name": "Sonnet", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "Support for spellchecking", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/sonnet-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/sonnet/sonnet.2016-08-13.manifest b/sonnet/sonnet.2016-08-13.manifest new file mode 100644 index 00000000..feff0da8 --- /dev/null +++ b/sonnet/sonnet.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "sonnet", + "display_name": "Sonnet", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "Support for spellchecking", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/sonnet/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/sonnet/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "Sonnet is a plugin-based spell checking library for Qt-based\napplications. It supports several different plugins, including\nHSpell, Enchant, ASpell and HUNSPELL.\n\nIt also supports automated language detection, based on a\ncombination of different algorithms.\n\nThe simplest way to use Sonnet in your application is to use the\nSpellCheckDecorator class on your QTextEdit.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/sonnet-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/soprano/soprano.2010-11-23.manifest b/soprano/soprano.2010-11-23.manifest index c128cc7d..10d4dd73 100644 --- a/soprano/soprano.2010-11-23.manifest +++ b/soprano/soprano.2010-11-23.manifest @@ -1,31 +1,41 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "soprano", "release_date": "2010-11-23", "version": "2.5.63", "summary": "Qt/C++ RDF framework", "urls": { "homepage": "http://soprano.sourceforge.net/", "download": "http://sourceforge.net/projects/soprano/files/Soprano/", "api_docs": "http://soprano.sourceforge.net/apidox/stable/index.html", "vcs": "http://quickgit.kde.org/?p=soprano.git&a=summary" }, - "licenses": ["LGPLv2.1+"], + "licenses": [ + "LGPLv2.1+" + ], "description": "Soprano is an open and pluggable RDF resource framework which is build\non top of QT4. It provides RDF storage, RDF parsing, serialization,\ninference, and full text indexing in a nice C++ API. The main target of\nSoprano are desktop applications as it is being developed as a\nsubroject of Nepomuk, the semantic desktop initiative.\n\n\n\n", - "authors": ["Daniele Galdi ","Sebastian Trueg "], + "authors": [ + "Daniele Galdi ", + "Sebastian Trueg " + ], "maturity": "beta", - "platforms": [ "Linux" ], + "platforms": [ + "Linux" + ], "packages": { "source": "http://sourceforge.net/projects/soprano/files/Soprano/2.5.63/soprano-2.5.63.tar.bz2/download", "openSUSE": { "11.4": { "package_name": "libsoprano4", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "soprano-2.5.63-5.1.src.rpm" } } - } + }, + "topics": [ + "Data" + ] } diff --git a/soprano/soprano.2013-07-10.manifest b/soprano/soprano.2013-07-10.manifest index a67f23bd..c9ab232f 100644 --- a/soprano/soprano.2013-07-10.manifest +++ b/soprano/soprano.2013-07-10.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "soprano", + "display_name": "Soprano", "release_date": "2013-07-10", "version": "2.9.3", "summary": "Qt/C++ RDF framework", "urls": { "homepage": "http://soprano.sourceforge.net/", "download": "http://sourceforge.net/projects/soprano/files/Soprano/", "api_docs": "http://soprano.sourceforge.net/apidox/stable/index.html", "vcs": "http://quickgit.kde.org/?p=soprano.git&a=summary" }, "licenses": [ "LGPLv2.1+" ], "description": "Soprano is an open and pluggable RDF resource framework which is build\non top of QT4. It provides RDF storage, RDF parsing, serialization,\ninference, and full text indexing in a nice C++ API. The main target of\nSoprano are desktop applications as it is being developed as a\nsubroject of Nepomuk, the semantic desktop initiative.\n\n\n\n", "authors": [ "Daniele Galdi ", "Sebastian Trueg " ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://sourceforge.net/projects/soprano/files/Soprano/2.9.3/soprano-2.9.3.tar.bz2/download" - } + }, + "topics": [ + "Data" + ] } diff --git a/soqt/soqt.2010-03-03.manifest b/soqt/soqt.2010-03-03.manifest index 7d443fef..751a23d1 100644 --- a/soqt/soqt.2010-03-03.manifest +++ b/soqt/soqt.2010-03-03.manifest @@ -1,29 +1,40 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "soqt", + "display_name": "Coin", "release_date": "2010-03-03", "version": "1.5.0", "summary": "Qt interface for 3D visualization library Coin", "urls": { "homepage": "http://www.coin3d.org/lib/soqt", "api_docs": "http://doc.coin3d.org/SoQt/" }, - "licenses": ["GPL"], + "licenses": [ + "GPL" + ], "description": "By using the combination of Coin, Qt and SoQt for your 3D applications, you\nhave a framework for writing completely portable software across the whole range\nof UNIX, Linux, Microsoft Windows and Mac OS X operating systems. Coin, Qt and\nSoQt makes this possible from a 100% common codebase, which means there is a\nminimum of hassle for developers when working on multiplatform software, with\nthe resulting large gains in productivity.\n", "authors": [], "maturity": "stable", - "platforms": [ "Linux","Windows","MacOS" ], + "platforms": [ + "Linux", + "Windows", + "MacOS" + ], "packages": { "source": "https://bitbucket.org/Coin3D/coin/downloads/SoQt-1.5.0.tar.gz", "openSUSE": { "11.4": { "package_name": "libSoQt20", "repository": { "url": "http://download.opensuse.org/distribution/11.4/repo/oss/", "name": "openSUSE-11.4-Oss" }, "source_rpm": "SoQt-1.5.0-1.pm.5.4.src.rpm" } } - } + }, + "topics": [ + "Graphics", + "Bindings" + ] } diff --git a/sqlate/sqlate.2014-05-17.manifest b/sqlate/sqlate.2014-05-17.manifest index e63b2605..e884ce36 100644 --- a/sqlate/sqlate.2014-05-17.manifest +++ b/sqlate/sqlate.2014-05-17.manifest @@ -1,21 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "sqlate", + "display_name": "SQLate", "release_date": "2014-05-17", "version": "0.1.0", "summary": "type-safe template-based SQL support using Qt", "urls": { "homepage": "http://www.kdab.com/sqlate/", "vcs": "https://github.com/KDAB/sqlate/" }, "licenses": [ "LGPL" ], "description": "Allows you to get rid of string-based SQL queries in your Qt application", - "authors": ["The KDAB Team "], + "authors": [ + "The KDAB Team " + ], "maturity": "stable", - "platforms": [ "Linux", "Windows", "MacOS" ], + "platforms": [ + "Linux", + "Windows", + "MacOS" + ], "packages": { "source": "https://github.com/KDAB/sqlate/archive/master.zip" - } + }, + "topics": [ + "Data" + ] } diff --git a/tasks/tasks.2014-10-06.manifest b/tasks/tasks.2014-10-06.manifest index 4d61a9e5..ab40c408 100644 --- a/tasks/tasks.2014-10-06.manifest +++ b/tasks/tasks.2014-10-06.manifest @@ -1,28 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "tasks", "release_date": "2014-10-06", "version": "1.2.0", "summary": "a simple single header library that allows async programming in Qt/C++ using tasks,continuations and resumable functions", "urls": { - "homepage": "https://github.com/mhogomchungu/tasks", - "vcs": "https://github.com/mhogomchungu/tasks.git", - "download": "https://github.com/mhogomchungu/tasks/releases" + "homepage": "https://github.com/mhogomchungu/tasks", + "vcs": "https://github.com/mhogomchungu/tasks.git", + "download": "https://github.com/mhogomchungu/tasks/releases" }, "licenses": [ "BSD" ], "description": "\"tasks\" is a Qt/C++ based single header library that provides facilities to do task based programming using resumable functions and continuations\n", "authors": [ "Francis Banyikwa " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "Mac OS" ], "packages": { - "source": "https://github.com/mhogomchungu/tasks/releases/download/1.2.0/tasks-1.2.0.tar.bz2" - } + "source": "https://github.com/mhogomchungu/tasks/releases/download/1.2.0/tasks-1.2.0.tar.bz2" + }, + "topics": [ + "Development" + ] } diff --git a/tasks/tasks.2015-12-26.manifest b/tasks/tasks.2015-12-26.manifest index 304dbef4..94145987 100644 --- a/tasks/tasks.2015-12-26.manifest +++ b/tasks/tasks.2015-12-26.manifest @@ -1,28 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "tasks", + "display_name": "Tasks", "release_date": "2015-12-26", "version": "1.2.1", "summary": "a simple single header library that allows async programming in Qt/C++ using tasks,continuations and resumable functions", "urls": { - "homepage": "https://github.com/mhogomchungu/tasks", - "vcs": "https://github.com/mhogomchungu/tasks.git", - "download": "https://github.com/mhogomchungu/tasks/releases" + "homepage": "https://github.com/mhogomchungu/tasks", + "vcs": "https://github.com/mhogomchungu/tasks.git", + "download": "https://github.com/mhogomchungu/tasks/releases" }, "licenses": [ "BSD" ], "description": "\"tasks\" is a Qt/C++ based single header library that provides facilities to do task based programming using resumable functions and continuations\n", "authors": [ "Francis Banyikwa " ], "maturity": "stable", "platforms": [ "Linux", "Windows", "Mac OS" ], "packages": { - "source": "https://github.com/mhogomchungu/tasks/releases/download/1.2.1/tasks-1.2.1.tar.bz2" - } + "source": "https://github.com/mhogomchungu/tasks/releases/download/1.2.1/tasks-1.2.1.tar.bz2" + }, + "topics": [ + "Development" + ] } diff --git a/telepathy-qt/telepathy-qt.2012-07-13.manifest b/telepathy-qt/telepathy-qt.2012-07-13.manifest index c32e0103..8e17471e 100644 --- a/telepathy-qt/telepathy-qt.2012-07-13.manifest +++ b/telepathy-qt/telepathy-qt.2012-07-13.manifest @@ -1,26 +1,31 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "telepathy-qt", + "display_name": "Telepathy", "version": "0.9.3", "release_date": "2012-07-13", "summary": "Qt bindings for the Telepathy communications framework", "urls": { "homepage": "http://telepathy.freedesktop.org/wiki/", "vcs": "http://cgit.freedesktop.org/telepathy/telepathy-qt/", "download": "http://telepathy.freedesktop.org/releases/telepathy-qt/" }, "licenses": [ "LGPLv2.1+" ], "description": "Telepathy-Qt is a Qt high-level binding for Telepathy, a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications.", "maturity": "stable", "authors": [ "Collabora" ], "platforms": [ "Linux" ], "packages": { "source": "http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.3.tar.gz" - } + }, + "topics": [ + "Bindings", + "Communication" + ] } diff --git a/threadweaver/threadweaver.2014-03-03.manifest b/threadweaver/threadweaver.2014-03-03.manifest index 2e7528e8..8db8af1c 100644 --- a/threadweaver/threadweaver.2014-03-03.manifest +++ b/threadweaver/threadweaver.2014-03-03.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.97.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "alpha", "release_date": "2014-03-03", "version": "4.97.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.97.0/threadweaver-4.97.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-04-01.manifest b/threadweaver/threadweaver.2014-04-01.manifest index a509b328..20ab95a4 100644 --- a/threadweaver/threadweaver.2014-04-01.manifest +++ b/threadweaver/threadweaver.2014-04-01.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/unstable/frameworks/4.98.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "beta", "release_date": "2014-04-01", "version": "4.98.0", "packages": { "source": "http://download.kde.org/unstable/frameworks/4.98.0/threadweaver-4.98.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-07-07.manifest b/threadweaver/threadweaver.2014-07-07.manifest index d16305dd..931d6e5b 100644 --- a/threadweaver/threadweaver.2014-07-07.manifest +++ b/threadweaver/threadweaver.2014-07-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.0.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-07-07", "version": "5.0.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.0.0/threadweaver-5.0.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-08-07.manifest b/threadweaver/threadweaver.2014-08-07.manifest index 26db5dd0..ee3a4ebf 100644 --- a/threadweaver/threadweaver.2014-08-07.manifest +++ b/threadweaver/threadweaver.2014-08-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel", "download": "http://download.kde.org/stable/frameworks/5.1.0/" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "platforms": [ "Linux" ], "group": "kde-frameworks", "maturity": "stable", "release_date": "2014-08-07", "version": "5.1.0", "packages": { "source": "http://download.kde.org/stable/frameworks/5.1.0/threadweaver-5.1.0.tar.xz" - } -} \ No newline at end of file + }, + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-09-12.manifest b/threadweaver/threadweaver.2014-09-12.manifest index f1e8de8e..d5b6d7b5 100644 --- a/threadweaver/threadweaver.2014-09-12.manifest +++ b/threadweaver/threadweaver.2014-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2014-09-12", "version": "5.2.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.2.0/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.2.0/threadweaver-5.2.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-10-07.manifest b/threadweaver/threadweaver.2014-10-07.manifest index bce53140..ff3ae265 100644 --- a/threadweaver/threadweaver.2014-10-07.manifest +++ b/threadweaver/threadweaver.2014-10-07.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2014-10-07", "version": "5.3.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.3.0/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.3.0/threadweaver-5.3.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-11-06.manifest b/threadweaver/threadweaver.2014-11-06.manifest index 3af9c0b5..06b514f4 100644 --- a/threadweaver/threadweaver.2014-11-06.manifest +++ b/threadweaver/threadweaver.2014-11-06.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2014-11-06", "version": "5.4.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.4/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.4/threadweaver-5.4.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2014-12-11.manifest b/threadweaver/threadweaver.2014-12-11.manifest index 1009d225..58d24b75 100644 --- a/threadweaver/threadweaver.2014-12-11.manifest +++ b/threadweaver/threadweaver.2014-12-11.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2014-12-11", "version": "5.5.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.5/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.5/threadweaver-5.5.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-01-08.manifest b/threadweaver/threadweaver.2015-01-08.manifest index ce2a2d37..365364c2 100644 --- a/threadweaver/threadweaver.2015-01-08.manifest +++ b/threadweaver/threadweaver.2015-01-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-01-08", "version": "5.6.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.6/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.6/threadweaver-5.6.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-02-14.manifest b/threadweaver/threadweaver.2015-02-14.manifest index 40146d57..f093c041 100644 --- a/threadweaver/threadweaver.2015-02-14.manifest +++ b/threadweaver/threadweaver.2015-02-14.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-02-14", "version": "5.7.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.7/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.7/threadweaver-5.7.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-05-08.manifest b/threadweaver/threadweaver.2015-05-08.manifest index 88ee6bb6..4eb5cd93 100644 --- a/threadweaver/threadweaver.2015-05-08.manifest +++ b/threadweaver/threadweaver.2015-05-08.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-05-08", "version": "5.10.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.10/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.10/threadweaver-5.10.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-07-27.manifest b/threadweaver/threadweaver.2015-07-27.manifest index 57b1b6c6..3e1c1c77 100644 --- a/threadweaver/threadweaver.2015-07-27.manifest +++ b/threadweaver/threadweaver.2015-07-27.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-07-27", "version": "5.13.0", "summary": "Helper for multithreaded programming", "urls": { "homepage": "https://projects.kde.org/projects/frameworks/threadweaver", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/threadweaver-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-08-12.manifest b/threadweaver/threadweaver.2015-08-12.manifest index 6872e721..7e084269 100644 --- a/threadweaver/threadweaver.2015-08-12.manifest +++ b/threadweaver/threadweaver.2015-08-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-08-12", "version": "5.13.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.13/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.13/threadweaver-5.13.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-09-12.manifest b/threadweaver/threadweaver.2015-09-12.manifest index c5b21735..0fe9797d 100644 --- a/threadweaver/threadweaver.2015-09-12.manifest +++ b/threadweaver/threadweaver.2015-09-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-09-12", "version": "5.14.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.14/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.14/threadweaver-5.14.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-10-10.manifest b/threadweaver/threadweaver.2015-10-10.manifest index 99c09599..0c88c204 100644 --- a/threadweaver/threadweaver.2015-10-10.manifest +++ b/threadweaver/threadweaver.2015-10-10.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-10-10", "version": "5.15.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.15/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.15/threadweaver-5.15.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-11-13.manifest b/threadweaver/threadweaver.2015-11-13.manifest index 602e873b..7a55baf4 100644 --- a/threadweaver/threadweaver.2015-11-13.manifest +++ b/threadweaver/threadweaver.2015-11-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-11-13", "version": "5.16.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.16/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.16/threadweaver-5.16.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2015-12-12.manifest b/threadweaver/threadweaver.2015-12-12.manifest index 67f95214..bfd4685a 100644 --- a/threadweaver/threadweaver.2015-12-12.manifest +++ b/threadweaver/threadweaver.2015-12-12.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2015-12-12", "version": "5.17.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.17/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.17/threadweaver-5.17.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-01-09.manifest b/threadweaver/threadweaver.2016-01-09.manifest index 2e5eb965..496cb79d 100644 --- a/threadweaver/threadweaver.2016-01-09.manifest +++ b/threadweaver/threadweaver.2016-01-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2016-01-09", "version": "5.18.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.18/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.18/threadweaver-5.18.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-02-13.manifest b/threadweaver/threadweaver.2016-02-13.manifest index d1df8e5d..f3632cd6 100644 --- a/threadweaver/threadweaver.2016-02-13.manifest +++ b/threadweaver/threadweaver.2016-02-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2016-02-13", "version": "5.19.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.19/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.19/threadweaver-5.19.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-03-13.manifest b/threadweaver/threadweaver.2016-03-13.manifest index 80c7b4e8..c3265216 100644 --- a/threadweaver/threadweaver.2016-03-13.manifest +++ b/threadweaver/threadweaver.2016-03-13.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2016-03-13", "version": "5.20.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.20/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.20/threadweaver-5.20.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-04-09.manifest b/threadweaver/threadweaver.2016-04-09.manifest index 5913bca5..4d5d3936 100644 --- a/threadweaver/threadweaver.2016-04-09.manifest +++ b/threadweaver/threadweaver.2016-04-09.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2016-04-09", "version": "5.21.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.21/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.21/threadweaver-5.21.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-05-15.manifest b/threadweaver/threadweaver.2016-05-15.manifest index 17a1f87a..0aa1d6a2 100644 --- a/threadweaver/threadweaver.2016-05-15.manifest +++ b/threadweaver/threadweaver.2016-05-15.manifest @@ -1,29 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "threadweaver", "display_name": "ThreadWeaver", "release_date": "2016-05-15", "version": "5.22.0", "summary": "High-level multithreading framework", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.22/", "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.22/threadweaver-5.22.0.tar.xz" }, - "group": "kde-frameworks" -} \ No newline at end of file + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-06-13.manifest b/threadweaver/threadweaver.2016-06-13.manifest new file mode 100644 index 00000000..db22492b --- /dev/null +++ b/threadweaver/threadweaver.2016-06-13.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "threadweaver", + "display_name": "ThreadWeaver", + "release_date": "2016-06-13", + "version": "5.23.0", + "summary": "High-level multithreading framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.23/", + "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.23/threadweaver-5.23.0.tar.xz" + }, + "group": "kde-frameworks", + "topics": [ + "Development" + ] +} diff --git a/threadweaver/threadweaver.2016-07-09.manifest b/threadweaver/threadweaver.2016-07-09.manifest new file mode 100644 index 00000000..f7d66b3c --- /dev/null +++ b/threadweaver/threadweaver.2016-07-09.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "threadweaver", + "display_name": "ThreadWeaver", + "release_date": "2016-07-09", + "version": "5.24.0", + "summary": "High-level multithreading framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.24/", + "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.24/threadweaver-5.24.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/threadweaver/threadweaver.2016-08-13.manifest b/threadweaver/threadweaver.2016-08-13.manifest new file mode 100644 index 00000000..5cc6364e --- /dev/null +++ b/threadweaver/threadweaver.2016-08-13.manifest @@ -0,0 +1,29 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "threadweaver", + "display_name": "ThreadWeaver", + "release_date": "2016-08-13", + "version": "5.25.0", + "summary": "High-level multithreading framework", + "urls": { + "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/threadweaver/html/index.html", + "download": "http://download.kde.org/stable/frameworks/5.25/", + "vcs": "https://projects.kde.org/projects/frameworks/threadweaver/repository", + "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" + }, + "licenses": [ + "LGPLv2.1+" + ], + "description": "ThreadWeaver is a helper for multithreaded programming. It uses a job-based\ninterface to queue tasks and execute them in an efficient way.\n\nYou simply divide the workload into jobs, state the dependencies between the jobs\nand ThreadWeaver will work out the most efficient way of dividing the work between\nthreads within a set of resource limits.\n\nSee the information on [use cases](@ref usecases) and\n[why multithreading can help](@ref multithreading), as well as the usage\nsection below, for more detailed information.", + "authors": [ + "The KDE Community" + ], + "maturity": "stable", + "platforms": [ + "Linux" + ], + "packages": { + "source": "http://download.kde.org/stable/frameworks/5.25/threadweaver-5.25.0.tar.xz" + }, + "group": "kde-frameworks" +} \ No newline at end of file diff --git a/treefrog/treefrog.2013-09-17.manifest b/treefrog/treefrog.2013-09-17.manifest index 2032d565..d2b10415 100644 --- a/treefrog/treefrog.2013-09-17.manifest +++ b/treefrog/treefrog.2013-09-17.manifest @@ -1,29 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "treefrog", + "display_name": "TreeFrog", "version": "1.7.1", "release_date": "2013-09-17", "summary": "Framework for developing web applications", "urls": { "homepage": "http://www.treefrogframework.org/", "vcs": "https://github.com/treefrogframework/treefrog-framework", "download": "http://www.treefrogframework.org/download", "api_docs": "http://treefrogframework.org/tf_doxygen/classes.html" }, "licenses": [ "BSD-3-Clause" ], "description": "TreeFrog Framework is a full-stack Web application framework. Written in C++, it is lightweight (low resource demands), and allows extremely fast working.\n\nWith the aim of reducing development costs while producing a C++ framework, a policy of 'convention over configuration' has been followed. The configuration file has been made as small as possible. Because it provides help in automatic generation of code for template systems (scaffolding), O/R mapping and ORM, developers are free to focus on logic.", "maturity": "stable", "authors": [ "AOYAMA Kazuharu " ], "platforms": [ "Linux", "Windows", "OS X" ], "packages": { "source": "http://sourceforge.net/projects/treefrog/files/src/treefrog-1.7.1.tar.gz/download" - } + }, + "topics": [ + "Web" + ] } diff --git a/tufao/tufao.2012-10-14.manifest b/tufao/tufao.2012-10-14.manifest index f1ea85f7..8c822042 100644 --- a/tufao/tufao.2012-10-14.manifest +++ b/tufao/tufao.2012-10-14.manifest @@ -1,21 +1,32 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "tufao", "release_date": "2012-10-14", "version": "0.4.1", "summary": "An asynchronous web framework for C++ built on top of Qt", "urls": { "homepage": "http://tufao.googlecode.com/", "vcs": "http://code.google.com/p/tufao/source/checkout", "download": "http://code.google.com/p/tufao/downloads/list", "api_docs": "http://code.google.com/p/tufao/wiki/Doxygen" }, - "licenses": ["LGPLv2 or any later"], + "licenses": [ + "LGPLv2 or any later" + ], "description": "Tufão is a web framework for C++ that makes use of Qt's object communication system (signals & slots). It features a high performance standalone server, good documentation, support for modern HTTP features (e.g. WebSocket), a flexible request router, a full-featured file server, a plugin-based server to allow to change the running code without restart the application, among other...", - "authors": ["Vinícius dos Santos Oliveira "], + "authors": [ + "Vinícius dos Santos Oliveira " + ], "maturity": "stable", - "platforms": [ "Linux", "Windows", "MacOS" ], + "platforms": [ + "Linux", + "Windows", + "MacOS" + ], "packages": { "source": "http://tufao.googlecode.com/files/tufao-0.4.1-src.tar.bz2" - } + }, + "topics": [ + "Web" + ] } diff --git a/tufao/tufao.2013-06-30.manifest b/tufao/tufao.2013-06-30.manifest index f91e65e9..9ecd0345 100644 --- a/tufao/tufao.2013-06-30.manifest +++ b/tufao/tufao.2013-06-30.manifest @@ -1,21 +1,33 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "tufao", + "display_name": "Tufao", "release_date": "2013-06-30", "version": "1.0.2", "summary": "An asynchronous web framework for C++ built on top of Qt", "urls": { "homepage": "http://vinipsmaker.github.io/tufao/", "vcs": "https://github.com/vinipsmaker/tufao", "download": "https://github.com/vinipsmaker/tufao", "api_docs": "http://vinipsmaker.github.io/tufao/ref/1.x/" }, - "licenses": ["Library: LGPLv2, Documentation and Examples: MIT"], + "licenses": [ + "Library: LGPLv2, Documentation and Examples: MIT" + ], "description": "Tufão is a web framework for C++ that makes use of Qt's object communication system (signals & slots). It features a high performance standalone server, good documentation, support for modern HTTP features (e.g. WebSocket), a flexible request router, a full-featured file server, a plugin-based server to allow to change the running code without restart the application, among other...", - "authors": ["Vinícius dos Santos Oliveira "], + "authors": [ + "Vinícius dos Santos Oliveira " + ], "maturity": "stable", - "platforms": [ "Linux", "Windows", "MacOS" ], + "platforms": [ + "Linux", + "Windows", + "MacOS" + ], "packages": { "source": "https://github.com/vinipsmaker/tufao/archive/1.0.2.zip" - } + }, + "topics": [ + "Web" + ] } diff --git a/vlc-qt/vlc-qt.2013-04-27.manifest b/vlc-qt/vlc-qt.2013-04-27.manifest index 8a8156d7..c46a529f 100644 --- a/vlc-qt/vlc-qt.2013-04-27.manifest +++ b/vlc-qt/vlc-qt.2013-04-27.manifest @@ -1,31 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "vlc-qt", "display_name": "VLC-Qt", "release_date": "2013-04-27", "version": "0.8.1", "summary": "VLC-Qt - a simple library to connect Qt application with libVLC", "urls": { "homepage": "https://vlc-qt.tano.si", "download": "https://github.com/vlc-qt/vlc-qt/releases", "vcs": "https://github.com/vlc-qt/vlc-qt", "api_docs": "https://vlc-qt.tano.si/reference/", "custom": { "Examples": "https://github.com/vlc-qt/examples" } }, "licenses": [ "LGPLv3" ], "description": "VLC-Qt is a free library used to connect Qt and libvlc libraries. It contains core classes for main media playback and also some GUI classes for faster media player developement.", "authors": [ "Tadej Novak " ], "maturity": "stable", "platforms": [ - "Linux", "OS X", "Windows" + "Linux", + "OS X", + "Windows" ], "packages": { "source": "https://github.com/vlc-qt/vlc-qt/archive/0.8.1.tar.gz" - } + }, + "topics": [ + "Bindings", + "Multimedia" + ] } diff --git a/vlc-qt/vlc-qt.2013-09-26.manifest b/vlc-qt/vlc-qt.2013-09-26.manifest index d71db899..f3c145b5 100644 --- a/vlc-qt/vlc-qt.2013-09-26.manifest +++ b/vlc-qt/vlc-qt.2013-09-26.manifest @@ -1,31 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "vlc-qt", "display_name": "VLC-Qt", "release_date": "2013-09-26", "version": "0.9.0", "summary": "VLC-Qt - a simple library to connect Qt application with libVLC", "urls": { "homepage": "https://vlc-qt.tano.si", "download": "https://github.com/vlc-qt/vlc-qt/releases", "vcs": "https://github.com/vlc-qt/vlc-qt", "api_docs": "https://vlc-qt.tano.si/reference/", "custom": { "Examples": "https://github.com/vlc-qt/examples" } }, "licenses": [ "LGPLv3" ], "description": "VLC-Qt is a free library used to connect Qt and libvlc libraries. It contains core classes for main media playback and also some GUI classes for faster media player developement.", "authors": [ "Tadej Novak " ], "maturity": "stable", "platforms": [ - "Linux", "OS X", "Windows" + "Linux", + "OS X", + "Windows" ], "packages": { "source": "https://github.com/vlc-qt/vlc-qt/archive/0.9.0.tar.gz" - } + }, + "topics": [ + "Bindings", + "Multimedia" + ] } diff --git a/vlc-qt/vlc-qt.2015-05-15.manifest b/vlc-qt/vlc-qt.2015-05-15.manifest index e40cdd63..0d60e7bc 100644 --- a/vlc-qt/vlc-qt.2015-05-15.manifest +++ b/vlc-qt/vlc-qt.2015-05-15.manifest @@ -1,31 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "vlc-qt", "display_name": "VLC-Qt", "release_date": "2015-05-15", "version": "0.10.0", "summary": "VLC-Qt - a simple library to connect Qt application with libVLC", "urls": { "homepage": "https://vlc-qt.tano.si", "download": "https://github.com/vlc-qt/vlc-qt/releases", "vcs": "https://github.com/vlc-qt/vlc-qt", "api_docs": "https://vlc-qt.tano.si/reference/", "custom": { "Examples": "https://github.com/vlc-qt/examples" } }, "licenses": [ "LGPLv3" ], "description": "VLC-Qt is a free library used to connect Qt and libvlc libraries. It contains core classes for main media playback and also some GUI classes for faster media player developement.", "authors": [ "Tadej Novak " ], "maturity": "stable", "platforms": [ - "Linux", "OS X", "Windows" + "Linux", + "OS X", + "Windows" ], "packages": { "source": "https://github.com/vlc-qt/vlc-qt/archive/0.10.0.tar.gz" - } + }, + "topics": [ + "Bindings", + "Multimedia" + ] } diff --git a/vlc-qt/vlc-qt.2015-12-27.manifest b/vlc-qt/vlc-qt.2015-12-27.manifest index f1428fe3..a25477fb 100644 --- a/vlc-qt/vlc-qt.2015-12-27.manifest +++ b/vlc-qt/vlc-qt.2015-12-27.manifest @@ -1,31 +1,37 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "vlc-qt", "display_name": "VLC-Qt", "release_date": "2015-12-27", "version": "1.0.0", "summary": "VLC-Qt - a simple library to connect Qt application with libVLC", "urls": { "homepage": "https://vlc-qt.tano.si", "download": "https://github.com/vlc-qt/vlc-qt/releases", "vcs": "https://github.com/vlc-qt/vlc-qt", "api_docs": "https://vlc-qt.tano.si/reference/", "custom": { "Examples": "https://github.com/vlc-qt/examples" } }, "licenses": [ "LGPLv3" ], "description": "VLC-Qt is a free library used to connect Qt and libvlc libraries. It contains core classes for main media playback and also some GUI classes for faster media player developement.", "authors": [ "Tadej Novak " ], "maturity": "stable", "platforms": [ - "Linux", "OS X", "Windows" + "Linux", + "OS X", + "Windows" ], "packages": { "source": "https://github.com/vlc-qt/vlc-qt/archive/1.0.0.tar.gz" - } + }, + "topics": [ + "Bindings", + "Multimedia" + ] }