Skip to content

Commit

Permalink
Merge pull request #25 from USA-RedDragon/runelite-notifications
Browse files Browse the repository at this point in the history
add libnotify for runelite
  • Loading branch information
nmlynch94 authored Mar 7, 2024
2 parents b62a3da + 2771055 commit 447f88d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions com.jagexlauncher.JagexLauncher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ finish-args:
- --share=network
- --allow=multiarch
- --allow=devel
- --talk-name=org.freedesktop.Notifications
sdk-extensions:
- org.freedesktop.Sdk.Compat.i386
- org.freedesktop.Sdk.Extension.openjdk11
Expand All @@ -36,6 +37,24 @@ add-extensions:
download-if: active-gl-driver
enable-if: active-gl-driver
modules:
- name: libnotify
buildsystem: meson
config-opts:
- -Dman=false
- -Dgtk_doc=false
- -Ddocbook_docs=disabled
cleanup:
- /include
- /lib/pkgconfig
- /lib/debug
- /lib/girepository-1.0
- /share/gtk-doc
- /share/gir-1.0
sources:
- type: git
url: https://github.com/GNOME/libnotify.git
tag: 0.8.3
commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
- name: openjdk
buildsystem: simple
build-commands:
Expand Down

0 comments on commit 447f88d

Please sign in to comment.