nextcloud-desktop: backport fix for #7026 bug

This commit is contained in:
Luis Guzmán 2024-09-12 21:34:17 +00:00
parent b5a0d8260a
commit 226526fcbc
2 changed files with 40 additions and 1 deletions

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2
VERSION=3
EXTERNAL='deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu $UPSTREAM main'
REPOKEY="60EE47FBAD3DD469"
BACKPORT=true
@ -29,6 +29,10 @@ sed -i "s|Utility|Network|" mirall.desktop.in
#Prevent ppc64el arch since qtwebengine is not build for ppc64el.
sed -i 's|Architecture: any|Architecture: amd64 arm64 armhf i386 mips64el mipsel|g' debian/control
# Apply fix for:
# [Bug]: filesystem error with multi-byte character leads to crash on Ubuntu 22.04 #7026
patch_p1 $DATA/7081.patch
changelog "Imported into Trisquel"
package