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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 17 10:22:36 UTC 2021


    Date: Tuesday, August 17, 2021 @ 10:22:36
  Author: felixonmars
Revision: 1001312

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

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

Copied: deepin-image-viewer/repos/community-testing-x86_64/PKGBUILD (from rev 1001311, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-08-17 10:22:36 UTC (rev 1001312)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=5.8.2
+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=('af66ffd96dfb98150e3aa59917deb81e43916a75e1369e965fc1a48c226dea9d87e3980f65a66a3d77bcfc54613b1b70fc1d2f6ed68852ad33a848ec1f092190')
+
+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