Codebase list haskell-http-date / 6209b76
add gtk-sni-tray Clint Adams 5 years ago
8 changed file(s) with 192 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-gtk-sni-tray (0.1.5.0-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Wed, 26 Dec 2018 22:55:08 -0500
0 Source: haskell-gtk-sni-tray
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Clint Adams <clint@debian.org>
3 Priority: optional
4 Section: haskell
5 Build-Depends: debhelper (>= 10),
6 haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-cairo-dev,
11 libghc-cairo-prof,
12 libghc-dbus-dev (>= 1.0.0),
13 libghc-dbus-dev (<< 2.0.0),
14 libghc-dbus-prof (>= 1.0.0),
15 libghc-dbus-prof (<< 2.0.0),
16 libghc-enclosed-exceptions-dev (>= 1.0.0.1),
17 libghc-enclosed-exceptions-prof (>= 1.0.0.1),
18 libghc-gi-cairo-dev,
19 libghc-gi-cairo-prof,
20 libghc-gi-dbusmenugtk3-dev,
21 libghc-gi-dbusmenugtk3-prof,
22 libghc-gi-gdk-dev,
23 libghc-gi-gdk-prof,
24 libghc-gi-gdkpixbuf-dev (>= 2.0.16),
25 libghc-gi-gdkpixbuf-prof (>= 2.0.16),
26 libghc-gi-glib-dev,
27 libghc-gi-glib-prof,
28 libghc-gi-gtk-dev (>= 3.0.21),
29 libghc-gi-gtk-prof (>= 3.0.21),
30 libghc-gtk-strut-dev (>= 0.1.2.1),
31 libghc-gtk-strut-prof (>= 0.1.2.1),
32 libghc-haskell-gi-dev (>= 0.21.2),
33 libghc-haskell-gi-prof (>= 0.21.2),
34 libghc-haskell-gi-base-dev (>= 0.21.1),
35 libghc-haskell-gi-base-prof (>= 0.21.1),
36 libghc-hslogger-dev,
37 libghc-hslogger-prof,
38 libghc-status-notifier-item-dev (>= 0.3.0.0),
39 libghc-status-notifier-item-dev (<< 0.4.0.0),
40 libghc-status-notifier-item-prof (>= 0.3.0.0),
41 libghc-status-notifier-item-prof (<< 0.4.0.0),
42 libghc-transformers-base-dev (>= 0.4),
43 libghc-transformers-base-prof (>= 0.4),
44 libghc-dbus-hslogger-dev (>= 0.1.0.1),
45 libghc-dbus-hslogger-dev (<< 0.2.0.0),
46 libghc-dbus-hslogger-prof (>= 0.1.0.1),
47 libghc-dbus-hslogger-prof (<< 0.2.0.0),
48 libghc-gtk-strut-dev,
49 libghc-gtk-strut-prof,
50 libghc-optparse-applicative-dev,
51 libghc-optparse-applicative-prof,
52 Build-Depends-Indep: ghc-doc,
53 libghc-cairo-doc,
54 libghc-dbus-doc,
55 libghc-enclosed-exceptions-doc,
56 libghc-gi-cairo-doc,
57 libghc-gi-dbusmenugtk3-doc,
58 libghc-gi-gdk-doc,
59 libghc-gi-gdkpixbuf-doc,
60 libghc-gi-glib-doc,
61 libghc-gi-gtk-doc,
62 libghc-gtk-strut-doc,
63 libghc-haskell-gi-doc,
64 libghc-haskell-gi-base-doc,
65 libghc-hslogger-doc,
66 libghc-status-notifier-item-doc,
67 libghc-transformers-base-doc,
68 Standards-Version: 4.3.0
69 Homepage: https://github.com/IvanMalison/gtk-sni-tray#readme
70 X-Description: standalone StatusNotifierItem/AppIndicator tray
71 gtk-sni-tray provides a StatusNotifierHost widget written using the
72 gtk+3 bindings for haskell provided by gi-gtk. It also provides a
73 simple standalone executable, gtk-sni-tray-standalone, that is
74 configured with command line arguments. This executable will run the
75 aforementioned widget by itself in a strut window, on each monitor
76 for each it is requested.
77
78 Package: libghc-gtk-sni-tray-dev
79 Architecture: any
80 Depends: ${haskell:Depends},
81 ${misc:Depends},
82 ${shlibs:Depends},
83 Recommends: ${haskell:Recommends},
84 Suggests: ${haskell:Suggests},
85 Conflicts: ${haskell:Conflicts},
86 Provides: ${haskell:Provides},
87 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
88 ${haskell:LongDescription}
89 .
90 ${haskell:Blurb}
91
92 Package: libghc-gtk-sni-tray-prof
93 Architecture: any
94 Depends: ${haskell:Depends},
95 ${misc:Depends},
96 Recommends: ${haskell:Recommends},
97 Suggests: ${haskell:Suggests},
98 Conflicts: ${haskell:Conflicts},
99 Provides: ${haskell:Provides},
100 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
101 ${haskell:LongDescription}
102 .
103 ${haskell:Blurb}
104
105 Package: libghc-gtk-sni-tray-doc
106 Architecture: all
107 Section: doc
108 Depends: ${haskell:Depends},
109 ${misc:Depends},
110 Recommends: ${haskell:Recommends},
111 Suggests: ${haskell:Suggests},
112 Conflicts: ${haskell:Conflicts},
113 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
114 ${haskell:LongDescription}
115 .
116 ${haskell:Blurb}
117
118 Package: haskell-gtk-sni-tray-utils
119 Architecture: any
120 Section: misc
121 Depends: ${haskell:Depends},
122 ${misc:Depends},
123 ${shlibs:Depends},
124 Recommends: ${haskell:Recommends},
125 Suggests: ${haskell:Suggests},
126 Conflicts: ${haskell:Conflicts},
127 Provides: ${haskell:Provides},
128 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
129 ${haskell:LongDescription}
130 .
131 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: gtk-sni-tray
2 Upstream-Contact: IvanMalison@gmail.com
3 Source: https://hackage.haskell.org/package/gtk-sni-tray
4
5 Files: *
6 Copyright: 2018 Ivan Malison
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are met:
16 .
17 * Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 .
20 * Redistributions in binary form must reproduce the above
21 copyright notice, this list of conditions and the following
22 disclaimer in the documentation and/or other materials provided
23 with the distribution.
24 .
25 * Neither the name of Author name here nor the names of other
26 contributors may be used to endorse or promote products derived
27 from this software without specific prior written permission.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 dist-ghc/build/gtk-sni-tray-standalone/gtk-sni-tray-standalone usr/bin
0 #!/usr/bin/make -f
1
2 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
3 DEB_CABAL_PACKAGE = gtk-sni-tray
4 DEB_DEFAULT_COMPILER = ghc
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/hlibrary.mk
8
9 build/haskell-gtk-sni-tray-utils:: build-ghc-stamp
0 version=3
1 https://hackage.haskell.org/package/gtk-sni-tray/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))