From kde-commits Sun Jan 31 22:50:55 2016 From: =?utf-8?b?SXZhbiDEjHVracSH?= Date: Sun, 31 Jan 2016 22:50:55 +0000 To: kde-commits Subject: [kactivities-stats] /: Added meta-info Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145428066830136 Git commit 8ee29b52e98cdc7d124aff86fcaa6b861e9de4db by Ivan =C4=8Cuki=C4=87. Committed on 31/01/2016 at 22:48. Pushed by ivan into branch 'master'. Added meta-info A +3 -0 MAINTAINER A +29 -0 README.developers A +14 -0 metainfo.yaml http://commits.kde.org/kactivities-stats/8ee29b52e98cdc7d124aff86fcaa6b861e= 9de4db diff --git a/MAINTAINER b/MAINTAINER new file mode 100644 index 0000000..728c270 --- /dev/null +++ b/MAINTAINER @@ -0,0 +1,3 @@ + +Current kactivities-stats maintainer is: Ivan =C4=8Cuki=C4=87 + diff --git a/README.developers b/README.developers new file mode 100644 index 0000000..8c4c33c --- /dev/null +++ b/README.developers @@ -0,0 +1,29 @@ + +# Commit policy + +Every non-trivial patch must go through the review before it goes into the +master branch. + + https://phabricator.kde.org/ + project: KActivities + +If you don't have an account for identity.kde.org, you can send smaller +patches to the plasma-devel@kde.org mailing list, or (please don't) direct= ly +to the repository maintainer (see MAINTAINER file). + + +# Code policy + +The code needs to follow KDElibs coding style. You can find more informati= on +about the style here: + + http://techbase.kde.org/Policies/Kdelibs_Coding_Style + +Macros in CMakeLists.txt should be lowercase throughout the project, +and indentation should be 3, with the closing parenthesis in the same level +as the content. + +Check out the KF5 policies: + + https://community.kde.org/Frameworks/Policies + diff --git a/metainfo.yaml b/metainfo.yaml new file mode 100644 index 0000000..503720c --- /dev/null +++ b/metainfo.yaml @@ -0,0 +1,14 @@ +maintainer: ivan +description: A library for accessing the usage data collected by the activ= ities system. +tier: 2 +type: solution +platforms: + - name: Linux + note: Needs QtDBus, QtSql, KActivities +portingAid: false +deprecated: false +release: false +libraries: + - qmake: KActivitiesStats + cmake: "KF5::ActivitiesStats" +cmakename: KF5ActivitiesStats