gpm: version bump to 1.20.7.23012023, changes sbin to bin, thanks bekoz
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gpm</Name>
|
||||
@@ -12,13 +12,13 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Console mouse driver</Summary>
|
||||
<Description>GPM (short for General Purpose Mouse) brings mouse support to TTYs.</Description>
|
||||
<Archive sha1sum="08aaceddf7976b98ad3c43143012d3b89a296a40" type="tarbz2">http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2</Archive>
|
||||
<Archive sha1sum="26d459edc93ece74236e814d6c8b475adef526ea" type="targz">https://sourceforge.net/projects/pisilinux/files/source/gpm-1.20.7.23012023.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>texinfo</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">gpm-1.20.7-glibc_2.26-1.patch</Patch>
|
||||
<!-- <Patch level="1">gpm-1.20.7-glibc_2.26-1.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -47,7 +47,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Update release="6">
|
||||
<Date>2023-01-23</Date>
|
||||
<Version>1.20.7.23012023</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>1.20.7</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
|
||||
Reference in New Issue
Block a user