Date: Friday, June 18, 2021 @ 08:59:32 Author: yan12125 Revision: 965141
upgpkg: qtermwidget 0.17.0-2; backport the upstream fix for https://bugs.archlinux.org/task/71280 Modified: qtermwidget/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-18 08:56:54 UTC (rev 965140) +++ PKGBUILD 2021-06-18 08:59:32 UTC (rev 965141) @@ -3,7 +3,7 @@ pkgname=qtermwidget pkgver=0.17.0 -pkgrel=1 +pkgrel=2 pkgdesc="A terminal widget for Qt, used by QTerminal" arch=("x86_64") url="https://github.com/lxqt/$pkgname" @@ -17,9 +17,11 @@ source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" + "FS71280.patch"::"https://github.com/lxqt/qtermwidget/commit/9613dcd6c594cc6c59734112680bab0be43eff71.patch" ) sha256sums=('4e04b2fb71d7382266a1ea168bf02d1283e04df6127a42f760a30389cb219b82' - 'SKIP') + 'SKIP' + '77f19cf04e54576ed4d022d32e55b8558d292522f2fb531ca246afd2aa7427ce') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]> "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <[email protected]> @@ -26,6 +28,11 @@ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <[email protected]> ) +prepare() { + cd $pkgname-$pkgver + patch -Np1 -i ../FS71280.patch +} + build() { mkdir -p build cd build
