* [bug#48860] [PATCH] gnu: srain: Update to 1.2.2.
@ 2021-06-06 1:50 Vinicius Monego
2021-06-07 7:39 ` bug#48860: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-06-06 1:50 UTC (permalink / raw)
To: 48860; +Cc: Vinicius Monego
* gnu/packages/irc.scm (srain): Update to 1.2.2.
[build-system]: Switch to meson-build-system.
[arguments]: Add #:glib-or-gtk?. Remove 'fix-permissions phase.
[native-inputs]: Add python-sphinx.
---
gnu/packages/irc.scm | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 2cc4e5e2c2..b94ab5033c 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
-;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2021 WinterHound <winterhound@yandex.com>
@@ -37,6 +37,7 @@
#:use-module (guix build-system cmake)
#:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix build-system qt)
#:use-module (gnu packages)
@@ -74,6 +75,7 @@
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages regex)
#:use-module (gnu packages ruby)
+ #:use-module (gnu packages sphinx)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages qt)
#:use-module (gnu packages tcl)
@@ -241,7 +243,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
(define-public srain
(package
(name "srain")
- (version "1.1.3")
+ (version "1.2.2")
(source
(origin
(method git-fetch)
@@ -250,22 +252,17 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1vqjjsxzc4601dpc8lf9k25rp2c7sjab7l5a6cbfygpr8dqvm6vq"))))
+ (base32 "04bgfyrl5swppsqmhzmjnnj2q7844k99f3894ank8v8fr3y6x78p"))))
(arguments
`(#:tests? #f ;there are no tests
- #:phases
- (modify-phases %standard-phases
- (add-before 'install 'fix-permissions
- ;; Make po folder writable for gettext to install translations.
- (lambda _
- (for-each make-file-writable
- (find-files "po" "." #:directories? #t)))))))
- (build-system glib-or-gtk-build-system)
+ #:glib-or-gtk? #t))
+ (build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)
- ("python" ,python-wrapper)))
+ ("python" ,python-wrapper)
+ ("python-sphinx" ,python-sphinx)))
(inputs
`(("glib-networking" ,glib-networking)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48860: [PATCH] gnu: srain: Update to 1.2.2.
2021-06-06 1:50 [bug#48860] [PATCH] gnu: srain: Update to 1.2.2 Vinicius Monego
@ 2021-06-07 7:39 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-06-07 7:39 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 48860-done
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
Thanks. I also removed the glib-or-gtk build-system import since no more
packages were using it. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-07 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06 1:50 [bug#48860] [PATCH] gnu: srain: Update to 1.2.2 Vinicius Monego
2021-06-07 7:39 ` bug#48860: " Efraim Flashner
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.