~ruther/guix-local

9675bff58345c7a4739f108db8deb41368ba6ae5 — Nicolas Graves 1 year, 2 months ago 73ee82a
gnu: cozy: Update to 1.3.0.

* gnu/packages/ebook.scm (cozy): Update to 1.3.0.
[arguments]{phases}: Adjust phase order.
[inputs]: Add libadwaita.

Signed-off-by: Zheng Junjie <z572@z572.online>
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/ebook.scm
M gnu/packages/ebook.scm => gnu/packages/ebook.scm +4 -3
@@ 537,7 537,7 @@ following formats:
(define-public cozy
  (package
    (name "cozy")
    (version "1.2.1")
    (version "1.3.0")
    (source
     (origin
       (method git-fetch)


@@ 546,7 546,7 @@ following formats:
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0qky885fl63d5ih5d3rggm8rhp00sk6lny26qljyz3gga8n9y6ki"))))
        (base32 "0g3nxhh6q8gy760g9kzw1iqfkkxkp5xnhxsxbnslpjv7cz7ivj50"))))
    (build-system meson-build-system)
    (arguments
     (list


@@ 561,7 561,7 @@ following formats:
            (lambda _
              (with-directory-excursion (string-append #$output "/bin")
                (rename-file "com.github.geigi.cozy" "cozy"))))
          (add-after 'wrap 'wrap-libs
          (add-after 'patch-executable-name 'wrap-libs
            (lambda _
              (let* ((pylib             (string-append
                                         #$output "/lib/python"


@@ 598,6 598,7 @@ following formats:
           gst-plugins-good
           gst-plugins-ugly
           gtk+
           libadwaita
           libdazzle
           libgee
           libhandy