[Git][haskell-team/DHG_packages][master] taffybar: Upgrading from 3.2.2 to 3.3.0

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Aug 11 13:24:00 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
981eca04 by Clint Adams at 2022-08-11T08:23:18-04:00
taffybar: Upgrading from 3.2.2 to 3.3.0

- - - - -


5 changed files:

- p/taffybar/debian/changelog
- p/taffybar/debian/control
- − p/taffybar/debian/patches/man-page.patch
- − p/taffybar/debian/patches/newer-haskell-gi-base
- − p/taffybar/debian/patches/series


Changes:

=====================================
p/taffybar/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-taffybar (3.2.2-3) UNRELEASED; urgency=medium
+taffybar (3.3.0-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:30 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Thu, 11 Aug 2022 08:19:58 -0400
 
 taffybar (3.2.2-2) unstable; urgency=medium
 


=====================================
p/taffybar/debian/control
=====================================
@@ -29,7 +29,7 @@ Build-Depends:
  libghc-dbus-hslogger-dev (<< 0.2.0.0),
  libghc-dbus-hslogger-prof,
  libghc-dyre-dev (>= 0.8.6),
- libghc-dyre-dev (<< 0.9),
+ libghc-dyre-dev (<< 0.10),
  libghc-dyre-prof,
  libghc-either-dev (>= 4.0.0.0),
  libghc-either-prof,
@@ -43,11 +43,11 @@ Build-Depends:
  libghc-gi-cairo-render-prof,
  libghc-gi-gdk-dev,
  libghc-gi-gdk-prof,
- libghc-gi-gdkpixbuf-dev (>= 2.0.18),
+ libghc-gi-gdkpixbuf-dev,
  libghc-gi-gdkpixbuf-prof,
  libghc-gi-gdkx11-dev,
  libghc-gi-gdkx11-prof,
- libghc-gi-glib-dev (>= 2.0.17),
+ libghc-gi-glib-dev,
  libghc-gi-glib-prof,
  libghc-gi-gtk-dev,
  libghc-gi-gtk-prof,
@@ -55,13 +55,13 @@ Build-Depends:
  libghc-gi-gtk-hs-prof,
  libghc-gi-pango-dev,
  libghc-gi-pango-prof,
- libghc-gtk-sni-tray-dev (>= 0.1.5.0),
+ libghc-gtk-sni-tray-dev (>= 0.1.8.0),
  libghc-gtk-sni-tray-prof,
  libghc-gtk-strut-dev (>= 0.1.2.1),
  libghc-gtk-strut-prof,
- libghc-haskell-gi-dev (>= 0.24.0),
+ libghc-haskell-gi-dev (>= 0.24),
  libghc-haskell-gi-prof,
- libghc-haskell-gi-base-dev (>= 0.24.0),
+ libghc-haskell-gi-base-dev (>= 0.24),
  libghc-haskell-gi-base-prof,
  libghc-hslogger-dev,
  libghc-hslogger-prof,
@@ -89,7 +89,7 @@ Build-Depends:
  libghc-scotty-prof,
  libghc-split-dev (>= 0.1.4.2),
  libghc-split-prof,
- libghc-status-notifier-item-dev (>= 0.3.0.5),
+ libghc-status-notifier-item-dev (>= 0.3.1.0),
  libghc-status-notifier-item-prof,
  libghc-time-locale-compat-dev (>= 0.1),
  libghc-time-locale-compat-dev (<< 0.2),


=====================================
p/taffybar/debian/patches/man-page.patch deleted
=====================================
@@ -1,35 +0,0 @@
---- /dev/null
-+++ b/taffybar.1
-@@ -0,0 +1,32 @@
-+.TH taffybar 1 "19 July 2013" "taffybar version 0.2.1" "User Manual"
-+
-+.SH NAME
-+taffybar \- desktop bar extensible in Haskell
-+
-+.SH SYNOPSIS
-+.B taffybar
-+
-+.SH DESCRIPTION
-+Taffybar is a desktop bar written and extensible in Haskell. Consult the html
-+documentation for a full description of its behaviour.
-+
-+.SH OPTIONS
-+It doesn't take any.
-+
-+.SH FILES
-+It can be configured in ~/.config/taffybar/taffybar.hs; consult the html
-+documentation.
-+
-+.SH BUGS
-+Bug reports, ideas and suggestions should be posted to the GitHub issue tracker
-+<https://github.com/travitch/taffybar/issues>.
-+
-+.SH COPYRIGHT
-+Copyright \(co 2012 Tristan Ravitch.
-+.PP
-+Taffybar is released under the terms of the BSD License.
-+.SH "SEE ALSO"
-+.BR xmobar (1)
-+
-+.SH AUTHOR
-+Tristan Ravitch


=====================================
p/taffybar/debian/patches/newer-haskell-gi-base deleted
=====================================
@@ -1,33 +0,0 @@
-From a7443324a549617f04d49c6dfeaf53f945dc2b98 Mon Sep 17 00:00:00 2001
-From: Nick Hu <me at nickhu.co.uk>
-Date: Mon, 10 Aug 2020 01:07:53 +0100
-Subject: [PATCH] Compatibility fix for haskell-gi-base 0.24
-
----
- src/System/Taffybar/Widget/Util.hs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/System/Taffybar/Widget/Util.hs
-+++ b/src/System/Taffybar/Widget/Util.hs
-@@ -66,7 +66,7 @@
-   where
-     getWindow :: IO (Maybe Window)
-     getWindow = do
--          windowGType <- gobjectType @Window
-+          windowGType <- glibType @Window
-           Just ancestor <- Gtk.widgetGetAncestor widget windowGType
-           castTo Window ancestor
- 
---- a/taffybar.cabal
-+++ b/taffybar.cabal
-@@ -61,8 +61,8 @@
-                , gi-pango
-                , gtk-sni-tray >= 0.1.5.0
-                , gtk-strut >= 0.1.2.1
--               , haskell-gi >= 0.22.6
--               , haskell-gi-base >= 0.22.2
-+               , haskell-gi >= 0.24.0
-+               , haskell-gi-base >= 0.24.0
-                , hslogger
-                , http-client >= 0.5
-                , http-client-tls


=====================================
p/taffybar/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-man-page.patch
-newer-haskell-gi-base



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/981eca04e0560784bed5e5b71ddaa9767571e2cf

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/981eca04e0560784bed5e5b71ddaa9767571e2cf
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/20220811/9516fe91/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list