Skip to content

Commit

Permalink
update to v5.1.3
Browse files Browse the repository at this point in the history
* TODO drop "--own-name=org.kde.*" workaround on flathub-infra/flatpak-builder-lint#66 resolving
  • Loading branch information
vladimiry committed Jan 17, 2023
1 parent 0e53e2c commit 1992226
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions com.github.vladimiry.ElectronMail.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<content_attribute id="social-info">intense</content_attribute>
</content_rating>
<releases>
<release version="5.1.3" date="2022-01-14"/>
<release version="5.1.2" date="2022-10-28"/>
<release version="5.1.1" date="2022-09-21"/>
<release version="5.1.0" date="2022-08-27"/>
Expand Down
3 changes: 3 additions & 0 deletions com.github.vladimiry.ElectronMail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ finish-args:
# required for notifications in various desktop environments
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
# TODO drop "--own-name=org.kde.*" workaround on https://github.com/flathub/flatpak-builder-lint/issues/66 resolving
- --own-name=org.kde.*
# required for advanced input methods e.g. writing CJK languages
- --talk-name=org.freedesktop.portal.Fcitx
# gtk-cups-backend
Expand All @@ -32,6 +34,7 @@ finish-args:
modules:
- module-gtk-cups-backend.yml
- module-gtk-settings.yaml
- module-libnotify.yaml
- module-libsecret.yaml
- module-squashfs.yaml
- module-electron-mail.yaml
4 changes: 2 additions & 2 deletions module-electron-mail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build-commands:
sources:
- type: file
dest-filename: electron-mail.deb
url: https://github.com/vladimiry/ElectronMail/releases/download/v5.1.2/electron-mail-5.1.2-linux-amd64.deb
sha256: 1901a591fb59c20182d1c40177a282b99ff6b4b16909528b39c67493dce5764f
url: https://github.com/vladimiry/ElectronMail/releases/download/v5.1.3/electron-mail-5.1.3-linux-amd64.deb
sha256: dadde04072a2da3d8b69cf9b16de85184bf3237439a9b6639937755bc2f4c425
- type: script
dest-filename: electron-mail-entrypoint.sh
commands:
Expand Down
10 changes: 10 additions & 0 deletions module-libnotify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: libnotify
buildsystem: meson
config-opts:
- -Dtests=false
- -Dman=false
- -Dgtk_doc=false
sources:
- type: archive
url: https://gitlab.gnome.org/GNOME/libnotify/-/archive/0.8.1/libnotify-0.8.1.tar.bz2
sha256: 6a17cd1eacc17c2dd2620e68da2b25151f08489ca17210ae32ae4b8c16e46889

0 comments on commit 1992226

Please sign in to comment.