Simon Quigley has proposed merging ~tsimonq2/kubuntu-packaging/+git/kubuntu-plasma-sdk:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/plasma-sdk:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~tsimonq2/kubuntu-packaging/+git/kubuntu-plasma-sdk/+merge/300950 This fixes the path for the org.kde.ark.cuttlefish.xml file by deleting the existing entry and adding usr/share/metainfo at the bottom of the install file. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~tsimonq2/kubuntu-packaging/+git/kubuntu-plasma-sdk:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/plasma-sdk:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index 095027e..2b890eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ plasma-sdk (4:5.7.2-0ubuntu1) UNRELEASED; urgency=medium + [ Clive Johnston ] * New upstream release (5.7.1) * Merged with Debian * New upstream release (5.7.2) + [ Simon Quigley ] + * Fix the path for org.kde.cuttlefish.appdata.xml in the install file + -- Clive Johnston <[email protected]> Wed, 20 Jul 2016 20:07:42 +0100 plasma-sdk (4:5.6.5-0ubuntu1) yakkety; urgency=medium diff --git a/debian/plasma-sdk.install b/debian/plasma-sdk.install index 01c0627..2f8a401 100644 --- a/debian/plasma-sdk.install +++ b/debian/plasma-sdk.install @@ -3,7 +3,6 @@ usr/bin/plasmaengineexplorer usr/bin/plasmathemeexplorer usr/bin/plasmoidviewer usr/lib/*/qt5/plugins/ktexteditor/cuttlefishplugin.so -usr/share/appdata/org.kde.cuttlefish.appdata.xml usr/share/applications/org.kde.cuttlefish.desktop usr/share/applications/org.kde.plasma.themeexplorer.desktop usr/share/kpackage/genericqml/org.kde.plasma.themeexplorer/ @@ -19,5 +18,6 @@ usr/share/locale/*/*/plasmate.mo usr/share/locale/*/*/plasmawallpaperviewer.mo usr/share/locale/*/*/plasmoidviewer.mo usr/share/locale/*/*/remote-widgets-browser.mo +usr/share/metainfo usr/share/plasma/packages/org.kde.plasma.cuttlefish/ usr/share/plasma/shells/org.kde.plasma.plasmoidviewershell/
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
