unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stefan Stefanović" <stefanx2ovic@gmail.com>
To: 33088@debbugs.gnu.org
Subject: [bug#33088] [PATCH] gnu: pango-1.42.4: Propagate fribidi.
Date: Thu, 18 Oct 2018 16:56:54 +0200	[thread overview]
Message-ID: <CAFBTj=gR+WB3nRSQ59vhG4e=AoqSk+6S5Asu3FtYRkxKVYk6fw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 519 bytes --]

Package pango-1.42.4 lint is OK. Package pango-1.42.4 build is OK.

Running make command, I get message "Some deprecated features have been used..."
After removing .../gtk.go file and running make again with environment variable
GUILE_WARN_DEPRECATED="detailed" I do not get the above warning.

Is it because I used "(@ (srfi srfi-1) alist-delete)" sexp?
(srfi srfi-1) module can be included using " #:use-module (srfi
srfi-1)" but I chose this form because alist-delete procedure is used
by me only in this one place.

[-- Attachment #2: 0001-gnu-pango-1.42.4-Propagate-fribidi.patch --]
[-- Type: text/x-patch, Size: 1225 bytes --]

From a89af17b9917c93d13133176f6cb5abcf52ca7fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Stefanovi=C4=87?= <stefanx2ovic@gmail.com>
Date: Thu, 18 Oct 2018 16:31:46 +0200
Subject: [PATCH] gnu: pango-1.42.4: Propagate fribidi.

* gnu/packages/gtk.scm (pango-1.42.4)
[propagated-inputs]: Add fribidi to inherited pango propagated-inputs. New field.
[inputs]: Remove fribidi from inherited pango inputs. New field.
---
 gnu/packages/gtk.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8c25922c9..e22be115b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -265,7 +265,13 @@ used throughout the world.")
                                   "pango-" version ".tar.xz"))
               (sha256
                (base32
-                "17bwb7dgbncrfsmchlib03k9n3xaalirb39g3yb43gg8cg6p8aqx"))))))
+                "17bwb7dgbncrfsmchlib03k9n3xaalirb39g3yb43gg8cg6p8aqx"))))
+    (propagated-inputs
+     `(("fribidi" ,fribidi)
+       ,@(package-propagated-inputs pango)))
+    (inputs
+     `(,@((@ (srfi srfi-1) alist-delete)
+          "fribidi" (package-inputs pango))))))
 
 (define-public pangox-compat
   (package
-- 
2.19.1


             reply	other threads:[~2018-10-18 15:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 14:56 Stefan Stefanović [this message]
2018-11-06 18:52 ` [bug#33088] [PATCH] gnu: pango-1.42.4: Propagate fribidi Marius Bakke
2018-11-06 20:41   ` Stefan Stefanović

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFBTj=gR+WB3nRSQ59vhG4e=AoqSk+6S5Asu3FtYRkxKVYk6fw@mail.gmail.com' \
    --to=stefanx2ovic@gmail.com \
    --cc=33088@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).