Date: Sunday, April 25, 2021 @ 21:29:37 Author: felixonmars Revision: 924444
upgpkg: deepin-image-viewer 5.7.4-1 Modified: deepin-image-viewer/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-25 21:13:10 UTC (rev 924443) +++ PKGBUILD 2021-04-25 21:29:37 UTC (rev 924444) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=deepin-image-viewer -pkgver=5.6.3.73 +pkgver=5.7.4 pkgrel=1 pkgdesc='An image viewing tool with fashion interface and smooth performance' arch=('x86_64') @@ -13,18 +13,8 @@ '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=('0c8237767005d92f011beb35bc44b8fedb363f32b17dde8241b6548bfcb6b02942f705a55b51d7a8d2a22c0bb6061d7c3df3170cf5b433fa70a4dd2c03fe9977') +sha512sums=('259269b06cb482e07c58607a50df064008441d4e884b633999697e00f2176b1b52ce67b329e2c45a65c91e03268466317d0f31e49fd79ada01d78d0a805ab0c7') -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 <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 -} - build() { cd deepin-image-viewer-$pkgver qmake-qt5 PREFIX=/usr
