unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] st: Update to 0.7.
@ 2016-08-11 15:03 ng0
  2016-08-11 15:32 ` ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-08-11 15:03 UTC (permalink / raw)
  To: guix-devel

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

This patch updates st, still in the suckless.scm.

I can adjust whatever patchset gets applied first.


[-- 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: 1086 bytes --]

From d7262377dee932fe69f523c7db89757c90d10c7b 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.
---
 gnu/packages/suckless.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 87e5aad..0e723e0 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
-- 
2.9.2


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


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] st: Update to 0.7.
  2016-08-11 15:03 [PATCH] st: Update to 0.7 ng0
@ 2016-08-11 15:32 ` ng0
  2016-08-12 14:35   ` 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-08-11 15:32 UTC (permalink / raw)
  To: guix-devel

[-- 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] st: Update to 0.7.
  2016-08-11 15:32 ` ng0
@ 2016-08-12 14:35   ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2016-08-12 14:35 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

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

> 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.
>

Applied, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-12 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11 15:03 [PATCH] st: Update to 0.7 ng0
2016-08-11 15:32 ` ng0
2016-08-12 14:35   ` 宋文武

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).