Skip to content

Commit

Permalink
Updated pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jul 13, 2024
1 parent bc07fa1 commit 5ed70c8
Show file tree
Hide file tree
Showing 70 changed files with 2,881 additions and 13,314 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ What changed until this release?
- Added multipage wiki
- Completely rewrote gen_wiki.py
- Reformated, moved, outsourced, chnages a lot of code
Again special thanks to MaFeLP

Again special thanks to MaFeLP

## [0.5.1] - 2021-09-19

Expand Down
2 changes: 1 addition & 1 deletion DevGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{"@context":"https://schema.org","@type":"WebSite","description":"A terminal based Pokemon like game","headline":"pokete","name":"pokete","url":"https://lxgr-linux.github.io/pokete/"}</script>
<!-- End Jekyll SEO tag -->

<link rel="stylesheet" href="/pokete/assets/css/style.css?v=944d3655c564443195c7e178ddff7a18800d06e2">
<link rel="stylesheet" href="/pokete/assets/css/style.css?v=bc07fa135e598c33d8316ce820fd5535771df4d6">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
Expand Down
83 changes: 33 additions & 50 deletions assets/AppImageBuilder.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,53 @@
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
script:
- rm -rf AppDir | true
- mkdir -p AppDir/usr/share/icons
- git clone --depth=1 https://github.com/lxgr-linux/pokete AppDir/usr/share/pokete
- git clone --depth=1 https://github.com/lxgr-linux/scrap_engine AppDir/usr/share/scrap_engine
- cp AppDir/usr/share/scrap_engine/scrap_engine.py AppDir/usr/share/pokete/
- cp AppDir/usr/share/pokete/assets/pokete.svg AppDir/usr/share/icons/pokete.svg

AppDir:
path: AppDir
app_info:
id: com.github.lxgr-linux.pokete
name: Pokete
icon: pokete
version: 0.8.0
exec: usr/bin/python3.10
exec_args: $APPDIR/usr/share/pokete/pokete.py --log $@
# pacman:
# include:
# - python
# exclude: []
exec_args: $APPDIR/usr/bin/pokete.py --log $@
icon: com.github.lxgr_linux.pokete
id: com.github.lxgr_linux.pokete
name: Pokete
version: 0.9.2
apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920d1991bc93c'
include:
- python3.10
exclude:
- perl
- gcc-12-base
- perl
- gcc-12-base
include:
- python3.10
sources:
- key_url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920d1991bc93c
sourceline: deb [arch=amd64] https://archive.ubuntu.com/ubuntu/ jammy main restricted
universe multiverse
files:
include: []
exclude:
- usr/share/man
- usr/share/pokete/bash
- usr/share/pokete/.git
- usr/share/pokete/prepare_pages.py
- usr/share/pokete/gen_wiki.py./
- usr/share/pokete/*.md
- usr/share/scrap_engine
- usr/share/pokete/playsound/libplaysound.dll
- usr/share/pokete/playsound/libplaysound.osx.so
- usr/share/pokete/assets/ss
- usr/share/pokete/assets/*.png
- usr/share/pokete/assets/*.kra
- usr/share/pokete/assets/*.svg
- usr/share/doc
- pokete
- usr/share/scrap_engine
- usr/share/pokete/playsound/libplaysound.dll
- usr/share/pokete/playsound/libplaysound.osx.so
include: []
path: AppDir
test:
fedora-30:
image: appimagecrafters/tests-env:fedora-30
command: ./AppRun
debian-stable:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun
archlinux-latest:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun
image: appimagecrafters/tests-env:archlinux-latest
centos-7:
command: ./AppRun
image: appimagecrafters/tests-env:centos-7
debian-stable:
command: ./AppRun
image: appimagecrafters/tests-env:debian-stable
fedora-30:
command: ./AppRun
image: appimagecrafters/tests-env:fedora-30
ubuntu-xenial:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun
image: appimagecrafters/tests-env:ubuntu-xenial
AppImage:
arch: x86_64
comp: gzip
update-information: guess
script:
- rm -rf AppDir | true
- git clone --depth=1 https://github.com/lxgr-linux/pokete
- git clone --depth=1 https://github.com/lxgr-linux/scrap_engine AppDir/usr/share/scrap_engine
- cd ./pokete && python3.10 ./util.py install AppDir/usr
version: 1
Binary file not shown.
Binary file removed assets/Bildschirmfoto_2021-06-04_09-04-44.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Type=Application
Name=Pokete
Comment=A terminal based Pokemon clone, based on the scrap engine.
Exec=/usr/bin/pokete.py
Icon=/usr/share/pokete/assets/pokete.png
Icon=com.github.lxgr_linux.pokete
Terminal=true
StartupNotify=false
Categories=Game;
File renamed without changes
Loading

0 comments on commit 5ed70c8

Please sign in to comment.