[arch-commits] Commit in deepin-image-viewer/repos (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Mar 5 11:55:59 UTC 2022
Date: Saturday, March 5, 2022 @ 11:55:58
Author: arojas
Revision: 1142181
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 1142180, deepin-image-viewer/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: deepin-image-viewer/repos/community-testing-x86_64/PKGBUILD (from rev 1142180, deepin-image-viewer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2022-03-05 11:55:58 UTC (rev 1142181)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-image-viewer
+pkgver=5.8.2
+pkgrel=2
+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