diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-06-28 04:05:18 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-06-28 06:29:45 -0400 |
commit | d033d1636c48103667dce0844f4c42f2b313b954 (patch) | |
tree | 690276ce7c34dfb713b364777a409132f51840ce /libre/abiword/PKGBUILD | |
parent | b2d1759599c0455b325eb61cd3e17410dca4d2bc (diff) | |
download | abslibre-d033d1636c48103667dce0844f4c42f2b313b954.tar.gz abslibre-d033d1636c48103667dce0844f4c42f2b313b954.tar.bz2 abslibre-d033d1636c48103667dce0844f4c42f2b313b954.zip |
[abiword]: fix flickering
Diffstat (limited to 'libre/abiword/PKGBUILD')
-rw-r--r-- | libre/abiword/PKGBUILD | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD index de34b2ec4..d96e2498a 100644 --- a/libre/abiword/PKGBUILD +++ b/libre/abiword/PKGBUILD @@ -8,7 +8,7 @@ pkgname=abiword pkgver=3.0.2 -pkgrel=7.parabola1 +pkgrel=8.parabola1 arch=(i686 x86_64 armv7h) pkgdesc="Fully-featured word processor, without Google search engine and nonfree fonts support" @@ -32,7 +32,8 @@ source=(https://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pk bug13815.patch enchant-2.1.patch libical-deprecated.patch - liberation-fonts.patch) + liberation-fonts.patch + fix-flickering.patch) sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522' '77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f' 'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a' @@ -42,7 +43,8 @@ sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522' '05f2544a177d6f58424af9045c26e82aca64938d0daf00f43f6b99a2abf64496' '444dc2aadea3c80310a509b690097541573f6d2652c573d04da66a0f385fcfb2' 'fe6eec4129777117bbfd5fa12d02208e430c8a3b96a54dcf8574ce800f240489' - '8a0b6e444e937924743f95c747cbe395a30fb8677a010e60c973b9039e258079') + '8a0b6e444e937924743f95c747cbe395a30fb8677a010e60c973b9039e258079' + '4497da364256340ccd9a60c2fc858a6999f1b2ebc2dad5e6d297e7ab9cabccef') prepare() { cd $pkgname-$pkgver @@ -69,6 +71,11 @@ prepare() { # Replace deprecated libical functions patch -Np1 -i $srcdir/libical-deprecated.patch + # Fix incessant flickering + # https://bugzilla.abisource.com/show_bug.cgi?id=13791 + # https://sources.debian.org/patches/abiword/3.0.2-6/ + patch -Np1 -i $srcdir/fix-flickering.patch + # Install missing m4 file install -m644 $srcdir/aiksaurus-plugin.m4 plugins/aiksaurus/plugin.m4 install -m644 $srcdir/command-plugin.m4 plugins/command/plugin.m4 |