summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-07-21 22:08:59 -0500
committerCarlos Aznarán Laos2023-07-21 22:08:59 -0500
commitbb5720bf846cdd1c959ac385553918452259ed33 (patch)
tree6106ec65f17a5b9ad80e727dc58d4940734f3c71
parentb9f64964e8c3375e90648d55bc704887a1545e51 (diff)
downloadaur-bb5720bf846cdd1c959ac385553918452259ed33.tar.gz
Fix patch
-rw-r--r--.SRCINFO2
-rw-r--r--0001-Rename-kernels.patch30
-rw-r--r--PKGBUILD2
3 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0158b3a7a5e0..69312f7e0af1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = xeus-cling
source = 0002-Use-llvm-from-cling.patch
source = 0003-put-config-file-at-etc.patch
sha512sums = 7b444a83a6a4d35f4664133def2207976f2e8c903b773d8a42be3da6b0c2b88337adb3b93efd0dbeaa8aae267d1086f11fdeaa2ed3171061f50051a92130e636
- sha512sums = 6f77266a0784afc7daeb5910dd18d3bfcfd65d71f746b9d3165cdfa7a0541e4f1bf1a243aea1063209d329643904636b9f92d7bc59b643adfda9b960d3e69dfc
+ sha512sums = 4c770adb7542473b467d73c0c724ed3665f02abaef1a85aebb3a9a36f4ee6d5485cb4a429c88c863b1f53b8024e5feaa0cbdcac8f01bbc678f8a06e510e3b814
sha512sums = 33040a9045c8c2f100c245ff3dffe41a3185d3ca94f332256bc6cd557c61282775023400a6a044825b664181e27b1e1cda1270491de41f65657c4a69d692784d
sha512sums = b672c421b0efc96e93063c399f75133016dfe3c4b33bf44c089ce451394435fa59c2b562e86f6fd7c546f1a562249f0a5c48f7446312f65426533c8c39b62382
diff --git a/0001-Rename-kernels.patch b/0001-Rename-kernels.patch
index 438154801b50..adf573920a20 100644
--- a/0001-Rename-kernels.patch
+++ b/0001-Rename-kernels.patch
@@ -1,30 +1,30 @@
-diff --color --unified --recursive --text xeus-cling-0.15.2/share/jupyter/kernels/xcpp11/kernel.json.in ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp11/kernel.json.in
---- xeus-cling-0.15.2/share/jupyter/kernels/xcpp11/kernel.json.in 2023-07-21 20:43:33.937264855 -0500
-+++ ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp11/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
+diff --color --unified --recursive --text ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp11/kernel.json.in xeus-cling-0.15.2/share/jupyter/kernels/xcpp11/kernel.json.in
+--- ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp11/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
++++ xeus-cling-0.15.2/share/jupyter/kernels/xcpp11/kernel.json.in 2023-07-21 22:06:15.136418009 -0500
@@ -1,5 +1,5 @@
{
-- "display_name": "C++11 (xeus)",
-+ "display_name": "C++11",
+- "display_name": "C++11",
++ "display_name": "C++11 (xeus)",
"argv": [
"@XEUS_CLING_KERNELSPEC_PATH@/xcpp",
"-f",
-diff --color --unified --recursive --text xeus-cling-0.15.2/share/jupyter/kernels/xcpp14/kernel.json.in ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp14/kernel.json.in
---- xeus-cling-0.15.2/share/jupyter/kernels/xcpp14/kernel.json.in 2023-07-21 20:43:44.530579755 -0500
-+++ ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp14/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
+diff --color --unified --recursive --text ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp14/kernel.json.in xeus-cling-0.15.2/share/jupyter/kernels/xcpp14/kernel.json.in
+--- ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp14/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
++++ xeus-cling-0.15.2/share/jupyter/kernels/xcpp14/kernel.json.in 2023-07-21 22:06:22.840027031 -0500
@@ -1,5 +1,5 @@
{
-- "display_name": "C++14 (xeus)",
-+ "display_name": "C++14",
+- "display_name": "C++14",
++ "display_name": "C++14 (xeus)",
"argv": [
"@XEUS_CLING_KERNELSPEC_PATH@/xcpp",
"-f",
-diff --color --unified --recursive --text xeus-cling-0.15.2/share/jupyter/kernels/xcpp17/kernel.json.in ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp17/kernel.json.in
---- xeus-cling-0.15.2/share/jupyter/kernels/xcpp17/kernel.json.in 2023-07-21 20:43:52.657232094 -0500
-+++ ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp17/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
+diff --color --unified --recursive --text ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp17/kernel.json.in xeus-cling-0.15.2/share/jupyter/kernels/xcpp17/kernel.json.in
+--- ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp17/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
++++ xeus-cling-0.15.2/share/jupyter/kernels/xcpp17/kernel.json.in 2023-07-21 22:06:30.293625078 -0500
@@ -1,5 +1,5 @@
{
-- "display_name": "C++17 (xeus)",
-+ "display_name": "C++17",
+- "display_name": "C++17",
++ "display_name": "C++17 (xeus)",
"argv": [
"@XEUS_CLING_KERNELSPEC_PATH@/xcpp",
"-f",
diff --git a/PKGBUILD b/PKGBUILD
index 4773cf215101..258f429fd3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
"0002-Use-llvm-from-cling.patch"
"0003-put-config-file-at-etc.patch")
sha512sums=('7b444a83a6a4d35f4664133def2207976f2e8c903b773d8a42be3da6b0c2b88337adb3b93efd0dbeaa8aae267d1086f11fdeaa2ed3171061f50051a92130e636'
- '6f77266a0784afc7daeb5910dd18d3bfcfd65d71f746b9d3165cdfa7a0541e4f1bf1a243aea1063209d329643904636b9f92d7bc59b643adfda9b960d3e69dfc'
+ '4c770adb7542473b467d73c0c724ed3665f02abaef1a85aebb3a9a36f4ee6d5485cb4a429c88c863b1f53b8024e5feaa0cbdcac8f01bbc678f8a06e510e3b814'
'33040a9045c8c2f100c245ff3dffe41a3185d3ca94f332256bc6cd557c61282775023400a6a044825b664181e27b1e1cda1270491de41f65657c4a69d692784d'
'b672c421b0efc96e93063c399f75133016dfe3c4b33bf44c089ce451394435fa59c2b562e86f6fd7c546f1a562249f0a5c48f7446312f65426533c8c39b62382')