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

Felix Yan felixonmars at archlinux.org
Fri Jan 22 17:55:42 UTC 2021


    Date: Friday, January 22, 2021 @ 17:55:41
  Author: felixonmars
Revision: 824698

upgpkg: deepin-image-viewer 5.6.3.69-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 17:55:30 UTC (rev 824697)
+++ PKGBUILD	2021-01-22 17:55:41 UTC (rev 824698)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-image-viewer
-pkgver=5.6.3.59
+pkgver=5.6.3.69
 pkgrel=1
 pkgdesc='An image viewing tool with fashion interface and smooth performance'
 arch=('x86_64')
@@ -9,20 +9,20 @@
 license=('GPL3')
 depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 'qt5-svg' 'udisks2-qt5')
 makedepends=('qt5-tools')
-optdepends=('deepin-manual: for help menual'
+optdepends=('deepin-manual: for help manual'
             '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=('96a5116b5c606d2ca7b022eb28291f40d04d06531bf398d4bd43ee3916e726df5d3271f5c158d509f4bb25b4fe044e8df8eb860d2911bed6f6927c4e92c9d310')
+sha512sums=('75421e2537683ae826b2b72047ebb09ed4090a844493fecc745bbc3b9d89dc05ed1ead5146fabee61a58d268960bca07a3610220d15cdd4da80e594b84a39f4d')
 
 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