[Git][haskell-team/DHG_packages][master] add gtk-sni-tray
Clint Adams
gitlab at salsa.debian.org
Thu Dec 27 04:01:15 GMT 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6209b765 by Clint Adams at 2018-12-27T04:01:01Z
add gtk-sni-tray
- - - - -
8 changed files:
- + p/haskell-gtk-sni-tray/debian/changelog
- + p/haskell-gtk-sni-tray/debian/compat
- + p/haskell-gtk-sni-tray/debian/control
- + p/haskell-gtk-sni-tray/debian/copyright
- + p/haskell-gtk-sni-tray/debian/haskell-gtk-sni-tray-utils.install
- + p/haskell-gtk-sni-tray/debian/rules
- + p/haskell-gtk-sni-tray/debian/source/format
- + p/haskell-gtk-sni-tray/debian/watch
Changes:
=====================================
p/haskell-gtk-sni-tray/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-gtk-sni-tray (0.1.5.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Dec 2018 22:55:08 -0500
=====================================
p/haskell-gtk-sni-tray/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-gtk-sni-tray/debian/control
=====================================
@@ -0,0 +1,132 @@
+Source: haskell-gtk-sni-tray
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-cairo-dev,
+ libghc-cairo-prof,
+ libghc-dbus-dev (>= 1.0.0),
+ libghc-dbus-dev (<< 2.0.0),
+ libghc-dbus-prof (>= 1.0.0),
+ libghc-dbus-prof (<< 2.0.0),
+ libghc-enclosed-exceptions-dev (>= 1.0.0.1),
+ libghc-enclosed-exceptions-prof (>= 1.0.0.1),
+ libghc-gi-cairo-dev,
+ libghc-gi-cairo-prof,
+ libghc-gi-dbusmenugtk3-dev,
+ libghc-gi-dbusmenugtk3-prof,
+ libghc-gi-gdk-dev,
+ libghc-gi-gdk-prof,
+ libghc-gi-gdkpixbuf-dev (>= 2.0.16),
+ libghc-gi-gdkpixbuf-prof (>= 2.0.16),
+ libghc-gi-glib-dev,
+ libghc-gi-glib-prof,
+ libghc-gi-gtk-dev (>= 3.0.21),
+ libghc-gi-gtk-prof (>= 3.0.21),
+ libghc-gtk-strut-dev (>= 0.1.2.1),
+ libghc-gtk-strut-prof (>= 0.1.2.1),
+ libghc-haskell-gi-dev (>= 0.21.2),
+ libghc-haskell-gi-prof (>= 0.21.2),
+ libghc-haskell-gi-base-dev (>= 0.21.1),
+ libghc-haskell-gi-base-prof (>= 0.21.1),
+ libghc-hslogger-dev,
+ libghc-hslogger-prof,
+ libghc-status-notifier-item-dev (>= 0.3.0.0),
+ libghc-status-notifier-item-dev (<< 0.4.0.0),
+ libghc-status-notifier-item-prof (>= 0.3.0.0),
+ libghc-status-notifier-item-prof (<< 0.4.0.0),
+ libghc-transformers-base-dev (>= 0.4),
+ libghc-transformers-base-prof (>= 0.4),
+ libghc-dbus-hslogger-dev (>= 0.1.0.1),
+ libghc-dbus-hslogger-dev (<< 0.2.0.0),
+ libghc-dbus-hslogger-prof (>= 0.1.0.1),
+ libghc-dbus-hslogger-prof (<< 0.2.0.0),
+ libghc-gtk-strut-dev,
+ libghc-gtk-strut-prof,
+ libghc-optparse-applicative-dev,
+ libghc-optparse-applicative-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-cairo-doc,
+ libghc-dbus-doc,
+ libghc-enclosed-exceptions-doc,
+ libghc-gi-cairo-doc,
+ libghc-gi-dbusmenugtk3-doc,
+ libghc-gi-gdk-doc,
+ libghc-gi-gdkpixbuf-doc,
+ libghc-gi-glib-doc,
+ libghc-gi-gtk-doc,
+ libghc-gtk-strut-doc,
+ libghc-haskell-gi-doc,
+ libghc-haskell-gi-base-doc,
+ libghc-hslogger-doc,
+ libghc-status-notifier-item-doc,
+ libghc-transformers-base-doc,
+Standards-Version: 4.3.0
+Homepage: https://github.com/IvanMalison/gtk-sni-tray#readme
+X-Description: standalone StatusNotifierItem/AppIndicator tray
+ gtk-sni-tray provides a StatusNotifierHost widget written using the
+ gtk+3 bindings for haskell provided by gi-gtk. It also provides a
+ simple standalone executable, gtk-sni-tray-standalone, that is
+ configured with command line arguments. This executable will run the
+ aforementioned widget by itself in a strut window, on each monitor
+ for each it is requested.
+
+Package: libghc-gtk-sni-tray-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gtk-sni-tray-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-gtk-sni-tray-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: haskell-gtk-sni-tray-utils
+Architecture: any
+Section: misc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-gtk-sni-tray/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gtk-sni-tray
+Upstream-Contact: IvanMalison at gmail.com
+Source: https://hackage.haskell.org/package/gtk-sni-tray
+
+Files: *
+Copyright: 2018 Ivan Malison
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ * Neither the name of Author name here nor the names of other
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=====================================
p/haskell-gtk-sni-tray/debian/haskell-gtk-sni-tray-utils.install
=====================================
@@ -0,0 +1 @@
+dist-ghc/build/gtk-sni-tray-standalone/gtk-sni-tray-standalone usr/bin
=====================================
p/haskell-gtk-sni-tray/debian/rules
=====================================
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = gtk-sni-tray
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-gtk-sni-tray-utils:: build-ghc-stamp
=====================================
p/haskell-gtk-sni-tray/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-gtk-sni-tray/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/gtk-sni-tray/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6209b765c834894757df9324d2fddb2dabcd2429
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6209b765c834894757df9324d2fddb2dabcd2429
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181227/0ae487d0/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list