Skip to content

Commit

Permalink
Rename Gtk bindings folder to Gtk-3.0
Browse files Browse the repository at this point in the history
In preparation for adding support for Gtk-4.0
  • Loading branch information
Iñaki García Etxebarria committed Jul 8, 2019
1 parent 6e3d03d commit 2657feb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bindings/PKGS.sh
Expand Up @@ -3,7 +3,7 @@ basever=$(ghc-pkg list base)
unamestr=$(uname)

# Packages compatible with base >= 4.7
base47PKGS="GLib GObject Atk Gio Secret cairo Pango PangoCairo GdkPixbuf Gdk-3.0 Gtk GtkSource Soup GIRepository Poppler Vte Notify OSTree Ggit xlib GdkX11 Dbusmenu DbusmenuGtk3 Wnck Handy"
base47PKGS="GLib GObject Atk Gio Secret cairo Pango PangoCairo GdkPixbuf Gdk-3.0 Gtk-3.0 GtkSource Soup GIRepository Poppler Vte Notify OSTree Ggit xlib GdkX11 Dbusmenu DbusmenuGtk3 Wnck Handy"
# Packages compatible with base >= 4.8
base48PKGS="Gst GstBase GstAudio GstVideo GstTag GstPbutils"

Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Expand Up @@ -28,7 +28,7 @@ packages: base/haskell-gi-base.cabal
bindings/GstVideo/gi-gstvideo.cabal
bindings/GstTag/gi-gsttag.cabal
bindings/GstPbutils/gi-gstpbutils.cabal
bindings/Gtk/gi-gtk.cabal
bindings/Gtk-3.0/gi-gtk.cabal
bindings/GtkSource/gi-gtksource.cabal
bindings/Handy/gi-handy.cabal
bindings/JavaScriptCore-4.0/gi-javascriptcore.cabal
Expand Down

0 comments on commit 2657feb

Please sign in to comment.