[jhbuild] world: Add libmypaint for gimp



commit 36d35a1081a7a29a3df1509d568033315f3e17ad
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Wed Dec 27 21:57:33 2017 +0800

    world: Add libmypaint for gimp
    
    gimp has depended on libmypaint for two years.

 modulesets/gnome-world.modules |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index d7091fe..8a07673 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -112,6 +112,8 @@
     href="http://download.mono-project.com/sources/"/>
   <repository type="tarball" name="launchpad.net/tarball"
       href="https://launchpad.net/"/>
+  <repository type="tarball" name="github-tar"
+      href="https://github.com/"/>
   <repository type="tarball" name="monogithub"
     href="https://github.com/downloads/mono/dbus-sharp/"/>
   <repository type="tarball" name="github.com/metabrainz"
@@ -2938,6 +2940,7 @@
       <dep package="gtk+-2"/>
       <dep package="intltool"/>
       <dep package="gegl"/>
+      <dep package="libmypaint"/>
       <if condition-set="macos">
         <dep package="gtk-mac-integration"/>
       </if>
@@ -2951,6 +2954,20 @@
     </suggests>
   </autotools>
 
+  <autotools id="libmypaint">
+    <pkg-config>libmypaint.pc</pkg-config>
+    <branch repo="github-tar"
+            version="1.3.0"
+            module="mypaint/libmypaint/releases/download/v${version}/libmypaint-${version}.tar.xz"
+            hash="sha256:6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671"/>
+    <dependencies>
+      <dep package="gegl"/>
+      <dep package="glib"/>
+      <dep package="gobject-introspection"/>
+      <dep package="json"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="gnome-media">
     <branch/>
     <dependencies>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]