[jhbuild] enchant-2: switch it to a systemmodule



commit 2db213e9c63612f6f3790d94ab43352e9465bef8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 29 19:00:41 2020 +0200

    enchant-2: switch it to a systemmodule
    
    Most distributions should have packaged enchant-2 by now.
    enchant 1 is also a systemmodule.

 modulesets/gnome-suites-core-deps-latest.modules | 17 -----------------
 modulesets/gnome-sysdeps-latest.modules          |  6 ++++++
 2 files changed, 6 insertions(+), 17 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index ad671a59..03bb15ee 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -339,23 +339,6 @@
     </dependencies>
   </meson>
 
-  <autotools id="enchant-2"
-             autogen-sh="configure"
-             autogenargs="--with-hunspell --with-hunspell-dir=/usr/share/myspell">
-    <if condition-set="freebsd">
-      <autogenargs value="--with-hunspell-dir=/usr/local/share/hunspell"/>
-    </if>
-    <branch repo="github-tar"
-            version="2.2.6"
-            module="AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-            hash="sha256:8048c5bd26190b21279745cfecd05808c635bc14912e630340cd44a49b87d46d">
-    </branch>
-    <dependencies>
-      <dep package="hunspell"/>
-      <dep package="glib"/>
-    </dependencies>
-  </autotools>
-
   <cmake id="evolution-data-server"
          cmakeargs="-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON -DENABLE_UOA=OFF 
-DENABLE_GOOGLE_AUTH=OFF">
     <if condition-set="freebsd">
diff --git a/modulesets/gnome-sysdeps-latest.modules b/modulesets/gnome-sysdeps-latest.modules
index 5fd09a97..6dc50875 100644
--- a/modulesets/gnome-sysdeps-latest.modules
+++ b/modulesets/gnome-sysdeps-latest.modules
@@ -232,6 +232,12 @@
             version="1.6.0"/>
   </systemmodule>
 
+  <systemmodule id="enchant-2">
+    <pkg-config>enchant-2.pc</pkg-config>
+    <branch repo="system"
+            version="2.2.8"/>
+  </systemmodule>
+
   <systemmodule id="espeak">
     <branch repo="system" version="1.46.02"/>
     <systemdependencies>


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