gedit 44.0

* gedit 44.0
* gedit: patch macOS build

Closes #119588.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Patrick Linnane 2023-01-02 08:26:15 -08:00 committed by BrewTestBot
parent 05477f6085
commit 594247c36c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Gedit < Formula
desc "GNOME text editor"
homepage "https://wiki.gnome.org/Apps/Gedit"
url "https://download.gnome.org/sources/gedit/43/gedit-43.2.tar.xz"
sha256 "f950d2d35c594bb6c8dbc9f5440cad7788ca0a8688e2b07846f83de9a4e3fc25"
url "https://download.gnome.org/sources/gedit/44/gedit-44.0.tar.xz"
sha256 "82e6b33d8957cc19e30dba10402585f98d2e25e76a9be97ead83418103074502"
license "GPL-2.0-or-later"
bottle do
@ -40,6 +40,13 @@ class Gedit < Formula
depends_on "pango"
depends_on "tepl"
# Fix for macOS build failure
# Remove in next release
patch do
url "https://gitlab.gnome.org/GNOME/gedit/-/commit/b648d64c1492c187000e92377a390e65d7ddadf5.diff"
sha256 "672f75fe5788534ebf9092fd7506913afa5631710084b0efd232a036ef16c3b5"
end
def install
ENV["DESTDIR"] = "/"
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"