* [bug#65701] [PATCH] gnu: portfolio: Update to 1.0.0.
@ 2023-09-02 13:11 Liliana Marie Prikler
2023-09-05 3:40 ` Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-09-02 13:11 UTC (permalink / raw)
To: 65701; +Cc: liliana.prikler, maxim.cournoyer, rg
* gnu/packages/gnome-xyz.scm (portfolio): Update to 1.0.0.
[#:phases]: Add ‘skip-gtk-update-icon-cache’.
[inputs]: Replace gtk+ with gtk.
Replace libhandy with libadwaita.
[native-inputs]: Remove gtk+:bin.
Add pkg-config.
---
gnu/packages/gnome-xyz.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 6ba0ee0092..8b5dc3030e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -484,7 +484,7 @@ (define-public gnome-plots
(define-public portfolio
(package
(name "portfolio")
- (version "0.9.14")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -493,7 +493,7 @@ (define-public portfolio
(file-name (git-file-name name version))
(sha256
(base32
- "0h09v8lhz3kv6qmwjhx3gr7rp6ccfhrzm54gjnaixl4dcg9zddls"))))
+ "1ai9mx801m5lngkljg42vrpvhbvc3071sp4jypsvbzw55hxnn5ba"))))
(arguments
(list #:glib-or-gtk? #t
#:imported-modules `(,@%meson-build-system-modules
@@ -508,6 +508,10 @@ (define-public portfolio
(with-directory-excursion (string-append #$output
"/bin")
(symlink "dev.tchx84.Portfolio" "portfolio"))))
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ (substitute* "build-aux/meson/postinstall.py"
+ (("gtk-update-icon-cache") "true"))))
(add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
(lambda* (#:key inputs outputs #:allow-other-keys)
(wrap-program (search-input-file outputs
@@ -519,12 +523,12 @@ (define-public portfolio
`("GI_TYPELIB_PATH" =
(,(getenv "GI_TYPELIB_PATH")))))))))
(build-system meson-build-system)
- (inputs (list bash-minimal python-pygobject gtk+ libhandy))
+ (inputs (list bash-minimal python-pygobject gtk libadwaita))
(native-inputs
(list desktop-file-utils
gettext-minimal
`(,glib "bin")
- `(,gtk+ "bin")
+ pkg-config
python))
(home-page "https://github.com/tchx84/Portfolio")
(synopsis "Minimalist file manager for Linux mobile devices")
base-commit: 9179775b0535ddf038d45f1355f759c4d6dc40dc
prerequisite-patch-id: a6de0ccc2665854539d331239e51c5fa4c3373aa
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#65701] [PATCH] gnu: portfolio: Update to 1.0.0.
2023-09-02 13:11 [bug#65701] [PATCH] gnu: portfolio: Update to 1.0.0 Liliana Marie Prikler
@ 2023-09-05 3:40 ` Maxim Cournoyer
2023-09-09 9:03 ` bug#65701: " Liliana Marie Prikler
0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2023-09-05 3:40 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: rg, 65701
Hello,
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> * gnu/packages/gnome-xyz.scm (portfolio): Update to 1.0.0.
> [#:phases]: Add ‘skip-gtk-update-icon-cache’.
> [inputs]: Replace gtk+ with gtk.
> Replace libhandy with libadwaita.
> [native-inputs]: Remove gtk+:bin.
> Add pkg-config.
LGTM, thanks!
--
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#65701: [PATCH] gnu: portfolio: Update to 1.0.0.
2023-09-05 3:40 ` Maxim Cournoyer
@ 2023-09-09 9:03 ` Liliana Marie Prikler
0 siblings, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-09-09 9:03 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: rg, 65701-done
Am Montag, dem 04.09.2023 um 23:40 -0400 schrieb Maxim Cournoyer:
> Hello,
>
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>
> > * gnu/packages/gnome-xyz.scm (portfolio): Update to 1.0.0.
> > [#:phases]: Add ‘skip-gtk-update-icon-cache’.
> > [inputs]: Replace gtk+ with gtk.
> > Replace libhandy with libadwaita.
> > [native-inputs]: Remove gtk+:bin.
> > Add pkg-config.
>
> LGTM, thanks!
Thanks for checking, pushed.
Cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-09 9:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02 13:11 [bug#65701] [PATCH] gnu: portfolio: Update to 1.0.0 Liliana Marie Prikler
2023-09-05 3:40 ` Maxim Cournoyer
2023-09-09 9:03 ` bug#65701: " Liliana Marie Prikler
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).