~ruther/guix-local

50a488c9e5db750163a4fac2590a4c624399a117 — 宋文武 1 year, 7 months ago 63b3e2e
gnu: gigolo: Update to 0.5.4.

* gnu/packages/xfce.scm (gigolo): Update to 0.5.4.
[source]: Switch to git-fetch.
[native-inputs]: Add xfce4-dev-tools.
[arguments]: Add "--enable-maintainer-mode" to configure-flags.
[home-page]: Set to docs.xfce.org.

Change-Id: Id6fcd761535ff14cb4357c19d214b44462845b8b
1 files changed, 16 insertions(+), 11 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +16 -11
@@ 1112,19 1112,24 @@ devices and folders.")
(define-public gigolo
  (package
    (name "gigolo")
    (version "0.5.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://archive.xfce.org/src/apps/"
                                  name "/" (version-major+minor version)
                                  "/" name "-" version ".tar.bz2"))
              (sha256
               (base32
                "1l1g9ljvyzir1jpjf0248nnwwf3sakwljlik6cj5wrj4azv88nfj"))))
    (version "0.5.4")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url (string-append "https://gitlab.xfce.org/apps/"
                                 name))
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1688j4c7d1vzglx9a8a32gy17yfqwrha7p0r272hrhz009jza6w1"))))
    (build-system gnu-build-system)
    (native-inputs (list pkg-config intltool))
    (arguments
     (list #:configure-flags
           #~(list "--enable-maintainer-mode"))) ;for gigolo_ui.h
    (native-inputs (list xfce4-dev-tools))
    (inputs (list gtk+))
    (home-page "https://www.xfce.org/")
    (home-page "https://docs.xfce.org/apps/gigolo/")
    (synopsis "Manage connections to remote file systems")
    (description
     "Gigolo is a graphical user interface to easily manage connections to