From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42926) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0AA4-0006bf-5g for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0AA1-0000an-2B for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:18 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53509) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0AA0-0000a5-FL for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:16 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0AA0-0003YX-CV for guix-patches@gnu.org; Tue, 20 Aug 2019 15:51:16 -0400 Subject: [bug#37121] [PATCH 24/40] gnu: xfce4-power-manager: Update to 1.6.5. Resent-Message-ID: From: L p R n d n Date: Tue, 20 Aug 2019 23:50:27 +0200 Message-Id: <20190820215043.32077-24-guix@lprndn.info> In-Reply-To: <20190820215043.32077-1-guix@lprndn.info> References: <20190820215043.32077-1-guix@lprndn.info> 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: 37121@debbugs.gnu.org * gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.6.5. [inputs] Add gtk+. Remove gtk+-2. --- gnu/packages/xfce.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 72f01f2117..530f2cc116 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -864,7 +864,7 @@ system resources, while still being visually appealing and user friendly.") (define-public xfce4-power-manager (package (name "xfce4-power-manager") - (version "1.6.1") + (version "1.6.5") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -872,16 +872,14 @@ system resources, while still being visually appealing and user friendly.") name "-" version ".tar.bz2")) (sha256 (base32 - "0sv5927q8jxvdfx7b06f8s7qyq3qa1nqn0b8c1b9bf234d2jba0y")))) + "0x3s2bdwfhp65dz5yn3k43j99ywqlsvrpz3pqmgwm0dik5wbdb8h")))) (build-system gnu-build-system) - (arguments - '(#:configure-flags '("--enable-gtk3"))) (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) (inputs - `(("lbxrandr" ,libxrandr) - ("gtk+" ,gtk+-2) + `(("libxrandr" ,libxrandr) + ("gtk+" ,gtk+) ("upower" ,upower) ("libnotify" ,libnotify) ("libxfce4ui" ,libxfce4ui))) -- 2.22.0