diff options
Diffstat (limited to 'community/trojita/PKGBUILD')
-rw-r--r-- | community/trojita/PKGBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/trojita/PKGBUILD b/community/trojita/PKGBUILD new file mode 100644 index 00000000..4cf46311 --- /dev/null +++ b/community/trojita/PKGBUILD @@ -0,0 +1,14 @@ +# https://bugs.archlinux32.org/index.php?do=details&task_id=146 +# https://bugs.kde.org/show_bug.cgi?id=432827 +source+=('trojita-0.7-QPainterPath.patch') +sha256sums+=('d8595d5970d11d9146d24332d2292f811fe4f2854574c996b97efdcdc8eedfb4') +eval "$( + declare -f prepare | \ + sed ' + /patch.*trojita-fix-crash/ a patch -p1 -i ../trojita-0.7-QPainterPath.patch + ' +)" + +# https://bugs.archlinux32.org/index.php?do=details&task_id=146 +# patch URL run away, fetched cf2364b80fa8ae844df8350cd5833d47cce235f2 from git +sha256sums[3]="96d5400ede5b015532d2c11b192c40f583c3b534d6d2df011d0600307e2915ea" |