From patchwork Mon Apr 20 05:50:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raghav Gururajan X-Patchwork-Id: 21366 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D0BD227BBE4; Mon, 20 Apr 2020 06:51:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 9F32027BBE1 for ; Mon, 20 Apr 2020 06:51:10 +0100 (BST) Received: from localhost ([::1]:57914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQPKo-0006z0-4x for patchwork@mira.cbaines.net; Mon, 20 Apr 2020 01:51:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59224 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQPKh-0006ys-1w for guix-patches@gnu.org; Mon, 20 Apr 2020 01:51:03 -0400 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQPKg-0001tk-CK for guix-patches@gnu.org; Mon, 20 Apr 2020 01:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34920) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQPKg-0001tO-09 for guix-patches@gnu.org; Mon, 20 Apr 2020 01:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQPKf-0004cz-Te for guix-patches@gnu.org; Mon, 20 Apr 2020 01:51:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#40657] gnu: liblinphone: Fix icons. (v2) References: <20200416084226.4dc32c90.raghavgururajan@disroot.org> In-Reply-To: <20200416084226.4dc32c90.raghavgururajan@disroot.org> Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Apr 2020 05:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40657 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 40657@debbugs.gnu.org Received: via spool by 40657-submit@debbugs.gnu.org id=B40657.158736185617778 (code B ref 40657); Mon, 20 Apr 2020 05:51:01 +0000 Received: (at 40657) by debbugs.gnu.org; 20 Apr 2020 05:50:56 +0000 Received: from localhost ([127.0.0.1]:46466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQPKZ-0004cf-VN for submit@debbugs.gnu.org; Mon, 20 Apr 2020 01:50:56 -0400 Received: from knopi.disroot.org ([178.21.23.139]:49392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQPKX-0004cU-FF for 40657@debbugs.gnu.org; Mon, 20 Apr 2020 01:50:54 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E0CE2252E7 for <40657@debbugs.gnu.org>; Mon, 20 Apr 2020 07:50:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ZQmuEKsd_MR for <40657@debbugs.gnu.org>; Mon, 20 Apr 2020 07:50:50 +0200 (CEST) Date: Mon, 20 Apr 2020 01:50:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1587361850; bh=F3sZq+4GnOnztA5GGVkOiIQ2hjzRJ1Qr+oboZW9MizY=; h=Date:From:To:Subject; b=ELsTLXFhzccp+aX7JCvXYD5A1FI3j9tEK9w3CxmewUELrhK/M8vJW6a7+MgAM35SL jB+ORXTPKP/r2lbSZSAFxANGDyHlenxeEbBwzNw1dmX7XqcvBjUzNk/y8By8va8Y9H lebMewUPNf6HakLagiSsvakYWqdfkH3ggeh+qy+AQEnopdjkmrV/FBXxNMzbefLnjw jdYVVw4sPEqd4z7nfHDQQLsqBp4BUIhOLyvMguA/Y+ceJy/F1DIyQL4eyWUbh4vInX EWavQB+dKZPiT49mWPeZyr9jWlL3ED8DbH7b1DJL7HnmnVKHA0Q8Ov30nHs7ymNQ6I b6CUrkFzJHGQA== From: Raghav Gururajan Message-ID: <20200420015036.70389578.raghavgururajan@disroot.org> Mime-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From f9dcbb7c2756f960721cf7194b710de3c4ac22e1 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Mon, 20 Apr 2020 01:47:50 -0400 Subject: [PATCH] gnu: liblinphone: Fix icons. * gnu/packages/linphone.scm (liblinphone): Fix icons. --- gnu/packages/linphone.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index c9959d7d01..8962f2001e 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -49,6 +49,7 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system cmake) + #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system gnu)) (define-public bcunit @@ -428,8 +429,17 @@ decoding, and rendering.") "/lib/glib-2.0/include")) "-DENABLE_STATIC=NO" ; Not required "-DENABLE_GTK_UI=YES") ; For Legacy UI + #:imported-modules (,@%cmake-build-system-modules + (guix build glib-or-gtk-build-system)) + #:modules ((guix build cmake-build-system) + ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:) + (guix build utils)) #:phases (modify-phases %standard-phases + (add-after 'install 'glib-or-gtk-compile-schemas + (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-compile-schemas)) + (add-after 'install 'glib-or-gtk-wrap + (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)) (add-after 'unpack 'patch (lambda _ (substitute* "gtk/main.c" @@ -449,6 +459,7 @@ decoding, and rendering.") ("belcard" ,belcard) ("bellesip" ,belle-sip) ("bzrtp", bzrtp) + ("hicolor-icon-theme" ,hicolor-icon-theme) ; Hard-coded for GTK UI ("glib" ,glib) ("gtk2" ,gtk+-2) ("mediastreamer2" ,mediastreamer2) -- 2.26.1