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

Felix Yan felixonmars at archlinux.org
Mon May 17 22:23:56 UTC 2021


    Date: Monday, May 17, 2021 @ 22:23:56
  Author: felixonmars
Revision: 936133

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 936132, deepin-image-viewer/trunk/PKGBUILD)

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

Copied: deepin-image-viewer/repos/community-testing-x86_64/PKGBUILD (from rev 936132, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-05-17 22:23:56 UTC (rev 936133)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=5.7.8
+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=('801c598cb0e4a558d976bb59eaafee4d8bdedb555e69c420d9f4a908310ac2abf9fef41ce107faadedf5de0cb94d2dacaa5e913ec1f09df4a78ec7e6c123eeed')
+
+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