all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 40324@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#40324] [PATCH 28/30] gnu: mate-power-manager: Update to 1.24.1.
Date: Mon, 30 Mar 2020 15:25:07 +0200	[thread overview]
Message-ID: <20200330132509.17369-8-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <20200330132509.17369-1-jonathan.brielmaier@web.de>

* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1.
[native-inputs]: Switch from intltool to gettext as upstream. Add polkit
for ITS rules. Libtool is generated during build, so we can remove the
external one.
---
 gnu/packages/mate.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1d830c73cf..d772145ea6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -94,7 +94,7 @@ MATE applications.")
 (define-public mate-power-manager
   (package
     (name "mate-power-manager")
-    (version "1.22.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
@@ -102,14 +102,14 @@ MATE applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "03c09h41qfz83wmjfvwzkq4xqc54aswmki4h034qcxbgfnyfmk1i"))))
+         "13ar40x5hs4d4h81q8qsy0agbx5wnarry3mbhws54zydcxd7j20a"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)
        ("yelp-tools" ,yelp-tools)
+       ("gettext" ,gettext-minimal)
        ("glib" ,glib "bin") ; glib-gettextize
-       ("libtool" ,libtool)))
+       ("polkit" ,polkit))) ; for ITS rules
     (inputs
      `(("gtk+" ,gtk+)
        ("glib" ,glib)
--
2.26.0

  parent reply	other threads:[~2020-03-30 13:26 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 13:18 [bug#40324] [PATCH 00/30] [MATE] Update to 1.24 Jonathan Brielmaier
2020-03-30 13:21 ` [bug#40324] [PATCH 01/30] gnu: mate-icon-theme: Update to 1.24.0 Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 02/30] gnu: mate-desktop: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 03/30] gnu: libmateweather: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 04/30] gnu: mate-terminal: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 05/30] gnu: mate-session-manager: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 06/30] gnu: mate-settings-daemon: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 07/30] gnu: libmatemixer: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 08/30] gnu: libmatekbd: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 09/30] gnu: mate-menus: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 10/30] gnu: mate-applets: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 11/30] gnu: mate-media: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 12/30] gnu: mate-panel: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 13/30] gnu: caja: " Jonathan Brielmaier
2020-03-30 13:21   ` [bug#40324] [PATCH 14/30] gnu: marco: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 15/30] gnu: caja-extensions: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 16/30] gnu: mate-control-center: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 17/30] gnu: mate-user-guide: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 18/30] gnu: mate-calc: " Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 19/30] gnu: mate-backgrounds: Update to 1.24.1 Jonathan Brielmaier
2020-03-30 13:22   ` [bug#40324] [PATCH 20/30] gnu: mate-netbook: Update to 1.24.0 Jonathan Brielmaier
2020-03-30 13:25 ` [bug#40324] [PATCH 21/30] gnu: mate-screensaver: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 22/30] gnu: mate-utils: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 23/30] gnu: eom: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 24/30] gnu: engrampa: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 25/30] gnu: pluma: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 26/30] gnu: mate-system-monitor: " Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 27/30] gnu: mate-polkit: " Jonathan Brielmaier
2020-03-30 13:25   ` Jonathan Brielmaier [this message]
2020-03-30 13:25   ` [bug#40324] [PATCH 29/30] gnu: mate-themes: Update to 3.22.21 Jonathan Brielmaier
2020-03-30 13:25   ` [bug#40324] [PATCH 30/30] gnu: mate: Add glib:bin to propagated-inputs Jonathan Brielmaier
2020-04-02 14:10 ` bug#40324: [PATCH 00/30] [MATE] Update to 1.24 Ludovic Courtès
2020-04-02 15:55   ` [bug#40324] " Marius Bakke
2020-04-02 16:40     ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=20200330132509.17369-8-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=40324@debbugs.gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.