From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5YU1-0007Ht-2D for guix-patches@gnu.org; Sun, 17 Mar 2019 12:17:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5YHf-00019u-Bs for guix-patches@gnu.org; Sun, 17 Mar 2019 12:05:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34130) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5YHf-00019h-26 for guix-patches@gnu.org; Sun, 17 Mar 2019 12:05:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5YHe-0004IN-Sd for guix-patches@gnu.org; Sun, 17 Mar 2019 12:05:10 -0400 Subject: [bug#34895] [PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3. Resent-Message-ID: From: Kei Kebreau Date: Sun, 17 Mar 2019 12:04:23 -0400 Message-Id: <20190317160423.10327-17-kkebreau@posteo.net> In-Reply-To: <20190317160423.10327-1-kkebreau@posteo.net> References: <20190317160423.10327-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34895@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.4.3. [source]: Use HTTPS. [inputs]: Add xfce4-panel. --- gnu/packages/xfce.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f044880f87..79676ed65b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -892,22 +892,23 @@ several different time zones.") (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.3.6") + (version "0.4.3") (source (origin (method url-fetch) - (uri (string-append "http://archive.xfce.org/src/apps/" + (uri (string-append "https://archive.xfce.org/src/apps/" name "/" (version-major+minor version) "/" name "-" version ".tar.bz2")) (sha256 (base32 - "1ybcfqfynr33g5hp2lgq17s8qyx7rq6fd2iwrpwcvm6kml6prjpl")))) + "1h7avj149cafj9dabiza22y14i66vxgp5qj0wxx8i97w9h4dlg99")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs `(("libxfce4ui" ,libxfce4ui) - ("libnotify" ,libnotify))) + ("libnotify" ,libnotify) + ("xfce4-panel" ,xfce4-panel))) (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd") (synopsis "Show notification bubbles on Xfce") (description -- 2.21.0