me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-notifyd: Update to 0.4.3.

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.4.3.
[source]: Use HTTPS.
[inputs]: Add xfce4-panel.
master
Kei Kebreau 2019-03-16 21:03:31 -04:00
parent be1e05df5c
commit e727cb11ef
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 4 deletions

View File

@ -892,22 +892,23 @@ several different time zones.")
(define-public xfce4-notifyd (define-public xfce4-notifyd
(package (package
(name "xfce4-notifyd") (name "xfce4-notifyd")
(version "0.3.6") (version "0.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/" (uri (string-append "https://archive.xfce.org/src/apps/"
name "/" (version-major+minor version) "/" name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1ybcfqfynr33g5hp2lgq17s8qyx7rq6fd2iwrpwcvm6kml6prjpl")))) "1h7avj149cafj9dabiza22y14i66vxgp5qj0wxx8i97w9h4dlg99"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libxfce4ui" ,libxfce4ui) `(("libxfce4ui" ,libxfce4ui)
("libnotify" ,libnotify))) ("libnotify" ,libnotify)
("xfce4-panel" ,xfce4-panel)))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd") (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
(synopsis "Show notification bubbles on Xfce") (synopsis "Show notification bubbles on Xfce")
(description (description