Skip to content

Commit

Permalink
update gplaces to 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jun 15, 2023
1 parent 698d1ae commit 9a906f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/gplaces/pet.specs
@@ -1 +1 @@
gplaces-0.17.6|gplaces|0.17.6||Internet|6656K||gplaces-0.17.6.pet||A simple terminal based Gemini client|puppy|||
gplaces-0.17.7|gplaces|0.17.7||Internet|6656K||gplaces-0.17.7.pet||A simple terminal based Gemini client|puppy|||
20 changes: 10 additions & 10 deletions woof-code/rootfs-petbuilds/gplaces/petbuild
@@ -1,19 +1,19 @@
download() {
if [ ! -f gplaces-0.17.6.tar ]; then
git clone https://github.com/dimkr/gplaces gplaces-0.17.6
cd gplaces-0.17.6
git checkout v0.17.6
if [ ! -f gplaces-0.17.7.tar ]; then
git clone https://github.com/dimkr/gplaces gplaces-0.17.7
cd gplaces-0.17.7
git checkout v0.17.7
git submodule update --init --recursive
cd ..
rm -rf gplaces-0.17.6/.git* gplaces-0.17.6/bestline/.git*
tar -c gplaces-0.17.6 --mtime=@0 --sort=name > gplaces-0.17.6.tar
rm -rf gplaces-0.17.6
rm -rf gplaces-0.17.7/.git* gplaces-0.17.7/bestline/.git*
tar -c gplaces-0.17.7 --mtime=@0 --sort=name > gplaces-0.17.7.tar
rm -rf gplaces-0.17.7
fi
}

build() {
tar -xf gplaces-0.17.6.tar
cd gplaces-0.17.6
make CC=gcc VERSION=0.17.6 PREFIX=/usr CONFDIR=/etc install
tar -xf gplaces-0.17.7.tar
cd gplaces-0.17.7
make CC=gcc VERSION=0.17.7 PREFIX=/usr CONFDIR=/etc install
sed -i 's/^Categories=.*/Categories=X-Internet-utility;/' /usr/share/applications/gplaces.desktop
}
2 changes: 1 addition & 1 deletion woof-code/rootfs-petbuilds/gplaces/sha256.sum
@@ -1 +1 @@
fff3bdb73069a264b017dfd668a1bbc60e4ab09ba1856e391c47334a5691b033 gplaces-0.17.6.tar
94e7f9b18f55199e7247458a89893e12d477c54d3a8b525eff1c882d8ac7d90b gplaces-0.17.7.tar

0 comments on commit 9a906f4

Please sign in to comment.