[gnome-weather/wip/christopherdavis/install-dogtail-for-tests] foo



commit 2c014ede8057456bbada9f7f96b269c0f679cc76
Author: Christopher Davis <brainblasted disroot org>
Date:   Fri Feb 22 04:57:33 2019 -0500

    foo

 org.gnome.Weather-unstable.json | 10 ++++++++++
 python3-dogtail.json            | 14 ++++++++++++++
 2 files changed, 24 insertions(+)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
index 1cfce46..aea6959 100644
--- a/org.gnome.Weather-unstable.json
+++ b/org.gnome.Weather-unstable.json
@@ -32,6 +32,16 @@
     ],
     "desktop-file-name-prefix": [ "(Development) " ],
     "modules": [
+        "python3-dogtail.json",
+        {
+            "name" : "pyatspi2",
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/pyatspi2.git";
+                }
+            ]
+        },
         {
             "name" : "geocode-glib",
             "config-opts" : [
diff --git a/python3-dogtail.json b/python3-dogtail.json
new file mode 100644
index 0000000..c8b57cd
--- /dev/null
+++ b/python3-dogtail.json
@@ -0,0 +1,14 @@
+{
+    "name": "python3-dogtail",
+    "buildsystem": "simple",
+    "build-commands": [
+        "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} dogtail"
+    ],
+    "sources": [
+        {
+            "type": "file",
+            "url": 
"https://files.pythonhosted.org/packages/86/cd/3cc8dae75602ed13cde989e91ff22f759e829342b64e94975d73852518ec/dogtail-0.9.10.tar.gz";,
+            "sha256": "55f01dffeff41293d92806d37bf00c08de430cbbc47badbbd92c31db08ceed4f"
+        }
+    ]
+}
\ No newline at end of file


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