glib-networking 2.60.0.1
Closes #37840. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
889baef462
commit
7c53260f4d
1 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
class GlibNetworking < Formula
|
class GlibNetworking < Formula
|
||||||
desc "Network related modules for glib"
|
desc "Network related modules for glib"
|
||||||
homepage "https://launchpad.net/glib-networking"
|
homepage "https://launchpad.net/glib-networking"
|
||||||
url "https://download.gnome.org/sources/glib-networking/2.60/glib-networking-2.60.0.tar.xz"
|
url "https://download.gnome.org/sources/glib-networking/2.60/glib-networking-2.60.0.1.tar.xz"
|
||||||
sha256 "9085edc77eae591fa43d62878c0428eb0abc564e14a985a26c0cf9392a319fe3"
|
sha256 "674e8b062c0639c274848d40b8308f8fb2ecd8b82e7eb6fe805d1aca7deb983c"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "5505deacdbf1387b122137293782d2268dfa42d25b895bd9ef2e62af04dc88c1" => :mojave
|
sha256 "5505deacdbf1387b122137293782d2268dfa42d25b895bd9ef2e62af04dc88c1" => :mojave
|
||||||
|
@ -20,12 +20,6 @@ class GlibNetworking < Formula
|
||||||
|
|
||||||
link_overwrite "lib/gio/modules"
|
link_overwrite "lib/gio/modules"
|
||||||
|
|
||||||
# see https://gitlab.gnome.org/GNOME/glib-networking/merge_requests/31
|
|
||||||
patch do
|
|
||||||
url "https://gitlab.gnome.org/GNOME/glib-networking/commit/1133663788212a1b8060febf7cc0d30c7bc0ecc0.patch"
|
|
||||||
sha256 "7e0081138e034804cad4dacc84a7aab962ef315b21bf6c39ce67b40e9699505d"
|
|
||||||
end
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# stop meson_post_install.py from doing what needs to be done in the post_install step
|
# stop meson_post_install.py from doing what needs to be done in the post_install step
|
||||||
ENV["DESTDIR"] = "/"
|
ENV["DESTDIR"] = "/"
|
||||||
|
|
Loading…
Reference in a new issue