all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: guix-devel@gnu.org
Subject: Re: [PATCH] st: Update to 0.7.
Date: Thu, 11 Aug 2016 15:32:44 +0000	[thread overview]
Message-ID: <87y443codf.fsf@we.make.ritual.n0.is> (raw)
In-Reply-To: <87eg5vwdox.fsf@we.make.ritual.n0.is>

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

ng0 <ng0@we.make.ritual.n0.is> writes:

> This patch updates st, still in the suckless.scm.
>
> I can adjust whatever patchset gets applied first.

Correction: I sent this patch before the email on the release got out,
release email says the dependency on libxext got dropped.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-st-Update-to-0.7.patch --]
[-- Type: text/x-patch, Size: 1426 bytes --]

From 2d742fdd21115a6a21c1fae11838c2d8ffa90ebb Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Thu, 11 Aug 2016 15:01:04 +0000
Subject: [PATCH] gnu: st: Update to 0.7.

* gnu/packages/suckless.scm (st): Update to 0.7.
(inputs): Remove libxext.
---
 gnu/packages/suckless.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 87e5aad..8d138c5 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -152,7 +152,7 @@ numbers of user-defined menu items efficiently.")
 (define-public st
   (package
     (name "st")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
@@ -160,7 +160,7 @@ numbers of user-defined menu items efficiently.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0avsfc1qp8zvshsfjwwrkvk411jlqy58z225bsdhjkl1qc40qcc5"))))
+         "00309qiw20rc89696pk8bdr7ik4r1aarik7jxqk8k66cdj80v1zp"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; no tests
@@ -179,7 +179,6 @@ numbers of user-defined menu items efficiently.")
        ("libxft" ,libxft)
        ("libxcomposite" ,libxcomposite)
        ("compositeproto" ,compositeproto)
-       ("libxext" ,libxext)
        ("xextproto" ,xextproto)
        ("libxrender" ,libxrender)
        ("fontconfig" ,fontconfig)
-- 
2.9.2


[-- Attachment #3: Type: text/plain, Size: 79 bytes --]



-- 
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org

  reply	other threads:[~2016-08-11 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 15:03 [PATCH] st: Update to 0.7 ng0
2016-08-11 15:32 ` ng0 [this message]
2016-08-12 14:35   ` 宋文武

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

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

  git send-email \
    --in-reply-to=87y443codf.fsf@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=guix-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.