Git commit 482a0a57f218943ec155646f2952a1a054601956 by Ben Cooksley. Committed on 18/09/2019 at 13:18. Pushed by bcooksley into branch 'master'.
Move KCalCore and KContacts to Frameworks from PIM. As part of this move, KCalCore will also be renaming to KCalendarCore. As agreed with Frameworks and Applications release maintainers, along with the respective maintainers of KCalCore and KContacts. Ref T11659 CCMAIL: [email protected] CCMAIL: [email protected] CCMAIL: [email protected] R +0 -0 projects/frameworks/kcalendarcore/i18n.json [from: projects/kde/pim/kcalcore/i18n.json - 100% similarity] A +11 -0 projects/frameworks/kcalendarcore/metadata.yaml R +0 -0 projects/frameworks/kcontacts/i18n.json [from: projects/kde/pim/kcontacts/i18n.json - 100% similarity] R +2 -2 projects/frameworks/kcontacts/metadata.yaml [from: projects/kde/pim/kcontacts/metadata.yaml - 080% similarity] D +0 -11 projects/kde/pim/kcalcore/metadata.yaml https://commits.kde.org/sysadmin/repo-metadata/482a0a57f218943ec155646f2952a1a054601956 diff --git a/projects/kde/pim/kcalcore/i18n.json b/projects/frameworks/kcalendarcore/i18n.json similarity index 100% rename from projects/kde/pim/kcalcore/i18n.json rename to projects/frameworks/kcalendarcore/i18n.json diff --git a/projects/frameworks/kcalendarcore/metadata.yaml b/projects/frameworks/kcalendarcore/metadata.yaml new file mode 100644 index 0000000..4523d61 --- /dev/null +++ b/projects/frameworks/kcalendarcore/metadata.yaml @@ -0,0 +1,11 @@ +description: 'KCalendarCore - Library for Interfacing with Calendars' +hasrepo: true +icon: null +members: +- displayname: Aleix Pol Gonzalez + username: apol +name: KCalendarCore +projectpath: frameworks/kcalendarcore +repoactive: true +repopath: kcalendarcore +type: project diff --git a/projects/kde/pim/kcontacts/i18n.json b/projects/frameworks/kcontacts/i18n.json similarity index 100% rename from projects/kde/pim/kcontacts/i18n.json rename to projects/frameworks/kcontacts/i18n.json diff --git a/projects/kde/pim/kcontacts/metadata.yaml b/projects/frameworks/kcontacts/metadata.yaml similarity index 80% rename from projects/kde/pim/kcontacts/metadata.yaml rename to projects/frameworks/kcontacts/metadata.yaml index 4df3440..dd52ad9 100644 --- a/projects/kde/pim/kcontacts/metadata.yaml +++ b/projects/frameworks/kcontacts/metadata.yaml @@ -4,8 +4,8 @@ icon: null members: - displayname: Aleix Pol Gonzalez username: apol -name: kcontacts -projectpath: kde/pim/kcontacts +name: KContacts +projectpath: frameworks/kcontacts repoactive: true repopath: kcontacts type: project diff --git a/projects/kde/pim/kcalcore/metadata.yaml b/projects/kde/pim/kcalcore/metadata.yaml deleted file mode 100644 index 3d65312..0000000 --- a/projects/kde/pim/kcalcore/metadata.yaml +++ /dev/null @@ -1,11 +0,0 @@ -description: 'KCalCore - Library for Interfacing with Calendars' -hasrepo: true -icon: null -members: -- displayname: Aleix Pol Gonzalez - username: apol -name: kcalcore -projectpath: kde/pim/kcalcore -repoactive: true -repopath: kcalcore -type: project
