Skip to content

Commit

Permalink
Update Flatpak (#23)
Browse files Browse the repository at this point in the history
* Flatpak: Drop sandbox hole for prerfers-color-scheme

* Flatpak: Update to GtkSourceView 4.8.0

* Update GtkSourceView
  • Loading branch information
meisenzahl authored Nov 2, 2021
1 parent 624238e commit 0eeb2f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions com.github.manexim.typewriter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@ finish-args:
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'

# needed for perfers-color-scheme
- '--system-talk-name=org.freedesktop.Accounts'
modules:
- name: gtksourceview
buildsystem: autotools
config-opts:
- '--enable-gtk-doc=no'
buildsystem: meson
sources:
- type: archive
url: https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz
sha256: 691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd
- type: git
url: https://gitlab.gnome.org/GNOME/gtksourceview.git
tag: '4.8.0'

- name: typewriter
buildsystem: meson
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format (meson.project_name()), la

gtk_plus_3_dep = dependency('gtk+-3.0')
granite_dep = dependency('granite')
gtksourceview_dep = dependency('gtksourceview-3.0')
gtksourceview_dep = dependency('gtksourceview-4')
libhandy_dep = dependency('libhandy-1', version: '>=1.0.0')

dependencies = [
Expand Down

0 comments on commit 0eeb2f5

Please sign in to comment.