diff --git a/hardware/misc/gpm/comar/service.py b/hardware/misc/gpm/comar/service.py index 3b35886085..2f229613ed 100644 --- a/hardware/misc/gpm/comar/service.py +++ b/hardware/misc/gpm/comar/service.py @@ -16,7 +16,7 @@ def start(): args.append("-R%s " % config.get("REPEAT_TYPE")) args.append(config.get("APPEND", "")) - startService(command="/usr/sbin/gpm", + startService(command="/usr/bin/gpm", args=" ".join(args), donotify=True) diff --git a/hardware/misc/gpm/pspec.xml b/hardware/misc/gpm/pspec.xml index dcdff3dd75..c1690a5bb3 100644 --- a/hardware/misc/gpm/pspec.xml +++ b/hardware/misc/gpm/pspec.xml @@ -1,5 +1,5 @@ - + gpm @@ -12,13 +12,13 @@ service Console mouse driver GPM (short for General Purpose Mouse) brings mouse support to TTYs. - http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2 + https://sourceforge.net/projects/pisilinux/files/source/gpm-1.20.7.23012023.tar.gz ncurses-devel texinfo - gpm-1.20.7-glibc_2.26-1.patch + @@ -47,7 +47,14 @@ - + + 2023-01-23 + 1.20.7.23012023 + Version bump + Kamil Atlı + suvari@pisilinux.org + + 2020-01-12 1.20.7 Rebuild