unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brett Gilio <brettg@posteo.net>
To: guy fleury iteriteka <hoonandon@gmail.com>
Cc: 35293-done@debbugs.gnu.org
Subject: bug#35293: [PATCH 1/2] gnu: mate: Add mate-power-manager.
Date: Tue, 10 Dec 2019 01:02:01 -0600	[thread overview]
Message-ID: <87d0cwk6ja.fsf@posteo.net> (raw)
In-Reply-To: <20190415203007.1175-2-hoonandon@gmail.com> (guy fleury iteriteka's message of "Mon, 15 Apr 2019 22:30:06 +0200")

guy fleury iteriteka <hoonandon@gmail.com> 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/

  reply	other threads:[~2019-12-10  7:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-15 20:30 [bug#35292] [PATCH 0/2] Add mate-power-manager to MATE guy fleury iteriteka
2019-04-15 20:30 ` [bug#35293] [PATCH 1/2] gnu: mate: Add mate-power-manager guy fleury iteriteka
2019-12-10  7:02   ` Brett Gilio [this message]
2019-04-15 20:30 ` [bug#35294] [PATCH 2/2] gnu: mate: Build MATE with mate-power-mager support guy fleury iteriteka
2019-12-10  7:03   ` bug#35294: " Brett Gilio
2019-04-15 21:05 ` bug#35292: [PATCH 0/2] Add mate-power-manager to MATE Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d0cwk6ja.fsf@posteo.net \
    --to=brettg@posteo.net \
    --cc=35293-done@debbugs.gnu.org \
    --cc=hoonandon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).