Skip to content

Commit 76ca01b

Browse files
flatpak: update to 1.11.3.221
1 parent 44b7961 commit 76ca01b

13 files changed

+245
-143
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: "Build"
2222
runs-on: ubuntu-latest
2323
container:
24-
image: bilelmoussaoui/flatpak-github-actions:kde-6.7
24+
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.9
2525
options: --privileged
2626
steps:
2727
- uses: actions/checkout@v4

io.github.dummerle.rare.appdata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
</screenshots>
3939
<url type="homepage">https://github.com/RareDevs/Rare</url>
4040
<releases>
41+
<release version="1.11.3.221" date="2025-10-01">
42+
<description>
43+
<p>Boga Discus (Hotfix 3) (dev 221)</p>
44+
</description>
45+
<url>https://github.com/RareDevs/Rare/releases/tag/1.11.3.221</url>
46+
</release>
4147
<release version="1.11.3" date="2025-01-11">
4248
<description>
4349
<p>Boga Discus (Hotfix 3)</p>

io.github.dummerle.rare.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
id: io.github.dummerle.rare
22
runtime: org.kde.Platform
3-
runtime-version: '6.7'
3+
runtime-version: '6.9'
44
sdk: org.kde.Sdk
55
base: io.qt.PySide.BaseApp
6-
base-version: '6.7'
6+
base-version: '6.9'
77
cleanup-commands:
88
- /app/cleanup-BaseApp.sh
99
build-options:
@@ -15,6 +15,9 @@ finish-args:
1515
- --share=network
1616
- --socket=fallback-x11
1717
- --socket=wayland
18+
- --filesystem=xdg-config
19+
- --filesystem=xdg-data
20+
- --filesystem=xdg-cache
1821
- --filesystem=home
1922
- --device=all
2023
- --talk-name=org.freedesktop.Flatpak
@@ -25,15 +28,21 @@ modules:
2528
- name: metadata
2629
buildsystem: simple
2730
build-commands:
28-
- install -Dm644 io.github.dummerle.rare.appdata.xml ${FLATPAK_DEST}/share/metainfo/io.github.dummerle.rare.appdata.xml
31+
- install -Dm644 io.github.dummerle.rare.appdata.xml ${FLATPAK_DEST}/share/metainfo/io.github.dummerle.rare.appdata.xml
2932
sources:
3033
- type: file
3134
path: io.github.dummerle.rare.appdata.xml
3235
- name: rare
3336
buildsystem: simple
37+
env:
38+
SETUPTOOLS_SCM_PRETEND_VERSION: '1.11.3.221'
3439
build-commands:
40+
- ./tools/qrc2py.sh --force
41+
- ./tools/ts2qm.py
42+
3543
- python3 setup.py bdist_wheel
3644
- python3 -m installer -p ${FLATPAK_DEST} dist/*.whl
45+
3746
- sed -i s/Icon=rare/Icon=io\.github\.dummerle\.rare/g misc/rare.desktop
3847
- install -Dm644 misc/rare.desktop
3948
${FLATPAK_DEST}/share/applications/io.github.dummerle.rare.desktop
@@ -44,8 +53,8 @@ modules:
4453
sources:
4554
- type: git
4655
url: https://github.com/RareDevs/Rare.git
47-
tag: '1.11.3'
56+
tag: '1.11.3.221'
4857
disable-shallow-clone: true
4958
modules:
50-
- python3-build-wheels.yaml
51-
- python3-runtime-wheels.yaml
59+
- python3-requirements-source.yaml
60+
- python3-requirements-binary.yaml

modules-build-frozen.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

modules-nuitka-frozen.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

modules-runtime-frozen.in

Lines changed: 0 additions & 15 deletions
This file was deleted.

python3-build-wheels.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

python3-nuitka-wheels.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

python3-requirements-binary.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by req2flatpak.py -t 312-x86_64 -r requirements-binary.in --yaml -o python3-requirements-binary.yaml
2+
name: python3-package-installation
3+
buildsystem: simple
4+
build-commands:
5+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
6+
--prefix=${FLATPAK_DEST} --no-build-isolation orjson
7+
sources:
8+
- type: file
9+
url: https://files.pythonhosted.org/packages/01/7e/62517dddcfce6d53a39543cd74d0dccfcbdf53967017c58af68822100272/orjson-3.11.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
10+
sha256: 97eb5942c7395a171cbfecc4ef6701fc3c403e762194683772df4c54cfbb2210
11+
only-arches:
12+
- x86_64

python3-requirements-source.yaml

Lines changed: 190 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
# Generated with flatpak-pip-generator -r requirements-source.in --yaml
2+
build-commands: []
3+
buildsystem: simple
4+
modules:
5+
- name: python3-legendary-gl
6+
buildsystem: simple
7+
build-commands:
8+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
9+
--prefix=${FLATPAK_DEST} "." --no-build-isolation
10+
sources:
11+
- &id001
12+
type: file
13+
url: https://files.pythonhosted.org/packages/e4/37/af0d2ef3967ac0d6113837b44a4f0bfe1328c2b9763bd5b1744520e5cfed/certifi-2025.10.5-py3-none-any.whl
14+
sha256: 0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de
15+
- &id002
16+
type: file
17+
url: https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz
18+
sha256: 94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a
19+
- &id003
20+
type: file
21+
url: https://files.pythonhosted.org/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl
22+
sha256: 339b4732ffda5cd79b13f4e2711a31b0365ce445d95d243bb996273d072546a2
23+
- &id004
24+
type: file
25+
url: https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl
26+
sha256: 771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea
27+
- type: git
28+
url: https://github.com/RareDevs/legendary
29+
commit: 4074375b789a4c2c87f72307bc9581900e34fa50
30+
- &id008
31+
type: file
32+
url: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
33+
sha256: 2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6
34+
- &id010
35+
type: file
36+
url: https://files.pythonhosted.org/packages/91/23/7c1096731c15c83826cb0dd42078b561a838aed44c36f370aeb815168106/requests_futures-1.0.2-py2.py3-none-any.whl
37+
sha256: a3534af7c2bf670cd7aa730716e9e7d4386497554f87792be7514063b8912897
38+
- &id009
39+
type: file
40+
url: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
41+
sha256: e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
42+
- name: python3-vdf
43+
buildsystem: simple
44+
build-commands:
45+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
46+
--prefix=${FLATPAK_DEST} "." --no-build-isolation
47+
sources:
48+
- type: git
49+
url: https://github.com/solsticegamestudios/vdf
50+
commit: be1f7220238022f8b29fe747f0b643f280bfdb6e
51+
- name: python3-build
52+
buildsystem: simple
53+
build-commands:
54+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
55+
--prefix=${FLATPAK_DEST} "build==1.3.0" --no-build-isolation
56+
sources:
57+
- type: file
58+
url: https://files.pythonhosted.org/packages/cb/8c/2b30c12155ad8de0cf641d76a8b396a16d2c36bc6d50b621a62b7c4567c1/build-1.3.0-py3-none-any.whl
59+
sha256: 7145f0b5061ba90a1500d60bd1b13ca0a8a4cebdd0cc16ed8adf1c0e739f43b4
60+
- &id005
61+
type: file
62+
url: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl
63+
sha256: 29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484
64+
- &id006
65+
type: file
66+
url: https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl
67+
sha256: 9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913
68+
- name: python3-certifi
69+
buildsystem: simple
70+
build-commands:
71+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
72+
--prefix=${FLATPAK_DEST} "certifi==2025.10.5" --no-build-isolation
73+
sources:
74+
- *id001
75+
- name: python3-charset-normalizer
76+
buildsystem: simple
77+
build-commands:
78+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
79+
--prefix=${FLATPAK_DEST} "charset-normalizer==3.4.4" --no-build-isolation
80+
sources:
81+
- *id002
82+
- name: python3-filelock
83+
buildsystem: simple
84+
build-commands:
85+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
86+
--prefix=${FLATPAK_DEST} "filelock==3.20.0" --no-build-isolation
87+
sources:
88+
- *id003
89+
- name: python3-idna
90+
buildsystem: simple
91+
build-commands:
92+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
93+
--prefix=${FLATPAK_DEST} "idna==3.11" --no-build-isolation
94+
sources:
95+
- *id004
96+
- name: python3-installer
97+
buildsystem: simple
98+
build-commands:
99+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
100+
--prefix=${FLATPAK_DEST} "installer==0.7.0" --no-build-isolation
101+
sources:
102+
- type: file
103+
url: https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl
104+
sha256: 05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53
105+
- name: python3-packaging
106+
buildsystem: simple
107+
build-commands:
108+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
109+
--prefix=${FLATPAK_DEST} "packaging==25.0" --no-build-isolation
110+
sources:
111+
- *id005
112+
- name: python3-pypresence
113+
buildsystem: simple
114+
build-commands:
115+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
116+
--prefix=${FLATPAK_DEST} "pypresence==4.6.1" --no-build-isolation
117+
sources:
118+
- type: file
119+
url: https://files.pythonhosted.org/packages/bd/0d/1c817c6769ce0b64cc0dcc20bc9d0edb4dc560e83a3b5f0d5cbda04c3d35/pypresence-4.6.1-py3-none-any.whl
120+
sha256: 33d4549fcdf4102f81935df4ba587bacb22193e0c50c541d1ab9329b21df33cd
121+
- name: python3-pyproject_hooks
122+
buildsystem: simple
123+
build-commands:
124+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
125+
--prefix=${FLATPAK_DEST} "pyproject_hooks==1.2.0" --no-build-isolation
126+
sources:
127+
- *id006
128+
- name: python3-QtAwesome
129+
buildsystem: simple
130+
build-commands:
131+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
132+
--prefix=${FLATPAK_DEST} "QtAwesome==1.4.0" --no-build-isolation
133+
sources:
134+
- &id007
135+
type: file
136+
url: https://files.pythonhosted.org/packages/69/76/37c0ccd5ab968a6a438f9c623aeecc84c202ab2fabc6a8fd927580c15b5a/QtPy-2.4.3-py3-none-any.whl
137+
sha256: 72095afe13673e017946cc258b8d5da43314197b741ed2890e563cf384b51aa1
138+
- *id005
139+
- type: file
140+
url: https://files.pythonhosted.org/packages/a5/ee/6e6c6715129c929af2d95ddb2e9decf54c1beffe58f336911197aacc0448/qtawesome-1.4.0-py3-none-any.whl
141+
sha256: a4d689fa071c595aa6184171ce1f0f847677cb8d2db45382c43129f1d72a3d93
142+
- name: python3-QtPy
143+
buildsystem: simple
144+
build-commands:
145+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
146+
--prefix=${FLATPAK_DEST} "QtPy==2.4.3" --no-build-isolation
147+
sources:
148+
- *id007
149+
- *id005
150+
- name: python3-requests
151+
buildsystem: simple
152+
build-commands:
153+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
154+
--prefix=${FLATPAK_DEST} "requests==2.32.5" --no-build-isolation
155+
sources:
156+
- *id001
157+
- *id002
158+
- *id004
159+
- *id008
160+
- *id009
161+
- name: python3-requests-futures
162+
buildsystem: simple
163+
build-commands:
164+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
165+
--prefix=${FLATPAK_DEST} "requests-futures==1.0.2" --no-build-isolation
166+
sources:
167+
- *id001
168+
- *id002
169+
- *id004
170+
- *id008
171+
- *id010
172+
- *id009
173+
- name: python3-setuptools-scm
174+
buildsystem: simple
175+
build-commands:
176+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
177+
--prefix=${FLATPAK_DEST} "setuptools-scm==9.2.2" --no-build-isolation
178+
sources:
179+
- *id005
180+
- type: file
181+
url: https://files.pythonhosted.org/packages/3d/ea/ac2bf868899d0d2e82ef72d350d97a846110c709bacf2d968431576ca915/setuptools_scm-9.2.2-py3-none-any.whl
182+
sha256: 30e8f84d2ab1ba7cb0e653429b179395d0c33775d54807fc5f1dd6671801aef7
183+
- name: python3-urllib3
184+
buildsystem: simple
185+
build-commands:
186+
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
187+
--prefix=${FLATPAK_DEST} "urllib3==2.5.0" --no-build-isolation
188+
sources:
189+
- *id009
190+
name: python3-requirements-source.in

0 commit comments

Comments
 (0)