[SCM] umbrello packaging branch, master, updated. debian/14.12.3-1-14-g3ae3d79

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 19 17:43:36 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/umbrello.git;a=commitdiff;h=be6dd64

The following commit has been merged in the master branch:
commit be6dd64581d2b2a52f496a21a73ad34dd558887a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Sep 19 16:40:21 2015 +0200

    New upstream patch: upstream_add_appstream_metadata.diff
---
 debian/changelog                                   |  1 +
 debian/patches/series                              |  1 +
 .../patches/upstream_add_appstream_metadata.diff   | 51 ++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 15ae6bc..c9df795 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ umbrello (4:15.08.1-1~) UNRELEASED; urgency=medium
   * New upstream release (15.08.0).
   * New upstream release (15.08.1).
   * Disable patch: valgrind_errors
+  * New upstream patch: upstream_add_appstream_metadata.diff
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 17 Sep 2015 19:49:13 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..6b75dfa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+upstream_add_appstream_metadata.diff
diff --git a/debian/patches/upstream_add_appstream_metadata.diff b/debian/patches/upstream_add_appstream_metadata.diff
new file mode 100644
index 0000000..8976dc4
--- /dev/null
+++ b/debian/patches/upstream_add_appstream_metadata.diff
@@ -0,0 +1,51 @@
+commit 70ecfc71c7bf6400560b964d8ed9dfaf2a6abb57
+Author: Matthias Klumpp <matthias at tenstral.net>
+Date:   Thu Aug 6 15:18:02 2015 +0200
+
+    Add AppStream metadata
+    
+    BUG:352607
+    
+    (cherry picked from commit fa2014c9d3edb2cb144bc9f5f0edafa789c2975c)
+    
+    Conflicts:
+    	umbrello/CMakeLists.txt
+
+diff --git a/umbrello/org.kde.umbrello.appdata.xml b/umbrello/org.kde.umbrello.appdata.xml
+new file mode 100644
+index 0000000..bdac08d
+--- /dev/null
++++ b/umbrello/org.kde.umbrello.appdata.xml
+@@ -0,0 +1,32 @@
++<?xml version="1.0" ?>
++<component type="desktop">
++  <id>org.kde.umbrello.desktop</id>
++  <metadata_license>CC0-1.0</metadata_license>
++  <project_license>GPL-2.0+</project_license>
++  <name>Umbrello</name>
++  <summary>UML Modeller</summary>
++  <description>
++    <p>
++      Umbrello is a Unified Modelling Language (UML) modelling tool and code generator.
++      It can create diagrams of software and other systems in the industry-standard UML format, and can also generate code from UML diagrams
++      in a variety of programming languages.
++    </p>
++    <p>Features:</p>
++    <ul>
++      <li>Supported formats: XMI</li>
++      <li>Several type of diagrams supported: use case, class, sequence, collaboration, state, activity, component, deployment, entity relationship</li>
++    </ul>
++  </description>
++  <url type="homepage">http://umbrello.kde.org</url>
++  <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=umbrello</url>
++  <url type="help">http://docs.kde.org/stable/en/kdesdk/umbrello/index.html</url>
++  <screenshots>
++    <screenshot type="default">
++      <image>http://kde.org/images/screenshots/umbrello.png</image>
++    </screenshot>
++  </screenshots>
++  <project_group>KDE</project_group>
++  <provides>
++    <binary>umbrello</binary>
++  </provides>
++</component>

-- 
umbrello packaging



More information about the pkg-kde-commits mailing list