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

Felix Yan felixonmars at archlinux.org
Thu Dec 31 11:37:23 UTC 2020


    Date: Thursday, December 31, 2020 @ 11:37:23
  Author: felixonmars
Revision: 800465

upgpkg: deepin-image-viewer 5.6.3.47-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-31 11:37:07 UTC (rev 800464)
+++ PKGBUILD	2020-12-31 11:37:23 UTC (rev 800465)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-image-viewer
-pkgver=5.6.3.46
+pkgver=5.6.3.47
 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=('fb1d0cd00b0a0aba7233698e2648e3401e53813b5fb4d7e914e163e93f7f14783e9dde4505704211add77d6ef380c145689597985786cc493056ae9ba8901c76')
+sha512sums=('f6ad093a69471b6706df84a4d3ced11a455a826b70cca003a98814d9f23144c47504e5d6410981c6f885db3e6cc3b49dec431a2961fecd3e8b688b5c57176b18')
 
 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() {



More information about the arch-commits mailing list