Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
haskell-gtk: patch for newer glib
· 5062ed0d
Gianfranco Costamagna
authored
Aug 29, 2019
5062ed0d
haskell-gtk3: patch for newer glib
· 3e850f1a
Gianfranco Costamagna
authored
Aug 29, 2019
3e850f1a
Show whitespace changes
Inline
Side-by-side
p/haskell-gtk/debian/changelog
View file @
3e850f1a
haskell-gtk (0.15.2-2) unstable; urgency=medium
* Patch for newer glib
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 29 Aug 2019 16:21:32 +0200
haskell-gtk (0.15.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
...
...
p/haskell-gtk3/debian/changelog
View file @
3e850f1a
haskell-gtk3 (0.15.1-2) unstable; urgency=medium
* Patch for new glib
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 29 Aug 2019 17:50:44 +0200
haskell-gtk3 (0.15.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
...
...
p/haskell-gtk3/debian/patches/new-glib
0 → 100644
View file @
3e850f1a
--- haskell-gtk3-0.15.1.orig/gtk3.cabal
+++ haskell-gtk3-0.15.1/gtk3.cabal
@@ -372,9 +372,9 @@
Library
-- needs to be imported from this module:
x-Signals-Import: Graphics.UI.Gtk.General.Threading
include-dirs: .
- cpp-options: -DDISABLE_DEPRECATED -U__BLOCKS__
+ cpp-options: -DDISABLE_DEPRECATED -U__BLOCKS__ -D__attribute__(A)=
if os(darwin) || os(freebsd)
- cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull= -D_Noreturn=
+ cpp-options: -D_Nullable= -D_Nonnull= -D_Noreturn=
if os(windows)
cpp-options: -DWIN32 -fno-exceptions
cc-options: -fno-exceptions
p/haskell-gtk3/debian/patches/series
View file @
3e850f1a
work-around-pixel-define.patch
new-glib