From 1597a8ad4bcb9d26015421403672e8da2ad23bb7 Mon Sep 17 00:00:00 2001 From: suvari Date: Mon, 23 Jan 2023 13:18:03 +0300 Subject: [PATCH] gpm: version bump to 1.20.7.23012023, changes sbin to bin, thanks bekoz --- hardware/misc/gpm/comar/service.py | 2 +- hardware/misc/gpm/pspec.xml | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) 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