[arch-commits] Commit in deepin-image-viewer/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Jul 5 16:11:27 UTC 2021


    Date: Monday, July 5, 2021 @ 16:11:27
  Author: felixonmars
Revision: 972401

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-image-viewer/repos/community-testing-x86_64/
  deepin-image-viewer/repos/community-testing-x86_64/PKGBUILD
    (from rev 972400, deepin-image-viewer/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: deepin-image-viewer/repos/community-testing-x86_64/PKGBUILD (from rev 972400, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-07-05 16:11:27 UTC (rev 972401)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=5.7.11
+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 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=('e0b947937ad111e31b2b68590bfadb98c852ed1db150dbbfe08b9b4a465acd185f73faf2b26cb72e2449b56ae028a14282271ba1f143b1fc9bf94233b6e9661b')
+
+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