mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Updated cardsets to 2.2.
This commit is contained in:
parent
d3262b2c5c
commit
7044c9aacb
9 changed files with 15 additions and 13 deletions
|
@ -36,9 +36,9 @@ test_script:
|
|||
- gmake mo
|
||||
- pyinstaller pysol.py --windowed --icon=data\pysol.ico
|
||||
- python3 setup.py install_data -d dist\pysol
|
||||
- appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.1.0.tar.xz/download -FileName cardsets.tar.xz
|
||||
- appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download -FileName cardsets.tar.xz
|
||||
- 7z x cardsets.tar.xz -so | 7z x -si -ttar
|
||||
- mv PySolFC-Cardsets--Minimal-2.1.0/cardset-* dist/pysol/data
|
||||
- mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* dist/pysol/data
|
||||
- appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySol-Music/PySol-Music-4.50/pysol-music-4.50.tar.xz/download -FileName music.tar.xz
|
||||
- 7z x music.tar.xz -so | 7z x -si -ttar
|
||||
- move pysol-music-4.50\data\music dist\pysol\data\music
|
||||
|
|
6
.github/workflows/macos-package.yml
vendored
6
.github/workflows/macos-package.yml
vendored
|
@ -28,9 +28,9 @@ jobs:
|
|||
brew install create-dmg
|
||||
- name: Get cardsets
|
||||
run: |
|
||||
wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.1.0.tar.xz/download
|
||||
tar xJf PySolFC-Cardsets--Minimal-2.1.0.tar.xz
|
||||
mv PySolFC-Cardsets--Minimal-2.1.0/cardset-* data
|
||||
wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download
|
||||
tar xJf PySolFC-Cardsets--Minimal-2.2.0.tar.xz
|
||||
mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* data
|
||||
- name: Prepare game rules (process the HTML) and translations
|
||||
run: |
|
||||
make rules mo
|
||||
|
|
|
@ -29,9 +29,9 @@ deploy:
|
|||
skip_cleanup: true
|
||||
before_install:
|
||||
- if test "$TRAVIS_OS_NAME" = "osx" ; then
|
||||
wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.1.0.tar.xz/download &&
|
||||
tar xJf PySolFC-Cardsets--Minimal-2.1.0.tar.xz &&
|
||||
mv PySolFC-Cardsets--Minimal-2.1.0/cardset-* data ;
|
||||
wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download &&
|
||||
tar xJf PySolFC-Cardsets--Minimal-2.2.0.tar.xz &&
|
||||
mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* data ;
|
||||
fi
|
||||
- if test "$TRAVIS_OS_NAME" = "osx" ; then
|
||||
PYVER=3.9.1 &&
|
||||
|
|
|
@ -93,6 +93,8 @@ graft data/cardset-louie-mantia-hanafuda
|
|||
graft data/cardset-mughal-ganjifa-xl
|
||||
graft data/cardset-dashavatara-ganjifa-xl
|
||||
graft data/cardset-next-matrix
|
||||
graft data/cardset-matching
|
||||
graft data/cardset-matching-xl
|
||||
##
|
||||
## exclude dirs
|
||||
##
|
||||
|
|
|
@ -5,4 +5,4 @@ rm -rf tmp
|
|||
python3 -m pythonforandroid.toolchain clean_dists
|
||||
python3 -m pythonforandroid.toolchain clean_builds
|
||||
rm -f *.apk
|
||||
rm -rf PySolFC-Cardsets--Minimal-2.1.0
|
||||
rm -rf PySolFC-Cardsets--Minimal-2.2.0
|
||||
|
|
|
@ -5,7 +5,7 @@ version=$(PYTHONPATH=.. python3 -c \
|
|||
|
||||
tmpdir=${HOME}/.cache/tmp-for-p4a/pysolfc/src
|
||||
|
||||
cardsets_dir='PySolFC-Cardsets--Minimal-2.1.0'
|
||||
cardsets_dir='PySolFC-Cardsets--Minimal-2.2.0'
|
||||
cardsets_file="${cardsets_dir}.tar.xz"
|
||||
|
||||
p4aver="2019.10.6"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -eux
|
||||
|
||||
tmpdir=./tmp
|
||||
cardsets_dir=PySolFC-Cardsets--Minimal-2.1.0
|
||||
cardsets_dir=PySolFC-Cardsets--Minimal-2.2.0
|
||||
cardsets_file=${cardsets_dir}.tar.xz
|
||||
|
||||
# NOTE: $1 will be set with fdroid builds only.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -eux
|
||||
|
||||
tmpdir=..
|
||||
cardsets_dir=PySolFC-Cardsets--Minimal-2.1.0
|
||||
cardsets_dir=PySolFC-Cardsets--Minimal-2.2.0
|
||||
cardsets_file=${cardsets_dir}.tar.xz
|
||||
|
||||
echo '### prepare source'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
cardsets_dir=PySolFC-Cardsets--Minimal-2.1.0
|
||||
cardsets_dir=PySolFC-Cardsets--Minimal-2.2.0
|
||||
cardsets_file=${cardsets_dir}.tar.xz
|
||||
|
||||
echo '### prepare cardsets'
|
||||
|
|
Loading…
Add table
Reference in a new issue