guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/20: gnu: Add mate-netbook.


From: Danny Milosavljevic
Subject: 11/20: gnu: Add mate-netbook.
Date: Sat, 30 Dec 2017 16:55:42 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 9f7d5768df8692b60d8ab2cecb9521dc11b5226b
Author: ng0 <address@hidden>
Date:   Sat Dec 30 22:48:17 2017 +0100

    gnu: Add mate-netbook.
    
    * gnu/packages/mate.scm (mate-netbook): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/mate.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f5714ac..26fea11 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -62,6 +62,7 @@
   #:use-module (gnu packages webkit)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
+  #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xorg))
 
 (define-public mate-common
@@ -1110,6 +1111,48 @@ sessions, panels, menus, file management, and 
preferences.")
 can be used as backgrounds in the MATE Desktop environment.")
     (license license:gpl2+)))
 
+(define-public mate-netbook
+  (package
+    (name "mate-netbook")
+    (version "1.18.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://pub.mate-desktop.org/releases/";
+                           (version-major+minor version) "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "0zj4x9qis8dw0irxzb4va1189k8bqbvymxq3h7phnjwvr1m983gf"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("gettext" ,gettext-minimal)
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("cairo" ,cairo)
+       ("glib" ,glib)
+       ("gtk+" ,gtk+)
+       ("libfakekey" ,libfakekey)
+       ("libwnck" ,libwnck)
+       ("libxtst" ,libxtst)
+       ("libx11" ,libx11)
+       ("mate-panel" ,mate-panel)
+       ("xproto" ,xproto)))
+    (home-page "https://mate-desktop.org/";)
+    (synopsis "Tool for MATE on Netbooks")
+    (description
+     "Mate Netbook is a simple window management tool which:
+
address@hidden
address@hidden Allows you to set basic rules for a window type, such as 
maximise|undecorate
address@hidden Allows exceptions to the rules, based on string matching for 
window name
+and window class.
address@hidden Allows 'reversing' of rules when the user manually changes 
something:
+Re-decorates windows on un-maximise.
address@hidden enumerate\n")
+    (license license:gpl3+)))
+
 (define-public mate
   (package
     (name "mate")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]