unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0.
@ 2015-03-01  5:57 宋文武
  2015-03-01  5:57 ` [PATCH 02/15] gnu: libxfce4util: Update to 4.12.1 宋文武
                   ` (15 more replies)
  0 siblings, 16 replies; 38+ messages in thread
From: 宋文武 @ 2015-03-01  5:57 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.0.
---
 gnu/packages/xfce.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fb5427c..1be28a7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Sou Bunnbu <iyzsong@gmail.com>
+;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -43,14 +43,14 @@
 (define-public gtk-xfce-engine
   (package
     (name "gtk-xfce-engine")
-    (version "3.0.0")
+    (version "2.10.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.10/src/"
+              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "13c3ajfqkdr6jlqjyhcp4nls0ddanypr83q9qib2ciffik78zq4h"))))
+                "0rqrnjxx1lzla7wp2fadyixs6jy0js6xh005pgwyqbigpl0v7hy1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.1.2

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

end of thread, other threads:[~2015-03-05 19:33 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01  5:57 [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0 宋文武
2015-03-01  5:57 ` [PATCH 02/15] gnu: libxfce4util: Update to 4.12.1 宋文武
2015-03-01 12:47   ` David Thompson
2015-03-01  5:57 ` [PATCH 03/15] gnu: xfconf: Update to 4.12.0 宋文武
2015-03-01 12:49   ` David Thompson
2015-03-02  5:59   ` Mark H Weaver
2015-03-01  5:57 ` [PATCH 04/15] gnu: libxfce4ui: " 宋文武
2015-03-01 12:49   ` David Thompson
2015-03-01  5:57 ` [PATCH 05/15] gnu: exo: Update to 0.10.3 宋文武
2015-03-01 12:50   ` David Thompson
2015-03-01  5:57 ` [PATCH 06/15] gnu: garcon: Update to 0.4.0 宋文武
2015-03-01 12:50   ` David Thompson
2015-03-01  5:57 ` [PATCH 07/15] gnu: tumbler: Update to 0.1.31 宋文武
2015-03-01 12:52   ` David Thompson
2015-03-01  5:57 ` [PATCH 08/15] gnu: xfce4-panel: Update to 4.12.0 宋文武
2015-03-01 12:52   ` David Thompson
2015-03-01  5:57 ` [PATCH 09/15] gnu: xfce4-appfinder: " 宋文武
2015-03-01 12:53   ` David Thompson
2015-03-01  5:57 ` [PATCH 10/15] gnu: xfce4-session: " 宋文武
2015-03-01 12:53   ` David Thompson
2015-03-01  5:57 ` [PATCH 11/15] gnu: xfce4-settings: " 宋文武
2015-03-01 12:54   ` David Thompson
2015-03-01  5:57 ` [PATCH 12/15] gnu: thunar: Update to 1.6.6 宋文武
2015-03-01 12:54   ` David Thompson
2015-03-01  5:57 ` [PATCH 13/15] gnu: thunar-volman: Update to 0.8.1 宋文武
2015-03-01 12:54   ` David Thompson
2015-03-01  5:57 ` [PATCH 14/15] gnu: xfwm4: Update to 4.12.0 宋文武
2015-03-01 12:55   ` David Thompson
2015-03-01  5:57 ` [PATCH 15/15] gnu: xfdesktop: " 宋文武
2015-03-01 12:56   ` David Thompson
2015-03-01 10:09 ` [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0 Andreas Enge
2015-03-01 10:30   ` 宋文武
2015-03-02  9:14     ` Andreas Enge
2015-03-01 10:50   ` 宋文武
2015-03-02  6:06   ` Mark H Weaver
2015-03-02  8:46     ` Andreas Enge
2015-03-05 19:32       ` Mark H Weaver
2015-03-01 12:47 ` David Thompson

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