From 88e1bce53e511c1c8ac260da30d28d5e6bdad692 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 9 Jun 2019 03:43:25 +0200 Subject: gnu: radeontop: Update to 1.2. * gnu/packages/linux.scm (radeontop): Update to 1.2. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf3b838ea..08bbb95ef 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4405,7 +4405,7 @@ developers.") (define-public radeontop (package (name "radeontop") - (version "1.1") + (version "1.2") (home-page "https://github.com/clbr/radeontop/") (source (origin (method url-fetch) @@ -4413,7 +4413,7 @@ developers.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1fv06j5c99imvzkac3j40lgjhr5b2i77fnyffhlvj92bli1fm1c6")))) + "0jc3qs8m5hhbhxra4yslcq3vi179hvcwvdal80gsrgz6cj78zvfw")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases -- cgit v1.3 From ee861a54ab6ff62095a608340f83afbddf0133be Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 9 Jun 2019 03:46:49 +0200 Subject: gnu: radeontop: Don't use unstable tarball. * gnu/packages/linux.scm (radeontop)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Move down to its conventional spot. --- gnu/packages/linux.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 08bbb95ef..36b4cb6c9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4406,14 +4406,15 @@ developers.") (package (name "radeontop") (version "1.2") - (home-page "https://github.com/clbr/radeontop/") - (source (origin - (method url-fetch) - (uri (string-append home-page "archive/v" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0jc3qs8m5hhbhxra4yslcq3vi179hvcwvdal80gsrgz6cj78zvfw")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/clbr/radeontop.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1b1m30r2nfwqkajqw6m01xmfhlq83z1qylyijxg7962mp9x2k0gw")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -4437,6 +4438,7 @@ developers.") ("libpciaccess" ,libpciaccess) ("libxcb" ,libxcb) ("ncurses" ,ncurses))) + (home-page "https://github.com/clbr/radeontop/") (synopsis "Usage monitor for AMD Radeon graphics") (description "RadeonTop monitors resource consumption on supported AMD Radeon Graphics Processing Units (GPUs), either in real time as bar graphs on -- cgit v1.3 From ff5355f58edc04bc18fa42476f1d8dacc3fe34dc Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 10 Jun 2019 01:45:26 -0400 Subject: gnu: linux-libre@4.14: Update to 4.14.124. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.124. (%linux-libre-4.14-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 36b4cb6c9..caf55d3e7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -480,8 +480,8 @@ It has been modified to remove all non-free binary blobs.") %linux-libre-4.15-hash)) -(define %linux-libre-4.14-version "4.14.123") -(define %linux-libre-4.14-hash "185kf576rwhsaq7jqrnmg8r5fh2nh4k8lifxaxwi3amshnwbj2qg") +(define %linux-libre-4.14-version "4.14.124") +(define %linux-libre-4.14-hash "0z9iaz1rcm9472rjvcihmq65ygyks07j6kbiqm989r9rb4dw6ghg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version -- cgit v1.3 From 5d293300f8abe07bcb0de42bf5dbefef96d3c9fd Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 10 Jun 2019 01:48:01 -0400 Subject: gnu: linux-libre@4.15: Remove package. This release series is no longer supported upstream. * gnu/packages/linux.scm (%linux-libre-4.15-version) (%linux-libre-4.15-hash, linux-libre-4.15) (linux-libre-headers-4.15): Remove variables. --- gnu/packages/linux.scm | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index caf55d3e7..176a25710 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -466,20 +466,6 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-4.19-version %linux-libre-4.19-hash)) -(define %linux-libre-4.15-version "4.15.18") -(define %linux-libre-4.15-hash "0f0s4drx888ydlwjcm9qcxqian4850yiv2vamyw9bbjf83frwxyw") - -(define-public linux-libre-4.15 - (make-linux-libre %linux-libre-4.15-version - %linux-libre-4.15-hash - '("x86_64-linux" "i686-linux" "armhf-linux") - #:configuration-file kernel-config)) - -(define-public linux-libre-headers-4.15 - (make-linux-libre-headers %linux-libre-4.15-version - %linux-libre-4.15-hash)) - - (define %linux-libre-4.14-version "4.14.124") (define %linux-libre-4.14-hash "0z9iaz1rcm9472rjvcihmq65ygyks07j6kbiqm989r9rb4dw6ghg") -- cgit v1.3 From 84b3d9dd93bb9f899c8a7f29b8644171f8dab456 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 10 Jun 2019 01:51:08 -0400 Subject: gnu: linux-libre@4.19: Update to 4.19.49. * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.49. (%linux-libre-4.19-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 176a25710..8f1fabc90 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -448,8 +448,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-version %linux-libre-hash)) -(define %linux-libre-4.19-version "4.19.48") -(define %linux-libre-4.19-hash "04jwwzc9wbhx33i4bhm3vbs52vxlb8kjdmfjpfild94xbk8m2wy4") +(define %linux-libre-4.19-version "4.19.49") +(define %linux-libre-4.19-hash "0dxmm8190h0g5indj3sqfipkji10y3icr8xnf7bbz7086nkkrcvz") (define %linux-libre-4.19-patches (list %boot-logo-patch -- cgit v1.3 From 31775e400e05fb05fff0de4d3ffbf9549fe20994 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 10 Jun 2019 01:52:15 -0400 Subject: gnu: linux-libre: Update to 5.1.8. * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.8. (%linux-libre-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8f1fabc90..17e36e684 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -430,8 +430,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.1.7") -(define %linux-libre-hash "0hr4sbapdpgdkb6xg1f7bpc31242yiqdvy5sfpymsrzfslr8vwy1") +(define %linux-libre-version "5.1.8") +(define %linux-libre-hash "1vkirlz9vsvym8fdbvj308n3hj8f9j8n9m267x0dhlgbmig570j2") (define %linux-libre-5.1-patches (list %boot-logo-patch -- cgit v1.3