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

Felix Yan felixonmars at archlinux.org
Wed Apr 29 08:17:59 UTC 2020


    Date: Wednesday, April 29, 2020 @ 08:17:59
  Author: felixonmars
Revision: 622196

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-image-viewer/repos/community-staging-x86_64/PKGBUILD (from rev 622195, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-29 08:17:59 UTC (rev 622196)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=5.6.3.2
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+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=('1a819d6cebce1fecd40c8a701a7cf9346777771ae08e87709ce4caa9220101b6badc60e55a03a4b66b7cc1ddd0840481b3966882abf8db4cf55f8f245e28d9bb')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list