Date: Tuesday, January 12, 2021 @ 16:31:36 Author: felixonmars Revision: 820043
upgpkg: deepin-image-viewer 5.6.3.59-1 Modified: deepin-image-viewer/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-12 16:21:30 UTC (rev 820042) +++ PKGBUILD 2021-01-12 16:31:36 UTC (rev 820043) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=deepin-image-viewer -pkgver=5.6.3.58 +pkgver=5.6.3.59 pkgrel=1 pkgdesc='An image viewing tool with fashion interface and smooth performance' arch=('x86_64') @@ -13,16 +13,16 @@ 'deepin-shortcut-viewer: for shortcut display') groups=('deepin') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz") -sha512sums=('7423797e64b482ef69b6d5dc5f87a45418c402cefce1124d91e6eee11cfafd2b59ee88954dea2f37d939d5e4e92c8aaea66ff84149c4cd31b6dfb7ee1de6d18a') +sha512sums=('96a5116b5c606d2ca7b022eb28291f40d04d06531bf398d4bd43ee3916e726df5d3271f5c158d509f4bb25b4fe044e8df8eb860d2911bed6f6927c4e92c9d310') prepare() { # They are moving files around without merging patches. Wow. cd deepin-image-viewer-$pkgver/viewer - sed -i '/#include <QDebug>/a #include <QPainterPath>' frame/toptoolbar.cpp module/view/contents/ttbcontent.cpp # widgets/popupmenustyle.cpp widgets/thumbnaillistview.cpp widgets/thumbnaildelegate.cpp + sed -i '/#include <QDebug>/a #include <QPainterPath>' frame/toptoolbar.cpp module/view/contents/ttbcontent.cpp widgets/popupmenustyle.cpp widgets/thumbnaillistview.cpp widgets/thumbnaildelegate.cpp sed -i '/#include <QtDebug>/a #include <QPainterPath>' module/view/contents/imageinfowidget.cpp # Our build of freeimage disabled support for these formats - sed -i '/FIF_FAXG3/d' utils/unionimage.cpp + #sed -i '/FIF_FAXG3/d' utils/unionimage.cpp } build() {
