gtk4: rename gtk+4 to gtk4

The upstream project removed the "+" from the name.

Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
master
David Lechner 2020-12-29 22:27:55 -06:00 committed by Carlo Cabrera
parent 66e001be23
commit d0b49855ee
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
3 changed files with 3 additions and 8 deletions

1
Aliases/gtk+4 Symbolic link
View File

@ -0,0 +1 @@
../Formula/gtk4.rb

View File

@ -1,4 +1,4 @@
class Gtkx4 < Formula class Gtk4 < Formula
desc "Toolkit for creating graphical user interfaces" desc "Toolkit for creating graphical user interfaces"
homepage "https://gtk.org/" homepage "https://gtk.org/"
url "https://download.gnome.org/sources/gtk/4.0/gtk-4.0.0.tar.xz" url "https://download.gnome.org/sources/gtk/4.0/gtk-4.0.0.tar.xz"
@ -10,13 +10,6 @@ class Gtkx4 < Formula
regex(/gtk[._-](4\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i) regex(/gtk[._-](4\.([0-8]\d*?)?[02468](?:\.\d+)*?)\.t/i)
end end
bottle do
sha256 "393079a26d13a3bdbfb52a806af74a6a2a677619912549c966dd9eb6d4a151ce" => :big_sur
sha256 "22d8d06d4e3ff5e3e300f4b77d899ed3330cb643af5f8a4114fe6b213513115a" => :arm64_big_sur
sha256 "0c74e511794ab314900f21300ad9a2c3d93edc83604dbf99ca5c57dc9a81f24c" => :catalina
sha256 "320f43ecc1ea6ec38a28cc5e344d2d393318ef5bb661aeab6a34c5211d421259" => :mojave
end
depends_on "docbook" => :build depends_on "docbook" => :build
depends_on "docbook-xsl" => :build depends_on "docbook-xsl" => :build
depends_on "gobject-introspection" => :build depends_on "gobject-introspection" => :build

View File

@ -52,6 +52,7 @@
"grunt": "grunt-cli", "grunt": "grunt-cli",
"gst-validate": "gst-devtools", "gst-validate": "gst-devtools",
"gtef": "tepl", "gtef": "tepl",
"gtk+4": "gtk4",
"gtksourceview@4": "gtksourceview4", "gtksourceview@4": "gtksourceview4",
"gutenberg": "zola", "gutenberg": "zola",
"hamsterdb": "upscaledb", "hamsterdb": "upscaledb",