unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Miguel Arruga Vivas <rosen644835@gmail.com>
To: 38547@debbugs.gnu.org
Subject: [bug#38547] [PATCH v2] gnu: libwnck@2.30.7: Override build system for old release.
Date: Mon, 9 Dec 2019 17:31:34 +0100	[thread overview]
Message-ID: <20191209173135.06edb2af@gmail.com> (raw)
In-Reply-To: <20191209153610.6dadf5d1@gmail.com>

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

Sorry, last patch didn't work as it tries to install files into glib
folder.  This one keeps the native-inputs before d3b406969a.

Best regards,
Miguel

[-- Attachment #2: 0001-gnu-libwnck-2.30.7-Override-build-system-for-old-rel.patch --]
[-- Type: text/x-patch, Size: 967 bytes --]

From 6f345bf43973a1fabd5dceb29aebf3918eb57837 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?=
 <rosen644835@gmail.com>
Date: Mon, 9 Dec 2019 15:13:41 +0100
Subject: [PATCH] gnu: libwnck@2.30.7: Override build system for old release.

* gnu/packages/gnome.scm (libwnck-2)[build-system]: Override with
gnu-build-system.
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 979093277b..6a9a42dcc8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2343,6 +2343,10 @@ Hints specification (EWMH).")
               (sha256
                (base32
                 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("intltool" ,intltool)))
     (propagated-inputs
      `(("gtk+" ,gtk+-2)
        ("libxres" ,libxres)
-- 
2.23.0


  reply	other threads:[~2019-12-09 16:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 14:36 [bug#38547] [PATCH] gnu: libwnck@2.30.7: Override build system for old release Miguel Arruga Vivas
2019-12-09 16:31 ` Miguel Arruga Vivas [this message]
2019-12-10 14:08   ` bug#38547: [PATCH v2] " Kei Kebreau

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=20191209173135.06edb2af@gmail.com \
    --to=rosen644835@gmail.com \
    --cc=38547@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).