Skip to content

Commit 447f88d

Browse files
authored
Merge pull request #25 from USA-RedDragon/runelite-notifications
add libnotify for runelite
2 parents b62a3da + 2771055 commit 447f88d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

com.jagexlauncher.JagexLauncher.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ finish-args:
1717
- --share=network
1818
- --allow=multiarch
1919
- --allow=devel
20+
- --talk-name=org.freedesktop.Notifications
2021
sdk-extensions:
2122
- org.freedesktop.Sdk.Compat.i386
2223
- org.freedesktop.Sdk.Extension.openjdk11
@@ -36,6 +37,24 @@ add-extensions:
3637
download-if: active-gl-driver
3738
enable-if: active-gl-driver
3839
modules:
40+
- name: libnotify
41+
buildsystem: meson
42+
config-opts:
43+
- -Dman=false
44+
- -Dgtk_doc=false
45+
- -Ddocbook_docs=disabled
46+
cleanup:
47+
- /include
48+
- /lib/pkgconfig
49+
- /lib/debug
50+
- /lib/girepository-1.0
51+
- /share/gtk-doc
52+
- /share/gir-1.0
53+
sources:
54+
- type: git
55+
url: https://github.com/GNOME/libnotify.git
56+
tag: 0.8.3
57+
commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
3958
- name: openjdk
4059
buildsystem: simple
4160
build-commands:

0 commit comments

Comments
 (0)