Date: Sunday, April 9, 2023 @ 10:10:48
  Author: arojas
Revision: 1443145

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 1443144, deepin-album/trunk/PKGBUILD)

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

Copied: deepin-album/repos/community-testing-x86_64/PKGBUILD (from rev 1443144, 
deepin-album/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2023-04-09 10:10:48 UTC (rev 1443145)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-album
+pkgver=6.0.0
+pkgrel=2
+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' 'dtkdeclarative' 'ffmpeg' 'ffmpegthumbnailer' 
'gio-qt'
+         '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=('e67cf30531ce9e37d8ee6765270da4620b019656ac825919fa34f79a62bc6f59de4d0066a51dce6f89f7123b73471b8351848a5c0799e51683f7893f40f364fa')
+options=(!lto)
+
+build() {
+  cd deepin-album-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DVERSION=$pkgver
+  ninja
+}
+
+package() {
+  cd deepin-album-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to