Philipp Hörist pushed to branch port-pyproject at gajim / gajim


Commits:
456bee79 by Philipp Hörist at 2023-01-28T19:29:10+01:00
chore: Update .gitignore

- - - - -
3eedcdc1 by Philipp Hörist at 2023-01-28T19:41:49+01:00
ci: Debian: Install metadata files

- - - - -


4 changed files:

- .gitignore
- + debian/install
- debian/gajim.manpages → debian/manpages
- debian/rules


Changes:

=====================================
.gitignore
=====================================
@@ -27,6 +27,7 @@ win/_build_root
 venv/
 .venv/
 node_modules/
+.flatpak-builder
 
 # IDE files
 


=====================================
debian/install
=====================================
@@ -0,0 +1,4 @@
+dist/metadata/org.gajim.Gajim.svg usr/share/icons/hicolor/scalable/apps
+dist/metadata/org.gajim.Gajim-symbolic.svg 
usr/share/icons/hicolor/scalable/apps
+dist/metadata/org.gajim.Gajim.appdata.xml usr/share/metainfo
+dist/metadata/org.gajim.Gajim.desktop usr/share/applications
\ No newline at end of file


=====================================
debian/gajim.manpages → debian/manpages
=====================================
@@ -1 +1,2 @@
 data/gajim.1
+data/gajim-remote.1
\ No newline at end of file


=====================================
debian/rules
=====================================
@@ -3,5 +3,9 @@
 %:
        dh $@ --with python3 --buildsystem=pybuild
 
+override_dh_auto_build:
+       dh_auto_build
+       ./pep517build/build_metadata.py
+
 override_dh_auto_test:
-               python3 -m unittest discover -s test -v
+       python3 -m unittest discover -s test -v



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/27a8146b691c757d17159b730dfd258a521ea309...3eedcdc1037cc94a7367ed984ab285ceb2c33dc6

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/27a8146b691c757d17159b730dfd258a521ea309...3eedcdc1037cc94a7367ed984ab285ceb2c33dc6
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to