GNU bug report logs -
#26019
[PATCH] gnu: kdevelop: Upgrade to 5.0.4.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Mar 2017 23:32:16 +0100
with message-id <87tw743ehb.fsf <at> kirby.i-did-not-set--mail-host-address--so-tickle-me>
and subject line Re: bug#26019: [PATCH] gnu: kdevelop: Upgrade to 5.0.4.
has caused the debbugs.gnu.org bug report #26019,
regarding [PATCH] gnu: kdevelop: Upgrade to 5.0.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26019: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26019
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-kdevelop-Upgrade-to-5.0.4.patch (text/x-patch, inline)]
From b431f2e547c197d971ec349fd66737e6638003ff Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <post <at> thomasdanckaert.be>
Date: Tue, 7 Mar 2017 13:35:39 +0100
Subject: [PATCH] gnu: kdevelop: Upgrade to 5.0.4.
* gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4.
(kdevplatform)[source]: Use kde mirror instead of github.
---
gnu/packages/kde.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index aef56bb20..03cfd0ee7 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -39,7 +39,7 @@
(define-public kdevelop
(package
(name "kdevelop")
- (version "5.0.3")
+ (version "5.0.4")
(source
(origin
(method url-fetch)
@@ -48,7 +48,7 @@
version ".tar.xz"))
(sha256
(base32
- "00gn2c66pyd9qaa0zhn2lqam0zsg7fbyi13hk32wclxq73y8v98p"))))
+ "0max4g1i8xf5g7a8zm60qkr2j8w5bsqzxz914z43fj5ipnr4448r"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -148,15 +148,15 @@ for some KDevelop language plugins (Ruby, PHP, CSS...).")
(define-public kdevplatform
(package
(name "kdevplatform")
- (version "5.0.3")
+ (version "5.0.4")
(source (origin
(method url-fetch)
- (uri (string-append "https://github.com/KDE/kdevplatform/archive/v"
- version ".tar.gz"))
+ (uri (string-append "mirror://kde/stable/kdevelop"
+ "/" version "/src/kdevplatform-"
+ version ".tar.xz"))
(sha256
(base32
- "1k40wg08iwyswnpbs4bfh4yq38pp0qi78shjh4pf7yfa2kbid30j"))
- (file-name (string-append name "-" version ".tar.gz"))))
+ "0wfl5azblnpmc7hydfvm7450343m1v7cr2g9gw0qs1432gbzraq1"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
--
2.11.1
[Message part 4 (message/rfc822, inline)]
[Message part 5 (text/plain, inline)]
Thomas Danckaert <post <at> thomasdanckaert.be> writes:
> From b431f2e547c197d971ec349fd66737e6638003ff Mon Sep 17 00:00:00 2001
> From: Thomas Danckaert <post <at> thomasdanckaert.be>
> Date: Tue, 7 Mar 2017 13:35:39 +0100
> Subject: [PATCH] gnu: kdevelop: Upgrade to 5.0.4.
>
> * gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4.
> (kdevplatform)[source]: Use kde mirror instead of github.
Applied, thanks!
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.