[arch-commits] Commit in deepin-image-viewer/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 24 11:55:32 UTC 2020


    Date: Thursday, December 24, 2020 @ 11:55:31
  Author: felixonmars
Revision: 787122

upgpkg: deepin-image-viewer 5.6.3.40-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 11:55:22 UTC (rev 787121)
+++ PKGBUILD	2020-12-24 11:55:31 UTC (rev 787122)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-image-viewer
-pkgver=5.6.3.39
+pkgver=5.6.3.40
 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=('a72e441e0c9e99c8da0b92b87bf677fcf455587976c3e03573c04be46685707ce32150c25016f78515439500c6dfbc20e05d67b01d3c300b9bea93d8b55bcd6a')
+sha512sums=('5bb77bd2e5c81e05b1e3fc314b5ad6fcca544fb3293b5e9fb7e26ded30c4a06ef979ad2ad7c00d2f586dbfaf8fd545eb87549b76a8379cf78a8ce0d3c1ee2b2b')
 
 prepare() {
   # They are moving files around without merging patches. Wow.
   cd deepin-image-viewer-$pkgver/viewer
-  sed -i '/#include <QDebug>/a #include <QPainterPath>' 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() {



More information about the arch-commits mailing list