Philipp Hörist pushed to branch omemo_integration at gajim / gajim


Commits:
71b52195 by Philipp Hörist at 2023-03-29T17:42:41+02:00
fix: Fix flatpak manifest

- - - - -


2 changed files:

- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml


Changes:

=====================================
flatpak/org.gajim.Gajim.Devel.yaml
=====================================
@@ -329,16 +329,7 @@ modules:
         url: https://dev.gajim.org/gajim/python-nbxmpp.git
 
   # OMEMO dependencies
-  - name: omemo-dr
-    buildsystem: simple
-    build-commands:
-      - pip3 install .
-    sources:
-      - type: archive
-        url: 
https://files.pythonhosted.org/packages/source/o/omemo-dr/omemo-dr-0.99.0.tar.gz
-        sha256: 
79f9b166b350b3baced2bb0a998a3f8a3cf8756b5b5714d08c5cee5c90e62a8e
-
-  - name: protobuf
+  - name: python3-protobuf
     buildsystem: simple
     build-commands:
       - pip3 install --no-deps protobuf-4.21.1-py3-none-any.whl
@@ -347,6 +338,15 @@ modules:
         url: 
https://files.pythonhosted.org/packages/py3/p/protobuf/protobuf-4.21.1-py3-none-any.whl
         sha256: 
79cd8d0a269b714f6b32641f86928c718e8d234466919b3f552bfb069dbb159b
 
+  - name: python3-omemo-dr
+    buildsystem: simple
+    build-commands:
+      - pip3 install .
+    sources:
+      - type: archive
+        url: 
https://files.pythonhosted.org/packages/source/o/omemo-dr/omemo-dr-0.99.0.tar.gz
+        sha256: 
79f9b166b350b3baced2bb0a998a3f8a3cf8756b5b5714d08c5cee5c90e62a8e
+
   - name: python3-qrcode
     buildsystem: simple
     build-commands:


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -323,16 +323,7 @@ modules:
         sha256: 
afaf513a90adf99444df32008c1c35cc861ff6bd3e586200f9210a991d13b5b1
 
   # OMEMO dependencies
-  - name: omemo-dr
-    buildsystem: simple
-    build-commands:
-      - pip3 install .
-    sources:
-      - type: archive
-        url: 
https://files.pythonhosted.org/packages/source/o/omemo-dr/omemo-dr-0.99.0.tar.gz
-        sha256: 
79f9b166b350b3baced2bb0a998a3f8a3cf8756b5b5714d08c5cee5c90e62a8e
-
-  - name: protobuf
+  - name: python3-protobuf
     buildsystem: simple
     build-commands:
       - pip3 install --no-deps protobuf-4.21.1-py3-none-any.whl
@@ -341,6 +332,15 @@ modules:
         url: 
https://files.pythonhosted.org/packages/py3/p/protobuf/protobuf-4.21.1-py3-none-any.whl
         sha256: 
79cd8d0a269b714f6b32641f86928c718e8d234466919b3f552bfb069dbb159b
 
+  - name: python3-omemo-dr
+    buildsystem: simple
+    build-commands:
+      - pip3 install .
+    sources:
+      - type: archive
+        url: 
https://files.pythonhosted.org/packages/source/o/omemo-dr/omemo-dr-0.99.0.tar.gz
+        sha256: 
79f9b166b350b3baced2bb0a998a3f8a3cf8756b5b5714d08c5cee5c90e62a8e
+
   - name: python3-qrcode
     buildsystem: simple
     build-commands:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/71b52195eb64bc9a8523a4624192cd022272944f

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/71b52195eb64bc9a8523a4624192cd022272944f
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to