diff --git a/projects-invent/unmaintained/akonadi-google-applets/metadata.yaml b/projects-invent/unmaintained/akonadi-google-applets/metadata.yaml index e53bd5ed..f40d8ca4 100644 --- a/projects-invent/unmaintained/akonadi-google-applets/metadata.yaml +++ b/projects-invent/unmaintained/akonadi-google-applets/metadata.yaml @@ -1,16 +1,7 @@ -description: 'Plasma applets for Akonadi google resources - - - "Contacts plasmoid on kde-look":http://kde-look.org/content/show.php/Google+contacts?content=149182 - - - "Tasks plasmoid on kde-look":http://kde-look.org/content/show.php?content=149525 - - - "Calendar plasmoid on kde-look":http://kde-look.org/content/show.php/Calendar+plasmoid?content=150034' +description: 'Plasma applets for Akonadi google resources' hasrepo: true identifier: akonadi-google-applets name: Akonadi google plasma applets projectpath: unmaintained/akonadi-google-applets repoactive: false repopath: unmaintained/akonadi-google-applets diff --git a/projects-invent/unmaintained/akonadi-googledata-resource/metadata.yaml b/projects-invent/unmaintained/akonadi-googledata-resource/metadata.yaml index 2add05d3..5699a419 100644 --- a/projects-invent/unmaintained/akonadi-googledata-resource/metadata.yaml +++ b/projects-invent/unmaintained/akonadi-googledata-resource/metadata.yaml @@ -1,8 +1,7 @@ -description: It hosts 2 resources for akonadi that enables KDE-PIM apps to sync/edit/add/delete - entries (either contacts or calendar events) from a google account. +description: It hosts 2 resources for akonadi that enables KDE-PIM apps to sync/edit/add/delete entries (either contacts or calendar events) from a google account. hasrepo: true identifier: akonadi-googledata-resource -name: Akonadi GCalendar & Contacts resources +name: Akonadi GCalendar and Contacts resources projectpath: unmaintained/akonadi-googledata-resource repoactive: false repopath: unmaintained/akonadi-googledata-resource diff --git a/projects-invent/unmaintained/bangarang/metadata.yaml b/projects-invent/unmaintained/bangarang/metadata.yaml index 231278e7..d73aad24 100644 --- a/projects-invent/unmaintained/bangarang/metadata.yaml +++ b/projects-invent/unmaintained/bangarang/metadata.yaml @@ -1,57 +1,7 @@ -description: "This is the Bangarang project development site. The Bangarang home page\ - \ and blog can be found at https://bangarangkde.wordpress.com. \n\nLinks:\n* \"\ - Mailing List\":https://mail.kde.org/mailman/listinfo/bangarang \n* \"Bug tracker\"\ - :https://bugs.kde.org (look for product \"bangarang\")\n\n\nh2. Open Source\n\n\ - Bangarang is open source software licensed under GPLv3.\n\nh2. Release\n\nThe latest\ - \ release is 2.1, released on Dec 6th, 2011.\n\nh2. Packaging\n\nPackagers interested\ - \ in a simple source tarball for the latest release can find it \"here\":https://code.google.com/p/bangarangissuetracking/downloads/list.\ - \ An rss feed is provided there so you can stay up to date with the sources for\ - \ the latest release. Packagers interested in keeping up with development may choose\ - \ to use the main repository directly. Be sure to check git tag history (git tag\ - \ -l) to help pick the correct commit version to package.\n\nh2. Contacting us\n\ - \nYou are encouraged to contact us on the \"mailing list\":https://mail.kde.org/mailman/listinfo/bangarang\ - \ or directly by emailing any of the project members listed on the right. There\ - \ is a #bangarang irc channel on freenode.net, but the mailing list or email should\ - \ be your first choice.\n\nh2. Contributing\n\nEveryone is welcome to contribute\ - \ in the form of documentation, translation, testing and code. Send a message to\ - \ the mailing list for non-code contributions. If you care to hack on the Bangarang\ - \ code, below are some guidelines that will help.
\n\n* *Rule #1* \u2013\
-  \ _Have fun! If you\u2019re not having fun, take a break._\nOnce you make sure you\u2019\
-  re having fun then consider the following guideline:\n\n* *Guideline* \u2013 _Basics\
-  \ first \u2013 gravy later\u2026_\nThe guideline is not a rule. It just helps prioritize\
-  \ activities. Besides, who doesn\u2019t like good gravy! Documentation, translations,\
-  \ structured UI review/testing and other non-coding contributions are also very\
-  \ welcome.\n\nh3. Workflow\n\nThe best way to contribute code follows below. However,\
-  \ you're more than welcome to just email us a patch.\n\nYou will need _git_ and\
-  \ _post-review_ (available in the _rbtools_ package of your distro, version > 0.3)\
-  \ installed.  You will also need to have a \"KDE Identity\":https://identity.kde.org\
-  \ developer account. To submit your contribution you can follow these steps:\n
\
-  \ 
\n\n+*1. Clone*+\n\n*a.* Create a personal clone of the bangarang master\ - \ repository on KDE git server:
ssh git@git.kde.org clone bangarang mybangarang
\n\ - *b.* Create a local copy of your personal clone:
git clone git@git.kde.org:clones/bangarang/[your\
-  \ KDE username]/mybangarang
\n*c.* Create a reference to the bangarang master\ - \ repo:\n
git remote add anonupstream git://anongit.kde.org/bangarang 
\n\
-  +*2. Work on feature/bugfix*+\n*a.* Create a branch locally to work on the feature/bugfix:\n\
-  
git checkout -b newfeature
\n*b.* Work in the branch till ready.
\
-  \ 
\n\n+*3. Prepare for merge*+\n*a.* Switch to local master and git pull from\ - \ the bangarang master repo to get the latest updates: \n
git checkout master\n\
-  git pull anonupstream master
\n*b.* Merge branch with local master and examine/reconcile\ - \ merge conflicts locally:\n
\ngit merge newfeature\n
\n*c.* Push local\ - \ master to your personal clone on remote server:\n
git push origin master
\n\ -
\n+*4. Create Review Request*+\nPost a review request on KDE's \"Review\
-  \ Board\":https://git.reviewboard.kde.org/: \nOpen this *URL* in your web browser\
-  \ and create the review request on Review Board with the following information:\n\
-  
\n* Your personal clone on the KDE git server from Step 1 in the description\
-  \ field. (Include the \n  branch name if merged into, and pushed a different branch\
-  \ than master in Step 3.)\n* A summary of the change.\n* Any additional description\
-  \ including screenshots, etc..\n* Reviewer: Choose 'bangarang' in the Groups field.\
-  \  A message will be sent to the mailing list notifying us of\n  the request and\
-  \ we'll review and hopefully commit your very welcome contribution.\n* Don't forget\
-  \ to PUBLISH your review request.\n* Once you get a Ship It! you can commit your\
-  \ changes to the master repo.\n
" +description: "" hasrepo: true identifier: bangarang name: Bangarang projectpath: playground/multimedia/bangarang repoactive: false repopath: unmaintained/bangarang diff --git a/projects-invent/unmaintained/brprint3d/metadata.yaml b/projects-invent/unmaintained/brprint3d/metadata.yaml index 6b0c695a..33f42c47 100644 --- a/projects-invent/unmaintained/brprint3d/metadata.yaml +++ b/projects-invent/unmaintained/brprint3d/metadata.yaml @@ -1,16 +1,7 @@ -description: 'h1. Printer Host Open Source to 3D Printing - - - The Br-Print3D project, have one goal: Make 3D printing in Linux environment as - easy as possible. - - Br-Print3D was done for Linux. Until now our printing tests were all 100% success. - There wasn''t a case of loss of printing or filament. - - And today we are part of KDE as the first printer host within this community.' +description: 'Printer Host Open Source to 3D Printing' hasrepo: true identifier: brprint3d name: Br-Print3D projectpath: unmaintained/brprint3d repoactive: false repopath: unmaintained/brprint3d diff --git a/projects-invent/unmaintained/conquirere/metadata.yaml b/projects-invent/unmaintained/conquirere/metadata.yaml index 0a0dbab0..a8e06a92 100644 --- a/projects-invent/unmaintained/conquirere/metadata.yaml +++ b/projects-invent/unmaintained/conquirere/metadata.yaml @@ -1,20 +1,7 @@ -description: 'h1. Conquirere is a Nepomuk powered research tool. - - - This program use the power of Nepomuk and the Semantic Desktop to create and maintain - collections of data. - - Its main purpose is the help in research specific topics. - - - This program allows to add additional metadata to each file. This way publication - data like - - author, in which series or collection the publication is in and references to specific - parts of the publications can be added to the data and searched via Nepomuk.' +description: 'Nepomuk powered research tool.' hasrepo: true identifier: conquirere name: Conquirere projectpath: unmaintained/conquirere repoactive: false repopath: unmaintained/conquirere diff --git a/projects-invent/unmaintained/digikam-software-compilation/metadata.yaml b/projects-invent/unmaintained/digikam-software-compilation/metadata.yaml index af06954c..cecf6cd1 100644 --- a/projects-invent/unmaintained/digikam-software-compilation/metadata.yaml +++ b/projects-invent/unmaintained/digikam-software-compilation/metadata.yaml @@ -1,20 +1,7 @@ -description: "!https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/data/pics/logo-digikam.png!\n\ - \ndigiKam is an advanced digital photo management application by KDE, which makes\ - \ importing and organizing digital photos a 'snap'. \n\nThis is a super-repository\ - \ that helps to download and compile \"digiKam\":https://projects.kde.org/projects/extragear/graphics/digikam\ - \ with all components developed by digiKam team (as \"kipi-plugins\":https://projects.kde.org/projects/extragear/graphics/kipi-plugins,\ - \ \"libkdcraw\":https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw,\ - \ \"libkipi\":https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi, \"\ - libkexiv2\":https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2, \"\ - libkface\":https://projects.kde.org/projects/kdereview/libkface, \"libkgeomap\"\ - :https://projects.kde.org/projects/kdereview/libkgeomap, \"libksane\":https://projects.kde.org/projects/kde/kdegraphics/libs/libksane,\ - \ etc...). \n\n\"digiKam handbook\":https://projects.kde.org/projects/extragear/graphics/digikam/digikam-doc\ - \ and \"kipi-plugins handbook\":https://projects.kde.org/projects/extragear/graphics/kipi-plugins/kipi-plugins-doc\ - \ are also included...\n\n!https://farm6.static.flickr.com/5055/5508779067_11c67b8a40_b.jpg!\n\ - \n!https://farm6.static.flickr.com/5053/5505496515_7d6f4d3e3c_b.jpg!" +description: "Advanced digital photo management application by KDE, which makes importing and organizing digital photos a 'snap'." hasrepo: true identifier: digikam-software-compilation name: digiKam Software Compilation projectpath: unmaintained/digikam-software-compilation repoactive: false repopath: unmaintained/digikam-software-compilation diff --git a/projects-invent/unmaintained/kdegraphics/metadata.yaml b/projects-invent/unmaintained/kdegraphics/metadata.yaml index a373a40f..1f306819 100644 --- a/projects-invent/unmaintained/kdegraphics/metadata.yaml +++ b/projects-invent/unmaintained/kdegraphics/metadata.yaml @@ -1,10 +1,7 @@ -description: 'An (optional) super-repository which holds the history of the kdegraphics - toplevel files, and can facilitate building/maintaining/developing KDE graphics - as a whole. Note: this super-repository does not facilitate checking out (cloning) - of the component kdegraphics repositories.' +description: 'Super-repository which holds the history of the kdegraphics toplevel files' hasrepo: true identifier: kdegraphics name: kdegraphics projectpath: unmaintained/kdegraphics repoactive: false repopath: unmaintained/kdegraphics diff --git a/projects-invent/unmaintained/kdepim/metadata.yaml b/projects-invent/unmaintained/kdepim/metadata.yaml index ec547f99..2e338ab2 100644 --- a/projects-invent/unmaintained/kdepim/metadata.yaml +++ b/projects-invent/unmaintained/kdepim/metadata.yaml @@ -1,43 +1,7 @@ -description: 'h1. KDE''s Personal Information Management suite - - - h3. Includes the following applications -- and More! - - - * blogio - The KDE blogging client - - * kaddressbook - Keeps your addresses on file - - * akregator - Feed reader - - * kalarm - A personal alarm message, command and email scheduler - - * kjots - A note taker - - * kleopatra - KDE Key Manager - - * kmail - Fully featured Email client - - * knode - KDE News (Usenet) reader - - * knotes - Popup notes - - * kontact - Brings together all the KDE PIM applications under one roof - - * korganizer - KDE Calendar and scheduling - - * ktimetracker - time tracker - - - h3. Resources - - - * Techbase project page - https://techbase.kde.org/Projects/PIM - - * Apidox - https://api.kde.org/4.x-api/kdepim-apidocs' +description: 'KDE''s Personal Information Management suite' hasrepo: true identifier: kdepim name: KDE Pim projectpath: unmaintained/kdepim repoactive: false repopath: unmaintained/kdepim diff --git a/projects-invent/unmaintained/kdepimlibs/metadata.yaml b/projects-invent/unmaintained/kdepimlibs/metadata.yaml index 2a2d4c85..2a984ec1 100644 --- a/projects-invent/unmaintained/kdepimlibs/metadata.yaml +++ b/projects-invent/unmaintained/kdepimlibs/metadata.yaml @@ -1,64 +1,7 @@ -description: 'h1. KDE''s Personal Information Management Libraries - - - h3. Includes these libraries: - - - * akonadi - A client access library for using the Akonadi PIM data server - - * kabc - An API for the KDE Addressbook - - * kalarmcal - An API for KAlarm alarms - - * kblog - An API for weblogging access - - * kcalcore - An API for the iCalendar and vCalendar formats - - * kcalutils - Utility and user interface functions for accessing calendar data using - the KCalCore library - - * kholidays - A library for calendar holidays - - * kimap - an API for IMAP support - - * kldap - an API for accessing LDAP - - * kmbox - A library for accessing mail storages in MBox format - - * kmime - A library for MIME handling - - * kontactinterface - The glue for embedding KParts into Kontact - - * kpimidentities - a library for shared identities between mail applications - - * kpimtextedit - A library for PIM-specific text editing utilities - - * kpimutils - A library for general purpose PIM utilities - - * kresources - The KDE Resource framework - - * ktnef - An API for the handling of TNEF data - - * kxmlrpcclient - An XML-RPC client library - - * mailtransport - An API and support code for managing mail transport - - * microblog - A library for microblogging - - * qgpgme - A C++ wrapper for gpgme - - * syndication - An RSS feed handling library - - - h3. Resources - - - * Techbase project page - https://techbase.kde.org/Projects/PIM - - * Apidox - https://api.kde.org/4.x-api/kdepimlibs-apidocs' +description: "KDE''s Personal Information Management Libraries" hasrepo: true identifier: kdepimlibs name: KDE Pim Libraries projectpath: unmaintained/kdepimlibs repoactive: false repopath: unmaintained/kdepimlibs diff --git a/projects-invent/unmaintained/kdev-qmljs/metadata.yaml b/projects-invent/unmaintained/kdev-qmljs/metadata.yaml index 4717898d..953ffdb4 100644 --- a/projects-invent/unmaintained/kdev-qmljs/metadata.yaml +++ b/projects-invent/unmaintained/kdev-qmljs/metadata.yaml @@ -1,7 +1,7 @@ description: This plugin brings qml and JavaScript language support to KDevelop hasrepo: true identifier: kdev-qmljs -name: KDevelop QML/JS plugin +name: KDevelop QML and JS plugin projectpath: unmaintained/kdev-qmljs repoactive: false repopath: unmaintained/kdev-qmljs diff --git a/projects-invent/unmaintained/kdev-xml/metadata.yaml b/projects-invent/unmaintained/kdev-xml/metadata.yaml index 3db9ea52..bb8a8770 100644 --- a/projects-invent/unmaintained/kdev-xml/metadata.yaml +++ b/projects-invent/unmaintained/kdev-xml/metadata.yaml @@ -1,7 +1,7 @@ description: KDevelop Plugin for XML and HTML Language Support hasrepo: true identifier: kdev-xml -name: XML/HTML Language Plugin +name: XML-HTML Language Plugin projectpath: unmaintained/kdev-xml repoactive: false repopath: unmaintained/kdev-xml diff --git a/projects-invent/unmaintained/koffice/metadata.yaml b/projects-invent/unmaintained/koffice/metadata.yaml index 5e9a1195..f6fba10d 100644 --- a/projects-invent/unmaintained/koffice/metadata.yaml +++ b/projects-invent/unmaintained/koffice/metadata.yaml @@ -1,19 +1,7 @@ -description: 'koffice, a free software office suite. - - - We provide a set of productivity applications and a basis for extending this using - so called shapes. Using the shapes concept the basic office applications can be - turned into many exciting application types. For example a music editor or a map-printing - application. - - - There are some plugins available in the subproject ''koffice-plugins'' as well as - more on - - https://projects.kde.org/projects/playground/office' +description: 'Free software office suite.' hasrepo: true identifier: koffice name: KOffice projectpath: unmaintained/koffice repoactive: false repopath: unmaintained/koffice diff --git a/projects-invent/unmaintained/ksaolaji/metadata.yaml b/projects-invent/unmaintained/ksaolaji/metadata.yaml index f0aad4ff..74686b89 100644 --- a/projects-invent/unmaintained/ksaolaji/metadata.yaml +++ b/projects-invent/unmaintained/ksaolaji/metadata.yaml @@ -1,34 +1,7 @@ -description: 'KSaoLaJi cleans all sorts of waste things in your system. - - - Simple interface, easy to use. - - Automatic sorting according to cleaner using count. - - User-defined profiles for auto-selecting. - - Search and filter on typing. - - Support built-in cleaners, cleaner plugins and kross scripts. - - Download more cleaner scripts through knewstuff3. - - Multithread cleaning, less GUI blocking. - - D-Bus interface for IPC. - - - Built-in cleaners: - - ark, choqoktimeline, cookie, cookiepolicy, dolphin, favicon, fcitxrecord, flashplayer, - gwenview, kaffeine, kate, kdeglobal, kgamerenderer, kget, kgethistory, khtmlform, - kickoff, kiohelpcache, kiohttpcache, klipper, kmid, kolourpaint, konqhistory, konqlocbar, - konqueror, kpixmapcache, kpresenter, krita, krunner, kspread, ktorrent, ktorrentlog, - ktrash, kword, kwrite, marbletilecache, nepomukcache, okular, okulardocdata, plasmawallpaper, - recentdoc, rekonqhistory, rekonqsnap, smplayer, thumbnail, vlc, winetrickscache' +description: 'Cleans all sorts of waste things in your system.' hasrepo: true identifier: ksaolaji name: Advanced System Cleaner projectpath: unmaintained/ksaolaji repoactive: false repopath: unmaintained/ksaolaji diff --git a/projects-invent/unmaintained/libechonest/metadata.yaml b/projects-invent/unmaintained/libechonest/metadata.yaml index d7bd9d15..1ce0afbc 100644 --- a/projects-invent/unmaintained/libechonest/metadata.yaml +++ b/projects-invent/unmaintained/libechonest/metadata.yaml @@ -1,21 +1,7 @@ -description: 'Qt library for communicating with The Echo Nest. - - - It currently supports almost all of the features of the Echo Nest API. - - - Latest tarball is: - - http://files.lfranchi.com/libechonest-2.3.1.tar.bz2 sha1: 9d7245c71e707651a7054ce6f0d90b9a62004b23 - - - API docs available here: - - - http://files.lfranchi.com/libechonest_api/' +description: 'Qt library for communicating with The Echo Nest.' hasrepo: true identifier: libechonest name: libechonest projectpath: unmaintained/libechonest repoactive: false repopath: unmaintained/libechonest diff --git a/projects-invent/unmaintained/libkface/metadata.yaml b/projects-invent/unmaintained/libkface/metadata.yaml index b34ba13e..493d94ee 100644 --- a/projects-invent/unmaintained/libkface/metadata.yaml +++ b/projects-invent/unmaintained/libkface/metadata.yaml @@ -1,14 +1,7 @@ -description: '!https://4.bp.blogspot.com/-EDtqAS3eNzY/TXA0kfBAv3I/AAAAAAAAAz0/T3BH3EQ30Go/s1600/face.png! - - - Libkface is a Qt/C++ library for KDE applications to perform face recognition and - detection over pictures. - - - API documentation is available "here":http://api.kde.org/4.x-api/kdegraphics-apidocs/libs/libkface/libkface/html/index.html' +description: 'Qt/C++ library for KDE applications to perform face recognition and detection over pictures.' hasrepo: true identifier: libkface name: libkface projectpath: unmaintained/libkface repoactive: false repopath: unmaintained/libkface diff --git a/projects-invent/unmaintained/macports-kde/metadata.yaml b/projects-invent/unmaintained/macports-kde/metadata.yaml index 208b130b..2d256135 100644 --- a/projects-invent/unmaintained/macports-kde/metadata.yaml +++ b/projects-invent/unmaintained/macports-kde/metadata.yaml @@ -1,15 +1,7 @@ -description: "This repository shall support KDE software development:\n\n* It contains\ - \ a MacPorts/KDE ports tree for the testing of KDE libraries and software. This\ - \ tree can be used by interested MacPorts users as well as KDE developers in order\ - \ to seamlessly integrate the KDE software ports in question into their MacPorts\ - \ environment. See it as a test-bed for early patches to port files as well as source\ - \ code which have not yet been committed to the official MacPorts ports tree [[https://www.macports.org/ports.php]].\ - \ A source for patches to KDE software is e.g. Ian's [[https://projects.kde.org/projects/playground/base/osx-patches/activity]].\ - \ \n\n* Additionally it hosts useful configuration files for MacPorts users.\n\n\ - \nPatches welcome anytime!" +description: "Macports Tree for KDE Software" hasrepo: true identifier: macports-kde -name: MacPorts/KDE testing repository +name: MacPorts Testing Repository for KDE Software projectpath: playground/sdk/macports-kde repoactive: false repopath: unmaintained/macports-kde diff --git a/projects-invent/unmaintained/nepomuk-system-tray/metadata.yaml b/projects-invent/unmaintained/nepomuk-system-tray/metadata.yaml index 512f34c7..533123a1 100644 --- a/projects-invent/unmaintained/nepomuk-system-tray/metadata.yaml +++ b/projects-invent/unmaintained/nepomuk-system-tray/metadata.yaml @@ -1,21 +1,7 @@ -description: 'More enchanced system tray for Nepomuk. - - Project consists of several parts: - - # . Base library and plugins - - # . System tray implemented with Qt. Rejected as bad-gui-designed, but can be use - as example of library usage - - # . System tray implemented with QML. In development stage, good designer is really - needed. - - # . Plasma::DataEngine - feeds statuses as DataEngine. Plasma::Services are in development - - # . Plasma applet, uses mentioned above DataEngine. Good designer is vitally needed.' +description: 'More enchanced system tray for Nepomuk.' hasrepo: true identifier: nepomuk-system-tray name: Nepomuk System Tray projectpath: unmaintained/nepomuk-system-tray repoactive: false repopath: unmaintained/nepomuk-system-tray diff --git a/projects-invent/unmaintained/nepomuk-webminer/metadata.yaml b/projects-invent/unmaintained/nepomuk-webminer/metadata.yaml index 5f9a641e..635beca6 100644 --- a/projects-invent/unmaintained/nepomuk-webminer/metadata.yaml +++ b/projects-invent/unmaintained/nepomuk-webminer/metadata.yaml @@ -1,17 +1,7 @@ -description: "p. Finds additional metadata on the internet (via Python plugins) and\ - \ adds it to Nepomuk.\n\np. Can retrieve data for any _document/movie/tv-show_ or\ - \ music file.\n\np. This project contains the library part, as well as an easy to\ - \ use commandline and dialog UI.\nFor endusers there is the integration into the\ - \ Dolphin right-click menu.\nIn addition a Nepomuk2:Service will automatically fetch\ - \ metadata for any new files on the disk.\n\np. Other developers can integrate the\ - \ extractor either directly or just the necessary parts of it.\n\np. Check the doxygen\ - \ documentation for more information\n\nh2. Plugins\n\np. You can write plugins\ - \ in Python/JavaScript/Ruby. Please see the doxygen documentation for a help on\ - \ how to write them.\n\np. Currently available plugins:\n# imdb\n# tvdb\n# microsoft\ - \ academics\n# springerlink\n# nature\n \nh2. Resources" +description: "Finds additional metadata on the internet (via Python plugins) and adds it to Nepomuk." hasrepo: true identifier: nepomuk-webminer name: Nepomuk Webminer projectpath: unmaintained/nepomuk-webminer repoactive: false repopath: unmaintained/nepomuk-webminer diff --git a/projects-invent/unmaintained/oxygen-transparent/metadata.yaml b/projects-invent/unmaintained/oxygen-transparent/metadata.yaml index 02c72050..29a5a247 100644 --- a/projects-invent/unmaintained/oxygen-transparent/metadata.yaml +++ b/projects-invent/unmaintained/oxygen-transparent/metadata.yaml @@ -1,31 +1,7 @@ -description: 'Oxygen-transparent is a fork of the default KDE widget and window decoration - theme (Oxygen) that supports transparency for application windows. It requires that - compositing is supported on your system and that desktop effects are enabled. It - is best used with kwin''s _blur_ effect. - - - For technical reasons, Oxygen-transparent cannot be merged with the official oxygen - theme because of small (but hard to fix issues): - - - - window placement on the screen is altered when translucency is set (due to an - issue in Qt) - - - - some embedded windows (and notably video players) appear as black (and wont update), - and therefore need to be ''black-listed'' (which is not acceptable for official - KDE code) - - - - the theme is quite demanding in terms of resources, especially when used together - with _blur_ effect. - - - However, due to the minimal amount of code added on top of the original code, it - is kept synchronized with the official theme and provides as many features.' +description: 'Fork of the default KDE widget and window decoration theme (Oxygen) that supports transparency for application windows.' hasrepo: true identifier: oxygen-transparent name: Oxygen Transparent projectpath: unmaintained/oxygen-transparent repoactive: false repopath: unmaintained/oxygen-transparent diff --git a/projects-invent/unmaintained/plasma-mediacenter/metadata.yaml b/projects-invent/unmaintained/plasma-mediacenter/metadata.yaml index 5c85c2f0..5fa8a102 100644 --- a/projects-invent/unmaintained/plasma-mediacenter/metadata.yaml +++ b/projects-invent/unmaintained/plasma-mediacenter/metadata.yaml @@ -1,10 +1,7 @@ -description: h3. Plasma Media Center is designed to provide an easy and comfortable - way to watch your videos, browse your photo collection and listen to your music, - all in one place. This release brings many refinements and a host of new features, - making consuming media even easier and more fun. +description: h3. Plasma Media Center is designed to provide an easy and comfortable way to watch your videos, browse your photo collection and listen to your music, all in one place. hasrepo: true identifier: plasma-mediacenter name: Plasma Media Center projectpath: unmaintained/plasma-mediacenter repoactive: false repopath: unmaintained/plasma-mediacenter diff --git a/projects-invent/unmaintained/polkit-kde-kcmodules-1/metadata.yaml b/projects-invent/unmaintained/polkit-kde-kcmodules-1/metadata.yaml index 3159056d..d118c1f0 100644 --- a/projects-invent/unmaintained/polkit-kde-kcmodules-1/metadata.yaml +++ b/projects-invent/unmaintained/polkit-kde-kcmodules-1/metadata.yaml @@ -1,12 +1,7 @@ -description: 'Set of configuration modules which allows administrator to change polkit - settings. - - - Please be sure to read and follow "the polkit-KDE contribution and development guidelines":https://techbase.kde.org/Polkit-KDE_development_guidelines - to contribute code.' +description: 'Set of configuration modules which allows administrator to change polkit settings.' hasrepo: true identifier: polkit-kde-kcmodules-1 name: Polkit KDE Configuration projectpath: unmaintained/polkit-kde-kcmodules-1 repoactive: false repopath: unmaintained/polkit-kde-kcmodules-1 diff --git a/projects-invent/unmaintained/publictransport/metadata.yaml b/projects-invent/unmaintained/publictransport/metadata.yaml index b86e03d3..3a942fc9 100644 --- a/projects-invent/unmaintained/publictransport/metadata.yaml +++ b/projects-invent/unmaintained/publictransport/metadata.yaml @@ -1,34 +1,7 @@ -description: 'PublicTransport Applets, Runner, Data Engine & Tools. - - - !http://kde-look.org/CONTENT/content-pre1/106175-1.png! - - - * *engine:* PublicTransport data engine, gets timetable data from service providers, - supported by scripts - - * *engine-openstreetmap:* OpenStreetMap data engine, that gets public transport - stop names in a given area and finds coordinates for a given stop name - - * *applet:* Timetable applet showing departures/arrivals and journeys - - * *applet-flights:* Shows flight departures - - * *applet-graphicaltimetableline:* Shows a graphical representation of a timetable - (a street with vehicles moving on it) - - * *runner:* A runner that can show departures/arrivals/journeys - - * *icons:* Vehicle type icons - - * *libpublictransporthelper:* A library to be used by applets/runners using the - publictransport data engine to easily create configuration dialogs - - * *timetablemate:* A little IDE, that helps adding support for new service providers - to the publictransport data engine' +description: 'PublicTransport Applets, Runner, Data Engine & Tools.' hasrepo: true identifier: publictransport name: Plasma PublicTransport projectpath: playground/base/publictransport repoactive: false repopath: unmaintained/publictransport diff --git a/projects-invent/unmaintained/simon-tools/metadata.yaml b/projects-invent/unmaintained/simon-tools/metadata.yaml index 1bc98be6..4c99801b 100644 --- a/projects-invent/unmaintained/simon-tools/metadata.yaml +++ b/projects-invent/unmaintained/simon-tools/metadata.yaml @@ -1,7 +1,7 @@ description: Additional tools and utilities for simon hasrepo: true identifier: simon-tools -name: 'simon Speech Recognition: Tools' +name: 'Simon Speech Recognition Tools' projectpath: unmaintained/simon-tools repoactive: false repopath: unmaintained/simon-tools diff --git a/projects-invent/unmaintained/smokegen/metadata.yaml b/projects-invent/unmaintained/smokegen/metadata.yaml index 88e1f2fe..e311b1a2 100644 --- a/projects-invent/unmaintained/smokegen/metadata.yaml +++ b/projects-invent/unmaintained/smokegen/metadata.yaml @@ -1,13 +1,7 @@ -description: 'A general purpose C++ parser with a plugin infrastructure enabling ''generators'' - to be written, which can do various things with the C++ AST. It is currently used - for generating the various SMOKE libraries. - - - This repo also hosts the smokebase library, which is used by language bindings to - interface with the SMOKE libraries, and the smokeapi introspection tool.' +description: "A general purpose C++ parser with a plugin infrastructure enabling ''generators'' to be written, which can do various things with the C++ AST. It is currently used for generating the various SMOKE libraries." hasrepo: true identifier: smokegen name: smokegen projectpath: kde/kdebindings/smoke/smokegen repoactive: false repopath: unmaintained/smokegen diff --git a/projects-invent/unmaintained/stibium/metadata.yaml b/projects-invent/unmaintained/stibium/metadata.yaml index 60e51bb0..c804df56 100644 --- a/projects-invent/unmaintained/stibium/metadata.yaml +++ b/projects-invent/unmaintained/stibium/metadata.yaml @@ -1,8 +1,7 @@ -description: Stibium is a version of KDE developed as a web application, using personal - cloud services to store data. +description: Stibium is a version of KDE developed as a web application, using personal cloud services to store data. hasrepo: true identifier: stibium -name: 'Stibium: KDE on the cloud' +name: 'Stibium - KDE on the cloud' projectpath: playground/www/stibium repoactive: false repopath: unmaintained/stibium diff --git a/projects-invent/unmaintained/superbuild/metadata.yaml b/projects-invent/unmaintained/superbuild/metadata.yaml index d6b70065..91643dc0 100644 --- a/projects-invent/unmaintained/superbuild/metadata.yaml +++ b/projects-invent/unmaintained/superbuild/metadata.yaml @@ -1,151 +1,7 @@ -description: 'Automates building separate (KDE) repositories in one go using plain - CMake, similar to kdesrc-build. - - - The Superbuild CMakeLists.txt use features of recent CMake versions, so at least - CMake 2.8.4 is required. - - - Each Superbuild consists entirely of subprojects (integrated via ExternalProject.cmake), - that''s why it is called a Superbuild. - - - During a Superbuild, the subprojects are downloaded from git (or svn, cvs, http, - etc.), configured, built and installed. - - - h2. Selecting what you want - - - h3. Selecting the tag or branch - - - For selecting a specific tag from git, edit the SB_GIT_TAG cmake cache variable. - - - If you want to check out some subprojects in the superbuild with a different tag - (e.g. "4.7" instead of "KDE/4.7"), for each subproject an individual tag can be - used by setting a SB_GIT_TAG_ variable to the tag name. E.g. SB_GIT_TAG_KFoo - would be the override for the project "KFoo". - - - h3. Selecting the subprojects - - - For each subproject there is a cmake option BUILD_, which decides whether - the respective project will part of the superbuild or not. - - This applies not only to the actual building, but also e.g. for creating source - packages (see below). - - - When a subproject is disabled, which another subproject depends on, a warning will - be printed during the cmake run. If you do this, the depending subproject will try - to find this dependency somewhere in the system, which may also be ok. - - - If you want to select exactly the subprojects you need for one application, disable - all subprojects except that one application in cmake-gui, click Configure, and check - for the warnings. - - For each of these warnings enable the respective subproject, the Configure again. - Repeat this until there are no warnings left. Now you should have the minimal selection - of subprojects required. - - - h2. Building - - - One special note: the subprojects will be installed during the build. So you need - to have write permissions to the install directory while building. - - - Short version: - - * run cmake on the Superbuild CMakeLists.txt - - * select what you want (see above) - - * set the CMAKE_INSTALL_PREFIX - - * optionally, set LIB_SUFFIX, CMAKE_BUILD_TYPE - - * run make - - - Dependencies between subprojects are also handled, so you can also directly "make - Foo", and the subprojects Foo depends on will be built and installed first. - - - IF you need to specify additional arguments for cmake for all subprojects, you can - set the variable SB_CMAKE_ARGS to this value, e.g. "-DFOO=foo -DBAR=Blub". This - will be used as argument to cmake for all subprojects. If you need specific cmake - arguments for some subprojects, you can for each subproject set a variable SB_CMAKE_ARGS_, - which will be used only for the specific project. - - - h3. DESTDIR handling - - - Setting DESTDIR is supported, but with some special conditions: - - - * if DESTDIR is set, CMAKE_SKIP_RPATH must be set to TRUE, because otherwise the - resulting binaries will have RPATHs pointing into the DESTDIR locations - - * DESTDIR must not be changed for a buildtree, i.e. it must always stay as it was - during the initial cmake run - - * DESTDIR must be an absolute path - - - There are also checks in the cmake files, which complain if DESTDIR is set, but - to a relative PATH, and also during build it is checked whether DESTDIR is still - the same as it was during the cmake run. So it will not fail silently, but you will - notice. - - - - h2. Creating source packages - - - This is useful e.g. for packagers who want old-style big KDE module tarballs instead - of a gazillion of small separate tarballs. - - It may be also useful for people who just want to build some part of KDE, and have - exactly the sources needed for that in one tarball. - - - Short version: - - * set the cache variable SB_PACKAGE_VERSION_NUMBER to an appropriate version, e.g. - via cmake-gui - - * select what you want (see above) - - * make UpdateAll - - * make package - - * -> now you have a tar.gz source package which can be unpacked and built anywhere - - - The UpdateAll target does not build anything, it only downloads the sources from - git or wherever. - - - It is also possible to create again source packages from those source packages, - which may contain just a subset of the subprojects contained in the source package. - - - If you simply want to create individual source packages, this is also possible. - - By setting SB_ONE_PACKAGE_PER_PROJECT to TRUE, "make package" will create one source - package per project. This actually is not a Superbuild anymore, but it may be useful - for creating the selection of source packages you want.' +description: 'Automates building separate (KDE) repositories in one go using plain CMake, similar to kdesrc-build.' hasrepo: true identifier: superbuild name: KDE SuperBuild projectpath: unmaintained/superbuild repoactive: false repopath: unmaintained/superbuild diff --git a/projects-invent/unmaintained/tupi/metadata.yaml b/projects-invent/unmaintained/tupi/metadata.yaml index a9546d7c..a44d8767 100644 --- a/projects-invent/unmaintained/tupi/metadata.yaml +++ b/projects-invent/unmaintained/tupi/metadata.yaml @@ -1,9 +1,7 @@ -description: Tupi is an open/free 2D animation software based on usability, a friendly - user experience and community values. Every human is an artist! Everybody is welcome - to join in! :) +description: Tupi is an open/free 2D animation software based on usability, a friendly user experience and community values. hasrepo: true identifier: tupi -name: 'Tupi: Open 2D Magic' +name: 'Tupi - Open 2D Magic' projectpath: unmaintained/tupi repoactive: false repopath: unmaintained/tupi