From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56818) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOOc3-0006L0-Rz for guix-patches@gnu.org; Tue, 14 Apr 2020 12:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOOc2-0005dv-Ju for guix-patches@gnu.org; Tue, 14 Apr 2020 12:40:39 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51247) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jONjG-0004ES-4H for guix-patches@gnu.org; Tue, 14 Apr 2020 11:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jONjG-0008Ru-1h for guix-patches@gnu.org; Tue, 14 Apr 2020 11:44:02 -0400 Subject: [bug#40485] [PATCH v3] : [bug#40485] Acknowledgement (gnu: Update libxfce4ui to 4.15.2.) Resent-Message-ID: References: <20200407155647.76622614@scratchpost.org> <20200407160101.0cc1d475@scratchpost.org> <20200407160744.15d74364@scratchpost.org> <8d29d7f0-c494-4843-a6df-ac1704e24fdc@riseup.net> <20200407162336.5377640b@scratchpost.org> <9c68509b-c720-429f-aa10-a8289ed43a64@riseup.net> <20200407214803.1766ef7f@scratchpost.org> <25e2a647-635c-f8f6-a962-8701fd69e3ce@riseup.net> <20200409001936.16098b47@scratchpost.org> <39267250-afcc-1e79-db07-cd47756d0967@riseup.net> <20200413212704.4cafb1f5@scratchpost.org> From: Naga Malleswari Message-ID: Date: Tue, 14 Apr 2020 21:13:05 +0530 MIME-Version: 1.0 In-Reply-To: <20200413212704.4cafb1f5@scratchpost.org> Content-Type: multipart/mixed; boundary="------------CDD3086BA379842AEF0D2820" Content-Language: en-US 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: Danny Milosavljevic Cc: 40485@debbugs.gnu.org This is a multi-part message in MIME format. --------------CDD3086BA379842AEF0D2820 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Hi Submitting v3 of patch On 14/04/20 12:57 am, Danny Milosavljevic wrote: > Hi Naga, > > when trying to build the dependents, I get a build failure in > xfce4-equake-plugin. My mistake i checked only embed plugin and formatted the patch. > > Please fix xfce4-equake-plugin to also use libxfce4ui-1. > Same for xfce4-kbdleds-plugin. > Same for xfce4-mailwatch-plugin. Yes i build without modifications and after modifying each to validate and i made necessary changes. > > Otherwise OK. -- Regards NagaMalli --------------CDD3086BA379842AEF0D2820 Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-libxfce4ui-Add-4.15.2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-libxfce4ui-Add-4.15.2.patch" >From c16724c279309fd6fa58a927bd59862386f8a432 Mon Sep 17 00:00:00 2001 From: Naga Malleswari Date: Tue, 14 Apr 2020 21:10:07 +0530 Subject: [PATCH] gnu: libxfce4ui: Add 4.15.2. * gnu/packages/xfce.scm (libxfce4ui): New variable. --- gnu/packages/xfce.scm | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b231761d43..f99aedcb88 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -163,7 +163,7 @@ Xfce Desktop Environment.") storage system.") (license lgpl2.0+))) -(define-public libxfce4ui +(define-public libxfce4ui-1 (package (name "libxfce4ui") (version "4.14.1") @@ -201,6 +201,20 @@ storage system.") to share commonly used Xfce widgets among the Xfce applications.") (license lgpl2.0+))) +(define-public libxfce4ui + (package + (inherit libxfce4ui-1) + (name "libxfce4ui") + (version "4.15.2") + (source (origin + (method url-fetch) + (uri (string-append "https://archive.xfce.org/src/xfce/" + name "/" (version-major+minor version) "/" + name "-" version ".tar.bz2")) + (sha256 + (base32 + "0069da27chxrgylbzcm9vhzpfnvkii2n2dz8g6jlwfcr82arkayb")))))) + (define-public exo (package (name "exo") @@ -1313,7 +1327,7 @@ watch your every step.") ("pkg-config" ,pkg-config))) (inputs `(("gtk+-2" ,gtk+-2) - ("libxfce4ui" ,libxfce4ui) + ("libxfce4ui" ,libxfce4ui-1) ("xfce4-panel" ,xfce4-panel))) (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-equake-plugin") @@ -1450,7 +1464,7 @@ performance (bytes transferred per second).") `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs - `(("libxfce4ui" ,libxfce4ui) + `(("libxfce4ui" ,libxfce4ui-1) ("xfce4-panel" ,xfce4-panel) ("gtk+-2" ,gtk+-2))) (home-page @@ -1547,7 +1561,7 @@ button and a personalized tooltip.") ("pkg-config" ,pkg-config))) (inputs `(("gtk+-2" ,gtk+-2) - ("libxfce4ui" ,libxfce4ui) + ("libxfce4ui" ,libxfce4ui-1) ("xfce4-panel" ,xfce4-panel))) (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin") @@ -1575,7 +1589,7 @@ Caps, Scroll and Num Lock in Xfce panel.") ("pkg-config" ,pkg-config))) (inputs `(("gtk+-2" ,gtk+-2) - ("libxfce4ui" ,libxfce4ui) + ("libxfce4ui" ,libxfce4ui-1) ("exo" ,exo) ("xfce4-panel" ,xfce4-panel))) (home-page -- 2.25.1 --------------CDD3086BA379842AEF0D2820--