-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.yaml
68 lines (63 loc) · 1.64 KB
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: gtk-sni-tray
version: 0.1.8.1
github: "IvanMalison/gtk-sni-tray"
license: BSD3
author: "Ivan Malison"
maintainer: "[email protected]"
copyright: "2018 Ivan Malison"
extra-source-files:
- README.md
- ChangeLog.md
synopsis: A standalone StatusNotifierItem/AppIndicator tray
category: System
description: Please see the README on Github at <https://github.com/IvanMalison/gtk-sni-tray#readme>
library:
dependencies:
- base >= 4.7 && < 5
- bytestring
- containers
- dbus >= 1.0.0 && < 2.0.0
- directory
- enclosed-exceptions >= 1.0.0.1
- filepath
- gi-cairo
- gi-cairo-render
- gi-cairo-connector
- gi-dbusmenugtk3
- gi-gdk >= 3.0.25 && < 4
- gi-gdkpixbuf >= 2.0.16
- gi-glib
- gi-gtk >= 3.0.38 && < 4
- gtk-strut >= 0.1.2.1
- haskell-gi >= 0.21.2
- haskell-gi-base >= 0.21.1
- hslogger
- status-notifier-item >= 0.3.0.1 && < 0.4.0.0
- text
- transformers
- transformers-base >= 0.4
- unix
source-dirs: src
pkg-config-dependencies:
- gtk+-3.0
executables:
gtk-sni-tray-standalone:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- base >= 4.7 && < 5
- dbus >= 1.0.0 && < 2.0.0
- dbus-hslogger >= 0.1.0.1 && < 0.2.0.0
- gi-gdk
- gi-gtk >= 3.0.21
- gtk-sni-tray
- gtk-strut
- hslogger
- optparse-applicative
- status-notifier-item >= 0.3.1.0 && < 0.4.0.0
- text
- unix