[SCM] purpose packaging branch, master, updated. e2185d27b201118c03149cca147f685d2ad42d2c

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jun 2 17:53:32 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/purpose.git;a=commitdiff;h=1a0c642

The following commit has been merged in the master branch:
commit 1a0c642a76a5e953cd467593576085d350f573e7
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jun 2 19:32:06 2016 +0200

    Split plugins libexec and data from the lib package
---
 debian/control                   | 13 +++++++++++++
 debian/libkf5purpose-bin.install |  9 +++++++++
 debian/libkf5purpose-dev.install |  4 +++-
 debian/libkf5purpose5.install    | 12 ++++--------
 4 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index e23db9c..6353614 100644
--- a/debian/control
+++ b/debian/control
@@ -53,6 +53,19 @@ Description: Provides an abstraction to provide and leverage actions of a specif
  .
  This package contains the Purpose library.
 
+Package: libkf5purpose-bin
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Provides an abstraction to provide and leverage actions of a specific kind, runtime
+ Purpose offers the possibility to create integrate services and actions on
+ any application without having to implement them specifically. Purpose will
+ offer them mechanisms to list the different alternatives to execute given the
+ requested action type and will facilitate components so that all the plugins
+ can receive all the information they need.
+ .
+ This package contains the Purpose runtime elements.
+
 Package: qml-modules-org-kde-purpose
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libkf5purpose-bin.install b/debian/libkf5purpose-bin.install
new file mode 100644
index 0000000..f265f7c
--- /dev/null
+++ b/debian/libkf5purpose-bin.install
@@ -0,0 +1,9 @@
+usr/lib/*/libexec/kf5/purposeprocess
+usr/lib/*/qt5/plugins/purpose/
+usr/share/accounts/services/kde/google-youtube.service
+usr/share/accounts/services/kde/twitter-microblog.service
+usr/share/icons/hicolor/*/actions/kipiplugin_youtube.png
+usr/share/icons/hicolor/*/apps/reviewboard-purpose.png
+usr/share/kpackage/Purpose/
+usr/share/locale/*/LC_MESSAGES/*purpose*.mo
+usr/share/purpose
diff --git a/debian/libkf5purpose-dev.install b/debian/libkf5purpose-dev.install
index e45b5ba..adc50fa 100644
--- a/debian/libkf5purpose-dev.install
+++ b/debian/libkf5purpose-dev.install
@@ -1,3 +1,5 @@
-usr/include/KF5/
+usr/include/KF5/purpose/
+usr/include/KF5/purposewidgets/
 usr/lib/*/cmake/KDEExperimentalPurpose/
 usr/lib/*/libKF5Purpose.so
+usr/lib/*/libKF5PurposeWidgets.so
diff --git a/debian/libkf5purpose5.install b/debian/libkf5purpose5.install
index 3e0dac3..a1b4e7a 100644
--- a/debian/libkf5purpose5.install
+++ b/debian/libkf5purpose5.install
@@ -1,8 +1,4 @@
-usr/lib/*/libKF5Purpose.so.5*
-usr/lib/*/qt5/plugins/purpose/
-usr/share/accounts/services/google-youtube.service
-usr/share/icons/hicolor/*/actions/kipiplugin_youtube.png
-usr/share/purpose/kdeconnectplugin_config.qml
-usr/share/purpose/saveasplugin_config.qml
-usr/share/purpose/types/ExportPluginType.json
-usr/share/purpose/youtubeplugin_config.qml
+usr/lib/*/libKF5Purpose.so.5
+usr/lib/*/libKF5Purpose.so.5.*
+usr/lib/*/libKF5PurposeWidgets.so.5
+usr/lib/*/libKF5PurposeWidgets.so.5.*

-- 
purpose packaging



More information about the pkg-kde-commits mailing list