From 713e1521ace9339d09f22b3891ae362efaaf544d Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Fri, 20 Dec 2024 11:18:08 +0200 Subject: [PATCH] update gplaces to 0.19.8 --- woof-code/rootfs-petbuilds/gplaces/petbuild | 20 +++++++++---------- woof-code/rootfs-petbuilds/gplaces/sha256.sum | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/woof-code/rootfs-petbuilds/gplaces/petbuild b/woof-code/rootfs-petbuilds/gplaces/petbuild index 77839735bad..4d0d941d9e2 100755 --- a/woof-code/rootfs-petbuilds/gplaces/petbuild +++ b/woof-code/rootfs-petbuilds/gplaces/petbuild @@ -1,19 +1,19 @@ download() { - if [ ! -f gplaces-0.19.7.tar ]; then - git clone https://github.com/dimkr/gplaces gplaces-0.19.7 - cd gplaces-0.19.7 - git checkout v0.19.7 + if [ ! -f gplaces-0.19.8.tar ]; then + git clone https://github.com/dimkr/gplaces gplaces-0.19.8 + cd gplaces-0.19.8 + git checkout v0.19.8 git submodule update --init --recursive cd .. - rm -rf gplaces-0.19.7/.git* gplaces-0.19.7/bestline/.git* - tar -c gplaces-0.19.7 --mtime=@0 --sort=name > gplaces-0.19.7.tar - rm -rf gplaces-0.19.7 + rm -rf gplaces-0.19.8/.git* gplaces-0.19.8/bestline/.git* + tar -c gplaces-0.19.8 --mtime=@0 --sort=name > gplaces-0.19.8.tar + rm -rf gplaces-0.19.8 fi } build() { - tar -xf gplaces-0.19.7.tar - cd gplaces-0.19.7 - make CC=gcc VERSION=0.19.7 CONFDIR=/etc install + tar -xf gplaces-0.19.8.tar + cd gplaces-0.19.8 + make CC=gcc VERSION=0.19.8 CONFDIR=/etc install sed -i 's/^Categories=.*/Categories=X-Internet-utility;/' /usr/local/share/applications/gplaces.desktop } diff --git a/woof-code/rootfs-petbuilds/gplaces/sha256.sum b/woof-code/rootfs-petbuilds/gplaces/sha256.sum index 901949c3823..f5e13a6d5ac 100644 --- a/woof-code/rootfs-petbuilds/gplaces/sha256.sum +++ b/woof-code/rootfs-petbuilds/gplaces/sha256.sum @@ -1 +1 @@ -9d0d23506d2e8544f26862a4fb2a938e8fe45349509a741f4647f7e940cd4571 gplaces-0.19.7.tar +f3c81213022cc2f37e05811d14ac03322fa871eb832b63a59b8875151b42ce6d gplaces-0.19.8.tar