summaryrefslogtreecommitdiff
path: root/gnu/packages/lxde.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-25 19:39:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-26 00:19:40 +0200
commit53bd021f1b3ff78150e75af28b13b2da08af6d36 (patch)
tree047fae0a140f638696d0368840723d63627305e4 /gnu/packages/lxde.scm
parentcbec994ddef92cac0a6fd3640d443437b4ab3935 (diff)
downloadguix-patches-53bd021f1b3ff78150e75af28b13b2da08af6d36.tar
guix-patches-53bd021f1b3ff78150e75af28b13b2da08af6d36.tar.gz
gnu: lxsession: Update to 0.5.5.
* gnu/packages/lxde.scm (lxsession): Update to 0.5.5. [source]: Remove upstreamed patch. * gnu/packages/patches/lxsession-use-gapplication.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r--gnu/packages/lxde.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 55605a0d5f..efd6c39453 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -518,16 +518,14 @@ in LXDE.")
(define-public lxsession
(package
(name "lxsession")
- (version "0.5.3")
+ (version "0.5.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/lxde/"
name "-" version ".tar.xz"))
- (patches (search-patches "lxsession-use-gapplication.patch"))
(sha256
- (base32
- "1a0zmyywwzdh59nc0l94cir18vhp633z4q2xfhn5zx11ajj45gwh"))
+ (base32 "0imv9nysip1j9lrb2z96kl05isjgp312323wnnd5b59h0ff0sgp4"))
(modules '((guix build utils)))
(snippet
;; Remove C files generated by Vala so we can build from source.
@@ -560,6 +558,8 @@ in LXDE.")
("intltool" ,intltool)
("docbook-xsl" ,docbook-xsl)
("vala" ,vala)
+
+ ;; For bootstrapping.
("autoconf" ,autoconf)
("automake" ,automake)))
(synopsis "Lightweight X11 session manager")