mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 12:46:29 -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
|
||||
- ubuntu-noble
|
||||
- ubuntu-jammy
|
||||
- ubuntu-focal
|
||||
# - ubuntu-focal
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
# with:
|
||||
# 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'
|
||||
name: Build package for ubuntu-noble
|
||||
id: build-ubuntu-noble
|
||||
@ -88,13 +88,13 @@ jobs:
|
||||
args: --no-sign
|
||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
|
||||
- uses: legoktm/gh-action-build-deb@ubuntu-focal
|
||||
if: matrix.distro == 'ubuntu-focal'
|
||||
name: Build package for ubuntu-focal
|
||||
id: build-ubuntu-focal
|
||||
with:
|
||||
args: --no-sign
|
||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
# - uses: legoktm/gh-action-build-deb@ubuntu-focal
|
||||
# if: matrix.distro == 'ubuntu-focal'
|
||||
# name: Build package for ubuntu-focal
|
||||
# id: build-ubuntu-focal
|
||||
# with:
|
||||
# args: --no-sign
|
||||
# ppa: ${{ steps.ppa.outputs.ppa }}
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -4,6 +4,7 @@ Priority: optional
|
||||
Maintainer: Kiwix team <kiwix@kiwix.org>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
pkg-config,
|
||||
qtchooser,
|
||||
qt6-base-dev,
|
||||
qt6-svg-dev,
|
||||
qt6-webengine-dev,
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
export QT_SELECT=qt5
|
||||
export QT_SELECT = qt6
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
|
Loading…
x
Reference in New Issue
Block a user