akregator: prevent trigger ppc64el builds.
This commit is contained in:
parent
2e25162ea8
commit
0a4a4dba78
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 Luis Guzmán <ark@switnet.org>
|
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -24,7 +24,11 @@ VERSION=1
|
||||||
# Patch trisquel feeds
|
# Patch trisquel feeds
|
||||||
patch src/akregator_part.cpp < $DATA/trisquel_feeds.patch
|
patch src/akregator_part.cpp < $DATA/trisquel_feeds.patch
|
||||||
|
|
||||||
|
#Prevent ppc64el arch since qtwebengine is not build for ppc64el either.
|
||||||
|
sed -i 's|Architecture:.*|Architecture: amd64 arm64 armhf i386 mips64el mipsel|g' debian/control
|
||||||
|
sed -i 's|qtwebengine5-dev.*|qtwebengine5-dev (>= 5.6.1~) [!ppc64el],|' debian/control
|
||||||
|
sed -i '/libkf5/s|,| [!ppc64el],|g' debian/control
|
||||||
|
|
||||||
changelog "Patched feeds for Trisquel"
|
changelog "Patched feeds for Trisquel"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue