[arch-commits] Commit in deepin-album/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 16:04:13 UTC 2021
Date: Monday, July 5, 2021 @ 16:04:13
Author: felixonmars
Revision: 972389
archrelease: copy trunk to community-testing-x86_64
Added:
deepin-album/repos/community-testing-x86_64/
deepin-album/repos/community-testing-x86_64/PKGBUILD
(from rev 972388, deepin-album/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: deepin-album/repos/community-testing-x86_64/PKGBUILD (from rev 972388, deepin-album/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-07-05 16:04:13 UTC (rev 972389)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-album
+pkgver=5.8.12
+pkgrel=1
+pkgdesc='A fashion photo manager for viewing and organizing pictures'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-album"
+license=('GPL3')
+depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'hicolor-icon-theme' 'udisks2-qt5')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-album/archive/$pkgver.tar.gz")
+sha512sums=('a8f9f19a4dc71e571ee405b98825623a309edb7693a9d8ec791365f3b1b411cac2daf3acf87efc60586ab6946770e27848df9e04989d709da4de34d88316d6b5')
+
+prepare() {
+ cd deepin-album-$pkgver
+
+ # Our build of freeimage disabled support for these formats
+ sed -i '/FIF_FAXG3/d' libUnionImage/UnionImage/unionimage.cpp
+}
+
+build() {
+ cd deepin-album-$pkgver
+ cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+ ninja
+}
+
+package() {
+ cd deepin-album-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list