From 5785335736f67444386e819b6cf4c4d6488f4d18 Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Tue, 12 Jan 2016 12:07:19 +0530 Subject: [PATCH] libnotify: formula cleanup/remove x11 dep --- Formula/libnotify.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/libnotify.rb b/Formula/libnotify.rb index 8b2bff2ffc..41de8fe3f3 100644 --- a/Formula/libnotify.rb +++ b/Formula/libnotify.rb @@ -1,12 +1,11 @@ class Libnotify < Formula homepage "https://developer.gnome.org/libnotify" - url "http://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-0.7.6.tar.xz" + url "https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.6.tar.xz" sha256 "0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837" - depends_on :x11 depends_on "pkg-config" => :build - depends_on "gtk+3" - depends_on "gtk-doc" => :optional + depends_on "gtk+3" => :build + depends_on "gdk-pixbuf" def install system "./configure", "--disable-dependency-tracking",