aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/kobodeluxe-paths.patch
blob: ac8ee67906e04d6197a809e8f541e70361525169 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Patch snarfed from
# http://http.debian.net/debian/pool/main/k/kobodeluxe/kobodeluxe_0.5.1-8.debian.tar.xz
#
# Disable reading of configs, graphics, and data from the current directory.
# So it's safe to run kobodeluxe from anywhere w/o worry about an attacker
# feeding it bad data.
--- kobodeluxe-0.5.1.orig/kobo.cpp
+++ kobodeluxe-0.5.1/kobo.cpp
@@ -141,21 +141,21 @@
 	 * Graphics data
 	 */
 	/* Current dir; from within the build tree */
-	fmap->addpath("GFX", "./data/gfx");
+	//fmap->addpath("GFX", "./data/gfx");
 	/* Real data dir */
 	fmap->addpath("GFX", "DATA>>gfx");
 	/* Current dir */
-	fmap->addpath("GFX", "./gfx");
+	//fmap->addpath("GFX", "./gfx");

 	/*
 	 * Sound data
 	 */
 	/* Current dir; from within the build tree */
-	fmap->addpath("SFX", "./data/sfx");
+	//fmap->addpath("SFX", "./data/sfx");
 	/* Real data dir */
 	fmap->addpath("SFX", "DATA>>sfx");
 	/* Current dir */
-	fmap->addpath("SFX", "./sfx");
+	//fmap->addpath("SFX", "./sfx");

 	/*
 	 * Score files (user and global)
@@ -173,7 +173,7 @@
 	/* System local */
 	fmap->addpath("CONFIG", SYSCONF_DIR);
 	/* In current dir (last resort) */
-	fmap->addpath("CONFIG", "./");
+	//fmap->addpath("CONFIG", "./");
 }


>...* gnu/packages/hardware.scm (liblxi)[synopsis]: Use @acronym{}. [description]: Likewise. Expand. Tobias Geerinckx-Rice 2023-07-16gnu: liblxi: Update to 1.20....* gnu/packages/hardware.scm (liblxi): Update to 1.20. Tobias Geerinckx-Rice 2023-07-16gnu: hw-probe: Fix build....* gnu/packages/hardware.scm (hw-probe)[arguments]: ‘lspci’ has moved to /bin. Tobias Geerinckx-Rice 2023-07-16gnu: ddcutil: Update to 1.4.2....* gnu/packages/hardware.scm (ddcutil): Update to 1.4.2. Tobias Geerinckx-Rice 2023-07-10gnu: openrgb: Update to 0.9....* gnu/packages/hardware.scm (openrgb): Update to 0.9. * gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: Update. John Kehayias 2023-07-02gnu: memtest86+: Update to 6.20....* gnu/packages/hardware.scm (memtest86+): Update to 6.20. Tobias Geerinckx-Rice 2023-07-01gnu: tpm2-tools: New variable...* gnu/packages/hardware.scm (tpm-tools): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Felix Lechner via Guix-patches via 2023-05-14gnu: Rename json-modern-cxx to nlohmann-json....* gnu/packages/cpp.scm (nlohmann-json): New variable. (json-modern-cxx): Mark as deprecated alias. (xtl, jsonnet)[inputs]: Use nlohmann-json. * gnu/packages/build-tools.scm (bear)[inputs]: Likewise. * gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise. * gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment. * gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json. * gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise. * gnu/packages/hardware.scm (openrgb)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment. * gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use nlohmann-json. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise. * gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise. * gnu/packages/video.scm (mktoolnix)[inputs]: Likewise. * gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise. Liliana Marie Prikler 2023-04-23gnu: Add lxi-tools....* gnu/packages/hardware.scm (lxi-tools): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Petr Hodina 2023-04-23gnu: Add liblxi....* gnu/packages/hardware.scm (liblxi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Petr Hodina 2023-03-28gnu: ddcutil: Update to 1.4.1....* gnu/packages/hardware.scm (ddcutil): Update to 1.4.1. [arguments](phases): Remove them. i2c group access is no longer strictly required; see https://github.com/rockowitz/ddcutil/issues/275. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Spencer Skylar Chan 2023-02-12gnu: memtest86+: Update to 6.10....* gnu/packages/hardware.scm (memtest86+): Update to 6.10. Tobias Geerinckx-Rice 2023-01-29gnu: hwinfo: Update to 22.2....* gnu/packages/hardware.scm (hwinfo): Update to 22.2. Tobias Geerinckx-Rice 2023-01-29gnu: memtester: Update to 4.6.0....* gnu/packages/hardware.scm (memtester): Update to 4.6.0. [source]: Add a mirror URI. Tobias Geerinckx-Rice 2023-01-29gnu: memtest86+: Update to 6.01....* gnu/packages/hardware.scm (memtest86+): Update to 6.01. Tobias Geerinckx-Rice