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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Oct 18 00:06:45 UTC 2018


    Date: Thursday, October 18, 2018 @ 00:06:44
  Author: svenstaro
Revision: 395787

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

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

Copied: deepin-image-viewer/repos/community-staging-x86_64/PKGBUILD (from rev 395786, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-10-18 00:06:44 UTC (rev 395787)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=1.2.23
+pkgrel=3
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer"
+license=('GPL3')
+depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 'deepin-shortcut-viewer')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz")
+sha512sums=('cec189fd126e109f8db7f164269ca5288b93e8a5fc28fb13e965fd323f20999532de02386d44d435873976a0ba35a246c31cd16fd787c58874bd863b952b9ed3')
+
+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