all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* LXDE updates (terminal,pcmanfm,libfm,menu-cache)
@ 2017-01-23 14:36 contact.ng0
  2017-01-23 14:36 ` [PATCH 1/3] gnu: lxterminal: Update to 0.3.0 contact.ng0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: contact.ng0 @ 2017-01-23 14:36 UTC (permalink / raw)
  To: guix-devel

This updates our few lxde packages:

 * lxterminal -> 0.3.0
 * pcmanfm, libfm -> 1.2.5
 * menu-cache -> 1.0.2

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

* [PATCH 1/3] gnu: lxterminal: Update to 0.3.0.
  2017-01-23 14:36 LXDE updates (terminal,pcmanfm,libfm,menu-cache) contact.ng0
@ 2017-01-23 14:36 ` contact.ng0
  2017-01-23 14:37 ` [PATCH 2/3] gnu: pcmanfm, libfm: Update to 1.2.5 contact.ng0
  2017-01-23 14:37 ` [PATCH 3/3] gnu: menu-cache: Update to 1.0.2 contact.ng0
  2 siblings, 0 replies; 4+ messages in thread
From: contact.ng0 @ 2017-01-23 14:36 UTC (permalink / raw)
  To: guix-devel; +Cc: ng0

From: ng0 <ng0@libertad.pw>

* gnu/packages/lxde.scm (lxterminal): Update to 0.3.0.
[arguments]: Disable tests.
[source]: Update to use new '.tar.xz' tarball.
---
 gnu/packages/lxde.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index dedaaee27..e04570bf9 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -143,16 +144,20 @@ toolkit.  It allows users to monitor and control of running processes.")
 (define-public lxterminal
   (package
     (name "lxterminal")
-    (version "0.2.0")
+    (version "0.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/lxde/LXTerminal"
                                   "%20%28terminal%20emulator%29/LXTerminal%20"
-                                  version "/" name "-" version ".tar.gz"))
+                                  version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1brb506vmnncih8nyvlrckrrn6msbsvz2vwbm7bsqwigcnchwjqp"))))
+                "1yf76s15zvfw0h42b0ay1slpq47khgjmcry8ki2z812zar9lchia"))))
     (build-system gnu-build-system)
+    (arguments
+     `(; Tests fail for "po" fail with "No rule to make target '../src/encoding.c'
+       ;; needed by 'lxterminal.pot'. Stop."
+       #:tests? #f))
     (inputs `(("gtk+" ,gtk+-2)
               ("vte"  ,vte/gtk+-2)))
     (native-inputs `(("intltool"   ,intltool)
-- 
2.11.0

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

* [PATCH 2/3] gnu: pcmanfm, libfm: Update to 1.2.5.
  2017-01-23 14:36 LXDE updates (terminal,pcmanfm,libfm,menu-cache) contact.ng0
  2017-01-23 14:36 ` [PATCH 1/3] gnu: lxterminal: Update to 0.3.0 contact.ng0
@ 2017-01-23 14:37 ` contact.ng0
  2017-01-23 14:37 ` [PATCH 3/3] gnu: menu-cache: Update to 1.0.2 contact.ng0
  2 siblings, 0 replies; 4+ messages in thread
From: contact.ng0 @ 2017-01-23 14:37 UTC (permalink / raw)
  To: guix-devel; +Cc: ng0

From: ng0 <ng0@libertad.pw>

* gnu/packages/lxde.scm (pcmanfm): Update to 1.2.5.
* gnu/packages/lxde.scm (libfm): Update to 1.2.5.
---
 gnu/packages/lxde.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index e04570bf9..7fb0be373 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -34,7 +34,7 @@
 (define-public libfm
   (package
     (name "libfm")
-    (version "1.2.4")
+    (version "1.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcmanfm/"
@@ -42,7 +42,7 @@
                                   "%29/LibFM/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bsh4p7h2glhxf1cc1lvbxyb4qy0y1zsnl9izf7vrldkikrgc13q"))))
+                "0nlvfwh09gbq8bkbvwnw6iqr918rrs9gc9ljb9pjspyg408bn1n7"))))
     (build-system gnu-build-system)
     (inputs `(("glib" ,glib)
               ("gtk+" ,gtk+-2)))
@@ -195,7 +195,7 @@ speed up the access to freedesktop.org defined application menus.")
 (define-public pcmanfm
   (package
     (name "pcmanfm")
-    (version "1.2.4")
+    (version "1.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/" name "/"
@@ -203,7 +203,7 @@ speed up the access to freedesktop.org defined application menus.")
                                   "%29/PCManFM/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04z3vd9si24yi4c8calqncdpb9b6mbj4cs4f3fs86i6j05gvpk9q"))))
+                "0rxdh0dfzc84l85c54blq42gczygq8adhr3l9hqzy1dp530cm1hc"))))
     (build-system gnu-build-system)
     ;; (#:configure-flags '("--sysconfdir=/etc")) suggested in README.
     (inputs `(("gtk+"   ,gtk+-2)
-- 
2.11.0

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

* [PATCH 3/3] gnu: menu-cache: Update to 1.0.2.
  2017-01-23 14:36 LXDE updates (terminal,pcmanfm,libfm,menu-cache) contact.ng0
  2017-01-23 14:36 ` [PATCH 1/3] gnu: lxterminal: Update to 0.3.0 contact.ng0
  2017-01-23 14:37 ` [PATCH 2/3] gnu: pcmanfm, libfm: Update to 1.2.5 contact.ng0
@ 2017-01-23 14:37 ` contact.ng0
  2 siblings, 0 replies; 4+ messages in thread
From: contact.ng0 @ 2017-01-23 14:37 UTC (permalink / raw)
  To: guix-devel; +Cc: ng0

From: ng0 <ng0@libertad.pw>

* gnu/packages/lxde.scm (menu-cache): Update to 1.0.2.
---
 gnu/packages/lxde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 7fb0be373..036091208 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -173,7 +173,7 @@ performance, all instances of the terminal are sharing a single process.")
 (define-public menu-cache
   (package
     (name "menu-cache")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/lxde/" name "/"
@@ -181,7 +181,7 @@ performance, all instances of the terminal are sharing a single process.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ngxvwfj9drabqi3lyzgpi0d0za6431sy2ijb010filrj54jdiqa"))))
+                "1m8j40npykfcfqs43kc0fmksal2jfmfi8lnb3mq3xy1lvvrfv0vg"))))
     (build-system gnu-build-system)
     (inputs `(("glib"  ,glib)
               ("libfm" ,libfm-extra)))
-- 
2.11.0

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

end of thread, other threads:[~2017-01-23 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 14:36 LXDE updates (terminal,pcmanfm,libfm,menu-cache) contact.ng0
2017-01-23 14:36 ` [PATCH 1/3] gnu: lxterminal: Update to 0.3.0 contact.ng0
2017-01-23 14:37 ` [PATCH 2/3] gnu: pcmanfm, libfm: Update to 1.2.5 contact.ng0
2017-01-23 14:37 ` [PATCH 3/3] gnu: menu-cache: Update to 1.0.2 contact.ng0

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.