emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#35293: closed ([PATCH 1/2] gnu: mate: Add mate-power-manager.)


From: GNU bug Tracking System
Subject: bug#35293: closed ([PATCH 1/2] gnu: mate: Add mate-power-manager.)
Date: Tue, 10 Dec 2019 07:03:02 +0000

Your message dated Tue, 10 Dec 2019 01:02:01 -0600
with message-id <address@hidden>
and subject line Re: [bug#35293] [PATCH 1/2] gnu: mate: Add mate-power-manager.
has caused the debbugs.gnu.org bug report #35293,
regarding [PATCH 1/2] gnu: mate: Add mate-power-manager.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
35293: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35293
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: mate: Add mate-power-manager. Date: Mon, 15 Apr 2019 22:30:06 +0200
* gnu/packages/mate.scm (mate-power-manager): New variable.
---
 gnu/packages/mate.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6d157e6..4a584c3 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -92,6 +92,46 @@
 MATE applications.")
     (license license:gpl3+)))
 
+(define-public mate-power-manager
+  (package
+    (name "mate-power-manager")
+    (version "1.22.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://pub.mate-desktop.org/releases/";
+                           (version-major+minor version) "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "03c09h41qfz83wmjfvwzkq4xqc54aswmki4h034qcxbgfnyfmk1i"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("intltool" ,intltool)
+       ("yelp-tools" ,yelp-tools)
+       ("glib" ,glib "bin") ; glib-gettextize
+       ("libtool" ,libtool)))
+    (inputs
+     `(("gtk+" ,gtk+)
+       ("glib" ,glib)
+       ("dbus-glib" ,dbus-glib)
+       ("libgnome-keyring" ,libgnome-keyring)
+       ("cairo" ,cairo)
+       ("dbus" ,dbus)
+       ("libnotify" ,libnotify)
+       ("mate-panel" ,mate-panel)
+       ("libxrandr" ,libxrandr)
+       ("libcanberra" ,libcanberra)
+       ("upower" ,upower)))
+    (home-page "https://mate-desktop.org/";)
+    (synopsis "A Power Manager for MATE")
+    (description
+     "MATE Power Manager is a MATE session daemon that acts as a policy agent 
on
+top of UPower. It listens to system events and responds with user-configurable
+actions.")
+    (license license:gpl3+)))
+
 (define-public mate-icon-theme
   (package
     (name "mate-icon-theme")
-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35293] [PATCH 1/2] gnu: mate: Add mate-power-manager. Date: Tue, 10 Dec 2019 01:02:01 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
guy fleury iteriteka <address@hidden> writes:

> * gnu/packages/mate.scm (mate-power-manager): New variable.
> ---
>  gnu/packages/mate.scm | 40 ++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
>
> diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> index 6d157e6..4a584c3 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -92,6 +92,46 @@
>  MATE applications.")
>      (license license:gpl3+)))
>  
> +(define-public mate-power-manager
> +  (package
> +    (name "mate-power-manager")
> +    (version "1.22.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://pub.mate-desktop.org/releases/";
> +                           (version-major+minor version) "/"
> +                           name "-" version ".tar.xz"))
> +       (sha256
> +        (base32
> +         "03c09h41qfz83wmjfvwzkq4xqc54aswmki4h034qcxbgfnyfmk1i"))))
> +    (build-system gnu-build-system)
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)
> +       ("intltool" ,intltool)
> +       ("yelp-tools" ,yelp-tools)
> +       ("glib" ,glib "bin") ; glib-gettextize
> +       ("libtool" ,libtool)))
> +    (inputs
> +     `(("gtk+" ,gtk+)
> +       ("glib" ,glib)
> +       ("dbus-glib" ,dbus-glib)
> +       ("libgnome-keyring" ,libgnome-keyring)
> +       ("cairo" ,cairo)
> +       ("dbus" ,dbus)
> +       ("libnotify" ,libnotify)
> +       ("mate-panel" ,mate-panel)
> +       ("libxrandr" ,libxrandr)
> +       ("libcanberra" ,libcanberra)
> +       ("upower" ,upower)))
> +    (home-page "https://mate-desktop.org/";)
> +    (synopsis "A Power Manager for MATE")
> +    (description
> +     "MATE Power Manager is a MATE session daemon that acts as a policy 
> agent on
> +top of UPower. It listens to system events and responds with 
> user-configurable
> +actions.")
> +    (license license:gpl3+)))
> +
>  (define-public mate-icon-theme
>    (package
>      (name "mate-icon-theme")

Closing.

This was added on 2019-04-15 with commit
f254e308c21a10798e11940580f7b3fbdb4a7714.

Thanks!

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/


--- End Message ---

reply via email to

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