mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-08 11:45:09 -04:00
Stop publishing on Ubuntu Focal/20.04 PPA (not providing Qt6)
This commit is contained in:
parent
f44c4d9b7b
commit
cefe2f3f32
18
.github/workflows/package.yml
vendored
18
.github/workflows/package.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
# - debian-bullseye
|
# - debian-bullseye
|
||||||
- ubuntu-noble
|
- ubuntu-noble
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-focal
|
# - ubuntu-focal
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# args: --no-sign
|
# args: --no-sign
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
|
- uses: legoktm/gh-action-build-deb@ubuntu-noble
|
||||||
if: matrix.distro == 'ubuntu-noble'
|
if: matrix.distro == 'ubuntu-noble'
|
||||||
name: Build package for ubuntu-noble
|
name: Build package for ubuntu-noble
|
||||||
id: build-ubuntu-noble
|
id: build-ubuntu-noble
|
||||||
@ -88,13 +88,13 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
# - uses: legoktm/gh-action-build-deb@ubuntu-focal
|
||||||
if: matrix.distro == 'ubuntu-focal'
|
# if: matrix.distro == 'ubuntu-focal'
|
||||||
name: Build package for ubuntu-focal
|
# name: Build package for ubuntu-focal
|
||||||
id: build-ubuntu-focal
|
# id: build-ubuntu-focal
|
||||||
with:
|
# with:
|
||||||
args: --no-sign
|
# args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
# ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -4,6 +4,7 @@ Priority: optional
|
|||||||
Maintainer: Kiwix team <kiwix@kiwix.org>
|
Maintainer: Kiwix team <kiwix@kiwix.org>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
qtchooser,
|
||||||
qt6-base-dev,
|
qt6-base-dev,
|
||||||
qt6-svg-dev,
|
qt6-svg-dev,
|
||||||
qt6-webengine-dev,
|
qt6-webengine-dev,
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
export QT_SELECT=qt5
|
export QT_SELECT = qt6
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user