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

Felix Yan felixonmars at archlinux.org
Tue Dec 15 09:28:01 UTC 2020


    Date: Tuesday, December 15, 2020 @ 09:28:00
  Author: felixonmars
Revision: 775880

upgpkg: deepin-image-viewer 5.6.3.39-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 09:10:36 UTC (rev 775879)
+++ PKGBUILD	2020-12-15 09:28:00 UTC (rev 775880)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-image-viewer
-pkgver=5.6.3.36
+pkgver=5.6.3.39
 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=('3af5f8795020d47867c7f982fa4cce18c4d2c31315c81675bfc965240f2bb63906d239206210540d908d3f40203940805ec3a5354ca09ffb1fc66765589b74e2')
+sha512sums=('a72e441e0c9e99c8da0b92b87bf677fcf455587976c3e03573c04be46685707ce32150c25016f78515439500c6dfbc20e05d67b01d3c300b9bea93d8b55bcd6a')
 
 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
+  sed -i '/#include <QDebug>/a #include <QPainterPath>' 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