firebird: rebuild for icu, github-cli: fix version number, new packages: python3-evdev and solaar

This commit is contained in:
suvari
2025-03-07 17:46:23 +03:00
parent 5836575bc7
commit d4db194230
12 changed files with 347505 additions and 346758 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ from pisi.actionsapi import get
def build():
shelltools.system("go build \
-trimpath \
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.67.0 -X github.com/cli/cli/command.BuildDate=2025-02-25' \
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.68.0 -X github.com/cli/cli/command.BuildDate=2025-02-25' \
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
def install():
shelltools.cd("../cli-2.67.0")
shelltools.cd("../cli-2.68.0")
pisitools.insinto("/usr/bin", "bin/gh")
pisitools.dodoc("LICENSE", "README*")