[arch-commits] Commit in deepin-image-viewer/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Dec 15 09:28:15 UTC 2020
Date: Tuesday, December 15, 2020 @ 09:28:14
Author: felixonmars
Revision: 775881
archrelease: copy trunk to community-x86_64
Added:
deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 775880, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
deepin-image-viewer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-15 09:28:00 UTC (rev 775880)
+++ PKGBUILD 2020-12-15 09:28:14 UTC (rev 775881)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-image-viewer
-pkgver=5.6.3.36
-pkgrel=1
-pkgdesc='An image viewing tool with fashion interface and smooth performance'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer"
-license=('GPL3')
-depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 'qt5-svg' 'udisks2-qt5')
-makedepends=('qt5-tools')
-optdepends=('deepin-manual: for help menual'
- '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')
-
-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 <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
- make
-}
-
-package() {
- cd deepin-image-viewer-$pkgver
- make INSTALL_ROOT="$pkgdir" install -j1
-}
Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 775880, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-15 09:28:14 UTC (rev 775881)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=5.6.3.39
+pkgrel=1
+pkgdesc='An image viewing tool with fashion interface and smooth performance'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer"
+license=('GPL3')
+depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 'qt5-svg' 'udisks2-qt5')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: for help menual'
+ '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')
+
+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 <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
+ make
+}
+
+package() {
+ cd deepin-image-viewer-$pkgver
+ make INSTALL_ROOT="$pkgdir" install -j1
+}
More information about the arch-commits
mailing list