[SCM] syntax-highlighting packaging branch, master, updated. 66a8a7310315d5d1fae4bf12a1e932b3d8a22d28

Maximiliano Curia maxy at moszumanska.debian.org
Sun Oct 16 14:13:28 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/syntax-highlighting.git;a=commitdiff;h=506d4c3

The following commit has been merged in the master branch:
commit 506d4c359283c04fad459415fc46aa15206640b9
Author: Raymond Wooninck <tittiatcoke at gmail.com>
Date:   Tue Sep 20 21:31:00 2016 +0200

    Split the framework in the right packages
---
 debian/control                                 | 43 ++++++++++++++++++--------
 debian/libkf5syntaxhighlighting5-dev.install   |  4 +++
 debian/libkf5syntaxhighlighting5-tools.install |  2 ++
 debian/libkf5syntaxhighlighting5.install       |  3 ++
 4 files changed, 39 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 953574d..c55379c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake (>= 2.8.12),
                extra-cmake-modules (>= 5.21.0~),
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.4.0~),
+               libqt5xmlpatterns5-dev (>= 5.4.0~),
                perl
 Standards-Version: 3.9.6
 Homepage: https://projects.kde.org/projects/frameworks/syntax-highlighting
@@ -19,23 +20,39 @@ Section: libdevel
 Architecture: any
 Depends: libkf5syntaxhighlighting5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4.0~),
+         libqt5xmlpatterns5-dev (>= 5.4.0~),
          ${misc:Depends}
-Description: Resource and network access abstraction.
- KDE Input/Output framework provides a single API for
- operating on files, whether local or on a remote server.
- Additionally, KIO Slaves provide support for individual
- protocols. Some particularly useful ones are http, ftp,
- sftp, smb, nfs, ssh (fish), man, tar and zip.
+Description: Syntax highlighting Engine.
+ This is a stand-alone implementation of the Kate syntax 
+ highlighting engine. It's meant as a building block for
+ text editors as well as for simple highlighted text 
+ rendering (e.g. as HTML), supporting both integration 
+ with a custom editor as well as a ready-to-use 
+ QSyntaxHighlighter sub-class.
  .
- Contains development files for kio.
+ Contains development files for libkf5syntaxhighlighting5.
 
 Package: libkf5syntaxhighlighting5
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Resource and network access abstraction.
- KDE Input/Output framework provides a single API for
- operating on files, whether local or on a remote server.
- Additionally, KIO Slaves provide support for individual
- protocols. Some particularly useful ones are http, ftp,
- sftp, smb, nfs, ssh (fish), man, tar and zip.
+Description: Syntax highlighting Engine.
+ This is a stand-alone implementation of the Kate syntax 
+ highlighting engine. It's meant as a building block for
+ text editors as well as for simple highlighted text 
+ rendering (e.g. as HTML), supporting both integration 
+ with a custom editor as well as a ready-to-use 
+ QSyntaxHighlighter sub-class.
+ .
 
+Package: libkf5syntaxhighlighting5-tools
+Architecture: any
+Depends: libkf5syntaxhighlighting5 (= ${binary:Version}),${misc:Depends}, ${shlibs:Depends}
+Description: Syntax highlighting Engine.
+ This is a stand-alone implementation of the Kate syntax 
+ highlighting engine. It's meant as a building block for
+ text editors as well as for simple highlighted text 
+ rendering (e.g. as HTML), supporting both integration 
+ with a custom editor as well as a ready-to-use 
+ QSyntaxHighlighter sub-class.
+ .
+ Provides additional tools for libkf5syntaxhighlighting5
diff --git a/debian/libkf5syntaxhighlighting5-dev.install b/debian/libkf5syntaxhighlighting5-dev.install
new file mode 100644
index 0000000..28d3b49
--- /dev/null
+++ b/debian/libkf5syntaxhighlighting5-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/cmake/KF5SyntaxHighlighting
+usr/include/KF5/SyntaxHighlighting
+usr/lib/*/qt5/mkspecs/modules/qt_SyntaxHighlighting.pri
+usr/include/KF5/syntaxhighlighting_version.h
diff --git a/debian/libkf5syntaxhighlighting5-tools.install b/debian/libkf5syntaxhighlighting5-tools.install
new file mode 100644
index 0000000..b74a435
--- /dev/null
+++ b/debian/libkf5syntaxhighlighting5-tools.install
@@ -0,0 +1,2 @@
+usr/bin/kate-syntax-highlighter
+etc/xdg/org_kde_syntax-hightlighting.categories
diff --git a/debian/libkf5syntaxhighlighting5.install b/debian/libkf5syntaxhighlighting5.install
new file mode 100644
index 0000000..2114ed1
--- /dev/null
+++ b/debian/libkf5syntaxhighlighting5.install
@@ -0,0 +1,3 @@
+usr/lib/*/libKF5SyntaxHighlighting.so.5*
+usr/bin/kate-syntax-highlighter
+etc/xdg/org_kde_syntax-highlighting.categories

-- 
syntax-highlighting packaging



More information about the pkg-kde-commits mailing list