diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-22 11:45:03 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-22 11:47:12 -0400 |
commit | 0f971a0475bd9d6619e2dee2f8a98e65547213dd (patch) | |
tree | 92f200ab94721027046a4ae7e6e93eee25e19316 /gnu/packages/lxde.scm | |
parent | 8ef843c711e73db2aac9e9b6e4193bc13b7c1dad (diff) | |
download | patches-0f971a0475bd9d6619e2dee2f8a98e65547213dd.tar patches-0f971a0475bd9d6619e2dee2f8a98e65547213dd.tar.gz |
gnu: Update URLs for sourceforge.net.
* gnu/packages/audio.scm: Update URLs pointing to sourceforge.net.
* gnu/packages/fonts.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/image.scm: Likewise.
* gnu/packages/lxde.scm: Likewise.
* gnu/packages/slim.scm: Likewise.
* gnu/packages/textutils.scm: Likewise.
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r-- | gnu/packages/lxde.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index c00400ca70..dedaaee27b 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -36,7 +36,7 @@ (version "1.2.4") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/pcmanfm/" + (uri (string-append "mirror://sourceforge/pcmanfm/" "PCManFM%20%2B%20Libfm%20%28tarball%20release" "%29/LibFM/" name "-" version ".tar.xz")) (sha256 @@ -75,7 +75,7 @@ libFM file management library."))) (version "0.6.2") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/lxde/" + (uri (string-append "mirror://sourceforge/lxde/" "LXAppearance/" name "-" version ".tar.xz")) (sha256 (base32 @@ -96,7 +96,7 @@ able to change themes, icons, and fonts used by GTK+ applications.") (version "0.3.1") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/lxde/LXRandR" + (uri (string-append "mirror://sourceforge/lxde/LXRandR" "%20%28monitor%20config%20tool%29/LXRandR%20" (version-major+minor version) ".x/" name "-" version ".tar.xz")) @@ -122,7 +122,7 @@ or external monitor.") (version "0.1.7") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/lxde/LXTask" + (uri (string-append "mirror://sourceforge/lxde/LXTask" "%20%28task%20manager%29/LXTask%20" (version-major+minor version) ".x/" name "-" version ".tar.xz")) @@ -146,7 +146,7 @@ toolkit. It allows users to monitor and control of running processes.") (version "0.2.0") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/lxde/LXTerminal" + (uri (string-append "mirror://sourceforge/lxde/LXTerminal" "%20%28terminal%20emulator%29/LXTerminal%20" version "/" name "-" version ".tar.gz")) (sha256 @@ -171,7 +171,7 @@ performance, all instances of the terminal are sharing a single process.") (version "1.0.1") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/lxde/" name "/" + (uri (string-append "mirror://sourceforge/lxde/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 @@ -193,7 +193,7 @@ speed up the access to freedesktop.org defined application menus.") (version "1.2.4") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/project/" name "/" + (uri (string-append "mirror://sourceforge/" name "/" "PCManFM%20%2B%20Libfm%20%28tarball%20release" "%29/PCManFM/" name "-" version ".tar.xz")) (sha256 |