[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/15] gnu: Add xfwm4.
From: |
宋文武 |
Subject: |
[PATCH 14/15] gnu: Add xfwm4. |
Date: |
Wed, 10 Dec 2014 20:02:35 +0800 |
* gnu/packages/xfce.scm (xfwm4): New variable.
---
gnu/packages/xfce.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f32c250..5f2d581 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -404,3 +404,30 @@ thunar-volman is installed and configured properly, and
you plug in your
digitcal camera, it will automatically spawn your preferred photo application
and import the new pictures from your camera.")
(license gpl2+)))
+
+(define-public xfwm4
+ (package
+ (name "xfwm4")
+ (version "4.10.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://archive.xfce.org/xfce/4.10/src/"
+ name "-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "170zzs7adj47srsi2cl723w9pl8k8awd7w1bpzxby7hj92zmf8s9"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)))
+ (inputs
+ `(("libwnck", libwnck-1)
+ ("libxfce4ui" ,libxfce4ui)
+ ("libxrandr" ,libxrandr)
+ ("libxcomposite" ,libxcomposite)))
+ (home-page "http://www.xfce.org/")
+ (synopsis "XFCE Window Manager")
+ (description
+ "Window manager for Xfce, it handles the placement of windows
+on the screen.")
+ (license gpl2+)))
--
2.1.2
- [PATCH 10/15] gnu: Add xfce4-session., (continued)
- [PATCH 10/15] gnu: Add xfce4-session., 宋文武, 2014/12/10
- [PATCH 11/15] gnu: Add xfce4-settings., 宋文武, 2014/12/10
- [PATCH 12/15] gnu: Add thunar., 宋文武, 2014/12/10
- [PATCH 13/15] gnu: Add thunar-volman., 宋文武, 2014/12/10
- [PATCH 14/15] gnu: Add xfwm4.,
宋文武 <=
- [PATCH 15/15] gnu: Add xfdesktop., 宋文武, 2014/12/10
- Re: [PATCH 01/15] gnu: Add gtk-xfce-engine., Ludovic Courtès, 2014/12/11